Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 180770 - x11-misc/x11vnc-0.9.1 fails to compile with USE="-ssl"
Summary: x11-misc/x11vnc-0.9.1 fails to compile with USE="-ssl"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-03 17:36 UTC by elprespufferfish
Modified: 2007-07-20 19:24 UTC (History)
1 user (show)

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


Attachments
complete build.log (build.log,36.14 KB, text/plain)
2007-06-03 17:37 UTC, elprespufferfish
Details

Note You need to log in before you can comment on or make changes to this bug.
Description elprespufferfish 2007-06-03 17:36:24 UTC
x11vnc-0.9.1 compile dies on x11vnc-connections.o

x11vnc-connections.o: In function `run_user_command':
connections.c:(.text+0x307e): undefined reference to `certret_str'
connections.c:(.text+0x35d1): undefined reference to `certret_str'
x11vnc-user.o: In function `wait_for_client':
user.c:(.text+0x3f75): undefined reference to `certret_str'
collect2: ld returned 1 exit status
make[3]: *** [x11vnc] Error 1
make[3]: Leaving directory `/var/tmp/portage/x11-misc/x11vnc-0.9.1/work/x11vnc-0.9.1/x11vnc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/x11-misc/x11vnc-0.9.1/work/x11vnc-0.9.1/x11vnc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-misc/x11vnc-0.9.1/work/x11vnc-0.9.1'
make: *** [all] Error 2

!!! ERROR: x11-misc/x11vnc-0.9.1 failed.
Call stack:
  ebuild.sh, line 1621:   Called dyn_compile
  ebuild.sh, line 973:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  x11vnc-0.9.1.ebuild, line 56:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/x11-misc/x11vnc-0.9.1/temp/build.log'.


Reproducible: Always

Steps to Reproduce:




# emerge --info
Portage 2.1.2.9 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.5-r3, 2.6.20.12 i686)
=================================================================
System uname: 2.6.20.12 i686 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System release 2.0.0_alpha3
Timestamp of tree: Sat, 02 Jun 2007 09:50:01 +0000
ccache version 2.4 [enabled]
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python:     2.4.4-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r7
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.23b
virtual/os-headers:  2.6.20-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/portage/bin/emake /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-march=athlon64 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="en_US.UTF-8"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="3dnow X aac alsa cdr cjk cups dvd dvdr flac gtk immqt-bc jpeg kdeenablefinal kdehiddenvisibility lirc mmx nls nptl nsplugin opengl pic png samba sse sse2 truetype unicode vorbis win32codecs x86 xv" CAMERAS="canon" ELIBC="glibc" INPUT_DEVICES="mouse keyboard linuxinput" KERNEL="linux" LIRC_DEVICES="hauppauge" USERLAND="GNU" VIDEO_CARDS="fglrx"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 elprespufferfish 2007-06-03 17:37:08 UTC
Created attachment 121054 [details]
complete build.log
Comment 2 Evgeniy Kliymovich 2007-06-03 18:16:48 UTC
Try:
# MAKEOPTS="-j1" emegre =x11vnc-0.9.1

Maybe that's help you.
Comment 3 elprespufferfish 2007-06-03 18:34:43 UTC
(In reply to comment #2)
> Try:
> # MAKEOPTS="-j1" emegre =x11vnc-0.9.1
> 
> Maybe that's help you.
> 

Nope, doesn't change anything
Comment 4 Evgeniy Kliymovich 2007-06-03 19:13:40 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > Try:
> > # MAKEOPTS="-j1" emegre =x11vnc-0.9.1
> > 
> > Maybe that's help you.
> > 
> 
> Nope, doesn't change anything
> 
Try:
USE="-*" emerge =x11vnc-0.9.1
Comment 5 elprespufferfish 2007-06-03 19:32:38 UTC
(In reply to comment #4)
> (In reply to comment #3)
> > (In reply to comment #2)
> > > Try:
> > > # MAKEOPTS="-j1" emegre =x11vnc-0.9.1
> > > 
> > > Maybe that's help you.
> > > 
> > 
> > Nope, doesn't change anything
> > 
> Try:
> USE="-*" emerge =x11vnc-0.9.1
> 

Still fails
Comment 6 Evgeniy Kliymovich 2007-06-03 20:18:06 UTC
(In reply to comment #5)
> (In reply to comment #4)
> > (In reply to comment #3)
> > > (In reply to comment #2)
> > > > Try:
> > > > # MAKEOPTS="-j1" emegre =x11vnc-0.9.1
> > > > 
> > > > Maybe that's help you.
> > > > 
> > > 
> > > Nope, doesn't change anything
> > > 
> > Try:
> > USE="-*" emerge =x11vnc-0.9.1
> > 
> 
> Still fails
> 

I think, reemerging all packages which depend with it, must solve problem.

#emerge -e x11vnc
Comment 7 elprespufferfish 2007-06-03 21:08:55 UTC
I feel stupid for not having tried this earlier, but it successfully compiles with USE="ssl".
Comment 8 Sven Wegener gentoo-dev 2007-07-20 19:24:42 UTC
I pulled in a fix from upstream for this. Thanks for reporting!