Re: Recent changes in AT91 kernel code causes USB to not work [WAS: r239214 - in head/sys: dev/usb dev/usb/controller sys]

2012-08-19 Thread Warner Losh
On Aug 19, 2012, at 10:32 AM, Hans Petter Selasky wrote: > Hi, > > I'm trying to reproduce using "src/sys/KB920X arm". > > So far the platform doesn't boot, because recent commits removed one ore more > of these clocks: > >sc->sc_iclk = at91_pmc_clock_ref("udc_clk"); >sc->sc_f

Re: buildworld c++ internal error

2012-08-19 Thread Randy Bush
Ryan Stone wrote: > Are you running make with -j something? no way > C++ compilers seem to be much more memory hungry than straight C > compilers. c++ is far too crufty and clever. no free lunch. Michael Butler wrote: > The only other option I can think of is to reduce the level of > optimizat

Re: make package fails in chroot: tar: getvfsbyname failed: No such file or directory

2012-08-19 Thread Tim Kientzle
On Aug 19, 2012, at 12:17 PM, Garrett Cooper wrote: > On Sun, Aug 19, 2012 at 9:45 AM, Tim Kientzle wrote: >> >> On Aug 12, 2012, at 6:20 AM, Paul Schenkeveld wrote: >> >>> Hi, >>> >>> I have a wrapper script that builds packages in a chroot environment >>> which happily runs on release 6 thr

Re: buildworld c++ internal error

2012-08-19 Thread Garrett Cooper
On Sun, Aug 19, 2012 at 10:59 AM, Ryan Stone wrote: > Are you running make with -j something? You may have to scale that back, > unfortunately. C++ compilers seem to be much more memory hungry than > straight C compilers. It depends on how complex the code is as well (IIRC class nesting resu

Re: buildworld c++ internal error

2012-08-19 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/19/12 10:39, Randy Bush wrote: >> Is the system running out of memory? A message will go to dmesg if so. > > bingo! thank you. > > pid 73951 (cc1plus), uid 0, was killed: out of swap space > > as this is a 8g cd card machine, i may have a pr

Re: buildworld c++ internal error

2012-08-19 Thread Ryan Stone
Are you running make with -j something? You may have to scale that back, unfortunately. C++ compilers seem to be much more memory hungry than straight C compilers. On Aug 19, 2012 10:39 AM, "Randy Bush" wrote: > > Is the system running out of memory? A message will go to dmesg if so. > > bingo!

Re: make package fails in chroot: tar: getvfsbyname failed: No such file or directory

2012-08-19 Thread Tim Kientzle
On Aug 12, 2012, at 6:20 AM, Paul Schenkeveld wrote: > Hi, > > I have a wrapper script that builds packages in a chroot environment > which happily runs on release 6 thru 9 and earlier 10 but fails with: > > tar: getvfsbyname failed: No such file or directory > > on a recent -CURRENT. > > Wh

Re: gptzfsboot problem on HP P410i Smart Array

2012-08-19 Thread Andrey V. Elsukov
On 19.08.2012 11:22, Bjorn Larsson wrote: > We are having problems with gptzfsboot on a HP DL360 G7 using the P410i > Smart Array Controller. > I’ve some information on this in the archive on this mailing list that this > has supposedly been fixed with revision 227400, by implementing the edd > dat

Recent changes in AT91 kernel code causes USB to not work [WAS: r239214 - in head/sys: dev/usb dev/usb/controller sys]

2012-08-19 Thread Hans Petter Selasky
Hi, I'm trying to reproduce using "src/sys/KB920X arm". So far the platform doesn't boot, because recent commits removed one ore more of these clocks: sc->sc_iclk = at91_pmc_clock_ref("udc_clk"); sc->sc_fclk = at91_pmc_clock_ref("udpck"); So I get a crash at a NULL pointer when

Re: buildworld c++ internal error

2012-08-19 Thread Randy Bush
> Is the system running out of memory? A message will go to dmesg if so. bingo! thank you. pid 73951 (cc1plus), uid 0, was killed: out of swap space as this is a 8g cd card machine, i may have a problem. it's not as if i can boot a cd rom and run shrinkfs randy __

Re: buildworld c++ internal error

2012-08-19 Thread Ryan Stone
Is the system running out of memory? A message will go to dmesg if so. On Aug 19, 2012 10:01 AM, "Randy Bush" wrote: > soekris 5501, been running fbsd since 6.x > csup Aug 18 22:38 gmt > rm -rf /usr/obj > buildworld > > c++ -O2 -pipe -DIPFIREWALL_NAT -march=pentium > -I/usr/src/lib/clang/libllv

buildworld c++ internal error

2012-08-19 Thread Randy Bush
soekris 5501, been running fbsd since 6.x csup Aug 18 22:38 gmt rm -rf /usr/obj buildworld c++ -O2 -pipe -DIPFIREWALL_NAT -march=pentium -I/usr/src/lib/clang/libllvmcore/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmcore/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clan

gptzfsboot problem on HP P410i Smart Array

2012-08-19 Thread Bjorn Larsson
Dear We are having problems with gptzfsboot on a HP DL360 G7 using the P410i Smart Array Controller. I’ve some information on this in the archive on this mailing list that this has supposedly been fixed with revision 227400, by implementing the edd data structure. However we still see the same