Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 332425 - x11-misc/x11vnc-0.9.10: failed complile
Summary: x11-misc/x11vnc-0.9.10: failed complile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-12 13:14 UTC by fkhp
Modified: 2010-08-28 10:38 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fkhp 2010-08-12 13:14:58 UTC
make[3]: Entering directory `/var/tmp/portage/x11-misc/x11vnc-0.9.12/work/x11vnc-0.9.12/x11vnc'
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -O2 -march=pentium-m -fomit-frame-pointer -pipe -Wall -MT x11vnc-connections.o -MD -MP -MF ".deps/x11vnc-connections.Tpo" -c -o x11vnc-connections.o `test -f 'connections.c' || echo './'`connections.c; \
then mv -f ".deps/x11vnc-connections.Tpo" ".deps/x11vnc-connections.Po"; else rm -f ".deps/x11vnc-connections.Tpo"; exit 1; fi
In file included from connections.c:55:0:
pointer.h:42:13: error: ‘pointer’ redeclared as different kind of symbol
/usr/include/X11/Xdefs.h:53:15: note: previous declaration of ‘pointer’ was here

Reproducible: Always
Comment 1 Dane Smith (RETIRED) gentoo-dev 2010-08-12 19:16:20 UTC
Can you please attach both:
emerge --info =x11-misc/x11vnc-0.9.10
and
/var/tmp/portage/x11-misc/x11vnc-0.9.10/temp/build.log

Thank you
Comment 3 Charlie Gehlin 2010-08-19 12:58:39 UTC
Same issue here on ~amd64.
That upstream patch doesn't seem to patch the pointer.h-file for me
(as the patch doesn't touch that file)
I just went for their 'bleeding edge' dev-version 0.9.12 at
http://www.karlrunge.com/x11vnc/#downloading
and added it to local overlay. Compiles fine, no testing done yet.

/Charlie
Comment 4 Timothy Miller 2010-08-21 15:05:57 UTC
Same exact error here (~amd64).
Comment 5 Gabe Peters 2010-08-22 07:04:15 UTC
Same problem here. Confirmed that installing x11vnc-0.9.12-dev from a local overlay addresses the issue.
Comment 6 Vadim A. Misbakh-Soloviov (mva) (RETIRED) gentoo-dev 2010-08-23 11:17:15 UTC
the problem is in xproto-7.0.18.
I've x11vnc-0.9.10 installed before it released, but it doesn't recompile now. Issues is: downgrade xproto or use newer version of x11vnc.
Comment 7 Tim Harder gentoo-dev 2010-08-25 17:55:01 UTC
I've attached an upstream patch to bug #334483 that fixes the issue for x11vnc-0.9.11. It also works for 0.9.10.
Comment 8 Sven Wegener gentoo-dev 2010-08-28 10:38:47 UTC
Thanks, I've included the fix from bug #334483.