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: > > --- ca

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 -

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

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-instal

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 Sie

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 preprocessor

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

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

2001-06-27 Thread Anthony Valentine
nal Message- > From: Thomas Hepper [mailto:[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) >

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 th

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

2001-06-26 Thread John R. Jackson
>The gscdds.h file wan't in the /home/amv/amanda-2.5.0/changer-src directory. >Is is supposed to be? ... My guess is you're supposed to "install" gsc on your AIX box before trying to build Amanda. Did you do the contrib/gsc/README steps? However, I notice it didn't say anything about gscdds.h.

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 scsi-aix.c:6

Re: compile problems ...

2001-02-26 Thread John R. Jackson
>In file included from amanda.h:120, > from alloc.c:33: >/usr/local/include/libc.h:33: parse error before `Rune' >/usr/local/include/libc.h:34: parse error before `*' So what are on lines 33 and 34 of libc.h? >Paolo John R. Jackson, Technical Software Specialist, [EMAIL

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 pr

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 S

Re: amanda 2.4.2p1 on SUNOS 4.1.3 compile problems

2001-02-23 Thread John R. Jackson
>Still complains at the same place, same error...must be another issue >somewhere That doesn't make any sense. Please look at line 509 of amanda.h and post what it now is after you applied the patch. >Martin Hepworth John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]

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../con

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 >*

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