http://bugs.winehq.org/show_bug.cgi?id=1947
Summary: Illegal contents of environment variable TEMP passed to
Linux application
Product: Wine
Version: 20031212
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eetasoft(a)online.ee
If Windows application runs Linux program, WINE passes a Windows
path to Linux application through TEMP environment variable.
This causes some applications, like Ghostscript, to fail.
To reproduce:
1. Create a file test.ps in home directory.
2. From an application running under WINE, invoke Linux command
/usr/bin/ps2pdf test.ps test.pdf
If you are using Visual FoxPro, this can be done using command
RUN /N /usr/bin/ps2pdf test.ps test.pdf
3. Observed result:
test.pdf file is not created
Cryptic message
**** unable to open the initial device, quitting
appears in WINE console
Note. Yes, this can be fixed using unset TEMP command.
However, I expect that WINE will not pass TEMP variable in a such way.
--
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
------- Additional Comments From zippy(a)cs.brandeis.edu 2004-18-01 14:58 -------
Downgrading to Bison 1.35 (bison-1.35-3mdk.i586.rpm) is a workaround. Wine
compiles without error using this version of Bison.
--
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-18-01 14:39 -------
it should not do this,
either glibc, xfree86 or wine is not using threadsafe constructs.
--
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 #494|tools/mcy.y - file that |WINEX tools/mcy.y (please
description|results in error |ignore. WINE attachment
| |below)
--
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 #493|auto-generated config.h file|WINEX auto-generated
description| |config.h file, please ignore
| |(WINE config as sep attach)
--
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
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From zippy(a)cs.brandeis.edu 2004-18-01 14:00 -------
Marcus pointed out that this error was for WineX. My mistake.
I downloaded Wine and got the same error. Here is the error for Wine (not Winex):
make[2]: Leaving directory `/home/patrick/wine/wine/libs/wine'
make[2]: Entering directory `/home/patrick/wine/wine/libs/wpp'
bison -y -ppp -d -t ./ppy.y
make[2]: *** [y.tab.c] Broken pipe
make[2]: Leaving directory `/home/patrick/wine/wine/libs/wpp'
make[1]: *** [wpp] Error 2
make[1]: Leaving directory `/home/patrick/wine/wine/libs'
make: *** [libs] Error 2
Compilation failed, aborting install.
[patrick@localhost 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.
marcus(a)jet.franken.de wrote:
> please report winex bugs to the winex guys, this is for WINEHQ wine bugs.
Marcus is right. I was using the Winex source. Sorry about this.
I'll download the regular Wine source and see if the same bug occurs.
--Pat