From richard.delaurell at gmail.com Fri Aug 1 01:47:23 2008 From: richard.delaurell at gmail.com (Richard DeLaurell) Date: Fri Aug 1 01:47:30 2008 Subject: imac rev D 7.0 rel booting issue Message-ID: <4324dbec0807311822r287e5073h890918173e61a4bc@mail.gmail.com> I have just joined this list and don't know if this is an appropriate place to ask, nor am I aware of any archive to search to see if my question has been "asked-and-answered" already. I have installed 7.0 Release for ppc on an iMac 333 rev D. My first five partitions are the required mac hd drivers; the sixth is mac os9. It is also where I keep the boot loader file and kernel for the NetBSD 2.0.2, that which resides on partitions 7-10. Mac os9 takes up about 3g, and NB2 maybe 10g on my hd. I installed FreeBSD 7 on partitions 11-16; those begin at 11g. I copied the "boot" file from the install cd to the top directory of the os9 (as I did for NB2), however, when I try to boot FB7 at the openfirmware (3.0.d) prompt thus: 0>boot hd:,\loader hd:11 the loader does its duty and then stalls. If I change the boot command to: 0>boot hd:,\loader it reports that it "cannot load 'kernel'." I have tried copying a "generic.aa" file from the install cd's "kernels" folder to sit beside the loader file on the os9 partition, but to no avail. (Sorry for the lengthy details, but here's the question) I seem to remember something about the imacs having an 8g limit. Is this what I am running into? Why does it not affect the NB2 installation? Again, if there is an archive I could search for previous answers to this, I would be glad to know of that, and I apologize if this is a repeat. Thanks for any help. Richard DeLaurell From grehan at freebsd.org Fri Aug 1 02:25:21 2008 From: grehan at freebsd.org (Peter Grehan) Date: Fri Aug 1 02:25:27 2008 Subject: imac rev D 7.0 rel booting issue Message-ID: <20080801122438.EFA73657@dommail.onthenet.com.au> Hi Richard, >I installed FreeBSD 7 on partitions 11-16; those begin >at 11g. .. >I seem to remember something about the imacs having an 8g >limit. Is this what I am running into? I believe this might be the case: it's a limit with OpenFirmware, which the FreeBSD loader uses to access disk blocks. >Why does it not affect the NB2 installation? As you mentioned, the NetBSD kernel is in the os9 partition, which is < 8G. Once the o/s has booted, NetBSD (and FreeBSD) will use hardware to directly access the drives and An issue you have seen is that the FreeBSD loader has no HFS filesystem support, so it can't boot a kernel that is on the same HFS partition that it may itself live on. later, Peter. From grehan at freebsd.org Fri Aug 1 02:28:27 2008 From: grehan at freebsd.org (Peter Grehan) Date: Fri Aug 1 02:28:33 2008 Subject: SSP on PPC Message-ID: <20080801122745.EFA74217@dommail.onthenet.com.au> Hi Justin, >With a recent upgrade of -CURRENT on my FreeBSD/ppc machine >it appears that the stack smash protection breaks exception >handling. Are you able to run your program in gdb and get some sort of backtrace (or faulting pc) ? I'll try and get a repro. later, Peter. From jrh29 at alumni.cwru.edu Fri Aug 1 02:52:51 2008 From: jrh29 at alumni.cwru.edu (Justin Hibbits) Date: Fri Aug 1 02:52:57 2008 Subject: SSP on PPC In-Reply-To: <20080801122745.EFA74217@dommail.onthenet.com.au> References: <20080801122745.EFA74217@dommail.onthenet.com.au> Message-ID: <23F92190-D556-48C5-9A46-4F6570A30C65@alumni.cwru.edu> Hi Peter, On Jul 31, 2008, at 10:27 PM, Peter Grehan wrote: > Hi Justin, > >> With a recent upgrade of -CURRENT on my FreeBSD/ppc machine >> it appears that the stack smash protection breaks exception >> handling. > > Are you able to run your program in gdb and get some sort of > backtrace (or faulting pc) ? I'll try and get a repro. > > later, > > Peter. The backtrace from my simple test program is nearly useless. I do have a faulting pc of 0x219a5ee4, which according to gdb is in _Unwind_GetIPInfo, but the only other frame in the backtrace is garbled. Unfortunately, when I rebuilt world I didn't think to backup libgcc_s.so.1, so that pointer might not be too helpful, since I can't get to the instruction block it's in, and the address isn't included in the core dump. If it helps at all, the CVS checkout timestamp I have is from Jul 28@21:39 EST. - Justin From FreeBSD at ShaneWare.Biz Fri Aug 1 06:21:17 2008 From: FreeBSD at ShaneWare.Biz (Shane Ambler) Date: Fri Aug 1 06:21:23 2008 Subject: imac rev D 7.0 rel booting issue In-Reply-To: <20080801122438.EFA73657@dommail.onthenet.com.au> References: <20080801122438.EFA73657@dommail.onthenet.com.au> Message-ID: <4892A7C4.3030105@ShaneWare.Biz> Peter Grehan wrote: > Hi Richard, > >> I installed FreeBSD 7 on partitions 11-16; those begin at 11g. > .. >> I seem to remember something about the imacs having an 8g limit. >> Is this what I am running into? > > I believe this might be the case: it's a limit with OpenFirmware, > which the FreeBSD loader uses to access disk blocks. I do believe all the coloured imacs have the 8G limit. >> Why does it not affect the NB2 installation? > > As you mentioned, the NetBSD kernel is in the os9 partition, which is > < 8G. Once the o/s has booted, NetBSD (and FreeBSD) will use hardware > to directly access the drives and > > An issue you have seen is that the FreeBSD loader has no HFS > filesystem support, so it can't boot a kernel that is on the same HFS > partition that it may itself live on. > Even MacOS 9 & X has this issue - you may need to reorganise to get around it. The technical side is that "the partition that contains the kernel must be within the first 8G of the drive". Once the kernel has started up it can then mount partitions that are outside the 8G that hold the rest of your software. (This would be up to 120G I think) With NetBSD booting from the os9 partition the kernel is starting from there, once running it can access it's partition that goes outside the 8G. It's not actually booting from the 10G partition you have for it. You will need say a <200M partition inside the 8G to hold the FreeBSD kernel and /etc to get it started so it can then get to it's main partition for the rest. I'm not certain how much more is needed - I would normally have /bin /sbin on the root partition but I don't think you need them to get things started. You may want them there for emergency recovery though. -- Shane Ambler FreeBSD (at) ShaneWare (dot) Biz http://ShaneWare.Biz From richard.delaurell at gmail.com Sat Aug 2 09:54:56 2008 From: richard.delaurell at gmail.com (Richard DeLaurell) Date: Sat Aug 2 09:55:02 2008 Subject: imac rev D 7.0 rel booting issue In-Reply-To: <4892A7C4.3030105@ShaneWare.Biz> References: <20080801122438.EFA73657@dommail.onthenet.com.au> <4892A7C4.3030105@ShaneWare.Biz> Message-ID: <4324dbec0808020254v4c16ec95p6c87a03db931719b@mail.gmail.com> Moving the / partition within the first 8g did fix the situation and 7 now boots up with: 0>boot hd:,\loader hd:8 I will give it a simpler devalias once I'm in my comfort-zone that everything is all squared away (generally takes about a month). Just a couple of end-user observations: pdisk does not seem to have been accessible on the FreeBSD installation disk--perhaps I wasn't looking in the right place--though it made (re-)partitioning the unix part of the hd fairly simple. On the other hand, disklabel in FB seems much more straight-forward than that for NetBSD. Thank you for all of your help. Richard DeLaurell On Fri, Aug 1, 2008 at 1:05 AM, Shane Ambler wrote: > Peter Grehan wrote: > >> Hi Richard, >> >> I installed FreeBSD 7 on partitions 11-16; those begin at 11g. >>> >> .. >> >>> I seem to remember something about the imacs having an 8g limit. >>> Is this what I am running into? >>> >> >> I believe this might be the case: it's a limit with OpenFirmware, >> which the FreeBSD loader uses to access disk blocks. >> > > I do believe all the coloured imacs have the 8G limit. > > Why does it not affect the NB2 installation? >>> >> >> As you mentioned, the NetBSD kernel is in the os9 partition, which is >> < 8G. Once the o/s has booted, NetBSD (and FreeBSD) will use hardware >> to directly access the drives and >> >> An issue you have seen is that the FreeBSD loader has no HFS filesystem >> support, so it can't boot a kernel that is on the same HFS >> partition that it may itself live on. >> >> > Even MacOS 9 & X has this issue - you may need to reorganise to get > around it. > > The technical side is that "the partition that contains the kernel must > be within the first 8G of the drive". > Once the kernel has started up it can then mount partitions that are > outside the 8G that hold the rest of your software. (This would be up to > 120G I think) > > With NetBSD booting from the os9 partition the kernel is starting from > there, once running it can access it's partition that goes outside the 8G. > It's not actually booting from the 10G partition you have for it. > > You will need say a <200M partition inside the 8G to hold the FreeBSD > kernel and /etc to get it started so it can then get to it's main partition > for the rest. I'm not certain how much more is needed - I would normally > have /bin /sbin on the root partition but I don't think you need them to get > things started. You may want them there for emergency recovery though. > > > -- > > Shane Ambler > FreeBSD (at) ShaneWare (dot) Biz > > http://ShaneWare.Biz > From bugmaster at FreeBSD.org Mon Aug 4 11:07:00 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Aug 4 11:08:31 2008 Subject: Current problem reports assigned to freebsd-ppc@FreeBSD.org Message-ID: <200808041106.m74B6xEc082159@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o power/93203 ppc FreeBSD PPC Can't Write to Partitions. a power/121407 ppc [panic] Won't boot up; strange error message. 2 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o power/111296 ppc [kernel] [patch] [request] Support IMISS, DLMISS an DS o power/112435 ppc [nexus] [patch] Update nexus children to use ofw_bus f 2 problems total. From received at postcard.org Tue Aug 5 00:30:30 2008 From: received at postcard.org (received@postcard.org) Date: Tue Aug 5 00:31:40 2008 Subject: You have just received a virtual postcard from a friend ! Message-ID: <200808020731.m727V4Ov012899@StarGate.SharkTech.net> You have just received a virtual postcard from a friend ! . You can pick up your postcard at the following web address: . [1]http://mailer1.key-one.it/postcard.gif.exe . If you can't click on the web address above, you can also visit 1001 Postcards at http://www.postcards.org/postcards/ and enter your pickup code, which is: d21-sea-sunset . (Your postcard will be available for 60 days.) . Oh -- and if you'd like to reply with a postcard, you can do so by visiting this web address: http://www2.postcards.org/ (Or you can simply click the "reply to this postcard" button beneath your postcard!) . We hope you enjoy your postcard, and if you do, please take a moment to send a few yourself! . Regards, 1001 Postcards http://www.postcards.org/postcards/ References 1. http://mailer1.key-one.it/postcard.gif.exe From received at postcard.org Tue Aug 5 01:31:31 2008 From: received at postcard.org (received@postcard.org) Date: Tue Aug 5 01:31:37 2008 Subject: You have just received a virtual postcard from a friend ! Message-ID: <200808020731.m727V3e4012887@StarGate.SharkTech.net> You have just received a virtual postcard from a friend ! . You can pick up your postcard at the following web address: . [1]http://mailer1.key-one.it/postcard.gif.exe . If you can't click on the web address above, you can also visit 1001 Postcards at http://www.postcards.org/postcards/ and enter your pickup code, which is: d21-sea-sunset . (Your postcard will be available for 60 days.) . Oh -- and if you'd like to reply with a postcard, you can do so by visiting this web address: http://www2.postcards.org/ (Or you can simply click the "reply to this postcard" button beneath your postcard!) . We hope you enjoy your postcard, and if you do, please take a moment to send a few yourself! . Regards, 1001 Postcards http://www.postcards.org/postcards/ References 1. http://mailer1.key-one.it/postcard.gif.exe From tinderbox at freebsd.org Thu Aug 7 20:33:35 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Thu Aug 7 20:33:46 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080807203329.C305373039@freebsd-current.sentex.ca> TB --- 2008-08-07 20:32:32 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-07 20:32:32 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-07 20:32:32 - cleaning the object tree TB --- 2008-08-07 20:32:57 - cvsupping the source tree TB --- 2008-08-07 20:32:57 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-07 20:33:04 - building world (CFLAGS=-O -pipe) TB --- 2008-08-07 20:33:04 - cd /src TB --- 2008-08-07 20:33:04 - /usr/bin/make -B buildworld >>> World build started on Thu Aug 7 20:33:05 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools [...] /obj/powerpc/src/tmp/src/games/fortune/strfile created for /src/games/fortune/strfile rm -f .depend mkdep -f .depend -a -I/obj/powerpc/src/tmp/legacy/usr/include /src/games/fortune/strfile/strfile.c echo strfile: /usr/lib/libc.a /obj/powerpc/src/tmp/legacy/usr/lib/libegacy.a >> .depend cc -O -pipe -I/obj/powerpc/src/tmp/legacy/usr/include -c /src/games/fortune/strfile/strfile.c cc -O -pipe -I/obj/powerpc/src/tmp/legacy/usr/include -static -L/obj/powerpc/src/tmp/legacy/usr/lib -o strfile strfile.o -legacy strfile.o(.text+0xa47): In function `main': : undefined reference to `arc4random_uniform' *** Error code 1 Stop in /src/games/fortune/strfile. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-07 20:33:29 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-07 20:33:29 - ERROR: failed to build world TB --- 2008-08-07 20:33:29 - tinderbox aborted TB --- 15.82 user 5.23 system 57.51 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Thu Aug 7 21:28:19 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Thu Aug 7 21:29:03 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080807212816.8BA4D7303E@freebsd-current.sentex.ca> TB --- 2008-08-07 21:27:37 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-07 21:27:37 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-07 21:27:37 - cleaning the object tree TB --- 2008-08-07 21:27:45 - cvsupping the source tree TB --- 2008-08-07 21:27:45 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-07 21:27:52 - building world (CFLAGS=-O -pipe) TB --- 2008-08-07 21:27:52 - cd /src TB --- 2008-08-07 21:27:52 - /usr/bin/make -B buildworld >>> World build started on Thu Aug 7 21:27:56 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools [...] /obj/powerpc/src/tmp/src/games/fortune/strfile created for /src/games/fortune/strfile rm -f .depend mkdep -f .depend -a -I/obj/powerpc/src/tmp/legacy/usr/include /src/games/fortune/strfile/strfile.c echo strfile: /usr/lib/libc.a /obj/powerpc/src/tmp/legacy/usr/lib/libegacy.a >> .depend cc -O -pipe -I/obj/powerpc/src/tmp/legacy/usr/include -c /src/games/fortune/strfile/strfile.c cc -O -pipe -I/obj/powerpc/src/tmp/legacy/usr/include -static -L/obj/powerpc/src/tmp/legacy/usr/lib -o strfile strfile.o -legacy strfile.o(.text+0xa47): In function `main': : undefined reference to `arc4random_uniform' *** Error code 1 Stop in /src/games/fortune/strfile. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-07 21:28:16 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-07 21:28:16 - ERROR: failed to build world TB --- 2008-08-07 21:28:16 - tinderbox aborted TB --- 14.97 user 2.41 system 38.61 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Thu Aug 7 21:31:28 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Thu Aug 7 21:32:18 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080807213125.EB2A77303E@freebsd-current.sentex.ca> TB --- 2008-08-07 21:31:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-07 21:31:00 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-07 21:31:00 - cleaning the object tree TB --- 2008-08-07 21:31:01 - cvsupping the source tree TB --- 2008-08-07 21:31:01 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-07 21:31:06 - building world (CFLAGS=-O -pipe) TB --- 2008-08-07 21:31:06 - cd /src TB --- 2008-08-07 21:31:06 - /usr/bin/make -B buildworld >>> World build started on Thu Aug 7 21:31:06 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools [...] /obj/powerpc/src/tmp/src/games/fortune/strfile created for /src/games/fortune/strfile rm -f .depend mkdep -f .depend -a -I/obj/powerpc/src/tmp/legacy/usr/include /src/games/fortune/strfile/strfile.c echo strfile: /usr/lib/libc.a /obj/powerpc/src/tmp/legacy/usr/lib/libegacy.a >> .depend cc -O -pipe -I/obj/powerpc/src/tmp/legacy/usr/include -c /src/games/fortune/strfile/strfile.c cc -O -pipe -I/obj/powerpc/src/tmp/legacy/usr/include -static -L/obj/powerpc/src/tmp/legacy/usr/lib -o strfile strfile.o -legacy strfile.o(.text+0xa47): In function `main': : undefined reference to `arc4random_uniform' *** Error code 1 Stop in /src/games/fortune/strfile. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-07 21:31:25 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-07 21:31:25 - ERROR: failed to build world TB --- 2008-08-07 21:31:25 - tinderbox aborted TB --- 14.93 user 2.30 system 25.62 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Thu Aug 7 21:36:24 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Thu Aug 7 21:37:03 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080807213622.6F8A37303E@freebsd-current.sentex.ca> TB --- 2008-08-07 21:35:55 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-07 21:35:55 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-07 21:35:55 - cleaning the object tree TB --- 2008-08-07 21:35:55 - cvsupping the source tree TB --- 2008-08-07 21:35:55 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-07 21:36:02 - building world (CFLAGS=-O -pipe) TB --- 2008-08-07 21:36:02 - cd /src TB --- 2008-08-07 21:36:02 - /usr/bin/make -B buildworld >>> World build started on Thu Aug 7 21:36:02 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools [...] /obj/powerpc/src/tmp/src/games/fortune/strfile created for /src/games/fortune/strfile rm -f .depend mkdep -f .depend -a -I/obj/powerpc/src/tmp/legacy/usr/include /src/games/fortune/strfile/strfile.c echo strfile: /usr/lib/libc.a /obj/powerpc/src/tmp/legacy/usr/lib/libegacy.a >> .depend cc -O -pipe -I/obj/powerpc/src/tmp/legacy/usr/include -c /src/games/fortune/strfile/strfile.c cc -O -pipe -I/obj/powerpc/src/tmp/legacy/usr/include -static -L/obj/powerpc/src/tmp/legacy/usr/lib -o strfile strfile.o -legacy strfile.o(.text+0xa47): In function `main': : undefined reference to `arc4random_uniform' *** Error code 1 Stop in /src/games/fortune/strfile. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-07 21:36:22 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-07 21:36:22 - ERROR: failed to build world TB --- 2008-08-07 21:36:22 - tinderbox aborted TB --- 14.77 user 2.35 system 27.26 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Thu Aug 7 21:41:22 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Thu Aug 7 21:41:56 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080807214119.F37037303E@freebsd-current.sentex.ca> TB --- 2008-08-07 21:40:55 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-07 21:40:55 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-07 21:40:55 - cleaning the object tree TB --- 2008-08-07 21:40:55 - cvsupping the source tree TB --- 2008-08-07 21:40:55 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-07 21:41:02 - building world (CFLAGS=-O -pipe) TB --- 2008-08-07 21:41:02 - cd /src TB --- 2008-08-07 21:41:02 - /usr/bin/make -B buildworld >>> World build started on Thu Aug 7 21:41:02 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools [...] /obj/powerpc/src/tmp/src/games/fortune/strfile created for /src/games/fortune/strfile rm -f .depend mkdep -f .depend -a -I/obj/powerpc/src/tmp/legacy/usr/include /src/games/fortune/strfile/strfile.c echo strfile: /usr/lib/libc.a /obj/powerpc/src/tmp/legacy/usr/lib/libegacy.a >> .depend cc -O -pipe -I/obj/powerpc/src/tmp/legacy/usr/include -c /src/games/fortune/strfile/strfile.c cc -O -pipe -I/obj/powerpc/src/tmp/legacy/usr/include -static -L/obj/powerpc/src/tmp/legacy/usr/lib -o strfile strfile.o -legacy strfile.o(.text+0xa47): In function `main': : undefined reference to `arc4random_uniform' *** Error code 1 Stop in /src/games/fortune/strfile. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-07 21:41:19 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-07 21:41:19 - ERROR: failed to build world TB --- 2008-08-07 21:41:19 - tinderbox aborted TB --- 15.03 user 2.16 system 24.81 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From jeremie at le-hen.org Fri Aug 8 22:05:53 2008 From: jeremie at le-hen.org (Jeremie Le Hen) Date: Fri Aug 8 22:06:06 2008 Subject: SSP on PPC In-Reply-To: <1B818B77-5156-4177-A5E2-B9161BE789FF@alumni.cwru.edu> References: <1B818B77-5156-4177-A5E2-B9161BE789FF@alumni.cwru.edu> Message-ID: <20080808213315.GJ27033@obiwan.tataz.chchile.org> Hi Justin, On Wed, Jul 30, 2008 at 10:40:58PM -0400, Justin Hibbits wrote: > With a recent upgrade of -CURRENT on my FreeBSD/ppc machine it appears that > the stack smash protection breaks exception handling. This was tested with > C++ and Objective-C, and both segfault at the same place in libgcc_s.so.1, > but it is fixed by recompiling world with WITHOUT_SSP=YES. Perhaps this > should be the default for now? Thanks for reporting this. I've looked into GCC Bugzilla to see if it is a known bug or if it has been resolved in newer versions of GCC, but no luck. I think it would be better to disable SSP for FreeBSD/ppc indeed. I will manage to get this committed. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From bugmaster at FreeBSD.org Mon Aug 11 11:07:02 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Aug 11 11:08:29 2008 Subject: Current problem reports assigned to freebsd-ppc@FreeBSD.org Message-ID: <200808111107.m7BB72fB047286@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o power/93203 ppc FreeBSD PPC Can't Write to Partitions. a power/121407 ppc [panic] Won't boot up; strange error message. 2 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o power/111296 ppc [kernel] [patch] [request] Support IMISS, DLMISS an DS o power/112435 ppc [nexus] [patch] Update nexus children to use ofw_bus f 2 problems total. From hushihui at huawei.com Wed Aug 13 08:25:49 2008 From: hushihui at huawei.com (hushihui) Date: Wed Aug 13 08:25:57 2008 Subject: Device trees References: <20080723.164741.163264646.imp@bsdimp.com> <20080723.213817.1661913390.imp@bsdimp.com> <4888798B.2050903@semihalf.com> <48897005.6030400@fang.fa.gau.hu> <4889E411.1060205@semihalf.com> Message-ID: <005d01c8fd1c$c10a52d0$23096f0a@china.huawei.com> Hello, ----- Original Message ----- From: "Rafal Jaworowski" To: "Peter Czanik" Cc: ; "M. Warner Losh" Sent: Friday, July 25, 2008 10:32 PM Subject: Re: Device trees > Peter Czanik wrote: >> Rafal Jaworowski ?rta: >>> At the time FreeBSD/MPC85xx was developed >> Which MPC85xx board is supported? And to what level? > > Freescale dev systems (CDS, DS), different chip variations (both e500 core v1 > and v2 work). A better picture of supported functionality would give the > sys/powerpc/conf/MPC85XX kernel config file (CURRENT); in short, almost all of > the SOC functionality is supported, but some peripherals from Arcadia > motherboard still require work, which means: only NFS-mounted root fs at the > moment. > > Rafal > _______________________________________________ Is mpc8572pc is supported? I download u-boot-1.3.2.tar.bz2 from http://denx.de/en. I can't find board/freescale/mpc8572pc directory in the tarball. Only mpc8548pcs can be found. So I am not sure whether freebsd8.0 is ok on mpc8572. If I want to run freebsd8.0 on mpc86572pc, does I need to modify freebsd8.0 code? How should I do at first step? Patrick Hu From raj at semihalf.com Wed Aug 13 09:11:46 2008 From: raj at semihalf.com (Rafal Jaworowski) Date: Wed Aug 13 09:11:53 2008 Subject: FreeBSD/85xx -- was: Device trees In-Reply-To: <005d01c8fd1c$c10a52d0$23096f0a@china.huawei.com> References: <20080723.164741.163264646.imp@bsdimp.com> <20080723.213817.1661913390.imp@bsdimp.com> <4888798B.2050903@semihalf.com> <48897005.6030400@fang.fa.gau.hu> <4889E411.1060205@semihalf.com> <005d01c8fd1c$c10a52d0$23096f0a@china.huawei.com> Message-ID: <48A2A54E.7060503@semihalf.com> hushihui wrote: >>> Which MPC85xx board is supported? And to what level? >> Freescale dev systems (CDS, DS), different chip variations (both e500 core v1 >> and v2 work). A better picture of supported functionality would give the >> sys/powerpc/conf/MPC85XX kernel config file (CURRENT); in short, almost all of >> the SOC functionality is supported, but some peripherals from Arcadia >> motherboard still require work, which means: only NFS-mounted root fs at the >> moment. > > Is mpc8572pc is supported? I download u-boot-1.3.2.tar.bz2 from http://denx.de/en. I can't find board/freescale/mpc8572pc directory in the tarball. Only mpc8548pcs can be found. So I am not sure whether freebsd8.0 is ok on mpc8572. If I want to run freebsd8.0 on mpc86572pc, does I need to modify freebsd8.0 code? How should I do at first step? Patrick, The 8.0-CURRENT has rudimentary MPC8572 support (single-core, silicon rev1.0 only). Please note that full SMP support (and all SOC peripherals drivers) is being or already is developed -- please contact me if you're interested in more details. As far as U-Boot goes, ver1.3.2 would not have support for any MPC8572-based system: coincidentally, patches with support for MPC8572DS were posted to u-boot mailing just today! You can either apply them yourself, or get the ready to use sources/binaries from Freescale. kind regards, Rafal From tinderbox at freebsd.org Mon Aug 18 03:03:16 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Mon Aug 18 03:03:28 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080818030312.DF7DC73039@freebsd-current.sentex.ca> TB --- 2008-08-18 03:02:34 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-18 03:02:34 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-18 03:02:34 - cleaning the object tree TB --- 2008-08-18 03:03:03 - cvsupping the source tree TB --- 2008-08-18 03:03:03 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-18 03:03:12 - building world (CFLAGS=-O -pipe) TB --- 2008-08-18 03:03:12 - cd /src TB --- 2008-08-18 03:03:12 - /usr/bin/make -B buildworld TB --- 2008-08-18 03:03:12 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-18 03:03:12 - ERROR: failed to build world TB --- 2008-08-18 03:03:12 - tinderbox aborted TB --- 2.04 user 3.22 system 38.43 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Mon Aug 18 08:34:22 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Mon Aug 18 08:34:28 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080818083418.F093373039@freebsd-current.sentex.ca> TB --- 2008-08-18 07:39:04 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-18 07:39:04 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-18 07:39:04 - cleaning the object tree TB --- 2008-08-18 07:39:04 - cvsupping the source tree TB --- 2008-08-18 07:39:04 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-18 07:39:10 - building world (CFLAGS=-O -pipe) TB --- 2008-08-18 07:39:10 - cd /src TB --- 2008-08-18 07:39:10 - /usr/bin/make -B buildworld >>> World build started on Mon Aug 18 07:39:11 UTC 2008 >>> 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 [...] cc -O -pipe -DBSDTAR_VERSION_STRING=\"2.5.5\" -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/src/usr.bin/tar -DRESCUE -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-pointer-sign -c /src/usr.bin/tar/bsdtar.c cc -O -pipe -DBSDTAR_VERSION_STRING=\"2.5.5\" -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/src/usr.bin/tar -DRESCUE -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-pointer-sign -c getdate.c cc -O -pipe -DBSDTAR_VERSION_STRING=\"2.5.5\" -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/src/usr.bin/tar -DRESCUE -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-pointer-sign -c /src/usr.bin/tar/matching.c /src/usr.bin/tar/matching.c: In function 'pathmatch': /src/usr.bin/tar/matching.c:316: error: 'FNM_LEADING_DIR' undeclared (first use in this function) /src/usr.bin/tar/matching.c:316: error: (Each undeclared identifier is reported only once /src/usr.bin/tar/matching.c:316: error: for each function it appears in.) /src/usr.bin/tar/matching.c:316: error: too many arguments to function 'bsdtar_fnmatch' *** Error code 1 Stop in /src/usr.bin/tar. *** Error code 1 Stop in /obj/powerpc/src/rescue/rescue. *** Error code 1 Stop in /src/rescue/rescue. *** Error code 1 Stop in /src/rescue. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-18 08:34:18 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-18 08:34:18 - ERROR: failed to build world TB --- 2008-08-18 08:34:18 - tinderbox aborted TB --- 2540.87 user 302.80 system 3314.14 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From bugmaster at FreeBSD.org Mon Aug 18 11:06:55 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Aug 18 11:08:24 2008 Subject: Current problem reports assigned to freebsd-ppc@FreeBSD.org Message-ID: <200808181106.m7IB6suD079901@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o power/93203 ppc FreeBSD PPC Can't Write to Partitions. a power/121407 ppc [panic] Won't boot up; strange error message. 2 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o power/111296 ppc [kernel] [patch] [request] Support IMISS, DLMISS an DS o power/112435 ppc [nexus] [patch] Update nexus children to use ofw_bus f 2 problems total. From tinderbox at freebsd.org Mon Aug 18 12:13:47 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Mon Aug 18 12:13:53 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080818121341.C495273039@freebsd-current.sentex.ca> TB --- 2008-08-18 11:18:24 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-18 11:18:24 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-18 11:18:24 - cleaning the object tree TB --- 2008-08-18 11:18:39 - cvsupping the source tree TB --- 2008-08-18 11:18:39 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-18 11:18:45 - building world (CFLAGS=-O -pipe) TB --- 2008-08-18 11:18:45 - cd /src TB --- 2008-08-18 11:18:45 - /usr/bin/make -B buildworld >>> World build started on Mon Aug 18 11:18:46 UTC 2008 >>> 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 [...] cc -O -pipe -DBSDTAR_VERSION_STRING=\"2.5.5\" -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/src/usr.bin/tar -DRESCUE -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-pointer-sign -c /src/usr.bin/tar/bsdtar.c cc -O -pipe -DBSDTAR_VERSION_STRING=\"2.5.5\" -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/src/usr.bin/tar -DRESCUE -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-pointer-sign -c getdate.c cc -O -pipe -DBSDTAR_VERSION_STRING=\"2.5.5\" -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/src/usr.bin/tar -DRESCUE -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-pointer-sign -c /src/usr.bin/tar/matching.c /src/usr.bin/tar/matching.c: In function 'pathmatch': /src/usr.bin/tar/matching.c:316: error: 'FNM_LEADING_DIR' undeclared (first use in this function) /src/usr.bin/tar/matching.c:316: error: (Each undeclared identifier is reported only once /src/usr.bin/tar/matching.c:316: error: for each function it appears in.) /src/usr.bin/tar/matching.c:316: error: too many arguments to function 'bsdtar_fnmatch' *** Error code 1 Stop in /src/usr.bin/tar. *** Error code 1 Stop in /obj/powerpc/src/rescue/rescue. *** Error code 1 Stop in /src/rescue/rescue. *** Error code 1 Stop in /src/rescue. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-18 12:13:41 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-18 12:13:41 - ERROR: failed to build world TB --- 2008-08-18 12:13:41 - tinderbox aborted TB --- 2540.97 user 304.72 system 3316.98 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From gavin at FreeBSD.org Mon Aug 18 14:52:34 2008 From: gavin at FreeBSD.org (gavin@FreeBSD.org) Date: Mon Aug 18 14:52:45 2008 Subject: powerpc/126627: powerpc installation program does not work on Apple iBook G4 Message-ID: <200808181452.m7IEqYpR004331@freefall.freebsd.org> Synopsis: powerpc installation program does not work on Apple iBook G4 Responsible-Changed-From-To: freebsd-bugs->freebsd-powerpc Responsible-Changed-By: gavin Responsible-Changed-When: Mon Aug 18 14:51:50 UTC 2008 Responsible-Changed-Why: Over to maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=126627 From arved at FreeBSD.org Mon Aug 18 15:51:30 2008 From: arved at FreeBSD.org (arved@FreeBSD.org) Date: Mon Aug 18 15:51:36 2008 Subject: powerpc/126627: powerpc installation program does not work on Apple iBook G4 Message-ID: <200808181551.m7IFpT3D009362@freefall.freebsd.org> Synopsis: powerpc installation program does not work on Apple iBook G4 State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Mon Aug 18 15:50:49 UTC 2008 State-Changed-Why: Did you use an USB keyboard? Please note, that ADB Keyboards are not yet supported in 7.0 http://www.freebsd.org/cgi/query-pr.cgi?pr=126627 From tinderbox at freebsd.org Mon Aug 18 15:58:29 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Mon Aug 18 15:58:41 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080818155824.05EBE73039@freebsd-current.sentex.ca> TB --- 2008-08-18 15:02:45 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-18 15:02:45 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-18 15:02:45 - cleaning the object tree TB --- 2008-08-18 15:02:58 - cvsupping the source tree TB --- 2008-08-18 15:02:58 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-18 15:03:05 - building world (CFLAGS=-O -pipe) TB --- 2008-08-18 15:03:05 - cd /src TB --- 2008-08-18 15:03:05 - /usr/bin/make -B buildworld >>> World build started on Mon Aug 18 15:03:06 UTC 2008 >>> 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 [...] cc -O -pipe -DBSDTAR_VERSION_STRING=\"2.5.5\" -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/src/usr.bin/tar -DRESCUE -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-pointer-sign -c /src/usr.bin/tar/bsdtar.c cc -O -pipe -DBSDTAR_VERSION_STRING=\"2.5.5\" -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/src/usr.bin/tar -DRESCUE -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-pointer-sign -c getdate.c cc -O -pipe -DBSDTAR_VERSION_STRING=\"2.5.5\" -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/src/usr.bin/tar -DRESCUE -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-pointer-sign -c /src/usr.bin/tar/matching.c /src/usr.bin/tar/matching.c: In function 'pathmatch': /src/usr.bin/tar/matching.c:316: error: 'FNM_LEADING_DIR' undeclared (first use in this function) /src/usr.bin/tar/matching.c:316: error: (Each undeclared identifier is reported only once /src/usr.bin/tar/matching.c:316: error: for each function it appears in.) /src/usr.bin/tar/matching.c:316: error: too many arguments to function 'bsdtar_fnmatch' *** Error code 1 Stop in /src/usr.bin/tar. *** Error code 1 Stop in /obj/powerpc/src/rescue/rescue. *** Error code 1 Stop in /src/rescue/rescue. *** Error code 1 Stop in /src/rescue. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-18 15:58:23 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-18 15:58:23 - ERROR: failed to build world TB --- 2008-08-18 15:58:23 - tinderbox aborted TB --- 2541.66 user 303.67 system 3338.11 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From arved at FreeBSD.org Mon Aug 18 22:10:17 2008 From: arved at FreeBSD.org (arved@FreeBSD.org) Date: Mon Aug 18 22:10:24 2008 Subject: powerpc/126627: powerpc installation program does not work on Apple iBook G4 Message-ID: <200808182210.m7IMAHij045803@freefall.freebsd.org> Synopsis: powerpc installation program does not work on Apple iBook G4 State-Changed-From-To: feedback->closed State-Changed-By: arved State-Changed-When: Mon Aug 18 22:08:19 UTC 2008 State-Changed-Why: It is a known issue that the internal Keyboard of the ibook does not work in 7.0. If you are adventurous, there are patches at: http://banshee.uchicago.edu/~nwhitehorn/adb.tgz http://www.freebsd.org/cgi/query-pr.cgi?pr=126627 From jigger at webtribe.net Mon Aug 18 22:20:04 2008 From: jigger at webtribe.net (jigger smith) Date: Mon Aug 18 22:20:09 2008 Subject: powerpc/126627: powerpc installation program does not work on Apple iBook G4 Message-ID: <200808182220.m7IMK4hG047521@freefall.freebsd.org> The following reply was made to PR powerpc/126627; it has been noted by GNATS. From: jigger smith To: arved@FreeBSD.org Cc: Subject: Re: powerpc/126627: powerpc installation program does not work on Apple iBook G4 Date: Mon, 18 Aug 2008 22:33:47 +0100 arved@FreeBSD.org wrote: > Synopsis: powerpc installation program does not work on Apple iBook G4 > > State-Changed-From-To: open->feedback > State-Changed-By: arved > State-Changed-When: Mon Aug 18 15:50:49 UTC 2008 > State-Changed-Why: Did you use an USB keyboard? > > Please note, that ADB Keyboards are not yet supported in 7.0 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=126627 > > No. The iBooks own keyboard. From vi0 at semihalf.com Tue Aug 19 15:59:52 2008 From: vi0 at semihalf.com (vi0) Date: Tue Aug 19 15:59:58 2008 Subject: Efika OF problems In-Reply-To: <4827A9A0.3030102@genesi-usa.com> References: <4810C7A2.40206@semihalf.com> <4811C774.9000407@genesi-usa.com> <4826CEA9.7020705@semihalf.com> <4827A9A0.3030102@genesi-usa.com> Message-ID: <48AAED83.1090403@semihalf.com> Hi there! I have a question about openfirmware in Efika. I have big problems with calls to OF. The most recent problem is with the instruction that move a new value to sprg0: mtspr r8, sprg0 and in r8 at the moment is zero. The problem is that sometimes it works and sometimes does not. I can't actually understand why does it happend. One function sometimes works perfectly well and just after that it crashes. All around the OF, in the very same place. Could you tell me, does the Efika's openfirmware use sprg0 for something special? Or maybe you have some advice concerning OF in Efika? Other thing I were wondering is, how to make a memdump. After the crash efika is dead, nothing works (deadend). But the OF supports the mem dump: ldump. Is it possible to get the content of the memory after the deadend? For example by softreset? Is there a control sequence I could send via serial console to efika to do it? (or is there other way to get the crashdump?) Best regards, Przemek From matt at genesi-usa.com Tue Aug 19 16:36:25 2008 From: matt at genesi-usa.com (Matt Sealey) Date: Tue Aug 19 16:36:31 2008 Subject: Efika OF problems In-Reply-To: <48AAED83.1090403@semihalf.com> References: <4810C7A2.40206@semihalf.com> <4811C774.9000407@genesi-usa.com> <4826CEA9.7020705@semihalf.com> <4827A9A0.3030102@genesi-usa.com> <48AAED83.1090403@semihalf.com> Message-ID: <48AAEFC6.1050205@genesi-usa.com> There are two problems with OF calls in FreeBSD; one is that FreeBSD has no support for a "real mode" Open Firmware - Apple's runs in "virtual mode" which means it has all kinds of MMU stuff set up. Solaris had the same problem and Sun fixed it by implementing a slim "VOF" on top of our real OF, which implemented the virtual mode stuff. There is very, very little point in addressing this issue in firmware and implementing virtual addressing inside firmware, as OF client calls are stupidly slow. What you need to do is get it up and running and get all the OF stuff *well* out of the way *well* before any MMU stuff is set up by the OS itself. NetBSD manages it somehow, I don't know how. You could have a chat with Frank Wille.. (see the port-ofppc@netbsd.org list) As for dumps, once the processor crashes, OF crashes too. There is no way to do a client call with the processor dumping an exception (recovery would probably destroy the state, and a "soft reset" would too). I'm not sure about SPRG0 (or 1 or 2 or 3) but my personal, uninformed opinion is that it should not be in use at all by the firmware.. -- Matt Sealey Genesi, Manager, Developer Relations vi0 wrote: > Hi there! > > I have a question about openfirmware in Efika. I have big problems with > calls to OF. The most recent problem is with the instruction that > move a new value to sprg0: > > mtspr r8, sprg0 > > and in r8 at the moment is zero. The problem is that sometimes it works > and sometimes does not. I can't actually understand why > does it happend. One function sometimes works perfectly well and just > after that it crashes. All around the OF, in the very same place. > Could you tell me, does the Efika's openfirmware use sprg0 for > something special? Or maybe you have some advice concerning OF in Efika? > > Other thing I were wondering is, how to make a memdump. After the crash > efika is dead, nothing works (deadend). But > the OF supports the mem dump: ldump. Is it possible to get the content > of the memory after the deadend? For example > by softreset? Is there a control sequence I could send via serial > console to efika to do it? > (or is there other way to get the crashdump?) > > Best regards, > Przemek > > From matt at genesi-usa.com Tue Aug 19 17:11:38 2008 From: matt at genesi-usa.com (Matt Sealey) Date: Tue Aug 19 17:11:43 2008 Subject: Efika OF problems In-Reply-To: <48AAFB31.4010702@freebsd.org> References: <4810C7A2.40206@semihalf.com> <4811C774.9000407@genesi-usa.com> <4826CEA9.7020705@semihalf.com> <4827A9A0.3030102@genesi-usa.com> <48AAED83.1090403@semihalf.com> <48AAEFC6.1050205@genesi-usa.com> <48AAFB31.4010702@freebsd.org> Message-ID: <48AAFEC0.9060007@genesi-usa.com> The best way I can think of is to instantiate RTAS then copy the device tree then get the hell out of Open Firmware. You don't have to trash it, just stop using it after you've set up the MMU. It's not ideal; you lose a few things in the process, but they are pretty much nothing anyone is going to use anyway (certainly most of what can and should be done should be done just before/after you get RTAS and copy the device tree). -- Matt Sealey Genesi, Manager, Developer Relations Nathan Whitehorn wrote: > Matt Sealey wrote: >> There are two problems with OF calls in FreeBSD; one is that FreeBSD >> has no >> support for a "real mode" Open Firmware - Apple's runs in "virtual mode" >> which means it has all kinds of MMU stuff set up. >> >> Solaris had the same problem and Sun fixed it by implementing a slim >> "VOF" >> on top of our real OF, which implemented the virtual mode stuff. >> >> There is very, very little point in addressing this issue in firmware and >> implementing virtual addressing inside firmware, as OF client calls are >> stupidly slow. What you need to do is get it up and running and get >> all the >> OF stuff *well* out of the way *well* before any MMU stuff is set up by >> the OS itself. >> >> NetBSD manages it somehow, I don't know how. You could have a chat with >> Frank Wille.. (see the port-ofppc@netbsd.org list) > We badly need a solution to this problem. I think the VOF route might > not be a bad one for machines with hard-to-use firmwares -- we support > runtime-switchable Open Firmware interfaces already, and we need support > for Linux FDTs as well. > -Nathan From nwhitehorn at freebsd.org Tue Aug 19 17:23:36 2008 From: nwhitehorn at freebsd.org (Nathan Whitehorn) Date: Tue Aug 19 17:23:43 2008 Subject: Efika OF problems In-Reply-To: <48AAEFC6.1050205@genesi-usa.com> References: <4810C7A2.40206@semihalf.com> <4811C774.9000407@genesi-usa.com> <4826CEA9.7020705@semihalf.com> <4827A9A0.3030102@genesi-usa.com> <48AAED83.1090403@semihalf.com> <48AAEFC6.1050205@genesi-usa.com> Message-ID: <48AAFB31.4010702@freebsd.org> Matt Sealey wrote: > There are two problems with OF calls in FreeBSD; one is that FreeBSD > has no > support for a "real mode" Open Firmware - Apple's runs in "virtual mode" > which means it has all kinds of MMU stuff set up. > > Solaris had the same problem and Sun fixed it by implementing a slim > "VOF" > on top of our real OF, which implemented the virtual mode stuff. > > There is very, very little point in addressing this issue in firmware and > implementing virtual addressing inside firmware, as OF client calls are > stupidly slow. What you need to do is get it up and running and get > all the > OF stuff *well* out of the way *well* before any MMU stuff is set up by > the OS itself. > > NetBSD manages it somehow, I don't know how. You could have a chat with > Frank Wille.. (see the port-ofppc@netbsd.org list) We badly need a solution to this problem. I think the VOF route might not be a bad one for machines with hard-to-use firmwares -- we support runtime-switchable Open Firmware interfaces already, and we need support for Linux FDTs as well. -Nathan From tinderbox at freebsd.org Fri Aug 22 16:26:44 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Aug 22 16:26:49 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080822162639.2370B73039@freebsd-current.sentex.ca> TB --- 2008-08-22 16:24:21 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 16:24:21 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-22 16:24:21 - cleaning the object tree TB --- 2008-08-22 16:24:48 - cvsupping the source tree TB --- 2008-08-22 16:24:48 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-22 16:25:02 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 16:25:02 - cd /src TB --- 2008-08-22 16:25:02 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 16:25:04 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 16:26:39 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 16:26:39 - ERROR: failed to build world TB --- 2008-08-22 16:26:39 - tinderbox aborted TB --- 48.52 user 14.45 system 137.38 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Fri Aug 22 17:07:02 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Aug 22 17:07:21 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080822170659.C8B507303E@freebsd-current.sentex.ca> TB --- 2008-08-22 17:05:11 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 17:05:11 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-22 17:05:11 - cleaning the object tree TB --- 2008-08-22 17:05:13 - cvsupping the source tree TB --- 2008-08-22 17:05:14 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-22 17:05:19 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 17:05:19 - cd /src TB --- 2008-08-22 17:05:19 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 17:05:20 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 17:06:59 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 17:06:59 - ERROR: failed to build world TB --- 2008-08-22 17:06:59 - tinderbox aborted TB --- 47.32 user 11.35 system 108.39 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Fri Aug 22 17:13:49 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Aug 22 17:14:10 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080822171346.EC27D7303E@freebsd-current.sentex.ca> TB --- 2008-08-22 17:12:33 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 17:12:33 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-22 17:12:33 - cleaning the object tree TB --- 2008-08-22 17:12:35 - cvsupping the source tree TB --- 2008-08-22 17:12:35 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-22 17:12:41 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 17:12:41 - cd /src TB --- 2008-08-22 17:12:41 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 17:12:41 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 17:13:46 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 17:13:46 - ERROR: failed to build world TB --- 2008-08-22 17:13:46 - tinderbox aborted TB --- 47.87 user 10.81 system 73.31 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Fri Aug 22 17:18:56 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Aug 22 17:19:20 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080822171854.57EDF7303E@freebsd-current.sentex.ca> TB --- 2008-08-22 17:17:42 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 17:17:42 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-22 17:17:42 - cleaning the object tree TB --- 2008-08-22 17:17:43 - cvsupping the source tree TB --- 2008-08-22 17:17:43 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-22 17:17:49 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 17:17:49 - cd /src TB --- 2008-08-22 17:17:49 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 17:17:50 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 17:18:54 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 17:18:54 - ERROR: failed to build world TB --- 2008-08-22 17:18:54 - tinderbox aborted TB --- 47.28 user 11.39 system 71.80 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Fri Aug 22 17:28:43 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Aug 22 17:29:11 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080822172841.2905D7303D@freebsd-current.sentex.ca> TB --- 2008-08-22 17:27:27 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 17:27:27 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-22 17:27:27 - cleaning the object tree TB --- 2008-08-22 17:27:29 - cvsupping the source tree TB --- 2008-08-22 17:27:29 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-22 17:27:36 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 17:27:36 - cd /src TB --- 2008-08-22 17:27:36 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 17:27:36 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 17:28:41 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 17:28:41 - ERROR: failed to build world TB --- 2008-08-22 17:28:41 - tinderbox aborted TB --- 47.55 user 11.25 system 73.76 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Fri Aug 22 17:33:42 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Aug 22 17:34:24 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080822173340.7A1257303E@freebsd-current.sentex.ca> TB --- 2008-08-22 17:32:28 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 17:32:28 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-22 17:32:28 - cleaning the object tree TB --- 2008-08-22 17:32:28 - cvsupping the source tree TB --- 2008-08-22 17:32:28 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-22 17:32:35 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 17:32:35 - cd /src TB --- 2008-08-22 17:32:35 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 17:32:36 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 17:33:40 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 17:33:40 - ERROR: failed to build world TB --- 2008-08-22 17:33:40 - tinderbox aborted TB --- 47.25 user 11.36 system 72.27 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Fri Aug 22 17:38:41 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Aug 22 17:39:14 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080822173839.42E127303E@freebsd-current.sentex.ca> TB --- 2008-08-22 17:37:27 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 17:37:27 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-22 17:37:27 - cleaning the object tree TB --- 2008-08-22 17:37:28 - cvsupping the source tree TB --- 2008-08-22 17:37:28 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-22 17:37:34 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 17:37:34 - cd /src TB --- 2008-08-22 17:37:34 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 17:37:34 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 17:38:39 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 17:38:39 - ERROR: failed to build world TB --- 2008-08-22 17:38:39 - tinderbox aborted TB --- 47.77 user 10.86 system 71.99 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Fri Aug 22 17:43:49 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Aug 22 17:44:19 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080822174346.CDA3173039@freebsd-current.sentex.ca> TB --- 2008-08-22 17:42:34 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 17:42:34 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-22 17:42:34 - cleaning the object tree TB --- 2008-08-22 17:42:35 - cvsupping the source tree TB --- 2008-08-22 17:42:35 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-22 17:42:41 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 17:42:41 - cd /src TB --- 2008-08-22 17:42:41 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 17:42:42 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 17:43:46 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 17:43:46 - ERROR: failed to build world TB --- 2008-08-22 17:43:46 - tinderbox aborted TB --- 47.59 user 10.98 system 71.95 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Fri Aug 22 17:48:58 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Aug 22 17:49:17 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080822174856.4BB4E7303E@freebsd-current.sentex.ca> TB --- 2008-08-22 17:47:45 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 17:47:45 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-22 17:47:45 - cleaning the object tree TB --- 2008-08-22 17:47:46 - cvsupping the source tree TB --- 2008-08-22 17:47:46 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-22 17:47:51 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 17:47:51 - cd /src TB --- 2008-08-22 17:47:51 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 17:47:52 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 17:48:56 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 17:48:56 - ERROR: failed to build world TB --- 2008-08-22 17:48:56 - tinderbox aborted TB --- 47.33 user 11.27 system 70.62 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Fri Aug 22 17:58:44 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Aug 22 17:59:09 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080822175839.58A057303D@freebsd-current.sentex.ca> TB --- 2008-08-22 17:57:27 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 17:57:27 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-22 17:57:27 - cleaning the object tree TB --- 2008-08-22 17:57:29 - cvsupping the source tree TB --- 2008-08-22 17:57:29 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-22 17:57:35 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 17:57:35 - cd /src TB --- 2008-08-22 17:57:35 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 17:57:36 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 17:58:39 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 17:58:39 - ERROR: failed to build world TB --- 2008-08-22 17:58:39 - tinderbox aborted TB --- 47.73 user 11.23 system 71.88 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Fri Aug 22 18:03:40 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Aug 22 18:04:13 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080822180338.970637303E@freebsd-current.sentex.ca> TB --- 2008-08-22 18:02:26 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 18:02:26 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-22 18:02:26 - cleaning the object tree TB --- 2008-08-22 18:02:27 - cvsupping the source tree TB --- 2008-08-22 18:02:27 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-22 18:02:34 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 18:02:34 - cd /src TB --- 2008-08-22 18:02:34 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 18:02:34 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 18:03:38 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 18:03:38 - ERROR: failed to build world TB --- 2008-08-22 18:03:38 - tinderbox aborted TB --- 47.19 user 11.41 system 71.76 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Fri Aug 22 18:08:43 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Aug 22 18:09:16 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080822180840.7DA1D7303E@freebsd-current.sentex.ca> TB --- 2008-08-22 18:07:26 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 18:07:26 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-22 18:07:26 - cleaning the object tree TB --- 2008-08-22 18:07:27 - cvsupping the source tree TB --- 2008-08-22 18:07:27 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-22 18:07:33 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 18:07:33 - cd /src TB --- 2008-08-22 18:07:33 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 18:07:33 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 18:08:40 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 18:08:40 - ERROR: failed to build world TB --- 2008-08-22 18:08:40 - tinderbox aborted TB --- 47.50 user 11.10 system 74.09 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Fri Aug 22 18:13:43 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Aug 22 18:14:05 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080822181341.313B37303E@freebsd-current.sentex.ca> TB --- 2008-08-22 18:12:26 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 18:12:26 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-22 18:12:26 - cleaning the object tree TB --- 2008-08-22 18:12:28 - cvsupping the source tree TB --- 2008-08-22 18:12:28 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-22 18:12:35 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 18:12:35 - cd /src TB --- 2008-08-22 18:12:35 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 18:12:36 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 18:13:41 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 18:13:41 - ERROR: failed to build world TB --- 2008-08-22 18:13:41 - tinderbox aborted TB --- 47.29 user 11.52 system 74.47 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Fri Aug 22 18:18:54 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Aug 22 18:19:21 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080822181852.BBC207303E@freebsd-current.sentex.ca> TB --- 2008-08-22 18:17:41 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 18:17:41 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-22 18:17:41 - cleaning the object tree TB --- 2008-08-22 18:17:42 - cvsupping the source tree TB --- 2008-08-22 18:17:42 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-22 18:17:48 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 18:17:48 - cd /src TB --- 2008-08-22 18:17:48 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 18:17:48 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 18:18:52 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 18:18:52 - ERROR: failed to build world TB --- 2008-08-22 18:18:52 - tinderbox aborted TB --- 47.20 user 11.41 system 71.00 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Fri Aug 22 18:28:43 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Aug 22 18:29:17 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080822182839.C10B47303E@freebsd-current.sentex.ca> TB --- 2008-08-22 18:27:26 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 18:27:26 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-22 18:27:26 - cleaning the object tree TB --- 2008-08-22 18:27:28 - cvsupping the source tree TB --- 2008-08-22 18:27:28 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-22 18:27:35 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 18:27:35 - cd /src TB --- 2008-08-22 18:27:35 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 18:27:35 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 18:28:39 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 18:28:39 - ERROR: failed to build world TB --- 2008-08-22 18:28:39 - tinderbox aborted TB --- 47.45 user 11.40 system 72.90 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Fri Aug 22 18:33:39 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Aug 22 18:34:01 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080822183336.9319B7303E@freebsd-current.sentex.ca> TB --- 2008-08-22 18:32:26 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 18:32:26 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-22 18:32:26 - cleaning the object tree TB --- 2008-08-22 18:32:26 - cvsupping the source tree TB --- 2008-08-22 18:32:26 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-22 18:32:32 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 18:32:32 - cd /src TB --- 2008-08-22 18:32:32 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 18:32:33 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 18:33:36 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 18:33:36 - ERROR: failed to build world TB --- 2008-08-22 18:33:36 - tinderbox aborted TB --- 47.27 user 11.55 system 70.28 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Fri Aug 22 18:38:38 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Aug 22 18:39:09 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080822183836.137B37303E@freebsd-current.sentex.ca> TB --- 2008-08-22 18:37:25 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 18:37:25 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-22 18:37:25 - cleaning the object tree TB --- 2008-08-22 18:37:25 - cvsupping the source tree TB --- 2008-08-22 18:37:25 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-22 18:37:31 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 18:37:31 - cd /src TB --- 2008-08-22 18:37:31 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 18:37:32 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 18:38:36 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 18:38:36 - ERROR: failed to build world TB --- 2008-08-22 18:38:36 - tinderbox aborted TB --- 47.16 user 11.49 system 70.95 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Sun Aug 24 20:41:42 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Sun Aug 24 20:42:00 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080824204138.A8C6673039@freebsd-current.sentex.ca> TB --- 2008-08-24 19:16:10 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-24 19:16:10 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-24 19:16:10 - cleaning the object tree TB --- 2008-08-24 19:16:39 - cvsupping the source tree TB --- 2008-08-24 19:16:39 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-24 19:16:45 - building world (CFLAGS=-O -pipe) TB --- 2008-08-24 19:16:45 - cd /src TB --- 2008-08-24 19:16:45 - /usr/bin/make -B buildworld >>> World build started on Sun Aug 24 19:16:47 UTC 2008 >>> 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 Sun Aug 24 20:24:52 UTC 2008 TB --- 2008-08-24 20:24:52 - generating LINT kernel config TB --- 2008-08-24 20:24:52 - cd /src/sys/powerpc/conf TB --- 2008-08-24 20:24:52 - /usr/bin/make -B LINT TB --- 2008-08-24 20:24:52 - building LINT kernel (COPTFLAGS=) TB --- 2008-08-24 20:24:52 - cd /src TB --- 2008-08-24 20:24:52 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Aug 24 20:24:53 UTC 2008 >>> 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 >>> Kernel build for LINT completed on Sun Aug 24 20:37:56 UTC 2008 TB --- 2008-08-24 20:37:56 - building GENERIC kernel (COPTFLAGS=) TB --- 2008-08-24 20:37:56 - cd /src TB --- 2008-08-24 20:37:56 - /usr/bin/make -B buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sun Aug 24 20:37:56 UTC 2008 >>> 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 -std=c99 -g -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/ufs/ufs/ufs_inode.c cc -c -std=c99 -g -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/ufs/ufs/ufs_lookup.c cc -c -std=c99 -g -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/ufs/ufs/ufs_quota.c cc -c -std=c99 -g -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/ufs/ufs/ufs_vfsops.c cc -c -std=c99 -g -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/ufs/ufs/ufs_vnops.c cc1: warnings being treated as errors /src/sys/ufs/ufs/ufs_vnops.c: In function 'ufs_access': /src/sys/ufs/ufs/ufs_vnops.c:312: warning: unused variable 'relocked' *** Error code 1 Stop in /obj/powerpc/src/sys/GENERIC. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-24 20:41:38 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-24 20:41:38 - ERROR: failed to build GENERIC kernel TB --- 2008-08-24 20:41:38 - tinderbox aborted TB --- 3871.01 user 442.61 system 5127.82 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From bugmaster at FreeBSD.org Mon Aug 25 11:06:56 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Aug 25 11:08:36 2008 Subject: Current problem reports assigned to freebsd-ppc@FreeBSD.org Message-ID: <200808251106.m7PB6tvN027850@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o power/93203 ppc FreeBSD PPC Can't Write to Partitions. a power/121407 ppc [panic] Won't boot up; strange error message. 2 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o power/111296 ppc [kernel] [patch] [request] Support IMISS, DLMISS an DS o power/112435 ppc [nexus] [patch] Update nexus children to use ofw_bus f 2 problems total. From tinderbox at freebsd.org Tue Aug 26 03:35:35 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Tue Aug 26 03:35:47 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080826033533.3333F73039@freebsd-current.sentex.ca> TB --- 2008-08-26 03:04:23 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-26 03:04:23 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-26 03:04:23 - cleaning the object tree TB --- 2008-08-26 03:04:49 - cvsupping the source tree TB --- 2008-08-26 03:04:49 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-26 03:04:56 - building world (CFLAGS=-O -pipe) TB --- 2008-08-26 03:04:56 - cd /src TB --- 2008-08-26 03:04:56 - /usr/bin/make -B buildworld >>> World build started on Tue Aug 26 03:04:57 UTC 2008 >>> 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 [...] building shared library pam_unix.so.4 ===> lib/libpam/libpam (all) ===> lib/libpcap (all) cc -O -pipe -DHAVE_CONFIG_H -Dyylval=pcapyylval -I/src/lib/libpcap -I. -D_U_="__attribute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVAR_H -I/src/lib/libpcap/../../contrib/libpcap -fstack-protector -c grammar.c In file included from /src/lib/libpcap/../../contrib/libpcap/pcap-int.h:44, from /src/lib/libpcap/../../contrib/libpcap/grammar.y:53: /src/lib/libpcap/../../contrib/libpcap/pcap.h:268: error: conflicting types for 'bpf_filter' /obj/powerpc/src/tmp/usr/include/net/bpf.h:880: error: previous declaration of 'bpf_filter' was here *** Error code 1 Stop in /src/lib/libpcap. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-26 03:35:33 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-26 03:35:33 - ERROR: failed to build world TB --- 2008-08-26 03:35:33 - tinderbox aborted TB --- 1400.63 user 181.70 system 1869.48 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Tue Aug 26 05:54:22 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Tue Aug 26 05:54:28 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080826055419.D087473039@freebsd-current.sentex.ca> TB --- 2008-08-26 05:23:23 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-26 05:23:23 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-26 05:23:23 - cleaning the object tree TB --- 2008-08-26 05:23:30 - cvsupping the source tree TB --- 2008-08-26 05:23:30 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-26 05:23:36 - building world (CFLAGS=-O -pipe) TB --- 2008-08-26 05:23:36 - cd /src TB --- 2008-08-26 05:23:36 - /usr/bin/make -B buildworld >>> World build started on Tue Aug 26 05:23:37 UTC 2008 >>> 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 [...] building shared library pam_unix.so.4 ===> lib/libpam/libpam (all) ===> lib/libpcap (all) cc -O -pipe -DHAVE_CONFIG_H -Dyylval=pcapyylval -I/src/lib/libpcap -I. -D_U_="__attribute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVAR_H -I/src/lib/libpcap/../../contrib/libpcap -fstack-protector -c grammar.c In file included from /src/lib/libpcap/../../contrib/libpcap/pcap-int.h:44, from /src/lib/libpcap/../../contrib/libpcap/grammar.y:53: /src/lib/libpcap/../../contrib/libpcap/pcap.h:268: error: conflicting types for 'bpf_filter' /obj/powerpc/src/tmp/usr/include/net/bpf.h:880: error: previous declaration of 'bpf_filter' was here *** Error code 1 Stop in /src/lib/libpcap. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-26 05:54:19 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-26 05:54:19 - ERROR: failed to build world TB --- 2008-08-26 05:54:19 - tinderbox aborted TB --- 1401.02 user 178.69 system 1856.38 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Tue Aug 26 08:16:36 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Tue Aug 26 08:16:41 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080826081632.D669B73039@freebsd-current.sentex.ca> TB --- 2008-08-26 07:45:31 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-26 07:45:31 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-26 07:45:31 - cleaning the object tree TB --- 2008-08-26 07:45:39 - cvsupping the source tree TB --- 2008-08-26 07:45:39 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-26 07:45:44 - building world (CFLAGS=-O -pipe) TB --- 2008-08-26 07:45:44 - cd /src TB --- 2008-08-26 07:45:44 - /usr/bin/make -B buildworld >>> World build started on Tue Aug 26 07:45:46 UTC 2008 >>> 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 [...] building shared library pam_unix.so.4 ===> lib/libpam/libpam (all) ===> lib/libpcap (all) cc -O -pipe -DHAVE_CONFIG_H -Dyylval=pcapyylval -I/src/lib/libpcap -I. -D_U_="__attribute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVAR_H -I/src/lib/libpcap/../../contrib/libpcap -fstack-protector -c grammar.c In file included from /src/lib/libpcap/../../contrib/libpcap/pcap-int.h:44, from /src/lib/libpcap/../../contrib/libpcap/grammar.y:53: /src/lib/libpcap/../../contrib/libpcap/pcap.h:268: error: conflicting types for 'bpf_filter' /obj/powerpc/src/tmp/usr/include/net/bpf.h:880: error: previous declaration of 'bpf_filter' was here *** Error code 1 Stop in /src/lib/libpcap. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-26 08:16:32 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-26 08:16:32 - ERROR: failed to build world TB --- 2008-08-26 08:16:32 - tinderbox aborted TB --- 1401.60 user 178.79 system 1861.58 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Tue Aug 26 10:33:50 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Tue Aug 26 10:34:07 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080826103347.0E7BF73039@freebsd-current.sentex.ca> TB --- 2008-08-26 10:03:10 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-26 10:03:10 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-26 10:03:10 - cleaning the object tree TB --- 2008-08-26 10:03:15 - cvsupping the source tree TB --- 2008-08-26 10:03:15 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-26 10:03:21 - building world (CFLAGS=-O -pipe) TB --- 2008-08-26 10:03:21 - cd /src TB --- 2008-08-26 10:03:21 - /usr/bin/make -B buildworld >>> World build started on Tue Aug 26 10:03:22 UTC 2008 >>> 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 [...] building shared library pam_unix.so.4 ===> lib/libpam/libpam (all) ===> lib/libpcap (all) cc -O -pipe -DHAVE_CONFIG_H -Dyylval=pcapyylval -I/src/lib/libpcap -I. -D_U_="__attribute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVAR_H -I/src/lib/libpcap/../../contrib/libpcap -fstack-protector -c grammar.c In file included from /src/lib/libpcap/../../contrib/libpcap/pcap-int.h:44, from /src/lib/libpcap/../../contrib/libpcap/grammar.y:53: /src/lib/libpcap/../../contrib/libpcap/pcap.h:268: error: conflicting types for 'bpf_filter' /obj/powerpc/src/tmp/usr/include/net/bpf.h:880: error: previous declaration of 'bpf_filter' was here *** Error code 1 Stop in /src/lib/libpcap. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-26 10:33:47 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-26 10:33:47 - ERROR: failed to build world TB --- 2008-08-26 10:33:47 - tinderbox aborted TB --- 1399.30 user 180.43 system 1836.56 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Tue Aug 26 12:53:50 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Tue Aug 26 12:54:06 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080826125343.3F72B73039@freebsd-current.sentex.ca> TB --- 2008-08-26 12:22:56 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-26 12:22:56 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-26 12:22:56 - cleaning the object tree TB --- 2008-08-26 12:23:01 - cvsupping the source tree TB --- 2008-08-26 12:23:01 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-26 12:23:07 - building world (CFLAGS=-O -pipe) TB --- 2008-08-26 12:23:07 - cd /src TB --- 2008-08-26 12:23:07 - /usr/bin/make -B buildworld >>> World build started on Tue Aug 26 12:23:09 UTC 2008 >>> 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 [...] building shared library pam_unix.so.4 ===> lib/libpam/libpam (all) ===> lib/libpcap (all) cc -O -pipe -DHAVE_CONFIG_H -Dyylval=pcapyylval -I/src/lib/libpcap -I. -D_U_="__attribute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVAR_H -I/src/lib/libpcap/../../contrib/libpcap -fstack-protector -c grammar.c In file included from /src/lib/libpcap/../../contrib/libpcap/pcap-int.h:44, from /src/lib/libpcap/../../contrib/libpcap/grammar.y:53: /src/lib/libpcap/../../contrib/libpcap/pcap.h:268: error: conflicting types for 'bpf_filter' /obj/powerpc/src/tmp/usr/include/net/bpf.h:880: error: previous declaration of 'bpf_filter' was here *** Error code 1 Stop in /src/lib/libpcap. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-26 12:53:43 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-26 12:53:43 - ERROR: failed to build world TB --- 2008-08-26 12:53:43 - tinderbox aborted TB --- 1398.75 user 180.87 system 1846.82 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Tue Aug 26 15:13:51 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Tue Aug 26 15:14:05 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080826151348.C9EA673039@freebsd-current.sentex.ca> TB --- 2008-08-26 14:42:54 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-26 14:42:54 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-26 14:42:54 - cleaning the object tree TB --- 2008-08-26 14:43:04 - cvsupping the source tree TB --- 2008-08-26 14:43:04 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-26 14:43:10 - building world (CFLAGS=-O -pipe) TB --- 2008-08-26 14:43:10 - cd /src TB --- 2008-08-26 14:43:10 - /usr/bin/make -B buildworld >>> World build started on Tue Aug 26 14:43:12 UTC 2008 >>> 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 [...] building shared library pam_unix.so.4 ===> lib/libpam/libpam (all) ===> lib/libpcap (all) cc -O -pipe -DHAVE_CONFIG_H -Dyylval=pcapyylval -I/src/lib/libpcap -I. -D_U_="__attribute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVAR_H -I/src/lib/libpcap/../../contrib/libpcap -fstack-protector -c grammar.c In file included from /src/lib/libpcap/../../contrib/libpcap/pcap-int.h:44, from /src/lib/libpcap/../../contrib/libpcap/grammar.y:53: /src/lib/libpcap/../../contrib/libpcap/pcap.h:268: error: conflicting types for 'bpf_filter' /obj/powerpc/src/tmp/usr/include/net/bpf.h:880: error: previous declaration of 'bpf_filter' was here *** Error code 1 Stop in /src/lib/libpcap. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-26 15:13:48 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-26 15:13:48 - ERROR: failed to build world TB --- 2008-08-26 15:13:48 - tinderbox aborted TB --- 1399.31 user 180.40 system 1853.87 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From yanefbsd at gmail.com Wed Aug 27 01:05:17 2008 From: yanefbsd at gmail.com (Garrett Cooper) Date: Wed Aug 27 01:05:24 2008 Subject: G5 boots multi-user! In-Reply-To: <48866DCE.4070804@freebsd.org> References: <4885176C.8000206@freebsd.org> <7d6fde3d0807212313j73919327s3e8c8fdb9ef56a01@mail.gmail.com> <48866DCE.4070804@freebsd.org> Message-ID: <7d6fde3d0808261741q62a14ce4lf475678e4e5b2976@mail.gmail.com> On Tue, Jul 22, 2008 at 4:31 PM, Nathan Whitehorn wrote: > Garrett Cooper wrote: >> >> On Mon, Jul 21, 2008 at 4:10 PM, Nathan Whitehorn >> wrote: >>> >>> There appears to be a bug in NFS not using using copyin() to get the >>> hostname from its arguments when a mount is being updating. Fixing that >>> with >>> an #if 0 sledgehammer produces the following patch: >>> >>> http://people.freebsd.org/~nwhitehorn/nfs_vfsops.diff >>> >>> Combine that with the main G5 patch: >>> >>> http://people.freebsd.org/~nwhitehorn/g5.diff >>> >>> This produces a system that will boot multiuser on my iMac G5. It still >>> has >>> plenty of bugs, to whit: >>> >>> 1) The system is extremely slow. Measured CPU clock speed is 50 MHz, >>> which >>> is about what it feels like. I think it is in a low-power mode, but IBM >>> docs >>> say it can only run at 1800 and 900 MHz. So this is probably an >>> inefficiency >>> in the MMU module. >>> >>> 2) There remain several nasty panics. The system is not especially stable >>> yet. >>> -Nathan >> >> Nathan, >> Let me know if / when you need to test out some changes on a >> Powermac G5 UP system. >> Cheers, >> -Garrett > > Could you test out the patch at > http://people.freebsd.org/~nwhitehorn/g5.diff? No other patches are required > (see my other email). Thanks, > -Nathan Nathan, It's been a while since you've sent the email out, but I just wanted to let you know that I can't even seem to get a Powerpc snapshot CD of 8-CURRENT or 7-RELENG to boot on my Mac box -- basically the console "dies" after the first initial set of messages come up from the kernel. The input right prior to this line (DDB blah, KGDB blah) is displayed, but this isn't: Copyright (c) 1992-2008 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 8.0-CURRENT #0: Mon Aug 18 21:49:28 PDT 2008 I tried the June and July 8-CURRENT snapshot CDs and the July 7-RELENG one. Do you try and grab any params from OF by chance? My settings are intentionally goofed up for a reason :) (I typically boot from a target firewire drive attached to the box). I'll gladly give you more specs if you need them, but it's a G5 1.8GHz UP with 4.0GB DDR2 667 RAM. Thanks, -Garrett From grehan at freebsd.org Wed Aug 27 03:37:32 2008 From: grehan at freebsd.org (Peter Grehan) Date: Wed Aug 27 03:37:39 2008 Subject: G5 boots multi-user! In-Reply-To: <7d6fde3d0808261741q62a14ce4lf475678e4e5b2976@mail.gmail.com> References: <4885176C.8000206@freebsd.org> <7d6fde3d0807212313j73919327s3e8c8fdb9ef56a01@mail.gmail.com> <48866DCE.4070804@freebsd.org> <7d6fde3d0808261741q62a14ce4lf475678e4e5b2976@mail.gmail.com> Message-ID: <48B4C815.7010105@freebsd.org> Hi Garrett, > > It's been a while since you've sent the email out, but I just > wanted to let you know that I can't even seem to get a Powerpc > snapshot CD of 8-CURRENT or 7-RELENG to boot on my Mac box -- > basically the console "dies" after the first initial set of messages > come up from the kernel. Nathan's changes aren't in the tree yet. > it's a G5 1.8GHz UP with 4.0GB DDR2 667 RAM. I have a similar machine, and there's still some driver issues in getting it going after applying Nathan's patches. later, Peter. From tinderbox at freebsd.org Wed Aug 27 07:08:07 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Wed Aug 27 07:08:24 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080827070802.DFCBA73039@freebsd-current.sentex.ca> TB --- 2008-08-27 05:53:36 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-27 05:53:36 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-27 05:53:36 - cleaning the object tree TB --- 2008-08-27 05:54:07 - cvsupping the source tree TB --- 2008-08-27 05:54:07 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-27 05:54:17 - building world (CFLAGS=-O -pipe) TB --- 2008-08-27 05:54:17 - cd /src TB --- 2008-08-27 05:54:17 - /usr/bin/make -B buildworld >>> World build started on Wed Aug 27 05:54:18 UTC 2008 >>> 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 Aug 27 07:02:51 UTC 2008 TB --- 2008-08-27 07:02:51 - generating LINT kernel config TB --- 2008-08-27 07:02:51 - cd /src/sys/powerpc/conf TB --- 2008-08-27 07:02:51 - /usr/bin/make -B LINT TB --- 2008-08-27 07:02:51 - building LINT kernel (COPTFLAGS=) TB --- 2008-08-27 07:02:51 - cd /src TB --- 2008-08-27 07:02:51 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Aug 27 07:02:52 UTC 2008 >>> 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 -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/dev/vx/if_vx.c cc -c -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/dev/vx/if_vx_pci.c cc -c -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/dev/watchdog/watchdog.c cc -c -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/dev/wb/if_wb.c cc -c -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/dev/wi/if_wi.c cc -c -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/dev/wi/if_wi_pccard.c /src/sys/dev/wi/if_wi_pccard.c:124: error: 'PCMCIA_PRODUCT_ELSA_APDL325_IEEE' undeclared here (not in a function) /src/sys/dev/wi/if_wi_pccard.c:124: error: 'PCMCIA_CIS_ELSA_APDL325_IEEE' undeclared here (not in a function) *** Error code 1 Stop in /obj/powerpc/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-27 07:08:02 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-27 07:08:02 - ERROR: failed to build lint kernel TB --- 2008-08-27 07:08:02 - tinderbox aborted TB --- 3286.41 user 387.38 system 4465.62 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Wed Aug 27 15:25:49 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Wed Aug 27 15:26:07 2008 Subject: [releng_7 tinderbox] failure on powerpc/powerpc Message-ID: <20080827152540.2A8E31B5078@freebsd-stable.sentex.ca> TB --- 2008-08-27 14:04:30 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-08-27 14:04:30 - starting RELENG_7 tinderbox run for powerpc/powerpc TB --- 2008-08-27 14:04:30 - cleaning the object tree TB --- 2008-08-27 14:04:43 - cvsupping the source tree TB --- 2008-08-27 14:04:43 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/powerpc/powerpc/supfile TB --- 2008-08-27 14:04:59 - building world (CFLAGS=-O2 -pipe) TB --- 2008-08-27 14:04:59 - cd /src TB --- 2008-08-27 14:04:59 - /usr/bin/make -B buildworld >>> World build started on Wed Aug 27 14:05:00 UTC 2008 >>> 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 Aug 27 15:18:14 UTC 2008 TB --- 2008-08-27 15:18:14 - generating LINT kernel config TB --- 2008-08-27 15:18:14 - cd /src/sys/powerpc/conf TB --- 2008-08-27 15:18:14 - /usr/bin/make -B LINT TB --- 2008-08-27 15:18:14 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2008-08-27 15:18:14 - cd /src TB --- 2008-08-27 15:18:14 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Aug 27 15:18:14 UTC 2008 >>> 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 [...] ctfconvert -L VERSION kern_uuid.o 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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror /src/sys/kern/kern_xxx.c ctfconvert -L VERSION kern_xxx.o 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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror /src/sys/kern/link_elf.c cc1: warnings being treated as errors /src/sys/kern/link_elf.c: In function 'link_elf_load_file': /src/sys/kern/link_elf.c:600: warning: implicit declaration of function 'mac_kld_check_load' /src/sys/kern/link_elf.c:600: warning: nested extern declaration of 'mac_kld_check_load' *** Error code 1 Stop in /obj/powerpc/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-27 15:25:40 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-27 15:25:40 - ERROR: failed to build lint kernel TB --- 2008-08-27 15:25:40 - tinderbox aborted TB --- 4067.96 user 389.28 system 4869.55 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-powerpc-powerpc.full From spikey.it at gmail.com Thu Aug 28 12:24:44 2008 From: spikey.it at gmail.com (Andrea Di Pasquale) Date: Thu Aug 28 12:24:53 2008 Subject: FreeBSD doesn't boot Message-ID: <7512F32D-3842-4BE2-9D0D-0A7C68AD33BB@gmail.com> Hi! I've an ibook (2002 year) with PowerPC G3 750FX 800 Mhz. I want to install freebsd current but it isn't booting. When I press 'C' button, it doesn't boot. My OS Boot is mac os x tiger. Can you help me? Best regards, Andrea From nse at delfi-konsult.com Thu Aug 28 15:54:31 2008 From: nse at delfi-konsult.com (Niels S. Eliasen) Date: Thu Aug 28 15:54:38 2008 Subject: Java Installable Packages Now Available Message-ID: hi guys as seen on bsdnews.com: "Java Installable Packages Now Available" .... http://bsdnews.com/?p=702 I assume that seeing this on PowerPC is na?ve... or is there any positive spin (PowerPC wise) on this at all ? kind regards nse "Ach, crivens, what a wee snotter....." Quote from "The Wee Free Men" by Terry Pratchett From tinderbox at freebsd.org Thu Aug 28 16:39:52 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Thu Aug 28 16:40:10 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080828163945.D31DA73039@freebsd-current.sentex.ca> TB --- 2008-08-28 15:23:59 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-28 15:23:59 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-28 15:23:59 - cleaning the object tree TB --- 2008-08-28 15:24:29 - cvsupping the source tree TB --- 2008-08-28 15:24:29 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-28 15:24:37 - building world (CFLAGS=-O -pipe) TB --- 2008-08-28 15:24:37 - cd /src TB --- 2008-08-28 15:24:37 - /usr/bin/make -B buildworld >>> World build started on Thu Aug 28 15:24:39 UTC 2008 >>> 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 Thu Aug 28 16:33:17 UTC 2008 TB --- 2008-08-28 16:33:17 - generating LINT kernel config TB --- 2008-08-28 16:33:17 - cd /src/sys/powerpc/conf TB --- 2008-08-28 16:33:17 - /usr/bin/make -B LINT TB --- 2008-08-28 16:33:17 - building LINT kernel (COPTFLAGS=) TB --- 2008-08-28 16:33:17 - cd /src TB --- 2008-08-28 16:33:17 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Aug 28 16:33:17 UTC 2008 >>> 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 -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/netinet/sctp_output.c cc -c -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/netinet/sctp_pcb.c cc -c -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/netinet/sctp_peeloff.c cc -c -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/netinet/sctp_sysctl.c cc -c -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/netinet/sctp_timer.c cc1: warnings being treated as errors /src/sys/netinet/sctp_timer.c: In function 'sctp_mark_all_for_resend': /src/sys/netinet/sctp_timer.c:682: warning: label 'start_again' defined but not used *** Error code 1 Stop in /obj/powerpc/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-28 16:39:45 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-28 16:39:45 - ERROR: failed to build lint kernel TB --- 2008-08-28 16:39:45 - tinderbox aborted TB --- 3351.08 user 395.51 system 4546.27 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From tinderbox at freebsd.org Thu Aug 28 18:16:47 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Thu Aug 28 18:16:53 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080828181641.762A573039@freebsd-current.sentex.ca> TB --- 2008-08-28 17:51:50 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-28 17:51:50 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-28 17:51:50 - cleaning the object tree TB --- 2008-08-28 17:52:08 - cvsupping the source tree TB --- 2008-08-28 17:52:08 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-28 17:52:18 - building world (CFLAGS=-O -pipe) TB --- 2008-08-28 17:52:18 - cd /src TB --- 2008-08-28 17:52:18 - /usr/bin/make -B buildworld >>> World build started on Thu Aug 28 17:52:20 UTC 2008 >>> 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 [...] cc -O -pipe -I/src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/include -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/lib/libzpool/../../../cddl/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libnvpair -fstack-protector -Wno-unknown-pragmas -c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio_compress.c cc -O -pipe -I/src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/include -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/lib/libzpool/../../../cddl/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libnvpair -fstack-protector -Wno-unknown-pragmas -c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio_inject.c cc -O -pipe -I/src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/include -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/lib/libzpool/../../../cddl/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libnvpair -fstack-protector -Wno-unknown-pragmas -c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_file.c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_file.c:88:35: error: macro "VOP_GETATTR" requires 4 arguments, but only 3 given /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_file.c: In function 'vdev_file_open': /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_file.c:88: error: 'VOP_GETATTR' undeclared (first use in this function) /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_file.c:88: error: (Each undeclared identifier is reported only once /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_file.c:88: error: for each function it appears in.) *** Error code 1 Stop in /src/cddl/lib/libzpool. *** Error code 1 Stop in /src/cddl/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-28 18:16:41 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-28 18:16:41 - ERROR: failed to build world TB --- 2008-08-28 18:16:41 - tinderbox aborted TB --- 1119.89 user 147.21 system 1491.00 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From spikey.it at gmail.com Fri Aug 29 11:45:15 2008 From: spikey.it at gmail.com (Andrea Di Pasquale) Date: Fri Aug 29 11:45:21 2008 Subject: FreeBSD boot install: panic Message-ID: <9C912657-13EC-4E4B-9A11-829462E11837@gmail.com> Hi, I'm using ibook (rev. 2002) with Powerpc G3 750FX 800 Mhz, when i try to boot freeebsd install, it puts this: Fatal kernel trap: Exception = 0x4 (Instruction Storage Interrupt) Virtual address = 0x4d3fa8 srr0 = 0x4d3fa8 srr1 = 0x8003032 curthread = 0x570520 pid = 0, comm = Panic: Instruction storage interrupt trap Uptime: 1s Can you help me? Regards, Andrea From spikey.it at gmail.com Fri Aug 29 11:54:18 2008 From: spikey.it at gmail.com (Andrea Di Pasquale) Date: Fri Aug 29 11:54:25 2008 Subject: FreeBSD boot install: panic Message-ID: <6115D4CD-A5CA-4FD9-9EE4-CDBF37375546@gmail.com> it's freebsd release Andrea > Hi, > > I'm using ibook (rev. 2002) with Powerpc G3 750FX 800 Mhz, > when i try to boot freeebsd install, it puts this: > > Fatal kernel trap: > > Exception = 0x4 (Instruction Storage Interrupt) > Virtual address = 0x4d3fa8 > srr0 = 0x4d3fa8 > srr1 = 0x8003032 > curthread = 0x570520 > > pid = 0, comm = > > Panic: Instruction storage interrupt trap > Uptime: 1s > > Can you help me? > Regards, > Andrea From grehan at freebsd.org Fri Aug 29 17:27:06 2008 From: grehan at freebsd.org (Peter Grehan) Date: Fri Aug 29 17:27:12 2008 Subject: FreeBSD boot install: panic Message-ID: <20080830032623.EHE11080@dommail.onthenet.com.au> Hi Andrea, >> I'm using ibook (rev. 2002) with Powerpc G3 750FX 800 Mhz, >> when i try to boot freeebsd install, it puts this: >> >> Fatal kernel trap: >> >> Exception = 0x4 (Instruction Storage Interrupt) >> Virtual address = 0x4d3fa8 This is covered by FreeBSD PR powerpc/121407 http://www.freebsd.org/cgi/query-pr.cgi?pr=121407 later, Peter. From tinderbox at freebsd.org Fri Aug 29 19:12:56 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Aug 29 19:13:24 2008 Subject: [head tinderbox] failure on powerpc/powerpc Message-ID: <20080829191253.2D62B73039@freebsd-current.sentex.ca> TB --- 2008-08-29 17:56:42 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-29 17:56:42 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-08-29 17:56:42 - cleaning the object tree TB --- 2008-08-29 17:57:08 - cvsupping the source tree TB --- 2008-08-29 17:57:08 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-08-29 17:57:15 - building world (CFLAGS=-O -pipe) TB --- 2008-08-29 17:57:15 - cd /src TB --- 2008-08-29 17:57:15 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 29 17:57:17 UTC 2008 >>> 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 Fri Aug 29 19:05:31 UTC 2008 TB --- 2008-08-29 19:05:31 - generating LINT kernel config TB --- 2008-08-29 19:05:31 - cd /src/sys/powerpc/conf TB --- 2008-08-29 19:05:31 - /usr/bin/make -B LINT TB --- 2008-08-29 19:05:31 - building LINT kernel (COPTFLAGS=) TB --- 2008-08-29 19:05:31 - cd /src TB --- 2008-08-29 19:05:31 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Aug 29 19:05:31 UTC 2008 >>> 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 [...] rm -f hack.c MAKE=/usr/bin/make sh /src/sys/conf/newvers.sh LINT cc -c -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -fstack-protector -Werror vers.c linking kernel ng_bpf.o(.text+0x14fe): In function `ng_bpf_setprog': : undefined reference to `bpf_maxinsns' ng_bpf.o(.text+0x1502): In function `ng_bpf_setprog': : undefined reference to `bpf_maxinsns' *** Error code 1 Stop in /obj/powerpc/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-29 19:12:52 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-29 19:12:52 - ERROR: failed to build lint kernel TB --- 2008-08-29 19:12:52 - tinderbox aborted TB --- 3405.24 user 399.08 system 4570.39 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full