From nobody@FreeBSD.org  Thu Aug 12 19:53:15 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 444FE16A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 12 Aug 2004 19:53:15 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3301043D2D
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 12 Aug 2004 19:53:15 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i7CJrFKN036355
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 12 Aug 2004 19:53:15 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.11/8.12.11/Submit) id i7CJrEM1036354;
	Thu, 12 Aug 2004 19:53:14 GMT
	(envelope-from nobody)
Message-Id: <200408121953.i7CJrEM1036354@www.freebsd.org>
Date: Thu, 12 Aug 2004 19:53:14 GMT
From: Steven Friedrich <StevenFriedrich@InsightBB.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: portsdb -Uu fails to build INDEX
X-Send-Pr-Version: www-2.3

>Number:         70381
>Category:       ports
>Synopsis:       portsdb -Uu fails to build INDEX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 12 20:00:46 GMT 2004
>Closed-Date:    Fri Aug 13 07:13:07 GMT 2004
>Last-Modified:  Fri Aug 13 07:13:07 GMT 2004
>Originator:     Steven Friedrich
>Release:        4.10-STABLE
>Organization:
>Environment:
root@daemon(p0)/root 101% 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
      
>Description:
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
#      
>How-To-Repeat:
/usr/src > make update
/usr/src > portsdb -Uu	      
>Fix:
You can work around the problem by make fetchindex and then just portsdb -u      
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: vs 
State-Changed-When: Fri Aug 13 07:12:31 GMT 2004 
State-Changed-Why:  
Fixed, cf. http://www.freshports.org/devel/p5-Test-Reporter 
Thanks for your submission. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=70381 
>Unformatted:
