Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 36485

Summary: sim update to 0.9.2 (needs automake 1.7.9)
Product: Gentoo Linux Reporter: Hanno Böck <hanno>
Component: Current packagesAssignee: Daniel Ahlberg (RETIRED) <aliz>
Status: RESOLVED FIXED    
Severity: enhancement CC: exitware, gentoo-bugs, sergem
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 33217    
Bug Blocks:    
Attachments: automake 1.7.9 ebuild
sim 0.9.2 ebuild

Description Hanno Böck gentoo-dev 2003-12-25 08:31:20 UTC
sim-0.9.2 is out.
Cannot use just the old ebuild, because it needs automake 1.7.9, which is not yet in portage.
Comment 1 Albert 2003-12-26 23:21:25 UTC
Created attachment 22692 [details]
automake 1.7.9 ebuild

Dependency of sim 0.9.2
Comment 2 Albert 2003-12-26 23:53:03 UTC
Created attachment 22693 [details]
sim 0.9.2 ebuild

Not much different from previous 0.9.1 ebuild.

Tested.
Comment 3 Daniel Ahlberg (RETIRED) gentoo-dev 2004-01-04 03:58:37 UTC
*** Bug 36787 has been marked as a duplicate of this bug. ***
Comment 4 Daniel Seyffer 2004-01-10 10:24:14 UTC
Hi. Would be nice to have this in portage because it fixes an annoying bug in 0.9.1 that sometimes silently prevents reception of messages from ICQ 2003 clients.   Can get complicated if everyone thinks that you just ignore them... ;-)  
(see http://sim-icq.sourceforge.net/news.shtml)
Comment 5 Daniel Ahlberg (RETIRED) gentoo-dev 2004-01-14 02:38:50 UTC
In CVS
Comment 6 Daniel Seyffer 2004-01-14 12:42:38 UTC
Cool. :) 

Just two issues:
1.) Is is just me or is anyone else having problems with a non-matching digest file?
2.) "emerge sim" gave me:
[snip]
checking for memcpy... yes
checking for strcmp... yes
checking ktextedit.h usability... yes
checking ktextedit.h presence... yes
checking for ktextedit.h... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_Parse in -lexpat... yes
which: no sablot-config in (/usr/lib/ccache/bin:/usr/lib/distcc/bin:/sbin:/usr/sbin:/usr/lib/portage/bin:/bin:/usr/bin:/usr/local/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.3:/opt/Acrobat5:/usr/X11R6/bin:/opt/blackdown-jdk-1.4.1/bin:/opt/blackdown-jdk-1.4.1/jre/bin:/usr/qt/3/bin:/usr/kde/3.2/sbin:/usr/kde/3.2/bin:/usr/kde/3.1/sbin:/usr/kde/3.1/bin:/opt/interbase/bin:/opt/vmware/bin:/usr/share/karamba/bin)
configure: error: Executable sablot-config not found!
Seems you have no sablotron devel files installed.


!!! ERROR: net-im/sim-0.9.2 failed.
!!! Function econf, Line 365, Exitcode 1
!!! econf failed
[/snip]

Obviously a missing dependency on sablotron? Doing "emerge sablotron sim" and everything seems fine. ;-)
Comment 7 Daniel Seyffer 2004-01-14 14:22:03 UTC
mmh...ok, too fast saying "everything seems fine". :(
Never mind.

[...]
make[2]: Entering directory `/var/tmp/portage/sim-0.9.2/work/sim-0.9.2/plugins/remote'
/usr/qt/3/bin/uic -o remotecfgbase.h ./remotecfgbase.ui
/usr/qt/3/bin/moc ./remotecfg.h -o remotecfg.moc
/usr/qt/3/bin/moc ./remote.h -o remote.moc
/usr/qt/3/bin/moc remotecfgbase.h -o remotecfgbase.moc
/bin/sh ../../libtool --silent --mode=link --tag=CXX g++  -DNDEBUG -O2 -march=athlon-xp -O3 -pipe -fomit-frame-pointer -fno-exceptions -fno-check-new    -o simctrl  simctrl.o  -lart_lgpl_2
simctrl.o(.text+0x761): In function `createTCPProcessor(char const*)':
/usr/include/g++/bits/basic_string.h:781: undefined reference to `__inet_addr'
simctrl.o(.text+0x846): In function `createTCPProcessor(char const*)':
/u/vova/t/sim/plugins/remote/simctrl.cpp:191: undefined reference to `__inet_addr'
simctrl.o(.text+0xd06): In function `usage':
/u/vova/t/sim/plugins/remote/simctrl.cpp:365: undefined reference to `__stderrp'
simctrl.o(.text+0xdf3): In function `main':
/u/vova/t/sim/plugins/remote/simctrl.cpp:398: undefined reference to `__stderrp'
simctrl.o(.text+0xffa):/u/vova/t/sim/plugins/remote/simctrl.cpp:413: undefined reference to `__stdinp'
collect2: ld returned 1 exit status
distcc[7812] ERROR: compile on localhost failed
make[2]: *** [simctrl] Error 1
make[2]: Leaving directory `/var/tmp/portage/sim-0.9.2/work/sim-0.9.2/plugins/remote'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/sim-0.9.2/work/sim-0.9.2'
make: *** [all] Error 2

!!! ERROR: net-im/sim-0.9.2 failed.
!!! Function src_compile, Line 58, Exitcode 2
!!! (no error message)