From owner-freebsd-ppc@FreeBSD.ORG Fri Jun 9 03:11:33 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 E2E0916A41A for ; Fri, 9 Jun 2006 03:11:33 +0000 (UTC) (envelope-from mattwala@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id D58FB43D8E for ; Fri, 9 Jun 2006 03:11:22 +0000 (GMT) (envelope-from mattwala@gmail.com) Received: by py-out-1112.google.com with SMTP id f25so669661pyf for ; Thu, 08 Jun 2006 20:11:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=OhD+ZGT5bG27q8fPMEI5p9/4zgtbK4CqCVh98MXuul70uMBx65cDRUgbxS8v8p5Zo6I/DqO/j4iUQKHWySIJ/HoNeq6Mccm7aqUcKmwmXYYY8INGoiS0vbI6hZvzYpuV24d+aAqdyUT2HaktUaahfp3/ka/5PCQVUgeRZWa//xg= Received: by 10.35.57.5 with SMTP id j5mr3293867pyk; Thu, 08 Jun 2006 20:11:17 -0700 (PDT) Received: by 10.35.106.10 with HTTP; Thu, 8 Jun 2006 20:11:17 -0700 (PDT) Message-ID: Date: Thu, 8 Jun 2006 22:11:17 -0500 From: "Matthew Wala" To: freebsd-ppc@freebsd.org In-Reply-To: <20060608120300.7CCC516A87B@hub.freebsd.org> MIME-Version: 1.0 References: <20060608120300.7CCC516A87B@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: freebsd-ppc Digest, Vol 153, Issue 4 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: Fri, 09 Jun 2006 03:11:34 -0000 > > Hi Matthew, > > > I apologize if this has already been answered; for some reason I can't > > search the mailing list: > > While running under root and trying to install the gnome2-fifth-toe > > port, my > > system (7.0-20051206-SNAP - installed from the the "Latest 7.0 CURRENT > ISO > > image" on the main FreeBSD/ppc site) panics at this line: > > > > checking if the realpath function allows a NULL argument... > > > > If I remember correctly the line has something to do with configuring > > Samba. > > Also, prior to the kernel panic Samba configure was complaining about > > sys/mount.h, but I don't remember exactly what was wrong. > > Is there any way to get around this? > > Not that I know of. I'm guessing you were running X at the time so > didn't get a panic. > > Would you be able to try the port install from a VTY shell without > running X ? That should at least drop into ddb where you can issue a > backtrace. > > later, > > Peter. Hi Matthew, > > > I apologize if this has already been answered; for some reason I can't > > search the mailing list: > > While running under root and trying to install the gnome2-fifth-toe > > port, my > > system (7.0-20051206-SNAP - installed from the the "Latest 7.0 CURRENT > ISO > > image" on the main FreeBSD/ppc site) panics at this line: > > > > checking if the realpath function allows a NULL argument... > > > > If I remember correctly the line has something to do with configuring > > Samba. > > Also, prior to the kernel panic Samba configure was complaining about > > sys/mount.h, but I don't remember exactly what was wrong. > > Is there any way to get around this? > > Not that I know of. I'm guessing you were running X at the time so > didn't get a panic. > > Would you be able to try the port install from a VTY shell without > running X ? That should at least drop into ddb where you can issue a > backtrace. > > later, > > Peter. I can't get X running either. I compiled it today, but got the message: Fatal server error: xf86MapVidMem: could not mmap screen [s=80000,a=90000000] (Invalid argument) The thing is that I have a Mac Mini (1.25Ghz), and after searching through the mailing list the above error seems like a ghost from the past ( http://lists.freebsd.org/mailman/htdig/freebsd-ppc/2005-March/000946.html). Is there any solution for it which I have (hopefully) overlooked? (Please don't ask why I tried to install X after gnome. I'm just a willing newbie who is probably biting off more than he can chew.)