Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23594 - pwlib compile failure
Summary: pwlib compile failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-27 06:28 UTC by Seemant Kulleen (RETIRED)
Modified: 2003-06-27 11:39 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 Seemant Kulleen (RETIRED) gentoo-dev 2003-06-27 06:28:00 UTC
make[1]: Entering directory
`/var/tmp/portage/pwlib-1.5.0/work/pwlib/tools/asnparser'
g++ -o obj_linux_x86_r/asnparser -march=athlon-xp -O3 -pipe -finline-functions
-fprefetch-loop-arrays -foptimize-sibling-calls -fdelete-null-pointer-checks
-fno-cprop-registers -funroll-loops -frerun-loop-opt -frename-registers
-fmove-all-movables -freorder-blocks -m3dnow -msse -DP_LINUX=2.4.21_rc8-gss
-I/usr/include -L/usr/lib -s -L/var/tmp/portage/pwlib-1.5.0/work/pwlib/lib  
./obj_linux_x86_r/asn_grammar.o  ./obj_linux_x86_r/asn_lex.o 
./obj_linux_x86_r/main.o -lpt_linux_x86_r -lssl -lcrypto -llber -lldap -lldap_r
-lexpat -lpthread -lSDL -lresolv  -ldl 
./obj_linux_x86_r/asn_grammar.o(.gnu.linkonce.d._ZTV10PBaseArrayIcE+0x24):
undefined reference to `PAbstractArray::PrintOn(std::basic_ostream<char,
std::char_traits<char> >&) const'
./obj_linux_x86_r/asn_grammar.o(.gnu.linkonce.d._ZTV10PBaseArrayIcE+0x28):
undefined reference to `PAbstractArray::ReadFrom(std::basic_istream<char,
std::char_traints<char> >&)'
./obj_linux_x86_r/asn_grammar.o(.gnu.linkonce.d._ZTV10PBaseArrayIcE+0x5c):
undefined reference to `PAbstractArray::ReadElementFrom(std::basic_istream<char,
std::char_traints<char> >&, int)'
collect2: ld returned 1 exit status
make[1]: *** [obj_linux_x86_r/asnparser] Error 1
make[1]: Leaving directory `/var/tmp/portage/pwlib-1.5.0/work/pwlib/tools/asnparser'
make: *** [opt] Error 2



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Andreas Kotowicz 2003-06-27 06:30:25 UTC
same happens to me here. I need this package for gnomemeeting 0.98 to compile 
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2003-06-27 06:41:37 UTC
ok .. workaround is to unmerge pwlib first .. 

i'll try and fix it so that you don't need to do that in the future
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2003-06-27 06:50:10 UTC
should be fixed in portage now, anyone wanna try again?
Comment 4 Andreas Kotowicz 2003-06-27 08:46:20 UTC
works here.
but something's still wrong as i can't compile openh323 which depends on pwlibs. see my bug filed: 23596
Comment 5 Alastair Tse (RETIRED) gentoo-dev 2003-06-27 11:29:47 UTC
thanks .. looks fixed, well, the h323 problem, i can't reproduce .. hmm discussion can move onto that bug
Comment 6 Seemant Kulleen (RETIRED) gentoo-dev 2003-06-27 11:39:49 UTC
sorry for delay -- I knew a few hours ago :(  it is fixed -- thanks much alastair