Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16071 - open323-1.11.2 failed to emerge
Summary: open323-1.11.2 failed to emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
: 16066 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-02-20 06:26 UTC by Ph. Bobo
Modified: 2003-03-02 04:59 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 Ph. Bobo 2003-02-20 06:26:58 UTC
./obj_linux_x86_r/main.o(.gnu.linkonce.d._ZTV18SimpleH323EndPoint+0xc8):
undefined reference to `H323EndPoint::OnServiceControlSession(unsigned,
unsigned, H323ServiceControlSession const&, H323Connection*)'
./obj_linux_x86_r/main.o(.gnu.linkonce.d._ZTV18SimpleH323EndPoint+0xcc):
undefined reference to
`H323EndPoint::CreateServiceControlSession(H225_ServiceControlDescriptor const&)'
/usr/lib/libh323_linux_x86_r.so: undefined reference to
`PASN_OctetString::DecodeSubType(PASN_Object&)'
/usr/lib/libh323_linux_x86_r.so: undefined reference to
`PIPSocket::Address::Address[in-charge](PIPSocket::Address const&)'
/usr/lib/libh323_linux_x86_r.so: undefined reference to `speex_encode'
/usr/lib/libh323_linux_x86_r.so: undefined reference to
`PSafeCollection::SafeAppend(PSafeObject*)'
/usr/lib/libh323_linux_x86_r.so: undefined reference to `speex_bits_destroy'
/usr/lib/libh323_linux_x86_r.so: undefined reference to `speex_decode'
/usr/lib/libh323_linux_x86_r.so: undefined reference to `speex_encoder_ctl'
/usr/lib/libh323_linux_x86_r.so: undefined reference to `speex_decoder_destroy'
/usr/lib/libh323_linux_x86_r.so: undefined reference to `speex_encoder_destroy'
/usr/lib/libh323_linux_x86_r.so: undefined reference to `speex_nb_mode'
/usr/lib/libh323_linux_x86_r.so: undefined reference to `speex_encoder_init'
/usr/lib/libh323_linux_x86_r.so: undefined reference to `speex_bits_reset'
/usr/lib/libh323_linux_x86_r.so: undefined reference to `speex_bits_read_from'
/usr/lib/libh323_linux_x86_r.so: undefined reference to `speex_bits_write'
/usr/lib/libh323_linux_x86_r.so: undefined reference to
`PIPSocket::Address::operator=(PIPSocket::Address const&)'
/usr/lib/libh323_linux_x86_r.so: undefined reference to `speex_decoder_init'
/usr/lib/libh323_linux_x86_r.so: undefined reference to `speex_bits_init'
collect2: ld returned 1 exit status
make[2]: *** [obj_linux_x86_r/simph323] Error 1
make[2]: Leaving directory
`/var/tmp/portage/openh323-1.11.2/work/openh323/samples/simple'
make[1]: *** [opt] Error 2
make[1]: Leaving directory `/var/tmp/portage/openh323-1.11.2/work/openh323'
make: *** [optshared] Error 2
   
!!! ERROR: net-libs/openh323-1.11.2 failed.
!!! Function src_compile, Line 24, Exitcode 2
!!! (no error message)

Reproducible: Always
Steps to Reproduce:
1. emerge /usr/portage/net-libs/open323/open323-1.11.2
2.
3.

Actual Results:  
Fails to compile

Expected Results:  
emerge succeed

Portage 2.0.46-r12 (default-x86-1.4, gcc-3.2.1, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.19-gentoo-r9 i686 Pentium III (Coppermine)
GENTOO_MIRRORS="http://gentoo.oregonstate.edu/
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/X11R6/lib/X11/xkb /opt/jakarta/tomcat/conf /usr/kde/3.1/share/config
/usr/kde/3/share/config /usr/share/config"
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=""
USE="x86 oss 3dnow apm avi crypt cups encode gif jpeg libg++ mikmod mmx mpeg
ncurses nls pdflib png qtmt quicktime spell truetype xml2 xmms xv zlib directfb
gdbm berkdb slang readline arts tetex aalib svga tcltk java guile ruby mysql X
sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gnome gtk qt kde
motif opengl mozilla ldap snmp cdr scanner"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3"
CXXFLAGS="-march=pentium3 -O3"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 SpanKY gentoo-dev 2003-02-20 06:31:17 UTC
*** Bug 16066 has been marked as a duplicate of this bug. ***
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-02-20 16:47:55 UTC
please try with -O2
Comment 3 Ph. Bobo 2003-03-02 04:59:08 UTC
Succeed. Thank you