[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Build errors with today's (4-21-08) snapshot
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Build errors with today's (4-21-08) snapshot
- From: "Gary Baluha" <gumby3203 (at) gmail.com>
- Date: Tue, 22 Apr 2008 11:39:25 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=8LCkg7DZ2KRlL1yVziaFa5VtQ0v0i55wDS1PthQ8fro=; b=Bxm9cadZzQwQwGtwngRBKdb4a4I2Vg5MK9jHaQRSOQFMNi/0Ya7mwEkKzny8pb6NM7AXY+IOJb3NJFFU2m3fym+VADhOgacAAXKPVeTpOhv5nIVWfh+1mNI9JXUbVu8f7KntWS0w9c1tSYByg3yqBIlpl5IF4m74at+n/doOeCg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=egEhzR86+TfdnDbtDexYlGqzUFjcBvnELvSlcan83IwBAPwg9iB2FoLa5zO11kDtl7bHEGf6TyF1NXbHJG5dtfaElZht/H41Y/istrlY71/lbTBJcu4YLt8Qbs0Rdu92ZSbjobnEaHyCZ1NOV7KzFWW+oDeW8W5/f/q5TVLya+o=
- References: <29f517690804210849v51b7aa58r6dd83080cca5a011 (at) mail.gmail.com> <20080421204819.GB29174 (at) hswn.dk> <29f517690804211403o4a8c7f6aub7645e19d51a6b0f (at) mail.gmail.com>
Still having the same problem. Wonder if it's some sort of version mixup...
libart_lgpl-2.3.19
rrdtool-1.2.27
Hobbit snapshot, 4-22-2008
I recompiled libart, rrdtool, and hobbit from source (make distclean, run
configure, make && make install), and still the same problem compiling the
snapshot. The thing that confuses me, is that if I do the same with the
hobbit 4.2.0 release, it compiles fine.
On Mon, Apr 21, 2008 at 5:03 PM, Gary Baluha <gumby3203 (at) gmail.com> wrote:
> On Mon, Apr 21, 2008 at 4:48 PM, Henrik Stoerner <henrik (at) hswn.dk> wrote:
>
> > On Mon, Apr 21, 2008 at 11:49:05AM -0400, Gary Baluha wrote:
> > > gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE
> > > -D_FILE_OFFSET_BITS=64 -DLINUX -I.
> > > -I/usr/local/src/hobbit-sources/hobbit-snap-4.21.2008/include
> > > -I/usr/local/include -c -o client_config.o client_config.c
> > > gcc -o hobbitd_rrd -Wl,--rpath,/usr/lib -Wl,--rpath,/usr/local/lib
> > > -Wl,--rpath,/usr/local/rrdtool-1.2.26/lib
> > -Wl,--rpath,/var/hobbit/server/bin
> > > hobbitd_rrd.o hobbitd_worker.o hobbitd_buffer.o do_rrd.o
> > > client_config.o ../lib/libhobbit.a -L/usr/local/rrdtool-1.2.26/lib
> > -lrrd
> > > -L/usr/local/lib -lpng -L/usr/local/lib -lpcre -L/usr/lib -lz
> > > /usr/local/rrdtool-1.2.26/lib/librrd.so: undefined reference to
> > `art_free'
> > > /usr/local/rrdtool-1.2.26/lib/librrd.so: undefined reference to
> > `art_alloc'
> >
> > This looks like a missing library for linking Hobbit with rrdtool.
> > "art_free" is from the libart library, which Hobbit does not use -
> > except implicitly via rrdtool.
>
>
> Strange that 4.2.0 release compiled fine. I'll dig deeper to see if I'm
> missing a path somewhere. Thanks.
>
>