Bug#299676: cfengine2: FTBFS (amd64/gcc-4.0): array type has incomplete element type

2005-03-15 Thread Andreas Jochens
Package: cfengine2 Severity: normal Tags: patch When building 'cfengine2' on amd64 with gcc-4.0, I get the following error: cfagent.c: In function 'Initialize': cfagent.c:301: warning: pointer targets in passing argument 1 of 'ElfHash' differ in signedness if /cfengine2-2.1.10/debian/cc -DHAVE_C

Bug#299676: cfengine2: FTBFS (amd64/gcc-4.0): array type has incomplete element type

2005-03-16 Thread Morten Werner Olsen
On Tue, Mar 15, 2005 at 08:58:19PM +0100, Andreas Jochens wrote: > When building 'cfengine2' on amd64 with gcc-4.0, > I get the following error: [snip] > With the attached patch 'cfengine2' can be compiled > on amd64 using gcc-4.0. FYI: One of the subscribers to the bug-cfengine mailinglist [1]

Bug#299676: cfengine2: FTBFS (amd64/gcc-4.0): array type has incomplete element type

2006-04-07 Thread Morten Werner Olsen
On Tue, Mar 15, 2005 at 08:58:19PM +0100, Andreas Jochens wrote: In cfengine 2.1.20 your patches has been "replaced" with the following lines: src/cf.extern.h: > +-extern struct option OPTIONS[]; > ++extern struct option *OPTIONS; extern struct option OPTIONS[49]; src/globals.c: > +- PRIVATE

Bug#299676: cfengine2: FTBFS (amd64/gcc-4.0): array type has incomplete element type

2006-04-07 Thread Andreas Jochens
Hello, On 06-Apr-07 17:20, Morten Werner Olsen wrote: > And according to the build-log [1] cfengine2 seems to build fine on > amd64 with gcc4.0 now. If we don't hear anything from you the next > week I will close this bug. cfengine2 indeed builds fine on amd64 with gcc-4.0 now, thanks! Regards A