Hi,
got this:
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O -D_REENTRANT -DHPUX -I. -I/home/hobbit/sna
pshot/include -I/usr/local/include -MT ares_getnameinfo.lo -MD -MP -MF .deps/are
s_getnameinfo.Tpo -c ares_getnameinfo.c -o ares_getnameinfo.o
ares_getnameinfo.c: In function éappend_scopeid':
ares_getnameinfo.c:297: error: structure has no member named ésin6_scope_id'
makeÄ3Å: *** Äares_getnameinfo.loÅ Error 1
makeÄ3Å: Leaving directory é/home/hobbit/snapshot/bbnet/c-ares'
makeÄ2Å: *** ÄallÅ Error 2
makeÄ2Å: Leaving directory é/home/hobbit/snapshot/bbnet/c-ares'
makeÄ1Å: *** Äc-ares/.libs/libcares.aÅ Error 2
makeÄ1Å: Leaving directory é/home/hobbit/snapshot/bbnet'
make: *** Äbbnet-buildÅ Error 2
Regards
Lars Ebeling
http://leopg9.no-ip.org Hobbithobbyist "Never run after your own hat. Others will be delighted to do it; why spoil their fun?" -- Mark Twain
On Sat, Sep 03, 2005 at 06:30:27AM +0200, lars ebeling wrote:
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O -D_REENTRANT -DHPUX -I. -I/home/hobbit/sna pshot/include -I/usr/local/include -MT ares_getnameinfo.lo -MD -MP -MF .deps/are s_getnameinfo.Tpo -c ares_getnameinfo.c -o ares_getnameinfo.o
ares_getnameinfo.c: In function éappend_scopeid':
ares_getnameinfo.c:297: error: structure has no member named ésin6_scope_id'
Interesting. It's a new C-ares library version which has some basic IPv6 support (Hobbit doesn't use it - yet), and it should also fix some of the crashes that requires people to use --no-ares for the network tests.
Could you try building the c-ares library directly, i.e.
mkdir sometmpdir cd sometmpdir gzip -dc /hobbit/snapshot/bbnet/c-ares-1.3.0.tar.gz | tar xf - cd c-ares-1.3.0 ./configure --disable-shared make
If that also fails (I expect it will), then I'll file a bug report with the c-ares developers. They'll probably ask for some of the configure output files, so please send me the config.{status,log,h} files.
Regards, Henrik
Sent this before without zipping the files. Got it back cause it was bigger than 30k.
Got the same error.
Lars
----- Original Message ----- From: "Henrik Stoerner" <henrik at hswn.dk> To: <hobbit at hswn.dk> Sent: Saturday, September 03, 2005 7:59 AM Subject: Re: [hobbit] Error making snapshot 3/9
On Sat, Sep 03, 2005 at 06:30:27AM +0200, lars ebeling wrote:
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O -D_REENTRANT -DHPUX -I. -I/home/hobbit/sna pshot/include -I/usr/local/include -MT ares_getnameinfo.lo -MD -MP -MF .deps/are s_getnameinfo.Tpo -c ares_getnameinfo.c -o ares_getnameinfo.o ares_getnameinfo.c: In function éappend_scopeid': ares_getnameinfo.c:297: error: structure has no member named ésin6_scope_id'
Interesting. It's a new C-ares library version which has some basic IPv6 support (Hobbit doesn't use it - yet), and it should also fix some of the crashes that requires people to use --no-ares for the network tests.
Could you try building the c-ares library directly, i.e.
mkdir sometmpdir cd sometmpdir gzip -dc /hobbit/snapshot/bbnet/c-ares-1.3.0.tar.gz | tar xf - cd c-ares-1.3.0 ./configure --disable-shared make
If that also fails (I expect it will), then I'll file a bug report with the c-ares developers. They'll probably ask for some of the configure output files, so please send me the config.{status,log,h} files.
Regards, Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Hi,
any news? Is it possible to run the snapshots with c-ares version 1.2.1? In that case I change ARESVER in Makefile.rules
Regards Lars
----- Original Message ----- From: "Henrik Stoerner" <henrik at hswn.dk> To: <hobbit at hswn.dk> Sent: Saturday, September 03, 2005 7:59 AM Subject: Re: [hobbit] Error making snapshot 3/9
On Sat, Sep 03, 2005 at 06:30:27AM +0200, lars ebeling wrote:
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O -D_REENTRANT -DHPUX -I. -I/home/hobbit/sna pshot/include -I/usr/local/include -MT ares_getnameinfo.lo -MD -MP -MF .deps/are s_getnameinfo.Tpo -c ares_getnameinfo.c -o ares_getnameinfo.o ares_getnameinfo.c: In function éappend_scopeid': ares_getnameinfo.c:297: error: structure has no member named ésin6_scope_id'
Interesting. It's a new C-ares library version which has some basic IPv6 support (Hobbit doesn't use it - yet), and it should also fix some of the crashes that requires people to use --no-ares for the network tests.
Could you try building the c-ares library directly, i.e.
mkdir sometmpdir cd sometmpdir gzip -dc /hobbit/snapshot/bbnet/c-ares-1.3.0.tar.gz | tar xf - cd c-ares-1.3.0 ./configure --disable-shared make
If that also fails (I expect it will), then I'll file a bug report with the c-ares developers. They'll probably ask for some of the configure output files, so please send me the config.{status,log,h} files.
Regards, Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On Mon, Sep 05, 2005 at 10:52:33AM +0200, lars ebeling wrote:
any news?
They're looking at it.
Is it possible to run the snapshots with c-ares version 1.2.1? In that case I change ARESVER in Makefile.rules
Yes, that should work OK. Just set ARESVER=1.2.1 in build/Makefile.rules.
Regards, Henrik
participants (2)
-
henrik@hswn.dk
-
lars.ebeling@leopg9.no-ip.org