2.5.0 compile problems on HP-UX 10.10

2006-04-16 Thread stan
I;m upgrading one of my Amanda servers. I noticed that on one of my Oracle machines (HP-UX 10.20) that the report was returning file changed errors on some of the .dbf files. ell, yes, but they are in the gtar exclude file. Odd I thought. I have not upgraded the clients yet, so I thought I would

Re: 2.5.0 compile problems on HP-UX 10.10

2006-04-16 Thread Kevin Till
stan wrote: Here's the line that causes the error: char *aparent = vstralloc(parent_dir, /, include, NULL); Any sugestiosn as to wheer to begin on resoloving this? see if this patch help: --- calcsize.c 9 Mar 2006 16:51:41 - 1.36 +++ calcsize.c 29 Mar 2006 15:45:08 -

Re: 2.5.0 compile problems on HP-UX 10.10

2006-04-16 Thread stan
On Sun, Apr 16, 2006 at 08:14:55AM -0700, Kevin Till wrote: stan wrote: Here's the line that causes the error: char *aparent = vstralloc(parent_dir, /, include, NULL); Any sugestiosn as to wheer to begin on resoloving this? see if this patch help: --- calcsize.c 9 Mar 2006

compile problems

2005-06-15 Thread khalid maqsudi
Hello, I am trying to re-install amanda 2.4.4p1 (also tried 2.4.5 and same error) and am getting the following error. make[1]: *** [libamanda.la] Error 1 make[1]: Leaving directory `/cust/home/amanda/amanda-2.4.5/common-src' make: *** [all-recursive] Error 1 My SMCgcc version 3.3.2 I'm

Re: HPUX 11.0 compile problems

2003-08-14 Thread Eric Siegerman
On Wed, Aug 06, 2003 at 04:11:29PM -0400, LaValley, Brian E wrote: configure: WARNING: netinet/ip.h: present but cannot be compiled This was discussed here only a few weeks ago. Please search the archives for messages with netinet/ip.h in their Subject: lines. -- | | /\ |-_|/ Eric

HPUX 11.0 compile problems

2003-08-06 Thread LaValley, Brian E
I have run the configure script and get the following warnings. Are these warning important? configure: WARNING: netinet/ip.h: present but cannot be compiled configure: WARNING: netinet/ip.h: check for missing prerequisite headers? configure: WARNING: netinet/ip.h: proceeding with the

Re: Amanda 2.5.0 compile problems (Was: Amanda on AIX with an IBM 733 7 library)

2001-06-27 Thread Thomas Hepper
Hi, On Tue, Jun 26, 2001 at 07:06:09PM -0500, John R. Jackson wrote: [..] ld: 0711-317 ERROR: Undefined symbol: .Tape_Ioctl This looks like something Thomas Hepper will have to help you with. It appears to be a general changer interface routine that is not yet supplied for AIX. Yup thats

RE: Amanda 2.5.0 compile problems (Was: Amanda on AIX with an IBM 733 7 library)

2001-06-27 Thread Anthony Valentine
:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 4:34 AM To: [EMAIL PROTECTED] Cc: Anthony Valentine; '[EMAIL PROTECTED]' Subject: Re: Amanda 2.5.0 compile problems (Was: Amanda on AIX with an IBM 733 7 library) Hi, On Tue, Jun 26, 2001 at 07:06:09PM -0500, John R. Jackson wrote

Re: Amanda 2.5.0 compile problems (Was: Amanda on AIX with an IBM 733 7 library)

2001-06-27 Thread John R. Jackson
gcc -DHAVE_CONFIG_H -I. -I. -I../config -I../common-src -I../client-src -I../tape-src-g -O2 -c uscan.c In file included from ../common-src/amanda.h:140, from uscan.c:85: /usr/include/sys/ioctl.h:218: warning: `ECHO' redefined uscan.c:30: warning: this is the location of

Amanda 2.5.0 compile problems (Was: Amanda on AIX with an IBM 7337 library)

2001-06-26 Thread Anthony Valentine
Hello again! Opps! GNU make wasn't in the path! ;) One of those things that makes you feel dumb. . . The GNU make started fine and ran for a while until I got this: gcc -DHAVE_CONFIG_H -I. -I. -I../config -I../common-src -I../server-src -I../tape-src-g -O2 -c scsi-aix.c

Re: amanda 2.4.2p1 on SUNOS 4.1.3 compile problems

2001-02-26 Thread Martin Hepworth
John well the patch didn't seem to do much (the huge one needs autoconf etc which I don't have). I forced a #define ssize_t int into the top of amanda.h and things seem to compile and amcheck OK. Just leaves a test backup and restore to do. I'll let you know how we get on. -- Martin Hepworth

compile problems ...

2001-02-26 Thread Paolo Supino
Hi I have a couple of machines that I fail to build amanda on (version 2.4.1p1). The machines are Linux Slackware 7.1 and 9libs (for plan9 support). 9libs installs a file called libc.h in /usr/local/include and when amanda builds it gives the following error (I included all the build

Re: amanda 2.4.2p1 on SUNOS 4.1.3 compile problems

2001-02-23 Thread Martin Hepworth
John Still complains at the same place, same error...must be another issue somewhere -- Martin Hepworth Senior Systems Administrator Solid State Logic Ltd +44 (0)1865 842300 "John R. Jackson" wrote: anyway in common-src I get the following error gcc -DHAVE_CONFIG_H -I. -I. -I../config

amanda 2.4.2p1 on SUNOS 4.1.3 compile problems

2001-02-22 Thread Martin Hepworth
Hi all trying to compile 2.4.2p1 on SunOS 4.1.3 (just the client side) with gcc2.6 which acording to the readme has been done, althought I'd bet with SUN's compiler rather than gcc. anyway in common-src I get the following error gcc -DHAVE_CONFIG_H -I. -I. -I../config -I./../regex-src -g -O2

Re: amanda 2.4.2p1 on SUNOS 4.1.3 compile problems

2001-02-22 Thread John R. Jackson
anyway in common-src I get the following error gcc -DHAVE_CONFIG_H -I. -I. -I../config -I./../regex-src -g -O2 -c alloc.c -o alloc.o In file included from alloc.c:33: amanda.h:509: parse error before `areads_dataready' amanda.h:509: warning: data definition has no type or storage class ***