From owner-freebsd-ports Mon Aug 19 13:38:16 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CCD637B400; Mon, 19 Aug 2002 13:38:14 -0700 (PDT) Received: from m2a2.myip.org (pD9E1EE0D.dip.t-dialin.net [217.225.238.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45EE443E6A; Mon, 19 Aug 2002 13:37:59 -0700 (PDT) (envelope-from matthias.andree@web.de) Received: by emma.line.org (Postfix, from userid 1001) id B31FD1B209; Mon, 19 Aug 2002 22:37:57 +0200 (CEST) To: FreeBSD-gnats-submit@freebsd.org Subject: sysutils/e2fsprogs 1.27 fails compile From: Matthias Andree Reply-To: Matthias Andree Cc: ports@freebsd.org X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20020819203757.B31FD1B209@emma.line.org> Date: Mon, 19 Aug 2002 22:37:57 +0200 (CEST) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Submitter-Id: current-users >Originator: Matthias Andree >Organization: >Confidential: no >Synopsis: sysutils/e2fsprogs 1.27 fails compile >Severity: critical >Priority: low >Category: ports >Class: sw-bug >Release: FreeBSD 4.6-STABLE i386 >Environment: System: FreeBSD merlin.emma.line.org 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 15 03:08:01 CEST 2002 toor@merlin.emma.line.org:/usr/obj/usr/src/sys/MA i386 Actually, the system has been updated by cvsup from cvsup5.de.freebsd.org at approx. 18:00 UTC on 2002-08-19 and make installworld has completed, but the kernel has not been updated by a reboot. >Description: cd /usr/ports/sysutils/e2fsprogs make ultimately yields ===> Building for e2fsprogs-1.27 gmake: Nothing to be done for `all'. gmake: Nothing to be done for `all'. gmake libs gmake[1]: Entering directory `/usr/ports/sysutils/e2fsprogs/work/e2fsprogs-1.27' for subdir in lib/e2p lib/ext2fs lib/uuid ; do \ if test -d $subdir ; then \ target=`echo all-libs-recursive|/usr/bin/sed 's/-libs-recursive//'`; \ echo making $target in $subdir; \ (cd $subdir && gmake $target) || exit 1; \ fi ; \ done making all in lib/e2p gmake[2]: Entering directory `/usr/ports/sysutils/e2fsprogs/work/e2fsprogs-1.27/lib/e2p' cc -I/usr/include -I/usr/local/include -Derrcode_t=long -DENABLE_SWAPFS=1 -DPACKAGE=\"e2fsprogs\" -DVERSION=\"1.27\" -DSTDC_HEADERS=1 -DHAVE_ALLOCA=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETCWD=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_LC_MESSAGES=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDARG_H=1 -DHAVE_ERRNO_H=1 -DHAVE_PATHS_H=1 -DHAVE_DIRENT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SETJMP_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_SYS_DISKLABEL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_MOUNT_H=1 -DHAVE_SYS_SOCKIO_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_NET_IF_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_VPRINTF=1 -DHAVE_DIRENT_NAMLEN=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -DHAVE_STAT_FLAGS=1 -DHAVE_CHFLAGS=1 -D HAVE_GETRUSAGE=1 -DHAVE_GETMNTINFO=1 -DHAVE_STRCASECMP=1 -DHAVE_SRANDOM=1 -DHAVE_FCHOWN=1 -DHAVE_OPTRESET=1 -O -pipe -march=k6 -I../../lib -I../../lib -I../../include -c pf.c -o pf.o pf.c:41: `EXT2_NOTAIL_FL' undeclared here (not in a function) pf.c:41: initializer element is not constant pf.c:41: (near initialization for `flags_array[13].flag') gmake[2]: *** [pf.o] Error 1 gmake[2]: Leaving directory `/usr/ports/sysutils/e2fsprogs/work/e2fsprogs-1.27/lib/e2p' gmake[1]: *** [all-libs-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/sysutils/e2fsprogs/work/e2fsprogs-1.27' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/sysutils/e2fsprogs. >How-To-Repeat: >Fix: not known yet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message