Xymon Mailing List Archive search

Error making snapshot 3/9

5 messages in this thread

list Lars Ebeling · Sat, 3 Sep 2005 06:30:27 +0200 ·
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
list Henrik Størner · Sat, 3 Sep 2005 07:59:15 +0200 ·
quoted from Lars Ebeling
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
list Lars Ebeling · Sat, 3 Sep 2005 14:21:00 +0200 ·
Sent this before without zipping the files. Got it back cause it was bigger 
than 30k.

Got the same error.

Lars
quoted from Henrik Størner

----- Original Message ----- 
From: "Henrik Stoerner" <user-ce4a2c883f75@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
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

list Lars Ebeling · Mon, 5 Sep 2005 10:52:33 +0200 ·
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
quoted from Lars Ebeling
Lars

----- Original Message ----- 
From: "Henrik Stoerner" <user-ce4a2c883f75@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
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

list Henrik Størner · Mon, 5 Sep 2005 13:19:02 +0200 ·
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