Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24555 - Gail fail to compile on Orbit2 component
Summary: Gail fail to compile on Orbit2 component
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-15 17:40 UTC by Baptiste Mille-Mathias
Modified: 2003-07-16 03:28 UTC (History)
0 users

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 Baptiste Mille-Mathias 2003-07-15 17:40:39 UTC
I tried to emerge gail-1.99.8 to install evolution-1.4.3 but I have always a
problem on Orbit2
==================================================
gcc -O2 -mcpu=i686 -pipe -D_REENTRANT -o test-color test-color.o -Wl,--export-dy
namic -pthread -L/usr/X11R6/lib ../../gal/wi
dgets/.libs/libwidgets.al ../../gal/ util/.libs/libutil.al
/usr/lib/libgnomeprintui-2-2.so /usr/lib/libgnomeprint-2-2 .so /us
r/lib/libglade-2.0.so /usr/lib/libgnomeui-2.so -lSM -lICE /usr/lib/libbon
oboui-2.so /usr/lib/libgnome-2.so /usr/lib/libbonob
o-2.so /usr/lib/libgconf-2.so  /usr/lib/libgnomevfs-2.so
/usr/lib/libbonobo-activation.so /usr/lib/libORBit-2. so /usr/lib/li
blinc.so /usr/lib/libgthread-2.0.so /usr/lib/libgnomecanvas-2.so /
usr/lib/libart_lgpl_2.so /usr/lib/libpangoft2-1.0.so /usr/
lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so
/usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangoxft-1.
0.so /usr/lib/libpangox-1.0.so /usr/lib/libpango-1.0.so /
usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/
libglib-2.0.s o /usr/lib/libxml2.so -lpthread -lz -lm
/usr/lib/libORBit-2.so: undefined reference to `RAND_get_rand_method'
/usr/lib/libORBit-2.so: undefined reference to `RAND_bytes'
collect2: ld returned 1 exit status
make[3]: *** [test-color] Error 1
make[3]: Leaving directory `/var/tmp/portage/gal-1.99.8/work/gal-1.99.8/gal/widg
ets'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gal-1.99.8/work/gal-1.99.8/gal'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gal-1.99.8/work/gal-1.99.8'
make: *** [all] Error 2

!!! ERROR: gnome-extra/gal-1.99.8 failed.
!!! Function gnome2_src_compile, Line 41, Exitcode 2
!!! compile failure

======================================
My emerge --info
======================================
Portage 2.0.48-r1 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r4)
=================================================================
System uname: 2.4.20-gaming-r3 i686 AMD Athlon(tm) XP 2100+
GENTOO_MIRRORS="ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo
http://194.83.57.2/sites/www.ibiblio.org/gentoo/ http://194.83.5
7.3/sites/www.ibiblio.org/gentoo/
http://212.219.56.146/sites/www.ibiblio.org/gentoo/
http://194.83.57.7/sites/www.ibiblio.org/gentoo/"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss apm crypt gif jpeg libg++ libwww mad mikmod mpeg ncurses nls pdflib
png quicktime spell zlib gtkhtml gdbm berkdb
 slang readline svga tcltk java guile mysql sdl gpm tcpd pam perl python esd
imlib gtk motif mmx 3dnow sse xmms mozilla truetype bonobo evo dvd xml xml2
encode avi oggvorbis fbcon X dga opengl xv gtk2 gnome -ssl -qt -kde alsa -arts
-cups moznocomposer mozsvg -mozcalendar -mozaccess -mozinterfaceinfo -mozp3p
-mozxmlterm -moznoirc -ldap"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i686 -pipe"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
========================================
Comment 1 Spider (RETIRED) gentoo-dev 2003-07-15 18:56:33 UTC
Strange, RAND_get_rand_method is exported by libcrypto.so which is part of openssl.

Could you please try:
emerge openssl
emerge ORBit2 


And see if your problem persists?  I don't understand why ORBit would all of sudden loose the ssl links, but that appears to have happened.
Comment 2 Baptiste Mille-Mathias 2003-07-16 03:01:09 UTC
Ok, you're right.
afeter re emerging openssl and ORBit2, Gal-1.99.8 compiled fine.

You can set the bug resolved
Comment 3 Spider (RETIRED) gentoo-dev 2003-07-16 03:28:27 UTC
I still wish I knew what caused openssl to bork here, but glad its resolved.