AOLserver Chat Logs

2008/05/27

IRC [00:40] *** Mooooooo parted the chat.
IRC [03:09] *** alex___ joined the chat.
IRC [03:11] <alex___> nsthread_libinit.o: In function `_init':
IRC [03:11] <alex___> nslibinit.c:(.text+0x0): multiple definition of `_init'
IRC [03:11] <alex___> collect2: ld returned 1 exit status
IRC [03:11] <alex___> gmake[1]: *** [libnsthread.so] Error 1
IRC [03:11] <alex___> gmake[1]: Leaving directory `/root/aolserver-4.5.0/nsthread'
IRC [03:11] <alex___> gmake: *** [install-bins] Error 1
IRC [03:11] <alex___> does anybody have any advice ?
IRC [03:51] *** the_unmake1 parted the chat.
IRC [10:31] *** hgcphoeni1 joined the chat.
IRC [10:31] *** hgcphoenix parted the chat.
IRC [11:08] *** hgcphoenix joined the chat.
IRC [11:21] *** hgcphoenix parted the chat.
IRC [11:25] *** hgcphoenix joined the chat.
IRC [11:26] *** hgcphoeni1 parted the chat.
IRC [11:27] *** hgcphoenix parted the chat.
IRC [12:36] *** holycow joined the chat.
IRC [13:07] <Dossy> hi, alex___ - what brings you here? :)
IRC [13:13] <alex___> :) just having trouble compiling aolserver but I've read through some of the documentation and it says that I must use their modified version of TCL
IRC [13:14] <alex___> hopefully that'll take care of the nsthread problem
IRC [13:19] <Dossy> what? what version are you compiling?
IRC [13:22] <alex___> 4.5
IRC [13:23] <alex___> tcl version 8.4.19
IRC [13:23] <Dossy> shouldn't need a modified version of Tcl to build 4.5
IRC [13:25] <alex___> oh
IRC [13:25] <alex___> :(
IRC [13:25] <alex___> what could be causing the problem ?
IRC [13:31] *** KNReC joined the chat.
IRC [13:32] <Dossy> Not sure. What error are you receiving?
IRC [13:32] <Dossy> hi, KNReC :)
IRC [13:32] <KNReC> hi
IRC [13:33] <KNReC> just lurkin' while I install some stuff on my home machines.
IRC [13:38] <alex___> collect2: ld returned 1 exit status
IRC [13:38] <alex___> gmake[1]: *** [libnsthread.so] Error 1
IRC [13:38] <alex___> gmake[1]: Leaving directory `/root/aolserver-4.5.0/nsthread'
IRC [13:38] <alex___> gmake: *** [install-bins] Error 1
IRC [14:04] <Dossy> alex___: can you include a few more lines leading up to that?
IRC [14:17] <alex___> yeah of course
IRC [14:17] <alex___> nsthread_libinit.o: In function `_init':
IRC [14:17] <alex___> nslibinit.c:(.text+0x0): multiple definition of `_init'
IRC [14:17] <alex___> collect2: ld returned 1 exit status
IRC [14:17] <alex___> gmake[1]: *** [libnsthread.so] Error 1
IRC [14:17] <alex___> gmake[1]: Leaving directory `/root/aolserver-4.5.0/nsthread'
IRC [14:17] <alex___> gmake: *** [install-bins] Error 1
IRC [14:18] <Dossy> aha. :)
IRC [14:18] <Dossy> bot, _init error?
IRC [14:18] <Dossy> bot, _init?
IRC [14:24] <Dossy> alex___: here, read this - http://groups.google.com/group/aolserver/browse_thread/thread/d1256c76d15ece4b/5a04b540f06688a0?lnk=gst&q=nostartfiles#5a04b540f06688a0
IRC [14:25] <Dossy> bot, _init error is http://groups.google.com/group/aolserver/browse_thread/thread/d1256c76d15ece4b/5a04b540f06688a0?lnk=gst&q=nostartfiles#5a04b540f06688a0
IRC [14:25] <Dossy> bot, _init error is http://groups.google.com/group/aolserver/msg/b4a535e08d011872
IRC [14:25] <Dossy> no, bot, _init error is http://groups.google.com/group/aolserver/msg/b4a535e08d011872
IRC [14:26] <Dossy> bot, forget _init error
IRC [14:26] <Dossy> no, bot, _init error is http://groups.google.com/group/aolserver/msg/b4a535e08d011872
IRC [14:26] <Dossy> bot, _init error is http://groups.google.com/group/aolserver/msg/b4a535e08d011872
IRC [14:26] <Dossy> there. heh. :-)
IRC [14:37] <alex___> great thanks for the resources
IRC [14:37] <alex___> :)
IRC [14:54] <Dossy> Did that solve your problem?
IRC [15:46] <alex___> no
IRC [15:46] <alex___> maybe I'm not doing this right
IRC [15:47] <alex___> I removed the case
IRC [15:47] <alex___> - case "$LDLIB" in
IRC [15:47] <alex___> - *gcc*)
IRC [15:47] <alex___> - LDLIB="$LDLIB -nostartfiles"
IRC [15:47] <alex___> - ;;
IRC [15:47] <alex___> and added + LDLIB="$LDLIB -nostartfiles"
IRC [15:48] <alex___> I might just install an older version of tcl
IRC [15:50] <Dossy> no, don't remove the case
IRC [15:50] <Dossy> just modify the LDLIB line to add " -nostartfiles" to it
IRC [15:51] <EvilOtto> I'm pretty sure I comitted a patch to CVS head for this problem.
IRC [15:52] <Dossy> EvilOtto: Me too. alex___, are you building CVS HEAD?
IRC [15:58] <alex___> like this
IRC [15:58] <alex___> LDLIB="$TCL_SHLIB_LD"
IRC [15:58] <alex___> case "$LDLIB" in
IRC [15:58] <alex___> *gcc*)
IRC [15:58] <alex___> LDLIB="$LDLIB -nostartfiles"
IRC [15:58] <alex___> ;;
IRC [15:58] <alex___> esac
IRC [15:58] <alex___> CCRPATH="\$(CCRFLAG)\$(INSTLIB)"
IRC [17:07] <Dossy> Yup, that looks right.
IRC [17:21] <alex___> interesting, that's what I find in the original config file
IRC [17:29] <Dossy> Strange.
IRC [17:30] <Dossy> Try building CVS HEAD?
IRC [17:37] <alex___> I'll give that a shot
IRC [18:31] *** Mooooooo joined the chat.
IRC [18:46] <Dossy> hi, Mooooooo
IRC [18:46] <Mooooooo> hey
IRC [18:46] <Dossy> How was your weekend?
IRC [18:47] <Dossy> Matter of fact, how was everyone's long weekend (in the US, at least).
IRC [18:47] <Mooooooo> relatively unconscious. I got a lot of power sleeping in yesterday
IRC [18:47] <Mooooooo> you?
IRC [18:48] <Dossy> ooh, nice - me, lots of work around the yard, opened the pool, ate lots of grilled creature carcasses yesterday
IRC [18:48] <Mooooooo> sounds nice
IRC [18:51] <Mooooooo> having fun patching nsmemcache at the moment
IRC [19:00] <Dossy> oh?
IRC [19:00] <Dossy> cool. what are you using memcache for?
IRC [19:00] <Mooooooo> basically a world accessible nsv
IRC [19:01] <Dossy> I meant, what's the application that uses it. :)
IRC [19:01] <Mooooooo> oh, naviserver
IRC [19:01] <Dossy> uh, I meant - what's the _end_ application that's using it?
IRC [19:02] <Dossy> :)
IRC [19:02] <Mooooooo> oh, lol. other apache servers
IRC [19:02] <Mooooooo> sharing data
IRC [19:02] <Dossy> Web mail? Content management? ...
IRC [19:03] <Mooooooo> content management
IRC [19:10] *** IEF parted the chat.
IRC [19:11] *** IEF joined the chat.
IRC [19:27] <Dossy> Just got two Visa "rebate" cards back in the mail - $200 in total - getting rebates in the form of credit is somewhat annoying.
IRC [19:51] <EvilOtto> my weekend was unfortunately interrupted by the need to rush a release :/
IRC [21:07] <jhavard> xorian: I whipped up a vadvance wrapper script that will run vadvance no matter how deep one is in the directory hierarchy
IRC [21:07] <jhavard> wrong window
IRC [21:29] *** holycow parted the chat.
IRC [21:33] *** hgcphoenix joined the chat.