http://bugs.winehq.com/show_bug.cgi?id=681
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |spetreolle(a)yahoo.fr
Platform| |All
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=681>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=803
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-07-03 09:34 -------
Silly question perhaps, but did you run ./configure before you did a make depend
&& make?
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=803>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=851
Summary: Failed run configure script under RH7.2
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jingle(a)telekbird.com.cn
Hi,
the configure script in both Wine20020605 and CVS snapshot can't run
successfully under RH7.2. while the configure script in Wine20020310 is ok.
The script exited while getting the sizeof long long.
the config.log told me that:
-------------------------------------------------------------------------------
configure:12140: $? = 0
configure:12143: test -s conftest.o
configure:12146: $? = 0
configure:12156: result: yes
configure:12159: checking size of long long
configure:12411: gcc -o conftest -g -O2 -Wall -mpreferred-stack-boundary=2
conftest.c -lm >&5
/tmp/ccm39JWL.s: Assembler messages:
/tmp/ccm39JWL.s:378: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccm39JWL.s:378: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccm39JWL.s:378: Error: Rest of line ignored. First ignored character is
`,'.
configure:12414: $? = 1
configure: program exited with status 1
configure: failed program was:
---------------------------------------------------------------------------
some autoxxxx packages in my linux box:
automake-1.4p5-2
autoconvert-xchat-0.3.7-4
autoconvert-0.3.7-4
autorun-2.7-1
autoconf253-2.53-3
autofs-3.1.7-21
automake15-1.5-2
Thanx!
Jingle.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=851>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=823
------- Additional Comments From danielsabo(a)myrealbox.com 2002-07-02 21:10 -------
Created an attachment (id=198)
The ppd file returned by cups. Note: I retrieved it with my own program rather than recompile wine.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=823>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=823
------- Additional Comments From danielsabo(a)myrealbox.com 2002-07-02 21:08 -------
I have the same issue. Running notepad (no debugmsg) outputs this:
err:psdrv:PSDRV_PPDGetNextTuple Error in line '*CloseUI *stpBrightness
'?
To use WINEPS you need to install some AFM files.
fixme:winspool:AddPrinterW DocumentPropertiesW on printer 'L"LaserJet6L"' fails
To use WINEPS you need to install some AFM files.
err:winspool:AddPrinterW DocumentPropertiesW on printer 'L"LaserJet6L"' failed!
err:winspool:CUPS_LoadPrinters printer 'LaserJet6L' not added by AddPrinterA
(error 1797)
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=823>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=850
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-07-02 16:09 -------
Err, AFAIK GLE *never* gets reset in case of successful function execution...
That's just the very nature of GLE.
GetProcAddress() is a well-known example of this.
Despite returning a valid function pointer, a GLE() after GetProcAddress()
still yields something like ERROR_FILE_NOT_FOUND or whatever a previous error was...
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=850>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=850
------- Additional Comments From apa3a(a)yahoo.com 2002-07-02 14:57 -------
According to the log the function winspool.drv.EnumPrintersA() returns success
(not zero value), but the subsequent call to GetLastError returns FILE_NOT_FOUND
error.
Needs further research.
Traxtopel, could you attach packed full log to the bug report?
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=850>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=849
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-files
------- Additional Comments From apa3a(a)yahoo.com 2002-07-02 14:37 -------
The direct cause of the problem is a failure of GetFileAttributesA call for file
"E:\\lwpdumfl.xxx". Later call of GetLastError returns ERROR_FILE_NOT_FOUND
error description. The file name looks like a name for temporary file.
Traxtopel, does the mentioned file exist at the moment the program crashes?
Check if E drive is mapped correctly and has write privileges.
I'd like to see if there were any problems when the file was created.
Could you attach to the bug report packed full log?
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=849>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=848
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From apa3a(a)yahoo.com 2002-07-02 13:32 -------
Closing per reporter's comments.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=848>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.