Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Apr 2007 14:36:22 +0200
From:      "Johan Hendriks" <Johan@double-l.nl>
To:        <freebsd-current@freebsd.org>
Subject:   buildworld fails
Message-ID:  <57200BF94E69E54880C9BB1AF714BBCB01115C@w2003s01.double-l.local>

index | next in thread | raw e-mail

i have 2 HP netserver 800 with 2 p3 1 Ghz cpu's.
 
Both running 7-CURRENT
 
but as of today buildworld fails on both machine's and on a singe 1 cpu p3 machine.
I use these to for test and so on.
 
all machine use SHED_ULE
 
the error i get is as follows.
 
 
===> gnu/usr.bin/texinfo/doc (all)
makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info.texi  -o info.info
makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info-stnd.texi  -o info-stnd.info
ln -fs /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/texinfo.txi texinfo.texi
makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc texinfo.texi  -o texinfo.info
gzip -cn info.info > info.info.gz
gzip -cn info-stnd.info > info-stnd.info.gz
gzip -cn texinfo.info > texinfo.info.gz
1 error
*** Error code 2
1 error
*** Error code 2
1 error

my /etc/make.conf looks like this.
 
CPUTYPE?=p3      # or athlon-xp or p3
 
# added by use.perl 2007-02-04 17:19:16
PERL_VER=5.8.8
PERL_VERSION=5.8.8

my /etc/src.conf looks like this
 
WITHOUT_BLUETOOTH=      yes
WITHOUT_LPR=    yes
WITHOUT_I4B=    yes
WITHOUT_IPFILTER=       yes
WITHOUT_GAMES=  yes
WITHOUT_PROFILE=        yes
WITHOUT_SENDMAIL=       yes
WITHOUT_IPX=    yes

and the kernel config is GENERIC with the following added:
 
# GEOM options
options         GEOM_MIRROR
# Console color options
options         SC_NORM_ATTR=(FG_LIGHTGREY|BG_BLACK)
options         SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN)
options         SC_KERNEL_CONS_ATTR=(FG_BROWN|BG_BLACK)
options         SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_RED)
# Console video mode
options         VESA # Vesa Support for Splash
options         SC_PIXEL_MODE # add support for the raster tex
# Polling
options         DEVICE_POLLING
# pf
options         ALTQ
options         ALTQ_CBQ
options         ALTQ_RED
options         ALTQ_RIO
options         ALTQ_HFSC
options         ALTQ_CDNR
options         ALTQ_PRIQ
device          pf
device          pflog
device          pfsync
# CPU options
options         CPU_FASTER_5X86_FPU
options         CPU_SUSP_HLT
options         CPU_UPGRADE_HW_CACHE
# Samba Options
options         NETSMB
#options         NETSMBCRYPTO
options         LIBMCHAIN
options         LIBICONV
options         SMBFS
# SMP support
options         SMP

and these commented out:
 
#cpu            I486_CPU
#cpu            I586_CPU

the smp option is not set on the singe cpu system offcourse.
 
I have been tracking current from oktober and it always goes as it should.
I have deleted the whole src directory and did a new csup but the error is still there on all three machine's
 
Am i missng something.
 
thanks for your time.
 
regards,
Johan Hendriks


help

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