| To: | agftech lists <lists,AT,agftech,DOT,com>, stpeters,AT,nethaven,DOT,com |
| Subject: | Re: cipe installation problem on Fedora |
| From: | Ted Kaczmarek <tedkaz,AT,optonline,DOT,net> |
| Date: | Tue, 20 Jan 2004 21:29:21 -0500 |
| Cc: | cipe-l,AT,inka,DOT,de |
| In-reply-to: | <1074629656.946.83.camel@dweller.sec.exp> |
| Organization: | Linsolutions |
| References: | <1074629656.946.83.camel@dweller.sec.exp> |
Dick If I could snarf your bind patch I would be very grateful :-) and take a peek at these patch errors. + STATUS=0 + '[' 0 -ne 0 ']' + cd cipe-1.5.4 ++ /usr/bin/id -u + '[' 0 = 0 ']' + /bin/chown -Rhf root . ++ /usr/bin/id -u + '[' 0 = 0 ']' + /bin/chgrp -Rhf root . + /bin/chmod -Rf a+rX,g-w,o-w . + echo 'Patch #0 (cipe-1.5.4.makefile.patch):' Patch #0 (cipe-1.5.4.makefile.patch): + patch -p1 -s 4 out of 4 hunks FAILED -- saving rejects to file conf/Makefile-top.in.rej http://sites.inka.de/bigred/archive/cipe-l/2003-02/msg00068.html http://sites.inka.de/bigred/archive/cipe-l/2003-06/msg00128.html I did not get the errors the original poster had, some digging got me here. 2.4.22-1.2149.nptl glibc-2.3.2-101.4 gcc-3.3.2-1 make-3.79.1-18 autoconf-2.57-3 Ted On Tue, 2004-01-20 at 15:14, agftech lists wrote: > Hello All > > This is my first post to the list. Hope to get things resolved > > Here's what I have.. > > Fedora core 1. cipe 1.5.4 > > # uname -a > Linux drppr 2.4.22-1.2115.nptl #1 Wed Oct 29 15:31:21 EST 2003 i686 > athlon i386 GNU/Linux > # > # make > - > - > - > Lots of output and then > - > - > gcc32 -MD -DKCC_BUILD -I. -include ./config.h -D__KERNEL__ > -I/usr/src/linux-2.4.22-1.2115.nptl/include -Wall -Wstrict-prototypes > -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer > -pipe -mpreferred-stack-boundary=2 -march=athlon -DMODULE -DMODVERSIONS > -include /usr/src/linux-2.4.22-1.2115.nptl/include/linux/modversions.h > -o bf.o -c ../cipe/bf.c > In file included from ../cipe/bf.c:14: > /usr/src/linux-2.4.22-1.2115.nptl/include/linux/string.h:15: invalid > suffix on integer constant > /usr/src/linux-2.4.22-1.2115.nptl/include/linux/string.h:15: syntax > error before numeric constant > /usr/src/linux-2.4.22-1.2115.nptl/include/linux/string.h:15: warning: > function declaration isn't a prototype > /usr/src/linux-2.4.22-1.2115.nptl/include/linux/string.h:16: invalid > suffix on integer constant > /usr/src/linux-2.4.22-1.2115.nptl/include/linux/string.h:16: syntax > error before numeric constant > /usr/src/linux-2.4.22-1.2115.nptl/include/linux/string.h:16: > `strpbrk_R_ver_str' declared as function returning a function > /usr/src/linux-2.4.22-1.2115.nptl/include/linux/string.h:16: warning: > function declaration isn't a prototype > /usr/src/linux-2.4.22-1.2115.nptl/include/linux/string.h:17: > `strtok_R_ver_str' declared as function returning a function > /usr/src/linux-2.4.22-1.2115.nptl/include/linux/string.h:17: warning: > parameter names (without types) in function declaration > /usr/src/linux-2.4.22-1.2115.nptl/include/linux/string.h:18: invalid > suffix on integer constant > /usr/src/linux-2.4.22-1.2115.nptl/include/linux/string.h:18: syntax > error before numeric constant > /usr/src/linux-2.4.22-1.2115.nptl/include/linux/string.h:18: > `strsep_R_ver_str' declared as function returning a function > /usr/src/linux-2.4.22-1.2115.nptl/include/linux/string.h:18: warning: > function declaration isn't a prototype > /usr/src/linux-2.4.22-1.2115.nptl/include/linux/string.h:19: > `strspn_R_ver_str' declared as function returning a function > /usr/src/linux-2.4.22-1.2115.nptl/include/linux/string.h:19: warning: > parameter names (without types) in function declaration > In file included from > /usr/src/linux-2.4.22-1.2115.nptl/include/linux/string.h:25, > from ../cipe/bf.c:14: > /usr/src/linux-2.4.22-1.2115.nptl/include/asm/string.h:416: invalid > suffix on floating constant > /usr/src/linux-2.4.22-1.2115.nptl/include/asm/string.h:416: syntax error > before numeric constant > /usr/src/linux-2.4.22-1.2115.nptl/include/asm/string.h:416: > `strstr_R_ver_str' declared as function returning a function > /usr/src/linux-2.4.22-1.2115.nptl/include/asm/string.h:416: warning: > function declaration isn't a prototype > In file included from ../cipe/bf.c:14: > /usr/src/linux-2.4.22-1.2115.nptl/include/linux/string.h:46: invalid > suffix on floating constant > /usr/src/linux-2.4.22-1.2115.nptl/include/linux/string.h:46: syntax > error before numeric constant > /usr/src/linux-2.4.22-1.2115.nptl/include/linux/string.h:46: > `strnicmp_R_ver_str' declared as function returning a function > /usr/src/linux-2.4.22-1.2115.nptl/include/linux/string.h:46: warning: > function declaration isn't a prototype > gmake[1]: *** [bf.o] Error 1 > gmake[1]: Leaving directory > `/root/cipe-1.5.4/2.4.22-1.2115.nptl-i386-SMP-cb' > make: *** [all] Error 2 > # > # > > Suggestions? > > Thanks a ton > > > > -- > Message sent by the cipe-l,AT,inka,DOT,de mailing list. > Unsubscribe: mail majordomo,AT,inka,DOT,de, "unsubscribe cipe-l" in body > Other commands available with "help" in body to the same address. > CIPE info and list archive: > <URL:http://sites.inka.de/~bigred/devel/cipe.html>