http://bugs.winehq.com/show_bug.cgi?id=1333
------- Additional Comments From st_lim(a)stlim.net 2003-03-19 23:59 -------
Created an attachment (id=424)
wine-20030318.ebuild
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=1333>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1333
------- Additional Comments From st_lim(a)stlim.net 2003-03-19 23:59 -------
The distro I'm using is Gentoo. I will be attaching the ebuild here. My glibc
is 2.3.2.
gcc -c -I. -I. -I../../include -I../../include -Wall
-mpreferred-stack-boundary=2 -gstabs+ -Wpointer-arith -fPIC -D__WINESRC__
-D_NTSYSTEM_ -DBINDIR="\"/usr/lib/wine/bin\"" -DETCDIR="\"/etc/wine\""
-D_REENTRANT -o rtl.o rtl.c
/var/tmp/portage/wine-20030318/temp/cc0PYpWC.s: Assembler messages:
/var/tmp/portage/wine-20030318/temp/cc0PYpWC.s:3421: Error: symbol
`RtlUlongByteSwap' is already defined
make[2]: *** [rtl.o] Error 1
make[2]: Leaving directory
`/var/tmp/portage/wine-20030318/work/wine-20030318/dlls/ntdll'
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=1333>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1333
------- Additional Comments From tony_lambregts(a)telusplanet.net 2003-03-19 23:40 -------
Curious...You said it graps out with the definition in rtl.c but what is the
error? Also what is you distro and machine?
"make depend && make" do not give me an error.
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=1333>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1333
st_lim(a)stlim.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20010112 |20030318
------- Additional Comments From st_lim(a)stlim.net 2003-03-19 21:35 -------
The version I'm compiling is that latest 20030318. The one I have installed is
20030219.
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=1333>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1333
------- Additional Comments From tony_lambregts(a)telusplanet.net 2003-03-19 21:30 -------
What version are you running? wine -v
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=1333>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1333
Summary: RtlUlongByteSwap already defined
Product: Wine
Version: 20010112
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: st_lim(a)stlim.net
The function mentioned is defined in 2 places. dlls/ntdll/rtl.c and
include/winternls.h. So which is the real definition?? When I compile, the
compiler craps out compiling at rtl.c because it says it's already defined.
When I remove the definition in rtl.c, the compiler craps out with:
gcc -o wine wine.spec.o main.o -L../dlls -lntdll.dll -L../library -lwine
-L../unicode -lwine_unicode -lm
../dlls/libntdll.dll.so: undefined reference to `RtlUlongByteSwap'
collect2: ld returned 1 exit status
make[1]: *** [wine] Error 1
make[1]: Leaving directory
`/var/tmp/portage/wine-20030318/work/wine-20030318/miscemu'
Ciao
ST Lim
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=1333>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1049
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2003-03-19 17:51 -------
This bug should be fixed by the following patch
http://www.winehq.com/hypermail/wine-cvs/2003/03/0131.html
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=1049>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1048
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2003-03-19 17:49 -------
This bug should be fixed by the following patch
http://www.winehq.com/hypermail/wine-cvs/2003/03/0131.html
Please confirm.
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=1048>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1048
This bug depends on bug 1071, which changed state:
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
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=1048>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1049
This bug depends on bug 1071, which changed state:
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
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=1049>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.