Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2007 21:13:16 -0400
From:      "Jeff Whitman" <jwhitman@jwnetsource.com>
To:        <freebsd-ports@freebsd.org>
Subject:   portsdb: index generation error
Message-ID:  <000001c77a44$40dfc4c0$c800a8c0@ASUSP5WD2>

next in thread | raw e-mail | index | archive | help
In advance, thank you.

FreeBSD 6.2-RELEASE-p3 #0: Sun Apr  8 16:02:37 EDT 2007
CPU: Pentium III/Pentium III Xeon/Celeron (498.75-MHz 686-class CPU)
Real memory  = 805298176 (767 MB)
Avail memory = 782880768 (746 MB)

The script '/usr/local/bin/cvsrun' is intended to be run by cron to keep
ports current.  Works great without the -i flag (see if statement in the
script below) but with the -i flag I get the following error :

=========================== ERROR ===============================
=================================================================
Updating the ports index ... Generating INDEX.tmp - please wait..sysctl:
unknown oid 'compat.linux.osrelease'
"Makefile", line 124: warning: "/sbin/sysctl -n compat.linux.osrelease"
returned non-zero status
ja-texinfo-4.7_1: "/usr/ports/japanese/ptex-tetex" non-existent --
dependency list incomplete
===> japanese/texinfo failed
*** Error code 1
1 error

*********************
Before reporting ....
.....................
*********************

*** Error code 1

Stop in /usr/ports.
*** Error code 1

Stop in /usr/ports.
failed to generate INDEX!
portsdb: index generation error

============================== END ==============================





========================= SCRIPT ================================
=================================================================

#! /bin/sh
# cvsrun - Weekly CVSup Run

echo "Subject: `hostname` weekly cvsup run"
/usr/local/bin/cvsup -g -L 2 /usr/local/etc/cvsup/sup/supfile
echo ""

if [ $# -eq 1 ] ; then
        if [ $1 = "-i" ] ; then
                /usr/local/sbin/portsdb -Uu 2>&1
                echo
        fi
fi

echo ""
echo "cvsrun done."

============================== END ==============================





==================== TRUNCATED SCRIPT OUTPUT ====================
=================================================================

Subject: morpheus.safetserver.com weekly cvsup run
Parsing supfile "/usr/local/etc/cvsup/sup/supfile"
Connecting to cvsup12.us.FreeBSD.org
Connected to cvsup12.us.FreeBSD.org
Server software version: SNAP_16_1h
Negotiating file attribute support
Exchanging collection information
Establishing multiplexed-mode data connection
Running
Updating collection src-all/cvs
Updating collection ports-all/cvs
 Edit ports/japanese/texinfo/Makefile
  Add delta 1.12 2007.04.08.23.23.08 hrs
 Edit ports/sysutils/seatools/Makefile
  Add delta 1.2 2007.04.08.23.24.28 bsam

.............. 

Edit doc/share/sgml/trademarks.ent
  Add delta 1.36 2007.04.08.16.58.02 blackend
Shutting down connection to server
Finished successfully

Updating the ports index ... Generating INDEX.tmp - please wait..sysctl:
unknown oid 'compat.linux.osrelease'
"Makefile", line 124: warning: "/sbin/sysctl -n compat.linux.osrelease"
returned non-zero status
ja-texinfo-4.7_1: "/usr/ports/japanese/ptex-tetex" non-existent --
dependency list incomplete
===> japanese/texinfo 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

cvsrun done.

============================== END ==============================





===================== PKG_VERSION -v ============================
=================================================================

bash-2.05b.007_6                    =   up-to-date with port
cvsup-without-gui-16.1h_2           =   up-to-date with port
db41-4.1.25_4                       =   up-to-date with port
ezm3-1.2_1                          =   up-to-date with port
gettext-0.16.1_1                    =   up-to-date with port
gmake-3.81_1                        =   up-to-date with port
libiconv-1.9.2_2                    =   up-to-date with port
libtool-1.5.22_4                    =   up-to-date with port
perl-5.8.8                          =   up-to-date with port
portupgrade-2.2.6_3,2               =   up-to-date with port
ruby-1.8.6,1                        =   up-to-date with port
ruby18-bdb-0.6.0                    =   up-to-date with port

============================== END ==============================





======================= CVSUP SUPFILE ===========================
=================================================================

# /usr/local/etc/cvsup/sup/supfile

*default host=cvsup12.us.FreeBSD.org
*default base=/usr/local/etc/cvsup
*default prefix=/usr
*default release=cvs tag=RELENG_6_2
*default delete use-rel-suffix
*default compress

src-all
ports-all tag=.
doc-all tag=.

============================== END ==============================





====================== ETC/MAKE.CONF ============================
=================================================================

# added by use.perl 2007-04-07 03:55:41
PERL_VER=5.8.8
PERL_VERSION=5.8.8

CFLAGS= -O -pipe
COPTFLAGS= -O -pipe
NO_PROFILE= true

============================== END ==============================





========================== KERNEL ===============================
=================================================================

#
# MORPHEUS --Custom kernel configuration file for FreeBSD/i386
#
# $FreeBSD: src/sys/i386/conf/MORPHEUS


machine         i386
cpu             I686_CPU
ident           MORPHEUS

# To statically compile in device wiring instead of /boot/device.hints
#hints          "MORPHEUS.hints"                # Default places to look for
devices.

makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug
symbols

options         SCHED_4BSD              # 4BSD scheduler
options         PREEMPTION              # Enable kernel thread preemption
options         INET                    # InterNETworking

#options        INET6                   # IPv6 communications protocols

options         FFS                     # Berkeley Fast Filesystem
options         SOFTUPDATES             # Enable FFS soft updates support
options         UFS_ACL                 # Support for access control lists

#options        UFS_DIRHASH             # Improve performance on big
directories

options         MD_ROOT                 # MD is a potential root device
options         NFSCLIENT               # Network Filesystem Client
options         NFSSERVER               # Network Filesystem Server
options         NFS_ROOT                # NFS usable as /, requires
NFSCLIENT

#options        MSDOSFS                 # MSDOS Filesystem
#options        CD9660                  # ISO 9660 Filesystem

options         PROCFS                  # Process filesystem (requires
PSEUDOFS)
options         PSEUDOFS                # Pseudo-filesystem framework
options         GEOM_GPT                # GUID Partition Tables.
options         COMPAT_43               # Compatible with BSD 4.3 [KEEP
THIS!]
options         COMPAT_FREEBSD4         # Compatible with FreeBSD4
options         COMPAT_FREEBSD5         # Compatible with FreeBSD5

#options        SCSI_DELAY=5000         # Delay (in ms) before probing SCSI

options         KTRACE                  # ktrace(1) support
options         SYSVSHM                 # SYSV-style shared memory
options         SYSVMSG                 # SYSV-style message queues
options         SYSVSEM                 # SYSV-style semaphores
options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time
extensions
options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
options         ADAPTIVE_GIANT          # Giant mutex is adaptive.



#Firewall & NAT & DummyNet, may be needed in jail setup
#options         IPFIREWALL
#options         IPDIVERT
#options         IPFIREWALL_DEFAULT_TO_ACCEPT
#options         IPFIREWALL_VERBOSE
#options         IPFIREWALL_VERBOSE_LIMIT=100
#options         DUMMYNET
#options         IPFIREWALL_FORWARD

#options         QUOTA

device          apic                    # I/O APIC


# Bus support.
device          isa
device          eisa
device          pci


# Floppy drives
device          fdc


# ATA and ATAPI devices
device          ata
device          atadisk         # ATA disk drives
device          atapicd         # ATAPI CDROM drives

#device         atapifd         # ATAPI floppy drives

options         ATA_STATIC_ID   # Static device numbering


# atkbdc0 controls both the keyboard and the PS/2 mouse
device          atkbdc          # AT keyboard controller
device          atkbd           # AT keyboard
device          psm             # PS/2 mouse

device          kbdmux          # keyboard multiplexer

device          vga             # VGA video card driver
options         VESA
device          splash          # Splash screen and screen saver support
device          agp             # support several AGP chipsets


# syscons is the default console driver, resembling an SCO console
device          sc


# Power management support (see NOTES for more options)
device          apm


# Add suspend/resume support for the i8254.
device          pmtimer


# Serial (COM) ports
device          sio             # 8250, 16[45]50 based serial ports

# Parallel port
device          ppc
device          ppbus           # Parallel port bus (required)
device          lpt             # Printer
device          ppi             # Parallel port interface device


# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device          miibus          # MII bus support
device          xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')


# Pseudo devices.
device          loop            # Network loopback
device          random          # Entropy device
device          ether           # Ethernet support
device          tun             # Packet tunnel.
device          pty             # Pseudo-ttys (telnet etc)
device          md              # Memory "disks"
device          gif             # IPv6 and IPv4 tunneling
device          faith           # IPv6-to-IPv4 relaying (translation)


# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device          bpf             # Berkeley packet filter


# USB support
device          uhci            # UHCI PCI->USB interface
device          ohci            # OHCI PCI->USB interface
device          ehci            # EHCI PCI->USB interface (USB 2.0)
device          usb             # USB Bus (required)
device          ugen            # Generic
device          uhid            # "Human Interface Devices"
device          ukbd            # Keyboard
device          ums             # Mouse

===[root] /sys/i386/conf # 

============================== END ==============================





======================== ETC/RC.CONF ============================
=================================================================

# -- sysinstall generated deltas -- # Sat Apr  7 00:18:36 2007
# Created: Sat Apr  7 00:18:36 2007
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.

defaultrouter="192.168.0.1"
hostname="morpheus.safetserver.com"
ifconfig_xl0="inet 192.168.0.111  netmask 255.255.255.0"

inetd_enable="YES"
moused_enable="YES"

nfs_client_enable="YES"
nfs_server_enable="YES"
rpcbind_enable="YES"

usbd_enable="YES"

allscreens_flags="-c blink"


### Network Time Services options: ###
ntpd_enable="YES"
ntpd_program="/usr/sbin/ntpd"

sshd_enable="YES"

============================== END ==============================





=========================== DMESG ===============================
=================================================================

Copyright (c) 1992-2007 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 6.2-RELEASE-p3 #0: Sun Apr  8 16:02:37 EDT 2007
    root@morpheus.safetserver.com:/usr/obj/usr/src/sys/MORPHEUS
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Pentium III/Pentium III Xeon/Celeron (498.75-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x673  Stepping = 3
 
Features=0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,
PAT,PSE36,MMX,FXSR,SSE>
real memory  = 805298176 (767 MB)
avail memory = 782880768 (746 MB)
kbd1 at kbdmux0
acpi0: <DELL GX1    > on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
cpu0: <ACPI CPU> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
agp0: <Intel 82443BX (440 BX) host to PCI bridge> mem 0xf4000000-0xf7ffffff
at device 0.0 on pci0
pcib1: <PCI-PCI bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
pci1: <display, VGA> at device 0.0 (no driver attached)
isab0: <PCI-ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX4 UDMA33 controller> port
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 7.1 on pci0
ata0: <ATA channel 0> on atapci0
ata1: <ATA channel 1> on atapci0
uhci0: <Intel 82371AB/EB (PIIX4) USB controller> port 0xdce0-0xdcff irq 11
at device 7.2 on pci0
uhci0: [GIANT-LOCKED]
usb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
pci0: <bridge> at device 7.3 (no driver attached)
pci0: <simple comms> at device 14.0 (no driver attached)
pcib2: <ACPI PCI-PCI bridge> at device 15.0 on pci0
pci2: <ACPI PCI bus> on pcib2
xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xdc00-0xdc7f mem
0xff001000-0xff00107f irq 11 at device 17.0 on pci0
miibus0: <MII bus> on xl0
xlphy0: <3Com internal media interface> on miibus0
xlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
xl0: Ethernet address: 00:b0:d0:1a:4d:bb
fdc0: <floppy drive controller> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0
fdc0: [FAST]
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse, device ID 3
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on
acpi0
sio0: type 16550A
sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0: <ECP parallel printer port> port 0x378-0x37f,0x778-0x77f irq 7 on
acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppbus0: <Parallel port bus> on ppc0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
pmtimer0 on isa0
orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xcffff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounter "TSC" frequency 498752180 Hz quality 800
Timecounters tick every 1.000 msec
ad0: 114473MB <Seagate ST3120026A 3.06> at ata0-master UDMA33
acd0: CDROM <Lite-On LTN483S 48x Max/PD02> at ata1-master PIO4
Trying to mount root from ufs:/dev/ad0s1a

============================== END ==============================


 
Jeff Whitman
Managing Member
 
 
Contact Information
~~~~~~~~~~~~~~~~~~~~~~~
Jeff Whitman
JW NetSource, LLC
17125 Nollar
Manchester, MI 48158
734.428.7770 - tel
877.341.7770 - toll free
734.428.1777 - fax
jwhitman@jwnetsource.com
http://jwnetsource.com/


 
Jeff Whitman
Managing Member
 
 
Contact Information
~~~~~~~~~~~~~~~~~~~~~~~
Jeff Whitman
JW NetSource, LLC
17125 Nollar
Manchester, MI 48158
734.428.7770 - tel
877.341.7770 - toll free
734.428.1777 - fax
jwhitman@jwnetsource.com
http://jwnetsource.com/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000001c77a44$40dfc4c0$c800a8c0>