Date: Sun, 07 Jul 2002 20:22:50 +0200 From: Norbert Koch <nk@viteno.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: cyrille.lefevre@laposte.net Subject: ports/40308: Can't build fileutils port on -STABLE Message-ID: <E17RGgM-0001V1-00@viteno.dyns.net>
next in thread | raw e-mail | index | archive | help
>Number: 40308 >Category: ports >Synopsis: Can't build fileutils port on -STABLE >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 07 11:30:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Norbert Koch >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD viteno.dyns.net 4.6-STABLE FreeBSD 4.6-STABLE #5: Sun Jul 7 12:02:17 CEST 2002 nk@viteno.dyns.net:/usr/local/obj/usr/local/src/sys/VITENO i386 >Description: I'm Unable to build filutils port (/usr/ports/sysutils/fileutils). The compiler chokes on some redefined variables. Make log looks like (afer having performed a make -k beforehand). ===> Building for fileutils-4.1_1 gmake all-recursive gmake[1]: Entering directory `/usr/local/ports/sysutils/fileutils/work/fileutils-4.1' Making all in lib gmake[2]: Entering directory `/usr/local/ports/sysutils/fileutils/work/fileutils-4.1/lib' gmake all-am gmake[3]: Entering directory `/usr/local/ports/sysutils/fileutils/work/fileutils-4.1/lib' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/local/ports/sysutils/fileutils/work/fileutils-4.1/lib' gmake[2]: Leaving directory `/usr/local/ports/sysutils/fileutils/work/fileutils-4.1/lib' Making all in intl gmake[2]: Entering directory `/usr/local/ports/sysutils/fileutils/work/fileutils-4.1/intl' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/local/ports/sysutils/fileutils/work/fileutils-4.1/intl' Making all in src gmake[2]: Entering directory `/usr/local/ports/sysutils/fileutils/work/fileutils-4.1/src' gmake all-am gmake[3]: Entering directory `/usr/local/ports/sysutils/fileutils/work/fileutils-4.1/src' source='chgrp.c' object='chgrp.o' libtool=no \ depfile='.deps/chgrp.Po' tmpdepfile='.deps/chgrp.TPo' \ depmode=gcc /bin/sh ../depcomp \ cc -DLOCALEDIR=\"/usr/local/share/locale\" -DSHAREDIR=\"/usr/local/share\" -DHAVE_CONFIG_H -I.. -I. -I../lib -I../intl -I/usr/local/include -O -pipe -c -o chgrp.o `test -f chgrp.c || echo './'`chgrp.c In file included from sys2.h:171, from system.h:278, from chgrp.c:26: /usr/include/stdint.h:37: redefinition of `int8_t' /usr/include/sys/inttypes.h:11: `int8_t' previously declared here /usr/include/stdint.h:38: redefinition of `int16_t' /usr/include/sys/inttypes.h:12: `int16_t' previously declared here /usr/include/stdint.h:39: redefinition of `int32_t' /usr/include/sys/inttypes.h:13: `int32_t' previously declared here /usr/include/stdint.h:40: redefinition of `int64_t' /usr/include/sys/inttypes.h:14: `int64_t' previously declared here /usr/include/stdint.h:42: redefinition of `uint8_t' /usr/include/sys/inttypes.h:16: `uint8_t' previously declared here /usr/include/stdint.h:43: redefinition of `uint16_t' /usr/include/sys/inttypes.h:17: `uint16_t' previously declared here /usr/include/stdint.h:44: redefinition of `uint32_t' /usr/include/sys/inttypes.h:18: `uint32_t' previously declared here /usr/include/stdint.h:45: redefinition of `uint64_t' /usr/include/sys/inttypes.h:19: `uint64_t' previously declared here /usr/include/stdint.h:47: syntax error before `int_least8_t' /usr/include/stdint.h:47: warning: data definition has no type or storage class /usr/include/stdint.h:48: syntax error before `int_least16_t' /usr/include/stdint.h:48: warning: data definition has no type or storage class /usr/include/stdint.h:49: syntax error before `int_least32_t' /usr/include/stdint.h:49: warning: data definition has no type or storage class /usr/include/stdint.h:50: syntax error before `int_least64_t' /usr/include/stdint.h:50: warning: data definition has no type or storage class /usr/include/stdint.h:52: syntax error before `uint_least8_t' /usr/include/stdint.h:52: warning: data definition has no type or storage class /usr/include/stdint.h:53: syntax error before `uint_least16_t' /usr/include/stdint.h:53: warning: data definition has no type or storage class /usr/include/stdint.h:54: syntax error before `uint_least32_t' /usr/include/stdint.h:54: warning: data definition has no type or storage class /usr/include/stdint.h:55: syntax error before `uint_least64_t' /usr/include/stdint.h:55: warning: data definition has no type or storage class /usr/include/stdint.h:57: syntax error before `int_fast8_t' /usr/include/stdint.h:57: warning: data definition has no type or storage class /usr/include/stdint.h:58: syntax error before `int_fast16_t' /usr/include/stdint.h:58: warning: data definition has no type or storage class /usr/include/stdint.h:59: syntax error before `int_fast32_t' /usr/include/stdint.h:59: warning: data definition has no type or storage class /usr/include/stdint.h:60: syntax error before `int_fast64_t' /usr/include/stdint.h:60: warning: data definition has no type or storage class /usr/include/stdint.h:62: syntax error before `uint_fast8_t' /usr/include/stdint.h:62: warning: data definition has no type or storage class /usr/include/stdint.h:63: syntax error before `uint_fast16_t' /usr/include/stdint.h:63: warning: data definition has no type or storage class /usr/include/stdint.h:64: syntax error before `uint_fast32_t' /usr/include/stdint.h:64: warning: data definition has no type or storage class /usr/include/stdint.h:65: syntax error before `uint_fast64_t' /usr/include/stdint.h:65: warning: data definition has no type or storage class /usr/include/stdint.h:67: syntax error before `intmax_t' /usr/include/stdint.h:67: warning: data definition has no type or storage class /usr/include/stdint.h:68: syntax error before `unsigned' /usr/include/stdint.h:68: warning: useless keyword or type name in empty declaration /usr/include/stdint.h:68: warning: empty declaration /usr/include/stdint.h:70: redefinition of `intptr_t' /usr/include/sys/inttypes.h:21: `intptr_t' previously declared here /usr/include/stdint.h:71: redefinition of `uintptr_t' /usr/include/sys/inttypes.h:22: `uintptr_t' previously declared here gmake[3]: *** [chgrp.o] Error 1 gmake[3]: Leaving directory `/usr/local/ports/sysutils/fileutils/work/fileutils-4.1/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/local/ports/sysutils/fileutils/work/fileutils-4.1/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/local/ports/sysutils/fileutils/work/fileutils-4.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/local/ports/sysutils/fileutils. >How-To-Repeat: cd /usr/ports/sysutils/fileutils make >Fix: none, sorry. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E17RGgM-0001V1-00>