"portsdb -Uu" fall down go boom

Rob Austein sra at hactrn.net
Thu Dec 23 22:05:08 PST 2004


sra at 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 at 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 at thrintun> uname -a
FreeBSD thrintun.hactrn.net 4.11-STABLE FreeBSD 4.11-STABLE #6: Thu Dec 23 18:34:09 EST 2004     sra at thrintun.hactrn.net:/usr/obj/usr/src/sys/THRINTUN  i386

sra at 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 at 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 at 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


More information about the freebsd-ports mailing list