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>

next in thread | raw e-mail | index | archive | help
i have 2 HP netserver 800 with 2 p3 1 Ghz cpu's.
=20
Both running 7-CURRENT
=20
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.
=20
all machine use SHED_ULE
=20
the error i get is as follows.
=20
=20
=3D=3D=3D> 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.tex=
i  -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-stn=
d.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.
=20
CPUTYPE?=3Dp3      # or athlon-xp or p3
=20
# added by use.perl 2007-02-04 17:19:16
PERL_VER=3D5.8.8
PERL_VERSION=3D5.8.8

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

and the kernel config is GENERIC with the following added:
=20
# GEOM options
options         GEOM_MIRROR
# Console color options
options         SC_NORM_ATTR=3D(FG_LIGHTGREY|BG_BLACK)
options         SC_NORM_REV_ATTR=3D(FG_YELLOW|BG_GREEN)
options         SC_KERNEL_CONS_ATTR=3D(FG_BROWN|BG_BLACK)
options         SC_KERNEL_CONS_REV_ATTR=3D(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:
=20
#cpu            I486_CPU
#cpu            I586_CPU

the smp option is not set on the singe cpu system offcourse.
=20
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
=20
Am i missng something.
=20
thanks for your time.
=20
regards,
Johan Hendriks



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