Re: sound config problem

2010-11-24 Thread Daniel Nebdal
On Tue, Nov 23, 2010 at 10:24 PM, AN a...@neu.net wrote:

 What is the status of sound on 9-current?  I am having a problem getting
 sound to work.  I have snd_hda_load=YES in /boot/loader.conf.  When I try
 to configure sounds in Gnome, by going to System menu - preferences -
 sound, a small window opens saying waiting for sound system to respond
 then nothing happens.  This system worked perfectly with sound under
 8-stable.  Any help fixing this would be appreciated.  Below is relevant
 parts of verbose dmesg.  If I can provide more info to troubleshoot this
 please let me know.

 tia

(info cut for brevity)

Just as a starter, does it work at all? That is, do you have a
/dev/dsp? Do simple OSS programs work? (mpg123 is a nice minimal test;
mplayer is fine.)
There's always a chance of the problem being on the gnome side of
things, so it just seems sensible to start with the really simple
things. Apologies if you've done this already. :)


-- 
Daniel Nebdal
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: sound config problem

2010-11-24 Thread Bruce Cran
On Wed, 24 Nov 2010 12:27:49 +0200
Daniel Nebdal dneb...@gmail.com wrote:

 Just as a starter, does it work at all? That is, do you have a
 /dev/dsp? Do simple OSS programs work? (mpg123 is a nice minimal test;
 mplayer is fine.)
 There's always a chance of the problem being on the gnome side of
 things, so it just seems sensible to start with the really simple
 things. Apologies if you've done this already. :)

The simplest test is:

cat /dev/random  /dev/dsp

-- 
Bruce Cran
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


groff build failure (me too, but i386)

2010-11-24 Thread Boris Samorodov
Hi!

Since nobody seems to get the error it may be my fault. Please, help
if you can. Thanks!

Here are some details:
-
[~]b...@bb% uname -a
FreeBSD bb.ipt.ru 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r214737: Wed Nov  3 
18:48:54 MSK 2010 r...@bb.ipt.ru:/usr/obj/usr/src/sys/GENERIC  i386
[~]b...@bb% svn info /usr/src
Path: /usr/src
URL: svn://svn.freebsd.org/base/head
Repository Root: svn://svn.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 215798
Node Kind: directory
Schedule: normal
Last Changed Author: kib
Last Changed Rev: 215798
Last Changed Date: 2010-11-24 15:34:25 +0300 (ср, 24 ноя 2010)

[~]b...@bb% svn status /usr/src
[~]b...@bb% make -C /usr/src buildworld
...
c++ -O2 -pipe 
-I/usr/src/gnu/usr.bin/groff/src/preproc/eqn/../../../../../../contrib/groff/src/preproc/eqn
 -I. -DHAVE_CONFIG_H 
-I/usr/src/gnu/usr.bin/groff/src/preproc/eqn/../../../../../../contrib/groff/src/include
 -I/usr/src/gnu/usr.bin/groff/src/preproc/eqn/../../../src/include 
-fstack-protector -fno-rtti -fno-exceptions -c eqn.cpp
y.tab.c: In function 'int yygrowstack()':
y.tab.c:703: error: invalid conversion from 'void*' to 'short int*'
y.tab.c:709: error: invalid conversion from 'void*' to 'YYSTYPE*'
*** Error code 1

Stop in /usr/src/gnu/usr.bin/groff/src/preproc/eqn.
...
-

-- 
WBR, bsam
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: groff build failure (me too, but i386)

2010-11-24 Thread Matthew Jacob

Update your tree. This was broken in fixed within the last week or so


Hi!

Since nobody seems to get the error it may be my fault. Please, help
if you can. Thanks!

Here are some details:
-
[~]b...@bb% uname -a
FreeBSD bb.ipt.ru 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r214737: Wed Nov  3 
18:48:54 MSK 2010 r...@bb.ipt.ru:/usr/obj/usr/src/sys/GENERIC  i386
[~]b...@bb% svn info /usr/src
Path: /usr/src
URL: svn://svn.freebsd.org/base/head
Repository Root: svn://svn.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 215798
Node Kind: directory
Schedule: normal
Last Changed Author: kib
Last Changed Rev: 215798
Last Changed Date: 2010-11-24 15:34:25 +0300 (ср, 24 ноя 2010)

[~]b...@bb% svn status /usr/src
[~]b...@bb% make -C /usr/src buildworld
...
c++ -O2 -pipe 
-I/usr/src/gnu/usr.bin/groff/src/preproc/eqn/../../../../../../contrib/groff/src/preproc/eqn
 -I. -DHAVE_CONFIG_H 
-I/usr/src/gnu/usr.bin/groff/src/preproc/eqn/../../../../../../contrib/groff/src/include
 -I/usr/src/gnu/usr.bin/groff/src/preproc/eqn/../../../src/include 
-fstack-protector -fno-rtti -fno-exceptions -c eqn.cpp
y.tab.c: In function 'int yygrowstack()':
y.tab.c:703: error: invalid conversion from 'void*' to 'short int*'
y.tab.c:709: error: invalid conversion from 'void*' to 'YYSTYPE*'
*** Error code 1

Stop in /usr/src/gnu/usr.bin/groff/src/preproc/eqn.
...
-



___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: groff build failure (me too, but i386)

2010-11-24 Thread Boris Samorodov
Hi Matthew,

On Wed, 24 Nov 2010 07:49:08 -0800 Matthew Jacob wrote:

 Update your tree. This was broken in fixed within the last week or so

Hm, I'm not sure what did you mean, since [1] and [2].

  Since nobody seems to get the error it may be my fault. Please, help
  if you can. Thanks!
 
  Here are some details:
  -
  [~]b...@bb% uname -a
  FreeBSD bb.ipt.ru 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r214737: Wed Nov  3 
  18:48:54 MSK 2010 r...@bb.ipt.ru:/usr/obj/usr/src/sys/GENERIC  i386
  [~]b...@bb% svn info /usr/src
  Path: /usr/src
  URL: svn://svn.freebsd.org/base/head
  Repository Root: svn://svn.freebsd.org/base
  Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
  Revision: 215798
  Node Kind: directory
  Schedule: normal
  Last Changed Author: kib
  Last Changed Rev: 215798
  Last Changed Date: 2010-11-24 15:34:25 +0300 (ср, 24 ноя 2010)
 [1]
  [~]b...@bb% svn status /usr/src
 [2]
  [~]b...@bb% make -C /usr/src buildworld
  ...
  c++ -O2 -pipe 
  -I/usr/src/gnu/usr.bin/groff/src/preproc/eqn/../../../../../../contrib/groff/src/preproc/eqn
   -I. -DHAVE_CONFIG_H 
  -I/usr/src/gnu/usr.bin/groff/src/preproc/eqn/../../../../../../contrib/groff/src/include
   -I/usr/src/gnu/usr.bin/groff/src/preproc/eqn/../../../src/include 
  -fstack-protector -fno-rtti -fno-exceptions -c eqn.cpp
  y.tab.c: In function 'int yygrowstack()':
  y.tab.c:703: error: invalid conversion from 'void*' to 'short int*'
  y.tab.c:709: error: invalid conversion from 'void*' to 'YYSTYPE*'
  *** Error code 1
 
  Stop in /usr/src/gnu/usr.bin/groff/src/preproc/eqn.
  ...
  -

-- 
WBR, bsam
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


RE: panic with devclass_get_name (dc=0xdeadc0dedeadc0de)

2010-11-24 Thread Roger Hammerstein


 Thank you all for the replies.   Will try ATA_CAM shortly.
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Using ATA_CAM it doesn't panic, it removes the bad disk from /dev after the 
problem.

new dmesg and the error log on the bottom
Table 'FACP' at 0x7fff0290
Table 'APIC' at 0x7fff0390
APIC: Found table at 0x7fff0390
APIC: Using the MADT enumerator.
MADT: Found CPU APIC ID 0 ACPI ID 1: enabled
SMP: Added CPU 0 (AP)
MADT: Found CPU APIC ID 1 ACPI ID 2: enabled
SMP: Added CPU 1 (AP)
MADT: Found CPU APIC ID 130 ACPI ID 3: disabled
MADT: Found CPU APIC ID 131 ACPI ID 4: disabled
Copyright (c) 1992-2010 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 9.0-CURRENT #1: Tue Nov 23 17:50:01 EST 2010
r...@butter.local:/usr/obj/usr/src/sys/GENERIC amd64
WARNING: WITNESS option enabled, expect reduced performance.
Table 'FACP' at 0x7fff0290
Table 'APIC' at 0x7fff0390
Table 'OEMB' at 0x7fffe040
Table 'SRAT' at 0x7fff41d0
SRAT: Found table at 0x7fff41d0
SRAT: Found CPU APIC ID 0 domain 0: enabled
SRAT: Found CPU APIC ID 1 domain 1: enabled
SRAT: Found CPU APIC ID 2 domain 2: disabled
SRAT: Found CPU APIC ID 3 domain 3: disabled
SRAT: Found memory domain 0 addr 10 len 3ff0: enabled
SRAT: Found memory domain 1 addr 4000 len 4000: enabled
SRAT: Found memory domain 2 addr 0 len 0: disabled
SRAT: Found memory domain 3 addr 0 len 0: disabled
SRAT: Found memory domain 0 addr 0 len 0: disabled
SRAT: Found memory domain 0 addr 0 len 9fc00: enabled
SRAT: No memory region found for 10fb000 - 7ffe
Preloaded elf kernel /boot/kernel/kernel at 0x810cd000.
Calibrating TSC clock ... TSC clock: 2394052032 Hz
CPU: AMD Opteron(tm) Processor 250 (2394.05-MHz K8-class CPU)
  Origin = AuthenticAMD  Id = 0x20f51  Family = f  Model = 25  Stepping = 1
  
Features=0x78bfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2
  Features2=0x1SSE3
  AMD Features=0xe2500800SYSCALL,NX,MMX+,FFXSR,LM,3DNow!+,3DNow!
  AMD Features2=0x1LAHF
L1 2MB data TLB: 8 entries, fully associative
L1 2MB instruction TLB: 8 entries, fully associative
L1 4KB data TLB: 32 entries, fully associative
L1 4KB instruction TLB: 32 entries, fully associative
L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L2 2MB unified TLB: 0 entries, disabled/not present
L2 4KB data TLB: 512 entries, 4-way associative
L2 4KB instruction TLB: 512 entries, 4-way associative
L2 unified cache: 1024 kbytes, 64 bytes/line, 1 lines/tag, 16-way associative
WARNING: This architecture revision has known SMP hardware bugs which may cause 
random instability
real memory  = 2147483648 (2048 MB)
Physical memory chunk(s):
0x1000 - 0x0009bfff, 634880 bytes (155 pages)
0x010fb000 - 0x7c38, 2066305024 bytes (504469 pages)
avail memory = 2050400256 (1955 MB)
Event timer LAPIC quality 400
ACPI APIC Table: A M I  OEMAPIC 
INTR: Adding local APIC 1 as a target
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
FreeBSD/SMP: 2 package(s) x 1 core(s)
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
APIC: CPU 0 has ACPI ID 1
APIC: CPU 1 has ACPI ID 2
x86bios:  IVT 0x00-0x0004ff at 0xff00
x86bios: SSEG 0x001000-0x001fff at 0xff80d000
x86bios: EBDA 0x09f000-0x09 at 0xff09f000
x86bios:  ROM 0x0a-0x0fefff at 0xff0a
ULE: setup cpu 0
ULE: setup cpu 1
ACPI: RSDP 0xf9cd0 00024 (v02 ACPIAM)
ACPI: XSDT 0x7fff0100 00044 (v01 A M I  OEMXSDT  06000630 MSFT 0097)
ACPI: FACP 0x7fff0290 000F4 (v03 A M I  OEMFACP  06000630 MSFT 0097)
ACPI: DSDT 0x7fff0410 03DBD (v01  0ABGZ 0ABGZ005 0005 INTL 02002026)
ACPI: FACS 0x7fffe000 00040
ACPI: APIC 0x7fff0390 00080 (v01 A M I  OEMAPIC  06000630 MSFT 0097)
ACPI: OEMB 0x7fffe040 00056 (v01 A M I  AMI_OEM  06000630 MSFT 0097)
ACPI: SRAT 0x7fff41d0 00160 (v01 A M I  OEMSRAT  06000630 MSFT 0097)
MADT: Found IO APIC ID 2, Interrupt 0 at 0xfec0
ioapic0: Routing external 8259A's - intpin 0
MADT: Found IO APIC ID 3, Interrupt 16 at 0xfec01000
MADT: Found IO APIC ID 4, Interrupt 32 at 0xfec02000
MADT: Interrupt override: source 0, irq 2
ioapic0: Routing IRQ 0 - intpin 2
lapic0: Routing NMI - LINT1
lapic0: LINT1 trigger: edge
lapic0: LINT1 polarity: high
MADT: Forcing active-low polarity and level trigger for SCI
ioapic0: intpin 9 polarity: low
ioapic0: intpin 9 trigger: level
ioapic0 Version 1.1 irqs 0-15 on motherboard
ioapic1 Version 1.1 irqs 16-31 on motherboard
ioapic2 Version 1.1 irqs 32-47 on motherboard
cpu0 BSP:
 ID: 0x   VER: 0x00040010 LDR: 0x DFR: 0x
  lint0: 0x00010700 lint1: 0x0400 TPR: 0x SVR: 0x01ff
  timer: 0x000100ef therm: 

Re: panic with devclass_get_name (dc=0xdeadc0dedeadc0de)

2010-11-24 Thread Alexander Motin
Roger Hammerstein wrote:
 Using ATA_CAM it doesn't panic, it removes the bad disk from /dev after
 the problem.
 
 Nov 24 12:36:15 butter kernel: ata4: SATA connect time=0ms status=0113
 Nov 24 12:36:15 butter kernel: ata4: reset tp1 mask=01 ostat0=d0 ostat1=00
 Nov 24 12:36:15 butter kernel: ata4: stat0=0xd0 err=0x00 lsb=0x54 msb=0x02
 Nov 24 12:36:15 butter last message repeated 309 times
 Nov 24 12:36:15 butter kernel: ata4: reset tp2 stat0=d0 stat1=00 devices=0x0

It looks like controller or device stuck in some irresponsible state,
where soft reset unable to get device back. You can make driver execute
also hard reset before soft reset by changing in file ata-serverworks.c:
if (ata_sata_phy_reset(dev, -1, 1))
to
if (ata_sata_phy_reset(dev, -1, 0))

Please report what you get.

-- 
Alexander Motin
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on sparc64/sparc64

2010-11-24 Thread FreeBSD Tinderbox
TB --- 2010-11-24 20:13:17 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-11-24 20:13:17 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2010-11-24 20:13:17 - cleaning the object tree
TB --- 2010-11-24 20:13:37 - cvsupping the source tree
TB --- 2010-11-24 20:13:37 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2010-11-24 20:13:52 - building world
TB --- 2010-11-24 20:13:52 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-11-24 20:13:52 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-11-24 20:13:52 - TARGET=sparc64
TB --- 2010-11-24 20:13:52 - TARGET_ARCH=sparc64
TB --- 2010-11-24 20:13:52 - TZ=UTC
TB --- 2010-11-24 20:13:52 - __MAKE_CONF=/dev/null
TB --- 2010-11-24 20:13:52 - cd /src
TB --- 2010-11-24 20:13:52 - /usr/bin/make -B buildworld
 World build started on Wed Nov 24 20:13:52 UTC 2010
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Wed Nov 24 21:17:02 UTC 2010
TB --- 2010-11-24 21:17:02 - generating LINT kernel config
TB --- 2010-11-24 21:17:02 - cd /src/sys/sparc64/conf
TB --- 2010-11-24 21:17:02 - /usr/bin/make -B LINT
TB --- 2010-11-24 21:17:02 - building LINT kernel
TB --- 2010-11-24 21:17:02 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-11-24 21:17:02 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-11-24 21:17:02 - TARGET=sparc64
TB --- 2010-11-24 21:17:02 - TARGET_ARCH=sparc64
TB --- 2010-11-24 21:17:02 - TZ=UTC
TB --- 2010-11-24 21:17:02 - __MAKE_CONF=/dev/null
TB --- 2010-11-24 21:17:02 - cd /src
TB --- 2010-11-24 21:17:02 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Wed Nov 24 21:17:02 UTC 2010
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc  
-I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS 
-include opt_global.h -fno-common -finline-limit=15000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin 
-mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror  
/src/sys/dev/usb/usb_lookup.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc  
-I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS 
-include opt_global.h -fno-common -finline-limit=15000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin 
-mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror  
/src/sys/dev/usb/usb_mbuf.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc  
-I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS 
-include opt_global.h -fno-common -finline-limit=15000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin 
-mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror  
/src/sys/dev/usb/usb_msctest.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc  
-I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS 
-include opt_global.h -fno-common -finline-limit=15000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin 
-mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror  
/src/sys/dev/usb/usb_parse.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc  
-I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS 
-include opt_global.h -fno-common -finline-limit=15000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin 
-mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror  
/src/sys/dev/usb/usb_pf.c
cc1: warnings being treated as errors
/src/sys/dev/usb/usb_pf.c: In function 'usbpf_attach':

[head tinderbox] failure on sparc64/sun4v

2010-11-24 Thread FreeBSD Tinderbox
TB --- 2010-11-24 20:27:49 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-11-24 20:27:49 - starting HEAD tinderbox run for sparc64/sun4v
TB --- 2010-11-24 20:27:49 - cleaning the object tree
TB --- 2010-11-24 20:28:03 - cvsupping the source tree
TB --- 2010-11-24 20:28:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sun4v/supfile
TB --- 2010-11-24 20:28:18 - building world
TB --- 2010-11-24 20:28:18 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-11-24 20:28:18 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-11-24 20:28:18 - TARGET=sun4v
TB --- 2010-11-24 20:28:18 - TARGET_ARCH=sparc64
TB --- 2010-11-24 20:28:18 - TZ=UTC
TB --- 2010-11-24 20:28:18 - __MAKE_CONF=/dev/null
TB --- 2010-11-24 20:28:18 - cd /src
TB --- 2010-11-24 20:28:18 - /usr/bin/make -B buildworld
 World build started on Wed Nov 24 20:28:18 UTC 2010
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Wed Nov 24 21:31:03 UTC 2010
TB --- 2010-11-24 21:31:03 - generating LINT kernel config
TB --- 2010-11-24 21:31:03 - cd /src/sys/sun4v/conf
TB --- 2010-11-24 21:31:03 - /usr/bin/make -B LINT
TB --- 2010-11-24 21:31:03 - building LINT kernel
TB --- 2010-11-24 21:31:03 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-11-24 21:31:03 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-11-24 21:31:03 - TARGET=sun4v
TB --- 2010-11-24 21:31:03 - TARGET_ARCH=sparc64
TB --- 2010-11-24 21:31:03 - TZ=UTC
TB --- 2010-11-24 21:31:03 - __MAKE_CONF=/dev/null
TB --- 2010-11-24 21:31:03 - cd /src
TB --- 2010-11-24 21:31:03 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Wed Nov 24 21:31:03 UTC 2010
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc  
-I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS 
-include opt_global.h -fno-common -finline-limit=15000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin 
-mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror  
/src/sys/dev/usb/usb_lookup.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc  
-I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS 
-include opt_global.h -fno-common -finline-limit=15000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin 
-mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror  
/src/sys/dev/usb/usb_mbuf.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc  
-I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS 
-include opt_global.h -fno-common -finline-limit=15000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin 
-mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror  
/src/sys/dev/usb/usb_msctest.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc  
-I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS 
-include opt_global.h -fno-common -finline-limit=15000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin 
-mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror  
/src/sys/dev/usb/usb_parse.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc  
-I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS 
-include opt_global.h -fno-common -finline-limit=15000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin 
-mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror  
/src/sys/dev/usb/usb_pf.c
cc1: warnings being treated as errors
/src/sys/dev/usb/usb_pf.c: In function 'usbpf_attach':

Re: groff build failure (me too, but i386)

2010-11-24 Thread Ulrich Spörlein
On Wed, 24.11.2010 at 19:24:48 +0300, Boris Samorodov wrote:
 Hi Matthew,
 
 On Wed, 24 Nov 2010 07:49:08 -0800 Matthew Jacob wrote:
 
  Update your tree. This was broken in fixed within the last week or so
 
 Hm, I'm not sure what did you mean, since [1] and [2].

Please try:

# cd /usr/src/usr.bin/lex
# make clean; make cleandir; make obj
# make  make install

Then run buildworld again.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[solved] Re: groff build failure (me too, but i386)

2010-11-24 Thread Boris Samorodov
On Wed, 24 Nov 2010 18:08:48 +0300 Boris Samorodov wrote:

 Since nobody seems to get the error it may be my fault. Please, help
 if you can. Thanks!

 Here are some details:
 -
 [~]b...@bb% uname -a
 FreeBSD bb.ipt.ru 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r214737: Wed Nov  3 
 18:48:54 MSK 2010 r...@bb.ipt.ru:/usr/obj/usr/src/sys/GENERIC  i386
 [~]b...@bb% svn info /usr/src
 Path: /usr/src
 URL: svn://svn.freebsd.org/base/head
 Repository Root: svn://svn.freebsd.org/base
 Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
 Revision: 215798
 Node Kind: directory
 Schedule: normal
 Last Changed Author: kib
 Last Changed Rev: 215798
 Last Changed Date: 2010-11-24 15:34:25 +0300 (ср, 24 ноя 2010)

 [~]b...@bb% svn status /usr/src
 [~]b...@bb% make -C /usr/src buildworld
 ...
 c++ -O2 -pipe 
 -I/usr/src/gnu/usr.bin/groff/src/preproc/eqn/../../../../../../contrib/groff/src/preproc/eqn
  -I. -DHAVE_CONFIG_H 
 -I/usr/src/gnu/usr.bin/groff/src/preproc/eqn/../../../../../../contrib/groff/src/include
  -I/usr/src/gnu/usr.bin/groff/src/preproc/eqn/../../../src/include 
 -fstack-protector -fno-rtti -fno-exceptions -c eqn.cpp
 y.tab.c: In function 'int yygrowstack()':
 y.tab.c:703: error: invalid conversion from 'void*' to 'short int*'
 y.tab.c:709: error: invalid conversion from 'void*' to 'YYSTYPE*'
 *** Error code 1

 Stop in /usr/src/gnu/usr.bin/groff/src/preproc/eqn.
 ...
 -

Jos Backus helped offline to find the cure:
# cd /usr/src/gnu/usr.bin/groff; make cleandir; make cleandir; make clean

-- 
WBR, bsam
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on powerpc64/powerpc

2010-11-24 Thread FreeBSD Tinderbox
TB --- 2010-11-24 20:10:49 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-11-24 20:10:49 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2010-11-24 20:10:49 - cleaning the object tree
TB --- 2010-11-24 20:11:13 - cvsupping the source tree
TB --- 2010-11-24 20:11:13 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2010-11-24 20:11:25 - building world
TB --- 2010-11-24 20:11:25 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-11-24 20:11:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-11-24 20:11:25 - TARGET=powerpc
TB --- 2010-11-24 20:11:25 - TARGET_ARCH=powerpc64
TB --- 2010-11-24 20:11:25 - TZ=UTC
TB --- 2010-11-24 20:11:25 - __MAKE_CONF=/dev/null
TB --- 2010-11-24 20:11:25 - cd /src
TB --- 2010-11-24 20:11:25 - /usr/bin/make -B buildworld
 World build started on Wed Nov 24 20:11:29 UTC 2010
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 stage 5.1: building 32 bit shim libraries
 World build completed on Wed Nov 24 21:44:17 UTC 2010
TB --- 2010-11-24 21:44:17 - generating LINT kernel config
TB --- 2010-11-24 21:44:17 - cd /src/sys/powerpc/conf
TB --- 2010-11-24 21:44:17 - /usr/bin/make -B LINT
TB --- 2010-11-24 21:44:17 - building LINT kernel
TB --- 2010-11-24 21:44:17 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-11-24 21:44:17 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-11-24 21:44:17 - TARGET=powerpc
TB --- 2010-11-24 21:44:17 - TARGET_ARCH=powerpc64
TB --- 2010-11-24 21:44:17 - TZ=UTC
TB --- 2010-11-24 21:44:17 - __MAKE_CONF=/dev/null
TB --- 2010-11-24 21:44:17 - cd /src
TB --- 2010-11-24 21:44:17 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Wed Nov 24 21:44:17 UTC 2010
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc  
-I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL 
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-builtin -msoft-float -fno-omit-frame-pointer 
-msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror  
/src/sys/dev/usb/usb_lookup.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc  
-I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL 
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-builtin -msoft-float -fno-omit-frame-pointer 
-msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror  
/src/sys/dev/usb/usb_mbuf.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc  
-I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL 
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-builtin -msoft-float -fno-omit-frame-pointer 
-msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror  
/src/sys/dev/usb/usb_msctest.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc  
-I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL 
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-builtin -msoft-float -fno-omit-frame-pointer 
-msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror  
/src/sys/dev/usb/usb_parse.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc  
-I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL 
-DHAVE_KERNEL_OPTION_HEADERS -include 

Re: groff build failure (me too, but i386)

2010-11-24 Thread Boris Samorodov
Hi Matthew,

thanks for your attention.

On Wed, 24 Nov 2010 22:43:56 +0100 Ulrich Spörlein wrote:
 On Wed, 24.11.2010 at 19:24:48 +0300, Boris Samorodov wrote:
  
  On Wed, 24 Nov 2010 07:49:08 -0800 Matthew Jacob wrote:
  
   Update your tree. This was broken in fixed within the last week or so
  
  Hm, I'm not sure what did you mean, since [1] and [2].

 Please try:

 # cd /usr/src/usr.bin/lex

I've just responded to current@ that cleaning of 
/usr/src/gnu/usr.bin/groff helped here.

 # make clean; make cleandir; make obj
 # make  make install

 Then run buildworld again.

-- 
WBR, bsam
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: groff build failure (me too, but i386)

2010-11-24 Thread Boris Samorodov
On Thu, 25 Nov 2010 00:52:19 +0300 Boris Samorodov wrote:

 Hi Matthew,

Matthew, Ulrich, sorry! Sure I ment Ulrich here.

 thanks for your attention.

 On Wed, 24 Nov 2010 22:43:56 +0100 Ulrich Spörlein wrote:
  On Wed, 24.11.2010 at 19:24:48 +0300, Boris Samorodov wrote:
   
   On Wed, 24 Nov 2010 07:49:08 -0800 Matthew Jacob wrote:
   
Update your tree. This was broken in fixed within the last week or so
   
   Hm, I'm not sure what did you mean, since [1] and [2].

  Please try:

  # cd /usr/src/usr.bin/lex

 I've just responded to current@ that cleaning of 
 /usr/src/gnu/usr.bin/groff helped here.

  # make clean; make cleandir; make obj
  # make  make install

  Then run buildworld again.

-- 
WBR, bsam
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on amd64/amd64

2010-11-24 Thread FreeBSD Tinderbox
TB --- 2010-11-24 22:00:01 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-11-24 22:00:01 - starting HEAD tinderbox run for amd64/amd64
TB --- 2010-11-24 22:00:01 - cleaning the object tree
TB --- 2010-11-24 22:00:38 - cvsupping the source tree
TB --- 2010-11-24 22:00:38 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/amd64/amd64/supfile
TB --- 2010-11-24 22:00:53 - building world
TB --- 2010-11-24 22:00:53 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-11-24 22:00:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-11-24 22:00:53 - TARGET=amd64
TB --- 2010-11-24 22:00:53 - TARGET_ARCH=amd64
TB --- 2010-11-24 22:00:53 - TZ=UTC
TB --- 2010-11-24 22:00:53 - __MAKE_CONF=/dev/null
TB --- 2010-11-24 22:00:53 - cd /src
TB --- 2010-11-24 22:00:53 - /usr/bin/make -B buildworld
 World build started on Wed Nov 24 22:00:57 UTC 2010
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 stage 5.1: building 32 bit shim libraries
 World build completed on Thu Nov 25 00:14:19 UTC 2010
TB --- 2010-11-25 00:14:19 - generating LINT kernel config
TB --- 2010-11-25 00:14:19 - cd /src/sys/amd64/conf
TB --- 2010-11-25 00:14:19 - /usr/bin/make -B LINT
TB --- 2010-11-25 00:14:19 - building LINT kernel
TB --- 2010-11-25 00:14:19 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-11-25 00:14:19 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-11-25 00:14:19 - TARGET=amd64
TB --- 2010-11-25 00:14:19 - TARGET_ARCH=amd64
TB --- 2010-11-25 00:14:19 - TZ=UTC
TB --- 2010-11-25 00:14:19 - __MAKE_CONF=/dev/null
TB --- 2010-11-25 00:14:19 - cd /src
TB --- 2010-11-25 00:14:19 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Thu Nov 25 00:14:19 UTC 2010
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99  -Wall 
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
-fformat-extensions -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL 
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF 
-fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone  
-mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow  -msoft-float 
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg 
-mprofiler-epilogue /src/sys/dev/usb/usb_lookup.c
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99  -Wall 
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
-fformat-extensions -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL 
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF 
-fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone  
-mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow  -msoft-float 
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg 
-mprofiler-epilogue /src/sys/dev/usb/usb_mbuf.c
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99  -Wall 
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
-fformat-extensions -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL 
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF 
-fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone  
-mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow  -msoft-float 
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg 
-mprofiler-epilogue /src/sys/dev/usb/usb_msctest.c
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99  -Wall 
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
-fformat-extensions -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL 
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 

Re: A big-ish machine, cannot boot

2010-11-24 Thread Ivan Voras

On 11/20/10 01:36, Ivan Voras wrote:


Here's the CPU topology (correctly parsed, thankfully :) ), if someone's
interested:

biggie# sysctl kern.sched.topology_spec
kern.sched.topology_spec: groups
group level=1 cache-level=0
cpu count=24 mask=0xff0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11,
12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23/cpu


FWIW, I'm very happy with the machine and with the OS on it. I'm doing 
some stressing on it with a PHP-MySQL application and I'm pushing load 
averages to 100 on 9-current without any interactivity problems over 
ssh doing random sysadminish tasks; if I didn't have top running in a 
different window I doubt I could tell anything else is running on the 
machine :)



___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org