http://bugs.winehq.org/show_bug.cgi?id=16746
Summary: oleaut32/tmarshal.c: compiler errors on powerpc Product: Wine Version: 1.1.12 Platform: Macintosh OS/Version: Linux Status: NEW Keywords: source Severity: minor Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_OLEAUT32_ -DCOM_NO_WINDOWS_H -DENTRY_PREFIX=OLEAUTPS_ -DPROXY_CLSID=CLSID_PSDispatch -DPROXY_DELEGATION -DREGISTER_PROXY_DLL -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o tmarshal.o tmarshal.c tmarshal.c:388:3: warning: #warning You need to implement stubless proxies for your architecture tmarshal.c: In function ‘init_proxy_entry_point’: tmarshal.c:1752: warning: unused variable ‘xasm’ tmarshal.c: At top level: tmarshal.c:1376: warning: ‘xCall’ defined but not used
http://bugs.winehq.org/show_bug.cgi?id=16746
--- Comment #1 from Austin English austinenglish@gmail.com 2009-01-10 02:24:59 --- Patches sent: http://www.winehq.org/pipermail/wine-patches/2009-January/067438.html http://www.winehq.org/pipermail/wine-patches/2009-January/067439.html
http://bugs.winehq.org/show_bug.cgi?id=16746
--- Comment #2 from Austin English austinenglish@gmail.com 2009-08-30 13:20:50 --- Still present.
http://bugs.winehq.org/show_bug.cgi?id=16746
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|Macintosh |ppc32
http://bugs.winehq.org/show_bug.cgi?id=16746
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #3 from Jerome Leclanche adys.wh@gmail.com 2010-09-28 03:49:12 CDT --- For the record, this is also an issue when compiling for 64bit:
tmarshal.c:388: warning: #warning You need to implement stubless proxies for your architecture tmarshal.c: In function ‘serialize_param’: tmarshal.c:673: warning: cast to pointer from integer of different size tmarshal.c:749: warning: cast to pointer from integer of different size tmarshal.c:750: warning: cast to pointer from integer of different size tmarshal.c:756: warning: cast to pointer from integer of different size tmarshal.c:758: warning: cast to pointer from integer of different size tmarshal.c:758: warning: cast to pointer from integer of different size tmarshal.c:763: warning: cast to pointer from integer of different size tmarshal.c:765: warning: cast to pointer from integer of different size tmarshal.c:765: warning: cast to pointer from integer of different size tmarshal.c:851: warning: cast to pointer from integer of different size tmarshal.c: In function ‘deserialize_param’: tmarshal.c:1031: warning: cast from pointer to integer of different size tmarshal.c:1034: warning: cast to pointer from integer of different size tmarshal.c:1041: warning: cast from pointer to integer of different size tmarshal.c:1136: warning: cast from pointer to integer of different size tmarshal.c:1144: warning: cast to pointer from integer of different size tmarshal.c: In function ‘init_proxy_entry_point’: tmarshal.c:1649: warning: unused variable ‘xasm’ tmarshal.c: At top level: tmarshal.c:1272: warning: ‘xCall’ defined but not used
http://bugs.winehq.org/show_bug.cgi?id=16746
--- Comment #4 from Austin English austinenglish@gmail.com 2010-12-02 16:08:29 CST --- Still in wine-1.3.8-153-g27d2b9b
http://bugs.winehq.org/show_bug.cgi?id=16746
--- Comment #5 from Jerome Leclanche adys.wh@gmail.com 2011-02-16 12:41:39 CST --- Still an issue on 64bit as well. Is it worth opening a new bug for it?
http://bugs.winehq.org/show_bug.cgi?id=16746
--- Comment #6 from Jerome Leclanche adys.wh@gmail.com 2011-04-13 20:12:35 CDT --- For the record this is a dupe of bug 2968.
Filed bug 26768 for amd64.
http://bugs.winehq.org/show_bug.cgi?id=16746
--- Comment #7 from Bruno Jesus 00cpxxx@gmail.com 2013-10-01 13:25:38 CDT --- Is this bug still relevant?
https://bugs.winehq.org/show_bug.cgi?id=16746
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de Summary|oleaut32/tmarshal.c: |oleaut32/tmarshal.c: |compiler errors on powerpc |compiler warnings on | |powerpc
https://bugs.winehq.org/show_bug.cgi?id=16746
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #8 from Wylda wylda@volny.cz --- Hi Austin, this is probably duplicate of bug 26768.
https://bugs.winehq.org/show_bug.cgi?id=16746
--- Comment #9 from Austin English austinenglish@gmail.com --- (In reply to Wylda from comment #8)
Hi Austin, this is probably duplicate of bug 26768.
Hi Wylda,
Not exactly. The code is architecture specific, and powerpc != x86_64.
Aside from that, this bug was filed first, so bug 26768 would be a duplicate of this one ;)
https://bugs.winehq.org/show_bug.cgi?id=16746
fjfrackiewicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fjfrackiewicz@gmail.com
--- Comment #10 from fjfrackiewicz@gmail.com --- Created attachment 57108 --> https://bugs.winehq.org/attachment.cgi?id=57108 oleaut32/tmarshal.c compiler warnings Wine-2.0-235-g2dd0fb880c
This issue is still present in Wine-git.
https://bugs.winehq.org/show_bug.cgi?id=16746
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|oleaut32/tmarshal.c: |rpcrt4 stubless proxy |compiler warnings on |thunks are unimplemented on |powerpc |PowerPC CC| |z.figura12@gmail.com Component|build-env |rpc
--- Comment #11 from Zebediah Figura z.figura12@gmail.com --- Updating description.
https://bugs.winehq.org/show_bug.cgi?id=16746
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest@gmail.com
--- Comment #12 from Vijay Kamuju infyquest@gmail.com --- can we mark this abandoned or deprecated?
https://bugs.winehq.org/show_bug.cgi?id=16746
--- Comment #13 from André H. nerv@dawncrow.de --- (In reply to Vijay Kamuju from comment #12)
can we mark this abandoned or deprecated?
not yet. I'm currently working on a powerpc64le port and my plan is to remove powerpc32 support afterwards, then we can close this...
https://bugs.winehq.org/show_bug.cgi?id=16746
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |ABANDONED Status|NEW |RESOLVED
--- Comment #14 from André H. nerv@dawncrow.de --- as per 61e210f1967a4237d07f5c791433b99f49e78113
https://bugs.winehq.org/show_bug.cgi?id=16746
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #15 from Ken Sharp imwellcushtymelike@gmail.com --- Closing bugs abandoned in 2021.