From owner-freebsd-ports@FreeBSD.ORG Thu Aug 12 15:48:34 2004 Return-Path: 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 32CC016A4CE for ; Thu, 12 Aug 2004 15:48:34 +0000 (GMT) Received: from sccimhc91.asp.att.net (sccimhc91.asp.att.net [63.240.76.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id D573C43D1F for ; Thu, 12 Aug 2004 15:48:33 +0000 (GMT) (envelope-from StevenFriedrich@insightbb.com) Received: from [192.168.1.238] (12-202-28-183.client.insightbb.com[12.202.28.183]) by sccimhc91.asp.att.net (sccimhc91) with ESMTP id <20040812154832i9100burime>; Thu, 12 Aug 2004 15:48:32 +0000 From: Steven Friedrich To: ports@FreeBSD.org Date: Thu, 12 Aug 2004 11:48:32 -0400 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408121148.32179.StevenFriedrich@InsightBB.com> Subject: portsdb -Uu fails to build INDEX X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2004 15:48:34 -0000 For the last week, I've been updating ports without too many problems. But today I ran into a problem I don't know how to fix... root@daemon(p0)/usr/src 107% portsdb -Uu Updating the ports index ... Generating INDEX.tmp - please wait.."/usr/ports/Mk/bsd.port.mk", line 1201: Inconsistent operator for check-makefile make: fatal errors encountered -- cannot continue ===> devel/p5-Test-Reporter failed *** Error code 1 1 error ******************************************************************** Before reporting this error, verify that you are running a supported version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you have a complete and up-to-date ports collection. (INDEX builds are not supported with partial or out-of-date ports collections -- in particular, if you are using cvsup, you must cvsup the "ports-all" collection, and have no "refuse" files.) If that is the case, then report the failure to ports@FreeBSD.org together with relevant details of your ports configuration (including FreeBSD version, your architecture, your environment, and your /etc/make.conf settings, especially compiler flags and WITH/WITHOUT settings). Note: the latest pre-generated version of INDEX may be fetched automatically with "make fetchindex". ******************************************************************** *** Error code 1 Stop in /usr/ports. *** Error code 1 Stop in /usr/ports. failed to generate INDEX! portsdb: index generation error root@daemon(p0)/usr/src 108% uname -a FreeBSD daemon.StevenFriedrich.org 4.10-STABLE FreeBSD 4.10-STABLE #45: Tue Aug 10 21:03:05 EDT 2004 root@daemon.StevenFriedrich.org:/usr/obj/usr/src/sys/DAEMON i386 No refuse file. root@daemon(p0)/usr/src 109% setenv GS_LIB=/root/.fonts CVS_RSH=ssh crt=24 MACHTYPE=i386 USER=root MAIL=/var/mail/root SHLVL=2 VENDOR=intel HOME=/root PAGER=more GROUP=wheel LOGNAME=root BLOCKSIZE=K TERM=xterm PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin DISPLAY=:0.0 XAUTHORITY=/root/.Xauthority HOST=daemon.StevenFriedrich.org SHELL=/bin/csh OSTYPE=FreeBSD CVSROOT=:ext:steve@lightning:/usr/local/src/repository PWD=/usr/src TZ=America/Kentucky/Louisville FTP_PASSIVE_MODE=YES MANPATH=/usr/share/man:/usr/X11R6/man:/usr/local/man HOSTTYPE=FreeBSD EDITOR=vi KDE_FULL_SESSION=true XCURSOR_THEME=default XCURSOR_SIZE= GTK_RC_FILES=/etc/gtk/gtkrc:/root/.gtkrc:/root/.kde/share/config/gtkrc GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/root/.gtkrc-2.0:/root/.kde/share/config/gtkrc KDE_MULTIHEAD=false SESSION_MANAGER=local/daemon.StevenFriedrich.org:/tmp/.ICE-unix/235 COLORTERM= KONSOLE_DCOP=DCOPRef(konsole-254,konsole) KONSOLE_DCOP_SESSION=DCOPRef(konsole-254,session-1) WINDOWID=35651686 root@daemon(p0)/usr/src 110% cat /etc/make.conf # P4T533: /etc/make.conf # #CPUTYPE=i686 #CFLAGS= -O -pipe # XFREE86_VERSION=4 # # BDECFLAGS are a set of gcc warning settings that Bruce Evans has suggested # for use in developing FreeBSD and testing changes. They can be used by # putting "CFLAGS+=${BDECFLAGS}" in /etc/make.conf. -Wconversion is not # included here due to compiler bugs, e.g., mkdir()'s mode_t argument. # BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ -Wcast-qual -Wchar-subscripts -Winline \ -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings # #CFLAGS+=${BDECFLAGS} # #FORCE_PKG_REGISTER= YES # # To avoid building various parts of the base system: #NO_CVS= true # do not build CVS #NO_BIND= true # do not build BIND #NO_FORTRAN= true # do not build g77 and related libraries #NO_I4B= true # do not build isdn4bsd package #NO_IPFILTER= true # do not build IP Filter package #NO_LPR= true # do not build lpr and related programs #NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector #NO_MODULES= true # do not build modules with the kernel #NO_OBJC= true # do not build Objective C support #NO_OPENSSH= true # do not build OpenSSH #NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH) #NO_SENDMAIL= true # do not build sendmail and related programs #NO_SHAREDOCS= true # do not build the 4.4BSD legacy docs #NO_TCSH= true # do not build and install /bin/csh (which is tcsh) #NO_X= true # do not compile in XWindows support (e.g. doscmd) #NOCRYPT= true # do not build any crypto code #NOGAMES= true # do not build games (games/ subdir) #NOINFO= true # do not make or install info files #NOLIBC_R= true # do not build libc_r (re-entrant version of libc) #NOPERL= true # do not build perl. Disables OpenSSL optimizations NOPROFILE= true # Avoid compiling profiled libraries #NOSECURE= true # do not build crypto code in secure/ subdir #NOSHARE= true # do not go into the share subdir #NOUUCP= true # do not build uucp related programs # # If you're resident in the USA, this will help various ports to determine # whether or not they should attempt to comply with the various U.S. # export regulations on certain types of software which do not apply to # anyone else in the world. # USA_RESIDENT= YES # # # CVSup update flags. Edit SUPFILE settings to reflect whichever distribution # file(s) you use on your site (see /usr/share/examples/cvsup/README for more # information on CVSup and these files). To use, do "make update" in /usr/src. # SUP_UPDATE= yes # SUP= /usr/local/bin/cvsup SUPFLAGS= -g -L 2 SUPHOST= cvsup.FreeBSD.org SUPFILE= /root/cvsup/stable-supfile PORTSSUPFILE= /root/cvsup/ports-supfile DOCSUPFILE= /root/cvsup/doc-supfile # # Documentation # # The list of languages and encodings to build and install # DOC_LANG= en_US.ISO8859-1 #