http://bugs.winehq.org/show_bug.cgi?id=4356
Summary: ./tools/wineinstall fails during make depend
Product: Wine
Version: 0.9.6.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-help
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehildum(a)comcast.net
Fedora Core 4 (up to date as of 1/20/06), gcc vers. 4.0.2, lex 2.5.4
wine built from source updated from CVS on 1/20/06.
wineinstall and make depend fail with error message:
<snip>
make[2]: Entering directory `/home/ehildum/src/wine/wine-0.9.6/tools/widl'
gcc -g -O2 -o widl client.o hash.o header.o proxy.o server.o typegen.o typelib.o
utils.o widl.o write_msft.o parser.tab.o lex.yy.o -L../../libs -lwpp -lwine_port
-lfl
../../libs/libwpp.a(lex.yy.o)(.text+0x624): In function
`_yy_dummy_uses_of_static_functions_b2f4_517d_02ff_b30c_3e5a_47d7_aaa3_3b5d_':
/home/ehildum/src/wine/wine-0.9.6/libs/wpp/lex.yy.c:3357: multiple definition of
`_yy_dummy_uses_of_static_functions_b2f4_517d_02ff_b30c_3e5a_47d7_aaa3_3b5d_'
lex.yy.o(.text+0x58c):/home/ehildum/src/wine/wine-0.9.6/tools/widl/lex.yy.c:1796:
first defined here
collect2: ld returned 1 exit status
make[2]: *** [widl] Error 1
</snip>
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4325
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|website-bugs |wine-directx-d3d
Product|WineHQ Apps Database |Wine
Version|unspecified |0.9.5.
------- Additional Comments From dank(a)kegel.com 2006-20-01 22:41 -------
This bug was misfiled; moving from 'app db' to 'wine'.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3894
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|website-bugs |wine-misc
Product|WineHQ Apps Database |Wine
Version|unspecified |0.9.1.
------- Additional Comments From dank(a)kegel.com 2006-20-01 22:39 -------
This bug was misfiled. Moving to 'wine' from 'app db'.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3213
------- Additional Comments From infyquest(a)gmail.com 2006-20-01 22:30 -------
I will also look into that direction, right now i have been busy with work.
I will look into it when im free
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3543
------- Additional Comments From ericsbinaryworld(a)gmail.com 2006-20-01 21:05 -------
Running with progman already open does not resolve the problem.
Running as win2k or win3.1 does not resolve the problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3221
------- Additional Comments From gary.barnes(a)earthlink.net 2006-20-01 20:48 -------
I have the "split" dialog problem in Quicken Deluxe 98. A second small window
on top of the main dialog seems to continuously get created. See the
attachment. This problem did not exist in version 20050211 and earlier. It
appeared in version 20050310 and still occurs in 0.9.6. The +relay output was
created using the Mandriva binary rpm from the wine download site. I would be
happy to help bebug this if someone tells me what to do.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=443
------- Additional Comments From elanthis(a)awesomeplay.com 2006-20-01 20:11 -------
This error persists with wine 0.9.6.
elanthis@stargrazer:~/Windows/cygwin/bin$ wine bash.exe
21 [main] ? (8) cygheap_user::init: GetTokenInformation (TokenUser), Win32
error 5
fixme:advapi:ImpersonateLoggedOnUser ((nil)):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser ((nil)):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser ((nil)):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser ((nil)):stub returning FALSE
fixme:ntdll:NtQueryObject Unsupported information class 1
fixme:ntdll:NtQueryObject Unsupported information class 1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1490
------- Additional Comments From k_wayne(a)linuxpower.org 2006-20-01 19:42 -------
> Running under Wine, the windows environment ("shell") is a almost 100% copy of
the unix environment ("shell")
Really? Do you mean that Wine copies the unix shell environment over to the
emulated windows environment? Wouldn't this be nearly always cause this bug for
older applications? e.g: I'm trying to run a 16 bit application with a 64k shell
stack and Wine is copying over all the environment variables from a modern 32bit
operating system?
> Anyway did you try, and what are the results of running:
> env -i PATH=$PATH DISPLAY=$DISPLAY wine yourprogram.exe
It didn't "work" until I added XAUTHORITY.
env -i PATH="$PATH:./" DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY wine bcs/Bcs.exe
Thank you, this got me past the "Insufficient space in environment" error.
But now the program is complaining that it can't find the data files, so
obviously there is still some kind of environment variable error.
I feel like I am very close... Please help me figure out what environment
variables I am missing....
It feels path related, I have tried adding the fake_windows dir and the
application dir to my Unix path but it doesn't help.
Any advice?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.