Xymon Mailing List Archive search

Error making latest snapshot

4 messages in this thread

list Lars Ebeling · Fri, 12 Aug 2005 10:31:42 +0200 ·
Hi

Got this while making latest snapshot:

cc -g -O -D_REENTRANT -DHPUX -I. -I/home/hobbit/snapshot/include -I/usr/local/include -c -o bbproxy.o bbproxy.c                                                 bbproxy.c:19:85: sys/select.h: No such file or directory                        makeÄ1Å: *** Äbbproxy.oÅ Error 1                                                makeÄ1Å: Leaving directory é/home/hobbit/snapshot/bbproxy'                      make: *** Äbbproxy-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 Lars Ebeling · Mon, 4 Feb 2008 08:25:37 +0100 ·
gcc -g -O -D_REENTRANT  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHPUX -I. -I
/home/hobbit/snapshot/include -I/usr/local/include -I. -I../include -DSTANDALONE
 -o loadhosts loadhosts.c                                                       loadhosts.c: In function `bbh_find_item':                                       loadhosts.c:216: warning: return discards qualifiers from pointer target type   loadhosts.c: In function `bbh_item_id':                                         loadhosts.c:593: warning: return discards qualifiers from pointer target type   /usr/ccs/bin/ld: Unsatisfied symbols:                                              addtobuffer (code)                                                              nlencode (code)                                                                 rbtFind (code)                                                                  rbtNew (code)                                                                   sanitize_input (code)                                                           get_fqdn (code)                                                                 rbtKeyValue (code)                                                              dbgprintf (code)                                                                stackfclist (code)                                                              stackfclose (code)                                                              gettreeitem (code)                                                              xgetenv (code)                                                                  rbtDelete (code)                                                                rbtInsert (code)                                                                xfreenullstr (data)                                                             clearstrbuffer (code)                                                           rbtEnd (code)                                                                   stackfgets (code)                                                               freestrbuffer (code)                                                            stackfopen (code)                                                               errprintf (code)                                                                stackfmodified (code)                                                           name_compare (code)                                                             newstrbuffer (code)                                                          collect2: ld returned 1 exit status                                             make[1]: *** [loadhosts] Error 1                                                make[1]: Leaving directory `/home/hobbit/snapshot/lib'                          make: *** [lib-build] Error 2                                                   $                                                                               -- 
Regards
Lars Ebeling

http://leopg9.no-ip.org
Hobbithobbyist

"It is better to keep your mouth shut and appear stupid than to open it and remove all doubt."
-- Mark Twain
list Henrik Størner · Mon, 4 Feb 2008 10:19:16 +0100 ·
On Mon, Feb 04, 2008 at 08:25:37AM +0100, Lars Ebeling wrote:
/usr/ccs/bin/ld: Unsatisfied symbols:
   addtobuffer (code)
Add
  HOBBITLIBRARY = libhobbit.a

to the top-level Makefile.


Henrik
list Lars Ebeling · Mon, 4 Feb 2008 12:24:27 +0100 ·
----- Original Message ----- From: "Henrik Stoerner" <user-ce4a2c883f75@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Monday, February 04, 2008 10:19 AM
Subject: Re: [hobbit] Error making latest snapshot
quoted from Lars Ebeling

On Mon, Feb 04, 2008 at 08:25:37AM +0100, Lars Ebeling wrote:
/usr/ccs/bin/ld: Unsatisfied symbols:
   addtobuffer (code)
Add
 HOBBITLIBRARY = libhobbit.a

to the top-level Makefile.

CC="gcc" CFLAGS="-g -O -D_REENTRANT  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DHPUX -I. -I`pwd`/include -I/usr/local/include" LDFLAGS="" OSDEF="-DHPUX" RPATH
OPT="" HOBBITLIBRARY="libhobbit.a" PCREINCDIR="-I/usr/local/include" PCRELIBS="-
L/usr/local/lib -lpcre" SSLFLAGS="-DBBGEN_SSL" SSLINCDIR="-I/usr/local/include "
 SSLLIBS="-L/usr/local/lib -lssl -lcrypto" NETLIBS="-lnsl" BBTOPDIR="/home/hobbi
t" BBLOGDIR="/var/log/hobbit" BBHOSTNAME="leopg9" BBHOSTIP="192.168.0.2" BBHOSTO
S="hp-ux" make -C lib all
make[1]: Entering directory `/home/hobbit/snapshot/lib'
gcc -g -O -D_REENTRANT  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHPUX -I.  -I
/home/hobbit/snapshot/include -I/usr/local/include -I. -I../include -o test-endi
anness test-endianness.c
make[1]: *** No rule to make target `libhobbit.a', needed by `all'.  Stop.
quoted from Lars Ebeling
make[1]: Leaving directory `/home/hobbit/snapshot/lib'
make: *** [lib-build] Error 2
$
-- 
Regards
Lars Ebeling

http://leopg9.no-ip.org
Hobbithobbyist

"It is better to keep your mouth shut and appear stupid than to open it and remove all doubt."
-- Mark Twain