From owner-freebsd-ppc@FreeBSD.ORG Mon Mar 27 22:40:04 2006 Return-Path: X-Original-To: freebsd-ppc@freebsd.org Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3131116A401 for ; Mon, 27 Mar 2006 22:40:04 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id A462243D46 for ; Mon, 27 Mar 2006 22:40:03 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IWT00EDV5MQXD40@osl1smout1.broadpark.no> for freebsd-ppc@freebsd.org; Tue, 28 Mar 2006 00:40:02 +0200 (CEST) Received: from kg-work.kg4.no ([80.202.172.162]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with SMTP id <0IWT00G2I5MQF830@osl1sminn1.broadpark.no> for freebsd-ppc@freebsd.org; Tue, 28 Mar 2006 00:40:02 +0200 (CEST) Date: Tue, 28 Mar 2006 00:40:02 +0200 From: Torfinn Ingolfsen X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH To: freebsd-ppc@freebsd.org Message-id: <20060328004002.0ace89ff.torfinn.ingolfsen@broadpark.no> MIME-version: 1.0 X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: 'portinstall -R a2ps-a4' causes kernel trap X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2006 22:40:04 -0000 Hi, I try to install the ports I need on my G4, running: root@kg-g4# uname -a FreeBSD kg-g4.kg4.no 7.0-20051105-SNAP FreeBSD 7.0-20051105-SNAP #0: Sat Nov 5 04:33:52 UTC 2005 root@macmini.ptree32.com.au:/usr/obj/usr/src/sys/GENERIC powerpc Note: I have already installed 65 ports in total, including a few large ports like perl-5.8.8, ruby-1.8.4_4.1, and the xorg-6.9.0 metaport; so far no problems. But when I try to install the a2ps-a4 port, I get a kernel panic. First it installed as a dependcy to the xfce-4 meta port (ok, one of its subports, probably xfprint4), but I have also tried it with 'portinstall -R a2ps-a4', it fails in the same spot. Here are the last few lines before the kenel panic (from an xterm on another machine, thru ssh): Making all in sheets Making all in encoding Making all in afm . ../tests/defs ; touch fonts.map ; if /bin/sh ./make_fonts_map.sh > /dev/null; then cp fonts.map.new fonts.map ; else echo "Failed to build a fonts.map file."; echo "Reverting to default file."; cp ./fontsmap fonts.map; fi Looking for the afm files read by /usr/ports/print/a2ps-a4/work/a2ps-4.13/src/a2ps... The kernel trap looks like this (transcribed from the console screen - beware of errors!): fatal kernel trap: exception = 0x3 (data storage interrupt) virtual address = 0x7fffd634 srr0 = 0x3cc438 srr1 = 0x9032 curthread = 0x129aa980 pid = 10275, comm = a2ps [thread pid 10275 tid 100086] stopped at 0x3cc438: lwz r11,r30, 0x4 db> (at this point I can issue a 'reboot' command, but nothing happens, I must press the rest button on the G4 to restart it) When the machine comes back up again (manual fsck and all), there is no crash dump. Is this a known issue, or should i file a PR? Does anyone wnat me to do more testing? What should I test then? -- Regards, Torfinn Ingolfsen, Norway