http://bugs.winehq.org/show_bug.cgi?id=1945
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|gerald(a)pfeifer.com |
------- Additional Comments From marcus(a)jet.franken.de 2004-19-01 16:48 -------
argh. the last comment does not belong here. please ignore.
--
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=1944
------- Additional Comments From marcus(a)jet.franken.de 2004-19-01 16:46 -------
from reporter:
Maybe it relies too much on glibc style threadsafe model.
In FreeBSD it is definitely not using glibc. The libraries
loaded by default are...
(mjolnir) 10:42 ~> ldd `which wine`
/usr/local/bin/wine:
libwine.so.1 => /usr/local/lib/libwine.so.1 (0x20130000)
libc.so.4 => /usr/lib/libc.so.4 (0x20148000)
libm.so.2 => /usr/lib/libm.so.2 (0x201e1000)
Actually I suppose the libc.so should be libc_r.so for FreeBSD
environments.
I am not quite convinced that libc.so really guarantees that
everything is really thread safe by any standards. Full POSIX
threadsafe model is supported by libc_r.so, which becomes
automatically linked in when the -pthread option is give to
cc/gcc. Obviously the objects should also be compiled using
the -D_THREAD_SAFE option.
If this is the explanation to the odd behaviour, this looks
like the automatic configure makes some false assumptions for
FreeBSD.
--
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=1947
------- Additional Comments From marcus(a)jet.franken.de 2004-19-01 15:53 -------
it is probably not related to TEMP or TMP env var.
Can you run with -debugmsg +relay, and quote the 200 lines before
the "Unable ... " line? (Or attach the whole log compressed)
--
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=1947
------- Additional Comments From eetasoft(a)online.ee 2004-19-01 14:10 -------
Created an attachment (id=497)
--> (http://bugs.winehq.org/attachment.cgi?id=497&action=view)
wine -debugmsg +dosfs log
Here is output from wine -debugmsg +dosfs ....
using /usr/bin/ps2pdf testprint.ps testprint.pdf in
/home/andrus directory.
As I wrote, gs prints an error
**** Unable to open the initial device, quitting.
to wine console. This error is visible in the attached log file.
--
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=1947
------- Additional Comments From marcus(a)jet.franken.de 2004-19-01 01:00 -------
axctually this should work, there is code handling TEMP and TMP
in files/directory.c.
can you run with -debugmsg +dosfs ? Do you get errors on the textconsole?
--
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=1946
zippy(a)cs.brandeis.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #496|WINE (not winex): |WINE (not winex):
description|wine/libs/wpp/wpp.y - this |wine/libs/wpp/ppy.y - this
|is the file that bison |is the file that bison
|chokes on |chokes on
--
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=1946
zippy(a)cs.brandeis.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #496|WINE (not winex): this is |WINE (not winex):
description|the file that bison chokes |wine/libs/wpp/wpp.y - this
|on |is the file that bison
| |chokes on
--
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=1894
------- Additional Comments From mike(a)theoretic.com 2004-18-01 17:05 -------
I should note here that the fix (using ld scripts) is known, just nobody
implemented it yet.
--
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.