INDEX build fails with thousands of make_index errors

Adam McLaurin blueeskimo at gmx.net
Sun Aug 10 07:15:03 PDT 2003


I tried rebuilding my INDEX earlier today on my server, and I had
literally thousands of make_index errors. I thought maybe something was
goofed in my tree, so I 'rm -rf /usr/ports' and started clean. No help. 

Just for kicks, I tried rebuilding INDEX on my other machine (which I
don't normally do, since it's so slow), and I got the exact same errors.
Note that both machines just use ports-all in the ports-supfile.


Here's the tail end of the output of my update script:

make_index: ParMetis-3.0: no entry for /usr/ports/net/mpich
make_index: ParMetis-3.0: no entry for /usr/ports/net/mpich
make_index: tux_aqfh-1.0.14: no entry for /usr/ports/x11-toolkits/plib
make_index: tux_aqfh-1.0.14: no entry for
/usr/ports/x11/XFree86-4-libraries
make_index: tux_aqfh-1.0.14: no entry for
/usr/ports/x11/XFree86-4-libraries
make_index: xmcd-3.2.1: no entry for /usr/ports/x11-toolkits/open-motif
make_index: xmcd-3.2.1: no entry for /usr/ports/x11/XFree86-4-libraries
make_index: xmcd-3.2.1: no entry for /usr/ports/x11-toolkits/open-motif
make_index: xmcd-3.2.1: no entry for /usr/ports/x11/XFree86-4-libraries
Warning: Duplicate INDEX entry: *** Error code 1
Warning: Duplicate INDEX entry: 
 Done.
[Updating the portsdb <format:bdb1_btree> in /usr/ports ... - 5467 port
entries found /usr/ports/INDEX-5:1:Port info line must consist of 10
fields.
/usr/ports/INDEX-5:2:Port info line must consist of 10 fields.
/usr/ports/INDEX-5:3:Port info line must consist of 10 fields.
/usr/ports/INDEX-5:4:Port info line must consist of 10 fields.
.........1000.........2000.........3000.........4000.........5000....
..... done]
Cleaning out /usr/ports/*/*/work...
done.
--->  Updating the pkgdb


Here is the script I use to update:
#!/bin/sh

CVSUP_MIRROR=cvsup12.FreeBSD.org
OUTDATED_LOG=/home/eskimo/logs/outdated.ports.txt
CVSUP_SUPFILE=/usr/share/examples/cvsup/ports-supfile

/usr/local/bin/cvsup -h $CVSUP_MIRROR -P - -g -L 2 $CVSUP_SUPFILE
/usr/local/sbin/pkgdb -aF
cd /usr/ports
/usr/bin/make -v index
/usr/local/sbin/portsdb -u
/usr/local/sbin/portsclean -C
/usr/local/sbin/pkgdb -u
/usr/local/sbin/portversion -v |/usr/bin/fgrep "needs" >$OUTDATED_LOG


Anyone else seeing anything like this as of yesterday/today?

-- 
Adam McLaurin <blueeskimo at gmx.net>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20030810/80ed03bf/attachment.bin


More information about the freebsd-ports mailing list