Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Dec 2004 01:05:05 -0500
From:      Rob Austein <sra@hactrn.net>
To:        ports@FreeBSD.org
Cc:        sra@hactrn.net
Subject:   "portsdb -Uu" fall down go boom
Message-ID:  <20041224060505.331A641E8@thrintun.hactrn.net>

next in thread | raw e-mail | index | archive | help
sra@thrintun> cat ports.log
Updating the ports index ... Generating INDEX.tmp - please wait..instant-workstation-1.0_8: "/usr/ports/print/acroread5" non-existent -- dependency list incomplete
===> misc/instant-workstation 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

sra@thrintun> uname -a
FreeBSD thrintun.hactrn.net 4.11-STABLE FreeBSD 4.11-STABLE #6: Thu Dec 23 18:34:09 EST 2004     sra@thrintun.hactrn.net:/usr/obj/usr/src/sys/THRINTUN  i386

sra@thrintun> awk 'NF > 0 && $1 !~ /^#/' cvsup-supfile
*default host=cvsup3.freebsd.org
*default base=/usr
*default prefix=/usr
*default release=cvs
*default delete use-rel-suffix
*default tag=RELENG_4
src-all
*default tag=.
doc-all
ports-all

sra@thrintun> awk 'NF > 0 && $1 !~ /^#/' /etc/make.conf
KERNCONF=THRINTUN
NUMENOR_DISTDIR = http://numenor.hactrn.net/${DIST_SUBDIR}/
MASTER_SITE_OVERRIDE = ${NUMENOR_DISTDIR:S_//$_/_}
FETCH_BEFORE_ARGS += -p
MAKE_IDEA = yes
WITH_MUTT_SSL = yes
WITHOUT_SNMP = yes
PERL_VER=5.8.5
PERL_VERSION=5.8.5
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo

sra@thrintun> awk 'NF > 0 && $1 !~ /^#/' /usr/local/etc/pkgtools.conf
module PkgConfig
  ENV['PORTSDIR'] ||= '/usr/ports'
  ENV['PACKAGES'] ||= ENV['PORTSDIR'] + '/packages'
  ENV['PKG_PATH'] ||= ENV['PACKAGES'] + '/All'
  SANITY_CHECK = true
  IGNORE_CATEGORIES = [
  ]
  EXTRA_CATEGORIES = [
  ]
  HOLD_PKGS = [
    'bsdpan-*',
  ]
  USE_PKGS = [
  ]
  USE_PKGS_ONLY = [
  ]
  ALT_PKGDEP = {
  }
  MAKE_ARGS = {
        'security/krb5' => 'LOCALBASE=/usr/local/coventry KRB5_HOME=/usr/local/coventry KRB5_KRB4_COMPAT=NO KRB5_IMPL=mit',
        'security/ssh2' => 'LOCALBASE=/usr/local/coventry KRB5_HOME=/usr/local/coventry KRB5_KRB4_COMPAT=NO KRB5_IMPL=mit',
	'net/simicq'    => 'WITHOUT_KDE=yes',
  }
  BEFOREBUILD = {
  }
  BEFOREDEINSTALL = {
  }
  AFTERINSTALL = {
    'x11-servers/XFree86-4-Server' => sprintf(
     'cd %s/bin && if [ -x Xwrapper-4 ]; then ln -sf Xwrapper-4 X; fi',
     x11base()),
  }
  PKG_SITES = [
    pkg_site_mirror(),
  ]
  PORTUPGRADE_ARGS = ENV['PORTUPGRADE']
end



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041224060505.331A641E8>