Interesting.

Decided to update non-production critical system and ran into the following on the arch/alpha processor blend during the (make build) portion of the userland builds.
arch/i386 works fine. So this could possibly be a compiler setting.,,
Although,, I am having userland compile issue on httpd on a PII system in production I am doing a userland build on, and THAT may be because I need to re-build the /usr/src tree from CVS.
I'm cross-referencing the problem on my test i386 unit at home.

CVS branch I'm using. Not expecting it to be rock solid, would like to try to correct/test if possible

#cvs -d$CVSROOT up  -rOPENBSD_4_1 -Pd

dmesg further below.

-snip-

*** make build ***
.
.
.
.
rm -f bfd-tmp.h
cp bfd-in3.h bfd-tmp.h
/bin/sh /usr/src/gnu/usr.bin/binutils/bfd/../move-if-change bfd-tmp.h bfd.h
rm -f bfd-tmp.h
touch stmp-bfd-h
# we don't install ansidecl.h, we merge it into the file that
# needs it instead.
sed -e '/^#include "ansidecl.h"/r/usr/src/gnu/usr.bin/binutils/include/ansidecl.h' -e '//d' bfd/bfd.h >bfd/mybfd.h
preparing in /usr/src/include/../gnu/lib/libstdc++
PATH="/bin:/usr/bin:/sbin:/usr/sbin" INSTALL_PROGRAM="install -c -s" CC="cc" CXX="c++" CFLAGS="-O2 -pipe " CXXFLAGS="-O2 -pipe " /bin/sh /usr/src/gnu/lib/libstdc++/libstdc++/configure --prefix=/usr --disable-nls --enable-shared --disable-multilib --with-gnu-ld --with-gxx-include-dir=/usr/include/g++ && touch config.status
creating cache ./config.cache
checking host system type... alpha-unknown-openbsd4.1
checking target system type... alpha-unknown-openbsd4.1
checking build system type... alpha-unknown-openbsd4.1
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether ln -s works... yes
checking for gcc... cc
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for c++... c++
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for GCC version number... 2.95.3
checking for strerror in -lcposix... no
checking for as... as
checking for ar... ar
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking whether to enable maintainer-specific portions of Makefiles... no
CPU config directory is cpu/alpha
OS config directory is os/bsd/openbsd
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependant libraries... unknown
checking for object suffix... o
checking for ranlib... (cached) ranlib
checking for strip... strip
checking how to run the C++ preprocessor... c++ -E
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking whether -lc should be explicitly linked in... yes
checking for objdir... .libs
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
finding the maximum length of command line arguments... 98305
checking if cc supports -c -o file.o... yes
checking if cc supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... openbsd4.1 ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dlopen in -ldl... no
checking for dlopen... yes
checking for dlfcn.h... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... Wrong dl symbols!
no
creating libtool
updating cache ./config.cache
loading cache ./config.cache
loading cache ./config.cache within ltconfig
checking host system type... alpha-unknown-openbsd4.1
checking build system type... alpha-unknown-openbsd4.1
checking for objdir... .libs
checking for c++ option to produce PIC... -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... yes
checking if c++ static flag -static works... yes
finding the maximum length of command line arguments... (cached) 98305
checking if c++ supports -c -o file.o... (cached) yes
checking if c++ supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/usr/bin/ld) supports shared libraries...
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... openbsd4.1 ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dlfcn.h... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) no
appending configuration tag "CXX" to libtool
checking for GNU make...
checking how to run the C preprocessor... cc -E
checking for cstdio to use... stdio
checking for clocale to use... generic
checking for c header strategy to use... c_std
checking for ISO C99 support in <math.h>... no
checking for ISO C99 support in <stdio.h>... yes
checking for lldiv_t declaration... yes
checking for ISO C99 support in <stdlib.h>... no
checking for additional ISO C99 support in <wchar.h>... no
checking for enabled ISO C99 support... no
checking for enabled long long I/O support... yes
checking for thread model used by GCC...
/usr/src/gnu/lib/libstdc++/libstdc++/configure[3946]: test: single: unexpected operator/operand checking for exception model to use... configure: error: unable to detect exception model
*** Error code 1

Stop in /usr/src/gnu/lib/libstdc++ (line 59 of /usr/src/gnu/lib/libstdc++/Makefile.bsd-wrapper).
*** Error code 1

Stop in /usr/src/include (line 82 of Makefile).
*** Error code 1

Stop in /usr/src (line 73 of Makefile).
#

*** make build ***

*** dmesg ***

[ using 511424 bytes of bsd ELF symbol table ]
consinit: not using prom console
Copyright (c) 1982, 1986, 1989, 1991, 1993
       The Regents of the University of California.  All rights reserved.
Copyright (c) 1995-2007 OpenBSD. All rights reserved. http://www.OpenBSD.org

OpenBSD 4.1 (GENERIC) #4: Tue Apr  3 18:16:56 EDT 2007
   [EMAIL PROTECTED]:/usr/src/sys/arch/alpha/compile/GENERIC
COMPAQ AlphaServer DS20E 833 MHz
8192 byte page size, 1 processor.
total memory = 2147483648 (2097152K)
(2826240 reserved for PROM, 2144657408 used by OpenBSD)
avail memory = 1874132992 (1830208K)
using 26179 buffers containing 214458368 bytes (209432K) of memory
mainbus0 (root)
cpu0 at mainbus0: ID 0 (primary), 21264B-4 (unknown minor type 4)
cpu0: Architecture extensions: 307<PAT,MVI,CIX,FIX,BWX>
tsc0 at mainbus0: 21272 Chipset, Cchip rev 0
tsc0: 8 Dchips, 2 memory buses of 32 bytes
tsc0: arrays present: 1024MB, 1024MB, 0MB, 0MB, Dchip 0 rev 1
tsp0 at tsc0
pci0 at tsp0 bus 0
sio0 at pci0 dev 5 function 0 "Contaq Microsystems CY82C693U ISA" rev 0x00
pciide0 at pci0 dev 5 function 1 "Contaq Microsystems CY82C693U ISA" rev 0x00: DMA, channel 0 wired to compatibility
atapiscsi0 at pciide0 channel 0 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: <COMPAQ, CD-224E, 9.5B> SCSI0 5/cdrom removable
cd0(pciide0:0:0): using PIO mode 4, DMA mode 2
pciide1 at pci0 dev 5 function 2 "Contaq Microsystems CY82C693U ISA" rev 0x00: no DMA, channel 0 wired to compatibility
pciide1: channel 0 disabled (no drives)
ohci0 at pci0 dev 5 function 3 "Contaq Microsystems CY82C693U ISA" rev 0x00: isa irq 10, version 1.0, legacy support
usb0 at ohci0: USB revision 1.0
uhub0 at usb0
uhub0: Contaq Microsys OHCI root hub, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ahc0 at pci0 dev 6 function 0 "Adaptec AIC-7895" rev 0x04: dec 6600 irq 19
ahc0: Host Adapter Bios disabled.  Using default SCSI device parameters
scsibus1 at ahc0: 16 targets
ahc1 at pci0 dev 6 function 1 "Adaptec AIC-7895" rev 0x04: dec 6600 irq 18
ahc1: Host Adapter Bios disabled.  Using default SCSI device parameters
scsibus2 at ahc1: 16 targets
vga0 at pci0 dev 7 function 0 "3D Labs Oxygen GVX1" rev 0x01
wsdisplay0 at vga0 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
rl0 at pci0 dev 9 function 0 "D-Link Systems 530TX+" rev 0x10: dec 6600 irq 23, address 00:50:ba:bd:cf:df
rlphy0 at rl0 phy 0: RTL internal PHY
isa0 at sio0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: <PC speaker>
spkr0 at pcppi0
lpt0 at isa0 port 0x3bc/4 irq 7
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec
mcclock0 at isa0 port 0x70/2: mc146818 or compatible
tsp1 at tsc0
pci1 at tsp1 bus 0
siop0 at pci1 dev 7 function 0 "Symbios Logic 53c895" rev 0x02: dec 6600 irq 47, using 4K of on-board RAM
scsibus3 at siop0: 16 targets
sd0 at scsibus3 targ 0 lun 0: <COMPAQ, BF01864663, 3B07> SCSI2 0/direct fixed
sd0: 17365MB, 7001 cyl, 20 head, 254 sec, 512 bytes/sec, 35565080 sec total
sd1 at scsibus3 targ 1 lun 0: <COMPAQ, BF01864663, 3B07> SCSI2 0/direct fixed
sd1: 17365MB, 7001 cyl, 20 head, 254 sec, 512 bytes/sec, 35565080 sec total
sd2 at scsibus3 targ 2 lun 0: <COMPAQ, BD0186459A, B010> SCSI2 0/direct fixed
sd2: 17365MB, 7001 cyl, 20 head, 254 sec, 512 bytes/sec, 35565080 sec total
stray isa irq 3
stray isa irq 4
root on sd0a swap on sd0b
siop0: target 0 now using tagged 16 bit 40.0 MHz 31 REQ/ACK offset xfers
rootdev=0x800 rrootdev=0x800 rawdev=0x802
siop0: target 1 now using tagged 16 bit 40.0 MHz 31 REQ/ACK offset xfers
siop0: target 2 now using tagged 16 bit 40.0 MHz 31 REQ/ACK offset xfers
stray isa irq 4
stray isa irq 3


*** dmesg ***




-sean

_________________________________________________________________
RealLiveMoms: Share your experience with Real Live Moms just like you http://www.reallivemoms.ca/

Reply via email to