Xymon Mailing List Archive search

HPUX hobbit client install problem

20 messages in this thread

list Robert Manocchia · Thu, 31 May 2007 11:11:51 -0400 ·
I created the hobbit user and untarred the hobbit tar file. I then ran
./configure.client and rfeceived the following error:

 
Configuration script for Hobbit client

 
This script asks a few questions and builds a Makefile to compile Hobbit

 
Checking your make-utility

GNU make is required to build Hobbit.

If it is available as "gmake", run configure as: 'MAKE=gmake
./configure.client'

 
I have gcc installed and I can see the make program in /usr/bin. 

 
Robert Manocchia

UNIX System Administrator

IDEXX Laboratories

XXX XXX-XXXX

EMail user-615a9b935f98@xymon.invalid
list Finnur Örn Guðmundsson - TM Software Skyggnir · Thu, 31 May 2007 15:18:46 +0000 ·
Hi,

You have to have gmake installed....the hp supplied make command does
not play well with gnu tools it seems.

Thanks,
Finnur
quoted from Robert Manocchia

On Thu, 2007-05-31 at 11:11 -0400, Manocchia, Robert wrote:
I created the hobbit user and untarred the hobbit tar file. I then
ran ./configure.client and rfeceived the following error:

 
Configuration script for Hobbit client

 
This script asks a few questions and builds a Makefile to compile
Hobbit

 
Checking your make-utility

GNU make is required to build Hobbit.

If it is available as "gmake", run configure as:
'MAKE=gmake ./configure.client'

 
I have gcc installed and I can see the make program in /usr/bin.

 
Robert Manocchia

UNIX System Administrator

IDEXX Laboratories

XXX XXX-XXXX

EMail user-615a9b935f98@xymon.invalid

 
list Pkc_mls · Thu, 31 May 2007 17:19:49 +0200 ·
quoted from Finnur Örn Guðmundsson - TM Software Skyggnir
Manocchia, Robert a écrit :
I created the hobbit user and untarred the hobbit tar file. I then ran 
./configure.client and rfeceived the following error:

 
Configuration script for Hobbit client

 
This script asks a few questions and builds a Makefile to compile Hobbit

 
Checking your make-utility

GNU make is required to build Hobbit.

If it is available as "gmake", run configure as: 'MAKE=gmake 
./configure.client'

 
I have gcc installed and I can see the make program in /usr/bin.

 
make is not gmake.
you need a gmake, as asked by the config script.
Robert Manocchia

UNIX System Administrator

IDEXX Laboratories

XXX XXX-XXXX

EMail user-615a9b935f98@xymon.invalid

 
list Robert Manocchia · Thu, 31 May 2007 11:36:50 -0400 ·
I tried installing make3.81 from GNU I ran configure and then make and
received the following errors:

(Bundled) cc: warning 480: The -g option is available only with the C/ANSI C
product; ignored.
(Bundled) cc: "misc.c", line 196: error 1000: Unexpected symbol: "va_dcl".
(Bundled) cc: "misc.c", line 232: error 1000: Unexpected symbol: "va_dcl".
(Bundled) cc: "misc.c", line 265: error 1000: Unexpected symbol: "va_dcl".
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

I received the same errors on two different HPUX servers.
quoted from Pkc_mls

Robert Manocchia
UNIX System Administrator
IDEXX Laboratories
XXX XXX-XXXX
EMail user-615a9b935f98@xymon.invalid

-----Original Message-----
From: Finnur Örn Guðmundsson - TM Software Skyggnir [mailto:user-3631ec284a82@xymon.invalid] Sent: Thursday, May 31, 2007 11:19 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] HPUX hobbit client install problem

Hi,

You have to have gmake installed....the hp supplied make command does
not play well with gnu tools it seems.

Thanks,
Finnur

On Thu, 2007-05-31 at 11:11 -0400, Manocchia, Robert wrote:
I created the hobbit user and untarred the hobbit tar file. I then
ran ./configure.client and rfeceived the following error:

 
Configuration script for Hobbit client

 
This script asks a few questions and builds a Makefile to compile
Hobbit

 
Checking your make-utility

GNU make is required to build Hobbit.

If it is available as "gmake", run configure as:
'MAKE=gmake ./configure.client'

 
I have gcc installed and I can see the make program in /usr/bin.

 
Robert Manocchia

UNIX System Administrator

IDEXX Laboratories

XXX XXX-XXXX

EMail user-615a9b935f98@xymon.invalid

 
list Iain Conochie · Thu, 31 May 2007 16:43:06 +0100 ·
You can get an HPUX package from here

http://hpux.cs.utah.edu/hppd/hpux/Gnu/make-3.81/

Cheers

Iain
quoted from Robert Manocchia

On Thursday 31 May 2007 16:36, Manocchia, Robert wrote:
I tried installing make3.81 from GNU I ran configure and then make and
received the following errors:

(Bundled) cc: warning 480: The -g option is available only with the C/ANSI
C product; ignored.
(Bundled) cc: "misc.c", line 196: error 1000: Unexpected symbol: "va_dcl".
(Bundled) cc: "misc.c", line 232: error 1000: Unexpected symbol: "va_dcl".
(Bundled) cc: "misc.c", line 265: error 1000: Unexpected symbol: "va_dcl".
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

I received the same errors on two different HPUX servers.

Robert Manocchia
UNIX System Administrator
IDEXX Laboratories
XXX XXX-XXXX
EMail user-615a9b935f98@xymon.invalid

-----Original Message-----
From: Finnur Örn Guðmundsson - TM Software Skyggnir [mailto:user-3631ec284a82@xymon.invalid]
Sent: Thursday, May 31, 2007 11:19 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] HPUX hobbit client install problem

Hi,

You have to have gmake installed....the hp supplied make command does
not play well with gnu tools it seems.

Thanks,
Finnur

On Thu, 2007-05-31 at 11:11 -0400, Manocchia, Robert wrote:
I created the hobbit user and untarred the hobbit tar file. I then
ran ./configure.client and rfeceived the following error:


Configuration script for Hobbit client


This script asks a few questions and builds a Makefile to compile
Hobbit


Checking your make-utility

GNU make is required to build Hobbit.

If it is available as "gmake", run configure as:
'MAKE=gmake ./configure.client'


I have gcc installed and I can see the make program in /usr/bin.


Robert Manocchia

UNIX System Administrator

IDEXX Laboratories

XXX XXX-XXXX

EMail user-615a9b935f98@xymon.invalid
list Henrik Størner · Thu, 31 May 2007 17:46:30 +0200 ·
quoted from Iain Conochie
On Thu, May 31, 2007 at 11:36:50AM -0400, Manocchia, Robert wrote:
I tried installing make3.81 from GNU I ran configure and then make and
received the following errors:

(Bundled) cc: warning 480: The -g option is available only with the C/ANSI C
Please - the bundled HP/UX compiler gives nothing but trouble. At least,
that's what I hear from the other HP/UX Hobbit users. Save yourself the
trouble and either grab one of the pre-compiled Hobbit packages, or
download the GNU gcc compiler and use that to build Hobbit and the
libraries it needs.


Regards,
Henrik
list Galen Johnson · Thu, 31 May 2007 12:24:30 -0400 ·
The bundled HP/UX compiler is only good for recompiling the kernel.  I spent 6 months dealing with them before they told me this (this wasn't for Hobbit).  The real joy is their linker...which, IMHO, is broken since it will wlet you compile broken apps (missing symbols, etc) but you don't find out about it until you try to run the app.  I believe you can "fix" this by using the -k option to HP/UX's ld.

=G=  
quoted from Henrik Størner
-----Original Message-----
From: Henrik Stoerner [mailto:user-ce4a2c883f75@xymon.invalid] Sent: Thursday, May 31, 2007 11:47 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] HPUX hobbit client install problem

On Thu, May 31, 2007 at 11:36:50AM -0400, Manocchia, Robert wrote:
I tried installing make3.81 from GNU I ran configure and then make and received the following errors:

(Bundled) cc: warning 480: The -g option is available only with the C/ANSI C
Please - the bundled HP/UX compiler gives nothing but trouble. At least, that's what I hear from the other HP/UX Hobbit users. Save yourself the trouble and either grab one of the pre-compiled Hobbit packages, or download the GNU gcc compiler and use that to build Hobbit and the libraries it needs.


Regards,
Henrik
list Robert Manocchia · Thu, 31 May 2007 12:56:31 -0400 ·
Where do I get the pre-compiled hobbit packages?
signature

Robert Manocchia
UNIX System Administrator
IDEXX Laboratories
XXX XXX-XXXX
EMail user-615a9b935f98@xymon.invalid

-----Original Message-----

quoted from Galen Johnson
From: user-ce4a2c883f75@xymon.invalid [mailto:user-ce4a2c883f75@xymon.invalid] 
Sent: Thursday, May 31, 2007 11:47 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] HPUX hobbit client install problem

On Thu, May 31, 2007 at 11:36:50AM -0400, Manocchia, Robert wrote:
I tried installing make3.81 from GNU I ran configure and then make and
received the following errors:

(Bundled) cc: warning 480: The -g option is available only with the C/ANSI
C

Please - the bundled HP/UX compiler gives nothing but trouble. At least,
that's what I hear from the other HP/UX Hobbit users. Save yourself the
trouble and either grab one of the pre-compiled Hobbit packages, or
download the GNU gcc compiler and use that to build Hobbit and the
libraries it needs.


Regards,
Henrik
list Hobbit User · Thu, 31 May 2007 13:19:53 -0400 (EDT) ·
On Thu, May 31, 2007 12:56, Manocchia, Robert wrote:
Where do I get the pre-compiled hobbit packages?
Yes, I'd love to have a pre-built package for PA-RISC.  Has anybody made
such a thing available?  I have one such machine left in the stable, and
I'm concerned about installing gcc and having to regression-test the HP
kernel makes and software installs to make sure it doesn't break those
somehow.

Looked through all the versions on the project page and don't see any
hp-ux packages.
list Robert Manocchia · Thu, 31 May 2007 14:12:44 -0400 ·
I installed pcre from a software depot file and ran
MAKE=/usr/local/bin/gmake ./configure.client and received the following
error:

Checking for the PCRE libraries
Checking for PCRE ...
gmake: gcc: Command not found
gmake: *** [test-compile] Error 127
ERROR: PCRE include files found in /usr/local/include, but compile fails.

Any ideas?
signature

Robert Manocchia
UNIX System Administrator
IDEXX Laboratories
XXX XXX-XXXX
EMail user-615a9b935f98@xymon.invalid

-----Original Message-----

quoted from Robert Manocchia
From: user-ce4a2c883f75@xymon.invalid [mailto:user-ce4a2c883f75@xymon.invalid] 
Sent: Thursday, May 31, 2007 11:47 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] HPUX hobbit client install problem

On Thu, May 31, 2007 at 11:36:50AM -0400, Manocchia, Robert wrote:
I tried installing make3.81 from GNU I ran configure and then make and
received the following errors:

(Bundled) cc: warning 480: The -g option is available only with the C/ANSI
C

Please - the bundled HP/UX compiler gives nothing but trouble. At least,
that's what I hear from the other HP/UX Hobbit users. Save yourself the
trouble and either grab one of the pre-compiled Hobbit packages, or
download the GNU gcc compiler and use that to build Hobbit and the
libraries it needs.


Regards,
Henrik
list Robert Manocchia · Thu, 31 May 2007 14:15:19 -0400 ·
More details on the configure.client errors:

Checking for the PCRE libraries
Checking for PCRE ...
/usr/lib/dld.sl: Unresolved symbol: pthread_mutex_lock (code)  from
/usr/local/libexec/gcc/hppa2.0w-hp-hpux11.11/4.1.2/
cc1
gcc: Internal error: Aborted (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html>; for instructions.
gmake: *** [test-compile] Error 1

Hope this helps.
signature

Robert Manocchia
UNIX System Administrator
IDEXX Laboratories
XXX XXX-XXXX
EMail user-615a9b935f98@xymon.invalid

-----Original Message-----

quoted from Robert Manocchia
From: user-ce4a2c883f75@xymon.invalid [mailto:user-ce4a2c883f75@xymon.invalid] 
Sent: Thursday, May 31, 2007 11:47 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] HPUX hobbit client install problem

On Thu, May 31, 2007 at 11:36:50AM -0400, Manocchia, Robert wrote:
I tried installing make3.81 from GNU I ran configure and then make and
received the following errors:

(Bundled) cc: warning 480: The -g option is available only with the C/ANSI
C

Please - the bundled HP/UX compiler gives nothing but trouble. At least,
that's what I hear from the other HP/UX Hobbit users. Save yourself the
trouble and either grab one of the pre-compiled Hobbit packages, or
download the GNU gcc compiler and use that to build Hobbit and the
libraries it needs.


Regards,
Henrik
list Robert Manocchia · Thu, 31 May 2007 14:37:42 -0400 ·
I got past the hobbit configure.client but when I ran gmake I get the
following error:

/usr/local/bin/gmake
MAKE="/usr/local/bin/gmake" CC="gcc" CFLAGS="-g -O -D_REENTRANT   -DHPUX -I.
-I`pwd`/include -DCLIENTONLY=1" LDFLAGS=""
 `pwd`/build/genconfig.sh
Checking for socklen_t
Checking for snprintf
Checking for vsnprintf
Checking for rpc/rpcent.h
Checking for sys/select.h
Checking for u_int32_t typedef
Checking for PATH_MAX definition
Checking for SHUT_RD/WR/RDWR definitions
config.h created
CC="gcc" CFLAGS="-g -O -D_REENTRANT   -DHPUX -I. -I`pwd`/include
-DCLIENTONLY=1" LDFLAGS="" OSDEF="-DHPUX" RPATHOPT=""
PCREINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="-lnsl"
BBTOPDIR="/usr/local/hobbit" BBLOGDIR="" BBHOSTNAME="
" BBHOSTIP="172.31.38.195" BBHOSTOS="" LOCALCLIENT="no" /usr/local/bin/gmake
-C lib client
gmake[1]: Entering directory `/usr/local/hobbit-4.2.0/lib'
gcc -g -O -D_REENTRANT   -DHPUX -I. -I/usr/local/hobbit-4.2.0/include
-DCLIENTONLY=1 -I. -I../include  -o test-endianne
ss test-endianness.c
quoted from Robert Manocchia
/usr/lib/dld.sl: Unresolved symbol: pthread_mutex_lock (code)  from
/usr/local/libexec/gcc/hppa2.0w-hp-hpux11.11/4.1.2/
cc1
gcc: Internal error: Aborted (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html>; for instructions.

gmake[1]: *** [test-endianness] Error 1
gmake[1]: Leaving directory `/usr/local/hobbit-4.2.0/lib'
gmake: *** [lib-client] Error 2
signature


Robert Manocchia
UNIX System Administrator
IDEXX Laboratories
XXX XXX-XXXX
EMail user-615a9b935f98@xymon.invalid

-----Original Message-----

quoted from Robert Manocchia
From: user-ce4a2c883f75@xymon.invalid [mailto:user-ce4a2c883f75@xymon.invalid] 
Sent: Thursday, May 31, 2007 11:47 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] HPUX hobbit client install problem

On Thu, May 31, 2007 at 11:36:50AM -0400, Manocchia, Robert wrote:
I tried installing make3.81 from GNU I ran configure and then make and
received the following errors:

(Bundled) cc: warning 480: The -g option is available only with the C/ANSI
C

Please - the bundled HP/UX compiler gives nothing but trouble. At least,
that's what I hear from the other HP/UX Hobbit users. Save yourself the
trouble and either grab one of the pre-compiled Hobbit packages, or
download the GNU gcc compiler and use that to build Hobbit and the
libraries it needs.


Regards,
Henrik
list Mike Arnold · Thu, 31 May 2007 11:54:07 -0700 (MST) ·
quoted from Hobbit User
Hobbit User wrote:
On Thu, May 31, 2007 12:56, Manocchia, Robert wrote:
Where do I get the pre-compiled hobbit packages?
Yes, I'd love to have a pre-built package for PA-RISC.  Has anybody made
such a thing available?  I have one such machine left in the stable, and
I'm concerned about installing gcc and having to regression-test the HP
kernel makes and software installs to make sure it doesn't break those
somehow.
http://www.razorsedge.org/~mike/software/hobbit/
quoted from Hobbit User
Looked through all the versions on the project page and don't see any
hp-ux packages.
Henrik, is there some way we can officially link to packages built for all
the platforms that are not found on the SF download site?

-- 
-mike
list Steve Holmes · Thu, 31 May 2007 14:59:55 -0400 ·
It looks like your (current) problem is that the gcc compiler either isn't
installed or isn't being found by gmake.
Steve.
quoted from Robert Manocchia

On 5/31/07, Manocchia, Robert <user-615a9b935f98@xymon.invalid> wrote:
I installed pcre from a software depot file and ran
MAKE=/usr/local/bin/gmake ./configure.client and received the following
error:

Checking for the PCRE libraries
Checking for PCRE ...
gmake: gcc: Command not found
gmake: *** [test-compile] Error 127
ERROR: PCRE include files found in /usr/local/include, but compile fails.

Any ideas?

Robert Manocchia
UNIX System Administrator
IDEXX Laboratories
XXX XXX-XXXX
EMail user-615a9b935f98@xymon.invalid

-----Original Message-----
From: user-ce4a2c883f75@xymon.invalid [mailto:user-ce4a2c883f75@xymon.invalid]
Sent: Thursday, May 31, 2007 11:47 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] HPUX hobbit client install problem

On Thu, May 31, 2007 at 11:36:50AM -0400, Manocchia, Robert wrote:
I tried installing make3.81 from GNU I ran configure and then make and
received the following errors:

(Bundled) cc: warning 480: The -g option is available only with the
C/ANSI
C

Please - the bundled HP/UX compiler gives nothing but trouble. At least,
that's what I hear from the other HP/UX Hobbit users. Save yourself the
trouble and either grab one of the pre-compiled Hobbit packages, or
download the GNU gcc compiler and use that to build Hobbit and the
libraries it needs.


Regards,
Henrik

list Epperson · Thu, 31 May 2007 15:02:51 -0400 (EDT) ·
quoted from Mike Arnold
On Thu, May 31, 2007 14:54, Mike Arnold wrote:
Hobbit User wrote:
Yes, I'd love to have a pre-built package for PA-RISC.  Has anybody made
such a thing available?  I have one such machine left in the stable, and
I'm concerned about installing gcc and having to regression-test the HP
kernel makes and software installs to make sure it doesn't break those
somehow.
http://www.razorsedge.org/~mike/software/hobbit/
Bless you, laddie. And the old dinosaur is 11.00, and you even have such a
depot.  I'll be on it tomorrow.
list Stef Coene · Thu, 31 May 2007 22:20:28 +0200 ·
quoted from Mike Arnold
On Thursday 31 May 2007, Mike Arnold wrote:
Hobbit User wrote:
On Thu, May 31, 2007 12:56, Manocchia, Robert wrote:
Where do I get the pre-compiled hobbit packages?
Yes, I'd love to have a pre-built package for PA-RISC.  Has anybody made
such a thing available?  I have one such machine left in the stable, and
I'm concerned about installing gcc and having to regression-test the HP
kernel makes and software installs to make sure it doesn't break those
somehow.
http://www.razorsedge.org/~mike/software/hobbit/
Looked through all the versions on the project page and don't see any
hp-ux packages.
Henrik, is there some way we can officially link to packages built for all
the platforms that are not found on the SF download site?
I have placed clients for aix online on
http://www.docum.org/twiki/bin/view/Hobbit/WebHome


Stef
list Finnur Örn Guðmundsson - TM Software Skyggnir · Thu, 31 May 2007 21:17:24 +0000 ·
quoted from Stef Coene
On Thu, 2007-05-31 at 22:20 +0200, Stef Coene wrote:
On Thursday 31 May 2007, Mike Arnold wrote:
Hobbit User wrote:
On Thu, May 31, 2007 12:56, Manocchia, Robert wrote:
Where do I get the pre-compiled hobbit packages?
Yes, I'd love to have a pre-built package for PA-RISC.  Has anybody made
such a thing available?  I have one such machine left in the stable, and
I'm concerned about installing gcc and having to regression-test the HP
kernel makes and software installs to make sure it doesn't break those
somehow.
http://www.razorsedge.org/~mike/software/hobbit/
Looked through all the versions on the project page and don't see any
hp-ux packages.
Henrik, is there some way we can officially link to packages built for all
the platforms that are not found on the SF download site?
I have placed clients for aix online on
http://www.docum.org/twiki/bin/view/Hobbit/WebHome


Stef

Has anyone here had success compiling the hobbit client on HPUX 11.23 on
IA64? I was unable to do so, hoping someone had the binarys around ;)

Thanks,
Finnur
list Galen Johnson · Thu, 31 May 2007 17:26:39 -0400 ·
quoted from Mike Arnold
Mike Arnold wrote:
Hobbit User wrote:
  
On Thu, May 31, 2007 12:56, Manocchia, Robert wrote:
    
Where do I get the pre-compiled hobbit packages?

      
Yes, I'd love to have a pre-built package for PA-RISC.  Has anybody made
such a thing available?  I have one such machine left in the stable, and
I'm concerned about installing gcc and having to regression-test the HP
kernel makes and software installs to make sure it doesn't break those
somehow.
    
http://www.razorsedge.org/~mike/software/hobbit/

  
Looked through all the versions on the project page and don't see any
hp-ux packages.
    
Henrik, is there some way we can officially link to packages built for all
the platforms that are not found on the SF download site?

  
Those of you willing to provide packages for download, I'd be happy to provide links  (like the one above) on The Shire for folks.  Just let me know which OS version and Hobbit version you are providing and I'll point the links there...

=G=
list Pkc_mls · Fri, 01 Jun 2007 09:13:41 +0200 ·
Galen Johnson a écrit :
Mike Arnold wrote:  Those of you willing to provide packages for download, I'd be happy to provide links  (like the one above) on The Shire for folks.  Just let me know which OS version and Hobbit version you are providing and I'll point the links there...
could you also host the file directly on theshire server ?
or should we ask henry to create a dedicated area on the sourceforge repository for such binaries ?
=G=

list Galen Johnson · Fri, 1 Jun 2007 08:50:18 -0400 ·
I could probably set something up on the shire storage at sourceforge (since I'm not really using that functionality). I'll have to review what my limits are set to.  Of course, this would require that you have an SF account.

=G=
quoted from Pkc_mls

-----Original Message-----
From: pkc_mls [mailto:user-06f34394900f@xymon.invalid]
Sent: Fri 6/1/2007 3:13 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] HPUX hobbit client install problem
 Galen Johnson a écrit :
Mike Arnold wrote:  Those of you willing to provide packages for download, I'd be happy to provide links  (like the one above) on The Shire for folks.  Just let me know which OS version and Hobbit version you are providing and I'll point the links there...
could you also host the file directly on theshire server ?
or should we ask henry to create a dedicated area on the sourceforge repository for such binaries ?
=G=