From owner-freebsd-ppc@FreeBSD.ORG Mon Oct 17 11:07:09 2011 Return-Path: Delivered-To: freebsd-ppc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CAB6106564A for ; Mon, 17 Oct 2011 11:07:09 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2B5B38FC28 for ; Mon, 17 Oct 2011 11:07:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9HB79EG099309 for ; Mon, 17 Oct 2011 11:07:09 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9HB78Lg099307 for freebsd-ppc@FreeBSD.org; Mon, 17 Oct 2011 11:07:08 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 17 Oct 2011 11:07:08 GMT Message-Id: <201110171107.p9HB78Lg099307@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-ppc@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-ppc@FreeBSD.org 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, 17 Oct 2011 11:07:09 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o power/161045 ppc X doesn't detect ADB mouse up event until another even o power/149009 ppc sysinstall(8) on powerpc fails to install manpages, so o power/140241 ppc [kernel] [patch] Linker set problems on PowerPC EABI o power/135576 ppc gdb cannot debug threaded programs on ppc o power/133503 ppc [sound] Sound stutter after switching ttys o power/133382 ppc [install] Installer gets signal 11 o power/131548 ppc ofw_syscons no longer supports 32-bit framebuffer 7 problems total. From owner-freebsd-ppc@FreeBSD.ORG Mon Oct 17 14:22:22 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC886106566B; Mon, 17 Oct 2011 14:22:22 +0000 (UTC) (envelope-from c.jayachandran@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 091A38FC13; Mon, 17 Oct 2011 14:22:21 +0000 (UTC) Received: by wwi18 with SMTP id 18so3158292wwi.31 for ; Mon, 17 Oct 2011 07:22:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=oBTOZi9ypJVnTnvgxiknMq6J+iMS1Ikm2Ix+I5b6PBw=; b=bUefdqpFcxAmAVlofwId/1r5CaJUfWDZFxrdKHsMYc7xKMrqTtdzaqGcAzyDKvOYWf /INAo6pg8WKZ7gh6R1nQpNj4L19sRyFMu3Whwfh3MlR2LTGF7YgOg3c6fHZjlFH8PFL9 vbMt33oQszokIIuBK5J4wS/mUT1/X2Qxi1ZP8= MIME-Version: 1.0 Received: by 10.216.198.224 with SMTP id v74mr3162973wen.41.1318859476912; Mon, 17 Oct 2011 06:51:16 -0700 (PDT) Sender: c.jayachandran@gmail.com Received: by 10.216.188.3 with HTTP; Mon, 17 Oct 2011 06:51:16 -0700 (PDT) Date: Mon, 17 Oct 2011 19:21:16 +0530 X-Google-Sender-Auth: a3ghgUd5ioAW4ZIwHsc8zhq5n6E Message-ID: From: "Jayachandran C." To: freebsd-arm@freebsd.org, freebsd-ppc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: HEADSUP: FDT phandle change. [svn commit: r226466] 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, 17 Oct 2011 14:22:22 -0000 I have committed this revision that changes the way phandle is represented for FDT. The old representation was a pointer, which would not work on 64bit - and the new representation is as an offset. This should not affect the FDT users, but if there is any breakage on ARM or PPC due to this please let me know. Thanks, JC. ---------- Forwarded message ---------- From: Jayachandran C. Date: Mon, Oct 17, 2011 at 7:14 PM Subject: svn commit: r226466 - head/sys/dev/ofw To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Author: jchandra Date: Mon Oct 17 13:44:33 2011 New Revision: 226466 URL: http://svn.freebsd.org/changeset/base/226466 Log: =A0FDT changes for 64 bit kernel =A0Use the offset into the device tree from fdtp as the phandle instead =A0of using pointer into the device tree. =A0This will make sure that the =A0phandle fits into a uint32_t type, even when compiled for 64bit. =A0Reviewed by: =A0raj, nathanw, marcel Modified: =A0head/sys/dev/ofw/ofw_fdt.c Modified: head/sys/dev/ofw/ofw_fdt.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/sys/dev/ofw/ofw_fdt.c =A0Mon Oct 17 13:12:47 2011 =A0 =A0 =A0 =A0(= r226465) +++ head/sys/dev/ofw/ofw_fdt.c =A0Mon Oct 17 13:44:33 2011 =A0 =A0 =A0 =A0(= r226466) @@ -109,22 +109,48 @@ ofw_fdt_init(ofw_t ofw, void *data) =A0} =A0/* - * Device tree functions + * Device tree functions. + * + * We use the offset from fdtp to the node as the 'phandle' in OF interfac= e. + * + * phandle is a u32 value, therefore we cannot use the pointer to node as + * phandle in 64 bit. We also do not use the usual fdt offset as phandle, + * as it can be 0, and the OF interface has special meaning for phandle 0. =A0*/ +static phandle_t +fdt_offset_phandle(int offset) +{ + =A0 =A0 =A0 if (offset < 0) + =A0 =A0 =A0 =A0 =A0 =A0 =A0 return (0); + =A0 =A0 =A0 return ((phandle_t)offset + fdt_off_dt_struct(fdtp)); +} + =A0static int =A0fdt_phandle_offset(phandle_t p) =A0{ - =A0 =A0 =A0 const char *dt_struct; + =A0 =A0 =A0 int pint =3D (int)p; + =A0 =A0 =A0 int dtoff =3D fdt_off_dt_struct(fdtp); + + =A0 =A0 =A0 if (pint < dtoff) + =A0 =A0 =A0 =A0 =A0 =A0 =A0 return (-1); + =A0 =A0 =A0 return (pint - dtoff); +} + +static int +fdt_pointer_offset(const void *ptr) +{ + =A0 =A0 =A0 uintptr_t dt_struct, p; =A0 =A0 =A0 =A0int offset; - =A0 =A0 =A0 dt_struct =3D (const char *)fdtp + fdt_off_dt_struct(fdtp); + =A0 =A0 =A0 p =3D (uintptr_t)ptr; + =A0 =A0 =A0 dt_struct =3D (uintptr_t)fdtp + fdt_off_dt_struct(fdtp); - =A0 =A0 =A0 if (((const char *)p < dt_struct) || - =A0 =A0 =A0 =A0 =A0 (const char *)p > (dt_struct + fdt_size_dt_struct(fdt= p))) + =A0 =A0 =A0 if ((p < dt_struct) || + =A0 =A0 =A0 =A0 =A0 p > (dt_struct + fdt_size_dt_struct(fdtp))) =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0return (-1); - =A0 =A0 =A0 offset =3D (const char *)p - dt_struct; + =A0 =A0 =A0 offset =3D p - dt_struct; =A0 =A0 =A0 =A0if (offset < 0) =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0return (-1); @@ -135,15 +161,13 @@ fdt_phandle_offset(phandle_t p) =A0static phandle_t =A0ofw_fdt_peer(ofw_t ofw, phandle_t node) =A0{ - =A0 =A0 =A0 phandle_t p; =A0 =A0 =A0 =A0int depth, offset; =A0 =A0 =A0 =A0if (node =3D=3D 0) { =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0/* Find root node */ =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0offset =3D fdt_path_offset(fdtp, "/"); - =A0 =A0 =A0 =A0 =A0 =A0 =A0 p =3D (phandle_t)fdt_offset_ptr(fdtp, offset,= sizeof(p)); - =A0 =A0 =A0 =A0 =A0 =A0 =A0 return (p); + =A0 =A0 =A0 =A0 =A0 =A0 =A0 return (fdt_offset_phandle(offset)); =A0 =A0 =A0 =A0} =A0 =A0 =A0 =A0offset =3D fdt_phandle_offset(node); @@ -155,10 +179,8 @@ ofw_fdt_peer(ofw_t ofw, phandle_t node) =A0 =A0 =A0 =A0 =A0 =A0offset =3D fdt_next_node(fdtp, offset, &depth)) { =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0if (depth < 0) =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0return (0); - =A0 =A0 =A0 =A0 =A0 =A0 =A0 if (depth =3D=3D 1) { - =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 p =3D (phandle_t)fdt_offset_p= tr(fdtp, offset, sizeof(p)); - =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 return (p); - =A0 =A0 =A0 =A0 =A0 =A0 =A0 } + =A0 =A0 =A0 =A0 =A0 =A0 =A0 if (depth =3D=3D 1) + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 return (fdt_offset_phandle(of= fset)); =A0 =A0 =A0 =A0} =A0 =A0 =A0 =A0return (0); @@ -168,7 +190,6 @@ ofw_fdt_peer(ofw_t ofw, phandle_t node) =A0static phandle_t =A0ofw_fdt_child(ofw_t ofw, phandle_t node) =A0{ - =A0 =A0 =A0 phandle_t p; =A0 =A0 =A0 =A0int depth, offset; =A0 =A0 =A0 =A0offset =3D fdt_phandle_offset(node); @@ -180,10 +201,8 @@ ofw_fdt_child(ofw_t ofw, phandle_t node) =A0 =A0 =A0 =A0 =A0 =A0offset =3D fdt_next_node(fdtp, offset, &depth)) { =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0if (depth < 0) =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0return (0); - =A0 =A0 =A0 =A0 =A0 =A0 =A0 if (depth =3D=3D 1) { - =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 p =3D (phandle_t)fdt_offset_p= tr(fdtp, offset, sizeof(p)); - =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 return (p); - =A0 =A0 =A0 =A0 =A0 =A0 =A0 } + =A0 =A0 =A0 =A0 =A0 =A0 =A0 if (depth =3D=3D 1) + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 return (fdt_offset_phandle(of= fset)); =A0 =A0 =A0 =A0} =A0 =A0 =A0 =A0return (0); @@ -193,7 +212,6 @@ ofw_fdt_child(ofw_t ofw, phandle_t node) =A0static phandle_t =A0ofw_fdt_parent(ofw_t ofw, phandle_t node) =A0{ - =A0 =A0 =A0 phandle_t p; =A0 =A0 =A0 =A0int offset, paroffset; =A0 =A0 =A0 =A0offset =3D fdt_phandle_offset(node); @@ -201,15 +219,13 @@ ofw_fdt_parent(ofw_t ofw, phandle_t node =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0return (0); =A0 =A0 =A0 =A0paroffset =3D fdt_parent_offset(fdtp, offset); - =A0 =A0 =A0 p =3D (phandle_t)fdt_offset_ptr(fdtp, paroffset, sizeof(phand= le_t)); - =A0 =A0 =A0 return (p); + =A0 =A0 =A0 return (fdt_offset_phandle(paroffset)); =A0} =A0/* Return the package handle that corresponds to an instance handle. */ =A0static phandle_t =A0ofw_fdt_instance_to_package(ofw_t ofw, ihandle_t instance) =A0{ - =A0 =A0 =A0 phandle_t p; =A0 =A0 =A0 =A0int offset; =A0 =A0 =A0 =A0/* @@ -223,8 +239,7 @@ ofw_fdt_instance_to_package(ofw_t ofw, i =A0 =A0 =A0 =A0if (offset < 0) =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0return (-1); - =A0 =A0 =A0 p =3D (phandle_t)fdt_offset_ptr(fdtp, offset, sizeof(phandle_= t)); - =A0 =A0 =A0 return (p); + =A0 =A0 =A0 return (fdt_offset_phandle(offset)); =A0} =A0/* Get the length of a property of a package. */ @@ -343,7 +358,7 @@ ofw_fdt_nextprop(ofw_t ofw, phandle_t pa =A0 =A0 =A0 =A0if (prop =3D=3D NULL) =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0return (-1); - =A0 =A0 =A0 offset =3D fdt_phandle_offset((phandle_t)prop); + =A0 =A0 =A0 offset =3D fdt_pointer_offset(prop); =A0 =A0 =A0 =A0rv =3D fdt_nextprop(offset, buf, size); =A0 =A0 =A0 =A0return (rv); =A0} @@ -374,14 +389,10 @@ ofw_fdt_canon(ofw_t ofw, const char *dev =A0static phandle_t =A0ofw_fdt_finddevice(ofw_t ofw, const char *device) =A0{ - =A0 =A0 =A0 phandle_t p; =A0 =A0 =A0 =A0int offset; =A0 =A0 =A0 =A0offset =3D fdt_path_offset(fdtp, device); - - =A0 =A0 =A0 p =3D (phandle_t)fdt_offset_ptr(fdtp, offset, sizeof(p)); - - =A0 =A0 =A0 return (p); + =A0 =A0 =A0 return (fdt_offset_phandle(offset)); =A0} =A0/* Return the fully qualified pathname corresponding to an instance. */ From owner-freebsd-ppc@FreeBSD.ORG Tue Oct 18 02:04:13 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EA801065672; Tue, 18 Oct 2011 02:04:13 +0000 (UTC) (envelope-from richo@psych0tik.net) Received: from bedford.accountservergroup.com (bedford.accountservergroup.com [50.22.11.19]) by mx1.freebsd.org (Postfix) with ESMTP id E90A68FC16; Tue, 18 Oct 2011 02:04:12 +0000 (UTC) Received: from boxand.lnk.telstra.net ([203.45.130.125] helo=richh-imac.office.boxdice.com.au) by bedford.accountservergroup.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1RFy1d-0007Q1-AE; Mon, 17 Oct 2011 19:59:25 -0500 Date: Tue, 18 Oct 2011 11:59:39 +1100 From: richo To: "Jayachandran C." Message-ID: <20111018005939.GA27991@richh-imac.office.boxdice.com.au> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0F1p//8PRICkK4MW" Content-Disposition: inline In-Reply-To: X-PGP-Key: http://natalya.psych0tik.net/~richo/pubkey.asc User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bedford.accountservergroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - psych0tik.net X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-arm@freebsd.org, freebsd-ppc@freebsd.org Subject: Re: HEADSUP: FDT phandle change. [svn commit: r226466] 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: Tue, 18 Oct 2011 02:04:13 -0000 --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 17/10/11 19:21 +0530, Jayachandran C. wrote: >I have committed this revision that changes the way phandle is >represented for FDT. The old representation was a pointer, which >would not work on 64bit - and the new representation is as an offset. > >This should not affect the FDT users, but if there is any breakage on >ARM or PPC due to this please let me know. > >Thanks, >JC. > I can test on ppc tonight, is there anything specific I need to test, or ju= st build world+kernel and confirm that it boots? --=20 richo || Today's excuse:=20 Someone set us up the bomb. --0F1p//8PRICkK4MW Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJOnM97AAoJEIKiWz6J5yQVJnMIALA9mOdzOwUmAgqr3TqtUF+e ylFN5taxLneAEOj0HcKeXKcC3l26LurTb1sF41QiuPP+dN4HbMFMW4WCuP6AwTkM fOcnTxD/WGzopHvgteg/6U6y/ddH497mntoQYSdqsNjFk2Ggb8DLV684V9iigqeL Hof5HVvcQBNLje0gx+uAJ9sUANXchYfEjIu4kyU00scP50GgNcZYVP9LdIh+ZnSy LoZ+F9wr3pescbjqJk14zin8EKj/NUqeDVxz3KYVbGWWZSib8bxGJqwoOt6gp4Pv 7lqB0mrf5RRWJyAx2eiXB/kkm/WxzI5z/pShE0a0A4yVV6YkMNC1qYhzmUPS9ZI= =/AUy -----END PGP SIGNATURE----- --0F1p//8PRICkK4MW-- From owner-freebsd-ppc@FreeBSD.ORG Tue Oct 18 02:06:03 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17F11106564A for ; Tue, 18 Oct 2011 02:06:03 +0000 (UTC) (envelope-from richo@psych0tik.net) Received: from bedford.accountservergroup.com (bedford.accountservergroup.com [50.22.11.19]) by mx1.freebsd.org (Postfix) with ESMTP id E6E3D8FC0A for ; Tue, 18 Oct 2011 02:06:02 +0000 (UTC) Received: from boxand.lnk.telstra.net ([203.45.130.125] helo=vesper.psych0tik.net) by bedford.accountservergroup.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1RFz45-0001P2-R0 for freebsd-ppc@freebsd.org; Mon, 17 Oct 2011 21:06:02 -0500 Date: Tue, 18 Oct 2011 13:05:57 +1100 From: richo To: freebsd-ppc@freebsd.org Message-ID: <20111018020556.GA13623@vesper.psych0tik.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline X-PGP-Key: http://natalya.psych0tik.net/~richo/pubkey.asc User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bedford.accountservergroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - psych0tik.net X-Source: X-Source-Args: X-Source-Dir: Subject: Xorg + FreeBSD 9.0BETA3 on iMac 5,1 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: Tue, 18 Oct 2011 02:06:03 -0000 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi list I've just installed FreeBSD 9.0BETA3 on my G5 iMac (I'm about 90% sure it's= a 5,1, it's the 1.8 ghz one without iSight) Everything is working great except I can't get Xorg to run up. I know that X does work on this hardware as I've had it going with linux, openBSD and ( I think ) an older freeBSD release at some point. X -configure and relevant parts of pciconf -lv follow: domino# X -configure = =20 X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 10.0-CURRENT powerpc=20 Current Operating System: FreeBSD domino.psych0tik.net 10.0-CURRENT FreeBSD= 10.0-CURRENT #1: Mon Oct 17 09:18:22 EST 2011 richo@domino.psych0tik.n= et:/usr/obj/usr/src/sys/DOMINO powerpc Build Date: 17 October 2011 10:58:04PM =20 Current version of pixman: 0.22.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (=3D=3D) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 17 23:58:02 2011 Missing output drivers. Configuration failed. domino# pciconf -lv vgapci0@pci0:0:16:0: class=3D0x030000 card=3D0x001010de chip=3D0x032910d= e rev=3D0xa1 hdr=3D0x00 vendor =3D 'nVidia Corporation' device =3D 'NV34M [GeForce FX Go5200]' class =3D display subclass =3D VGA hostb0@pci0:0:11:0: class=3D0x060000 card=3D0x00000000 chip=3D0x0058106= b rev=3D0x00 hdr=3D0x00 vendor =3D 'Apple Computer Inc.' device =3D 'U3L AGP Bridge' class =3D bridge subclass =3D HOST-PCI pcib2@pci1:0:1:0: class=3D0x060400 card=3D0x00000000 chip=3D0x0053106= b rev=3D0x00 hdr=3D0x01 vendor =3D 'Apple Computer Inc.' device =3D 'Shasta PCI Bridge' class =3D bridge subclass =3D PCI-PCI The issue as partially diagnosed in ##freebsd appears to be that the extensions/drivers are being installed as .la and .a not .so as Xorg seems = to expect (this is speculative, but seems to be confirmed by the xorg-server plist) but at this stage I'm very open to suggestion. thanks richo --=20 richo || Today's excuse:=20 Someone hooked the twisted pair wires into the answering machine. --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJOnN8EAAoJEIKiWz6J5yQVQ64H/0U7eGSVM8E6jLxxLft7vY/F /FTnZ/inZgabvcpgGLxC5T3d0rKEwrJqA3Fu1AZVij0ADJ5LDR10iHDAhWxQC5c/ 4drPiYzoMeIRJ9YKqj8mUHU/Zr+SbRjZVCXqthnAkI1lELsf6xy5EtZTnVYH0Ghv pn/sdGTX6eNt0PbcorOH0a/shgapvCTN1Fu9eU2J0DBVdlN4teNBJu4Hr7R9JaBG khyR0QRsOKSkZAlCftaQZ5s5xJGvjqpYtY/oYQkCuaBMJvqqc9IMha6UWUdE5m5j tJSfBOIrXoXyNRLfKW8ry/NkMxfchFTVDwt1fkRVIDXSdFmv1JxQSB22IB5wHmI= =tBFt -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi-- From owner-freebsd-ppc@FreeBSD.ORG Tue Oct 18 02:33:02 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30242106566C for ; Tue, 18 Oct 2011 02:33:02 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id E09048FC08 for ; Tue, 18 Oct 2011 02:33:01 +0000 (UTC) Received: by ywm3 with SMTP id 3so161150ywm.13 for ; Mon, 17 Oct 2011 19:33:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; bh=Uu1xwB4X+pqMk6o2B+WrSFQx/CRHYTUXip7f+DbHkZ4=; b=VqYX2whjTBVnJom/UgMMOLPPn+W7UT8/fTqoktMs2qKguxr1FWasQ565kqOAUuulDz S1Gzy8YojXG/AdSF+865gRwR2u+3qwyDu8+Kf5ZkevBqwfO9asOVTqdUllzDex4kNQoN 6PxuwKxZNyx5t8Tjn2Rl7c6RDqtZ1YV5YToCY= Received: by 10.101.176.37 with SMTP id d37mr76511anp.22.1318905181136; Mon, 17 Oct 2011 19:33:01 -0700 (PDT) Received: from triad.knownspace (216-15-41-8.c3-0.gth-ubr1.lnh-gth.md.cable.rcn.com. [216.15.41.8]) by mx.google.com with ESMTPS id m37sm1615306anq.11.2011.10.17.19.32.59 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 17 Oct 2011 19:33:00 -0700 (PDT) Sender: Justin Hibbits Message-Id: <51AC773D-DDD8-4D62-8907-95C8457735F9@alumni.cwru.edu> From: Justin Hibbits To: richo In-Reply-To: <20111018020556.GA13623@vesper.psych0tik.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Date: Mon, 17 Oct 2011 22:32:53 -0400 References: <20111018020556.GA13623@vesper.psych0tik.net> X-Mailer: Apple Mail (2.936) Cc: freebsd-ppc@freebsd.org Subject: Re: Xorg + FreeBSD 9.0BETA3 on iMac 5,1 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: Tue, 18 Oct 2011 02:33:02 -0000 On Oct 17, 2011, at 10:05 PM, richo wrote: > Hi list > > I've just installed FreeBSD 9.0BETA3 on my G5 iMac (I'm about 90% > sure it's a > 5,1, it's the 1.8 ghz one without iSight) > > Everything is working great except I can't get Xorg to run up. I > know that X > does work on this hardware as I've had it going with linux, openBSD > and ( I > think ) an older freeBSD release at some point. > > X -configure and relevant parts of pciconf -lv follow: > domino# X -configure > X.Org X Server 1.7.7 > Release Date: 2010-05-04 > X Protocol Version 11, Revision 0 > Build Operating System: FreeBSD 10.0-CURRENT powerpc Current > Operating System: FreeBSD domino.psych0tik.net 10.0-CURRENT FreeBSD > 10.0-CURRENT #1: Mon Oct 17 09:18:22 EST 2011 richo@domino.psych0tik.net > :/usr/obj/usr/src/sys/DOMINO powerpc > Build Date: 17 October 2011 10:58:04PM > Current version of pixman: 0.22.2 > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (==) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 17 23:58:02 2011 > Missing output drivers. Configuration failed. > domino# pciconf -lv > vgapci0@pci0:0:16:0: class=0x030000 card=0x001010de > chip=0x032910de rev=0xa1 hdr=0x00 > vendor = 'nVidia Corporation' > device = 'NV34M [GeForce FX Go5200]' > class = display > subclass = VGA > hostb0@pci0:0:11:0: class=0x060000 card=0x00000000 > chip=0x0058106b rev=0x00 hdr=0x00 > vendor = 'Apple Computer Inc.' > device = 'U3L AGP Bridge' > class = bridge > subclass = HOST-PCI > pcib2@pci1:0:1:0: class=0x060400 card=0x00000000 > chip=0x0053106b rev=0x00 hdr=0x01 > vendor = 'Apple Computer Inc.' > device = 'Shasta PCI Bridge' > class = bridge > subclass = PCI-PCI > > The issue as partially diagnosed in ##freebsd appears to be that the > extensions/drivers are being installed as .la and .a not .so as Xorg > seems to > expect (this is speculative, but seems to be confirmed by the xorg- > server > plist) > > but at this stage I'm very open to suggestion. > > thanks > > richo > > > -- > richo || Today's excuse: > Someone hooked the twisted pair wires into the answering machine. Hi, I think our first request would be your /var/log/Xorg.0.log file. That should help diagnose the problem. - Justin From owner-freebsd-ppc@FreeBSD.ORG Tue Oct 18 02:36:16 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3E30106564A for ; Tue, 18 Oct 2011 02:36:16 +0000 (UTC) (envelope-from richo@psych0tik.net) Received: from bedford.accountservergroup.com (bedford.accountservergroup.com [50.22.11.19]) by mx1.freebsd.org (Postfix) with ESMTP id 9BA0F8FC08 for ; Tue, 18 Oct 2011 02:36:16 +0000 (UTC) Received: from boxand.lnk.telstra.net ([203.45.130.125] helo=richh-imac.office.boxdice.com.au) by bedford.accountservergroup.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1RFzXL-0001CD-Cc; Mon, 17 Oct 2011 21:36:16 -0500 Date: Tue, 18 Oct 2011 13:36:29 +1100 From: richo To: Justin Hibbits Message-ID: <20111018023629.GA23161@richh-imac.office.boxdice.com.au> References: <20111018020556.GA13623@vesper.psych0tik.net> <51AC773D-DDD8-4D62-8907-95C8457735F9@alumni.cwru.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <51AC773D-DDD8-4D62-8907-95C8457735F9@alumni.cwru.edu> X-PGP-Key: http://natalya.psych0tik.net/~richo/pubkey.asc User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bedford.accountservergroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - psych0tik.net X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-ppc@freebsd.org Subject: Re: Xorg + FreeBSD 9.0BETA3 on iMac 5,1 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: Tue, 18 Oct 2011 02:36:16 -0000 --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 17/10/11 22:32 -0400, Justin Hibbits wrote: >On Oct 17, 2011, at 10:05 PM, richo wrote: > >>Hi list >> >>I've just installed FreeBSD 9.0BETA3 on my G5 iMac (I'm about 90%=20 >>sure it's a >>5,1, it's the 1.8 ghz one without iSight) >> >>Everything is working great except I can't get Xorg to run up. I=20 >>know that X >>does work on this hardware as I've had it going with linux, openBSD=20 >>and ( I >>think ) an older freeBSD release at some point. >> >>X -configure and relevant parts of pciconf -lv follow: >>domino# X -configure >>X.Org X Server 1.7.7 >>Release Date: 2010-05-04 >>X Protocol Version 11, Revision 0 >>Build Operating System: FreeBSD 10.0-CURRENT powerpc Current=20 >>Operating System: FreeBSD domino.psych0tik.net 10.0-CURRENT FreeBSD=20 >>10.0-CURRENT #1: Mon Oct 17 09:18:22 EST 2011 =20 >>richo@domino.psych0tik.net:/usr/obj/usr/src/sys/DOMINO powerpc >>Build Date: 17 October 2011 10:58:04PM >> Current version of pixman: 0.22.2 >> Before reporting problems, check http://wiki.x.org >> to make sure that you have the latest version. >>Markers: (--) probed, (**) from config file, (=3D=3D) default setting, >> (++) from command line, (!!) notice, (II) informational, >> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. >>(=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 17 23:58:02 2011 >>Missing output drivers. Configuration failed. >>domino# pciconf -lv >>vgapci0@pci0:0:16:0: class=3D0x030000 card=3D0x001010de=20 >>chip=3D0x032910de rev=3D0xa1 hdr=3D0x00 >> vendor =3D 'nVidia Corporation' >> device =3D 'NV34M [GeForce FX Go5200]' >> class =3D display >> subclass =3D VGA >>hostb0@pci0:0:11:0: class=3D0x060000 card=3D0x00000000=20 >>chip=3D0x0058106b rev=3D0x00 hdr=3D0x00 >> vendor =3D 'Apple Computer Inc.' >> device =3D 'U3L AGP Bridge' >> class =3D bridge >> subclass =3D HOST-PCI >>pcib2@pci1:0:1:0: class=3D0x060400 card=3D0x00000000=20 >>chip=3D0x0053106b rev=3D0x00 hdr=3D0x01 >> vendor =3D 'Apple Computer Inc.' >> device =3D 'Shasta PCI Bridge' >> class =3D bridge >> subclass =3D PCI-PCI >> >>The issue as partially diagnosed in ##freebsd appears to be that the >>extensions/drivers are being installed as .la and .a not .so as=20 >>Xorg seems to >>expect (this is speculative, but seems to be confirmed by the xorg-server >>plist) >> >>but at this stage I'm very open to suggestion. >> >>thanks >> >>richo >> >> >>--=20 >>richo || Today's excuse: >>Someone hooked the twisted pair wires into the answering machine. > >Hi, > >I think our first request would be your /var/log/Xorg.0.log file. =20 >That should help diagnose the problem. > >- Justin Sorry, I should have included it. I wrote that quite late after a lot of hair-pulling-out. I will post the full log when I get home, but the gist of it is Could not load glx (module does not exist) Could not load kbd (module does not exist) (... etc for mouse, dri, dri2, every module I built, except for nv- if that= 's relevant) Followed by FATAL: No screens found. richo --=20 richo || Today's excuse:=20 Neutrino overload on the nameserver --huq684BweRXVnRxX Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJOnOYtAAoJEIKiWz6J5yQVOnEIAImrhc2NQBgWrHRzzcwwZOnL OPZm8O/++FrKYYX6Zu9jAYxB/N8X0iR9JfWISyRfhYT/WP/y1Eq4FH3kA5G+sYWP WMZFFiHa/tTZGPXA5MmriAO8Xolcj70a5D++5VJmrPh4FMW89+xD4QHV/QDAlRbc W4LHkX2JgCtLTa+50/LjR1xa+Oa+tRYDMczkmZqrYOLQzbMQCZKQHVZGH2hUoLUK 5N80lJHriNidp3RBuBXaf0DF4fnSOsq1uheEs70Lxxp8AU9VQBEdm6N9IcGLDREx 9F16ByZ/gG1I9LTqYBuIm5/YV4MZmxCblT05gTilP9ZjRj7J8dmOJmWadkRN8Ic= =nKYF -----END PGP SIGNATURE----- --huq684BweRXVnRxX-- From owner-freebsd-ppc@FreeBSD.ORG Tue Oct 18 05:58:11 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EACD81065670; Tue, 18 Oct 2011 05:58:11 +0000 (UTC) (envelope-from c.jayachandran@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 55C568FC18; Tue, 18 Oct 2011 05:58:10 +0000 (UTC) Received: by wyi40 with SMTP id 40so256907wyi.13 for ; Mon, 17 Oct 2011 22:58:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=PLTbaFbcRP6rYPIKeD1GQnMYafBYBtE4tf9hePvU2VU=; b=GqfIjrGEu+luC0seHeCgW0IogPGz8iLqrWpUfuQO8qDU3DSupVqS/eZswROQPnBlWx /0Z9UhSTnV7Cic3EeEn0Gls37hBWmI+KQFl2/UjoCyKpr2Y1gsnr0CGLPtWjuc53SHmY g8exDJdmZZrq+qL/qa3l7JOdoDjAM/C794gZw= MIME-Version: 1.0 Received: by 10.216.137.36 with SMTP id x36mr373662wei.41.1318917490119; Mon, 17 Oct 2011 22:58:10 -0700 (PDT) Sender: c.jayachandran@gmail.com Received: by 10.216.188.3 with HTTP; Mon, 17 Oct 2011 22:58:10 -0700 (PDT) In-Reply-To: <20111018005939.GA27991@richh-imac.office.boxdice.com.au> References: <20111018005939.GA27991@richh-imac.office.boxdice.com.au> Date: Tue, 18 Oct 2011 11:28:10 +0530 X-Google-Sender-Auth: _PKor83zBhFwx4IZNlPQKgG3sho Message-ID: From: "Jayachandran C." To: richo Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-arm@freebsd.org, freebsd-ppc@freebsd.org Subject: Re: HEADSUP: FDT phandle change. [svn commit: r226466] 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: Tue, 18 Oct 2011 05:58:12 -0000 On Tue, Oct 18, 2011 at 6:29 AM, richo wrote: > On 17/10/11 19:21 +0530, Jayachandran C. wrote: >> >> I have committed this revision that changes the way phandle is >> represented for FDT. =A0The old representation was a pointer, =A0which >> would not work on 64bit - and the new representation is as an offset. >> >> This should not affect the FDT users, but if there is any breakage on >> ARM or PPC due to this please let me know. >> >> Thanks, >> JC. >> > > I can test on ppc tonight, is there anything specific I need to test, or > just > build world+kernel and confirm that it boots? buildkernel would be sufficient since this does have changes that affect the userspace. Let me know if you see any new crash, change in device behavior or missing devices after these changes. Thanks, JC. From owner-freebsd-ppc@FreeBSD.ORG Tue Oct 18 12:12:13 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6A54106564A for ; Tue, 18 Oct 2011 12:12:13 +0000 (UTC) (envelope-from richo@psych0tik.net) Received: from bedford.accountservergroup.com (bedford.accountservergroup.com [50.22.11.19]) by mx1.freebsd.org (Postfix) with ESMTP id BDEDD8FC0A for ; Tue, 18 Oct 2011 12:12:13 +0000 (UTC) Received: from ppp118-209-21-132.lns20.mel4.internode.on.net ([118.209.21.132] helo=vesper.psych0tik.net) by bedford.accountservergroup.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1RG8Wi-0006vq-NE for freebsd-ppc@freebsd.org; Tue, 18 Oct 2011 07:12:13 -0500 Date: Tue, 18 Oct 2011 23:12:06 +1100 From: richo To: freebsd-ppc@freebsd.org Message-ID: <20111018121206.GA2874@vesper.psych0tik.net> References: <20111018020556.GA13623@vesper.psych0tik.net> <51AC773D-DDD8-4D62-8907-95C8457735F9@alumni.cwru.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline In-Reply-To: <51AC773D-DDD8-4D62-8907-95C8457735F9@alumni.cwru.edu> X-PGP-Key: http://natalya.psych0tik.net/~richo/pubkey.asc User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bedford.accountservergroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - psych0tik.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Xorg + FreeBSD 9.0BETA3 on iMac 5,1 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: Tue, 18 Oct 2011 12:12:14 -0000 --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 17/10/11 22:32 -0400, Justin Hibbits wrote: >On Oct 17, 2011, at 10:05 PM, richo wrote: > >>Hi list >> >>I've just installed FreeBSD 9.0BETA3 on my G5 iMac (I'm about 90%=20 >>sure it's a >>5,1, it's the 1.8 ghz one without iSight) >> >>Everything is working great except I can't get Xorg to run up. I=20 >>know that X >>does work on this hardware as I've had it going with linux, openBSD=20 >>and ( I >>think ) an older freeBSD release at some point. >> >>X -configure and relevant parts of pciconf -lv follow: >>domino# X -configure >>X.Org X Server 1.7.7 >>Release Date: 2010-05-04 >>X Protocol Version 11, Revision 0 >>Build Operating System: FreeBSD 10.0-CURRENT powerpc Current=20 >>Operating System: FreeBSD domino.psych0tik.net 10.0-CURRENT FreeBSD=20 >>10.0-CURRENT #1: Mon Oct 17 09:18:22 EST 2011 =20 >>richo@domino.psych0tik.net:/usr/obj/usr/src/sys/DOMINO powerpc >>Build Date: 17 October 2011 10:58:04PM >> Current version of pixman: 0.22.2 >> Before reporting problems, check http://wiki.x.org >> to make sure that you have the latest version. >>Markers: (--) probed, (**) from config file, (=3D=3D) default setting, >> (++) from command line, (!!) notice, (II) informational, >> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. >>(=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 17 23:58:02 2011 >>Missing output drivers. Configuration failed. >>domino# pciconf -lv >>vgapci0@pci0:0:16:0: class=3D0x030000 card=3D0x001010de=20 >>chip=3D0x032910de rev=3D0xa1 hdr=3D0x00 >> vendor =3D 'nVidia Corporation' >> device =3D 'NV34M [GeForce FX Go5200]' >> class =3D display >> subclass =3D VGA >>hostb0@pci0:0:11:0: class=3D0x060000 card=3D0x00000000=20 >>chip=3D0x0058106b rev=3D0x00 hdr=3D0x00 >> vendor =3D 'Apple Computer Inc.' >> device =3D 'U3L AGP Bridge' >> class =3D bridge >> subclass =3D HOST-PCI >>pcib2@pci1:0:1:0: class=3D0x060400 card=3D0x00000000=20 >>chip=3D0x0053106b rev=3D0x00 hdr=3D0x01 >> vendor =3D 'Apple Computer Inc.' >> device =3D 'Shasta PCI Bridge' >> class =3D bridge >> subclass =3D PCI-PCI >> >>The issue as partially diagnosed in ##freebsd appears to be that the >>extensions/drivers are being installed as .la and .a not .so as=20 >>Xorg seems to >>expect (this is speculative, but seems to be confirmed by the xorg-server >>plist) > >Hi, > >I think our first request would be your /var/log/Xorg.0.log file. =20 >That should help diagnose the problem. > >- Justin Thanks Justin, Xorg.0.log inline X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 10.0-CURRENT powerpc=20 Current Operating System: FreeBSD domino.psych0tik.net 10.0-CURRENT FreeBSD= 10.0-CURRENT #1: Mon Oct 17 09:18:22 EST 2011 richo@domino.psych0tik.n= et:/usr/obj/usr/src/sys/DOMINO powerpc Build Date: 17 October 2011 10:58:04PM =20 Current version of pixman: 0.22.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (=3D=3D) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 17 23:58:02 2011 (II) Loader magic: 0x101eae48 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (--) Using syscons driver with X support (version 8589934616.192) (--) using VT number 9 (WW) xf86EnableIO 6 (II) xf86EnableIO: 508e4000 (--) PCI: (0:0:16:0) 10de:0329:10de:0010 nVidia Corporation NV34M [GeForce = FX Go5200] rev 161, Mem @ 0x91000000/16777216, 0xa0000000/134217728, BIOS @= 0x????????/65536 Missing output drivers. Configuration failed. --=20 richo || Today's excuse:=20 Sysadmin accidentally destroyed pager with a large hammer. --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJOnW0WAAoJEIKiWz6J5yQVGWYH/0uxaYEsTr4kdhBgFQAXJk52 sc1YrZMrzccYOjTwkQrFyFRZz+YK6RfuvYmGe3UbwMHJvq+M6CWnVT8jezMEYuOI 4CCg0rPWaSpM9O4WeCOpkrwPNbMpJX3GlI70pubKZKI2LizcUT2yuuS3JlUshZuS b9qHs5tzbozkb/oNZOJZZ/uOJ3iM7Td2rO00bHvfZ0JlldzEoOuOddNKMeN7Jj2Y c5cWHDTzB2VbqVNnmPQ8G35DJML8pjLjf/+WQoiOc3N4EVkOFbfahv7hP0cldaIw hnmvpHTuKhlUa+JN+ZNbtFal8z5k+nZKI8qLbv2FeRNr0ew9VuZpIn80iYlg3hQ= =reOw -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK-- From owner-freebsd-ppc@FreeBSD.ORG Tue Oct 18 12:20:10 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 719AC106566B for ; Tue, 18 Oct 2011 12:20:10 +0000 (UTC) (envelope-from richo@psych0tik.net) Received: from bedford.accountservergroup.com (bedford.accountservergroup.com [50.22.11.19]) by mx1.freebsd.org (Postfix) with ESMTP id 4918D8FC18 for ; Tue, 18 Oct 2011 12:20:10 +0000 (UTC) Received: from ppp118-209-21-132.lns20.mel4.internode.on.net ([118.209.21.132] helo=vesper.psych0tik.net) by bedford.accountservergroup.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1RG8eP-0001cL-BV for freebsd-ppc@freebsd.org; Tue, 18 Oct 2011 07:20:09 -0500 Date: Tue, 18 Oct 2011 23:20:03 +1100 From: richo To: freebsd-ppc@freebsd.org Message-ID: <20111018122003.GB2874@vesper.psych0tik.net> References: <20111018020556.GA13623@vesper.psych0tik.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="O5XBE6gyVG5Rl6Rj" Content-Disposition: inline In-Reply-To: X-PGP-Key: http://natalya.psych0tik.net/~richo/pubkey.asc User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bedford.accountservergroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - psych0tik.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Xorg + FreeBSD 9.0BETA3 on iMac 5,1 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: Tue, 18 Oct 2011 12:20:10 -0000 --O5XBE6gyVG5Rl6Rj Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 18/10/11 08:17 -0400, Eitan Adler wrote: >On Mon, Oct 17, 2011 at 10:05 PM, richo wrote: >> Build Operating System: FreeBSD 10.0-CURRENT powerpc Current Operating >> The issue as partially diagnosed in ##freebsd appears to be that the >> extensions/drivers are being installed as .la and .a not .so as Xorg see= ms >> to expect >> but at this stage I'm very open to suggestion. > >And now you know why I wrote UPDATING 20110928 ;) Once again I get burnt by UPDATING.. I generally remember to read it when updating, but forgot off a 'clean' install.. of -CURRENT. My bad. Thanks. richo --=20 richo || Today's excuse:=20 _Rosin_ core solder? But... --O5XBE6gyVG5Rl6Rj Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJOnW7zAAoJEIKiWz6J5yQVVl8IAMm9LzoiIx4d9a9VNgu9sNE5 vnRHxilnLO6yMHL/moDaugeKyYPjfKsvAQkJ3/uNPsg4oBIvUTvIgxve85peEu1U whAHX7nC3rRWTHnMV4XSO1VxsjMhvZ0F5ESVq+C/kmzqHV3MIFcMa8cLZ8VSifMZ i8/OhpDQjFq2MIshJ6EjAHScMw7w3Q+Or186HS4IGuMknFId7SGV4HIhstOmv7ag VPvs1dRbjHrz5VXrdC2iaw3lMCAO0H4O5YM4RjLb5fc2oTte+EgODdjpKwFqpciF MML4MR6ypk0trzBSBLlLTH6IraI6Y97jQ+DZUZZdBdkJbJcF72rlUuEJDwhFkPw= =MkNg -----END PGP SIGNATURE----- --O5XBE6gyVG5Rl6Rj-- From owner-freebsd-ppc@FreeBSD.ORG Tue Oct 18 12:39:38 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C23A1065672 for ; Tue, 18 Oct 2011 12:39:38 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9D8868FC0C for ; Tue, 18 Oct 2011 12:39:37 +0000 (UTC) Received: by wyi40 with SMTP id 40so675967wyi.13 for ; Tue, 18 Oct 2011 05:39:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=3nRjOBluDsKXtPuziWYoLOR/bBTwN5fWrH0LGfERCDk=; b=QtpiFplztWanfSR5ph4LcxF69JRC9EFoBQA1qzHt1LxumtX7QnmF2vl7hJ630m1Ebk tuKLFcMqslsvpgUF7xJW7wqH+tHrpcLiPowXmTqvcJjERzbdFubjZ9u3GkrlJ26gQfGb WCArMZks0zLLB3HVj/sfqaQsOrSStXrVfkIlM= Received: by 10.227.143.74 with SMTP id t10mr791378wbu.68.1318940259774; Tue, 18 Oct 2011 05:17:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.200.72 with HTTP; Tue, 18 Oct 2011 05:17:09 -0700 (PDT) In-Reply-To: <20111018020556.GA13623@vesper.psych0tik.net> References: <20111018020556.GA13623@vesper.psych0tik.net> From: Eitan Adler Date: Tue, 18 Oct 2011 08:17:09 -0400 Message-ID: To: richo Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ppc@freebsd.org Subject: Re: Xorg + FreeBSD 9.0BETA3 on iMac 5,1 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: Tue, 18 Oct 2011 12:39:38 -0000 On Mon, Oct 17, 2011 at 10:05 PM, richo wrote: > Build Operating System: FreeBSD 10.0-CURRENT powerpc Current Operating > The issue as partially diagnosed in ##freebsd appears to be that the > extensions/drivers are being installed as .la and .a not .so as Xorg seems > to expect > but at this stage I'm very open to suggestion. And now you know why I wrote UPDATING 20110928 ;) -- Eitan Adler From owner-freebsd-ppc@FreeBSD.ORG Tue Oct 18 22:20:48 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82312106566C for ; Tue, 18 Oct 2011 22:20:48 +0000 (UTC) (envelope-from richo@psych0tik.net) Received: from bedford.accountservergroup.com (bedford.accountservergroup.com [50.22.11.19]) by mx1.freebsd.org (Postfix) with ESMTP id 5D5318FC14 for ; Tue, 18 Oct 2011 22:20:48 +0000 (UTC) Received: from boxand.lnk.telstra.net ([203.45.130.125] helo=richh-imac.office.boxdice.com.au) by bedford.accountservergroup.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1RGI1f-0004ax-5Y for freebsd-ppc@freebsd.org; Tue, 18 Oct 2011 17:20:47 -0500 Date: Wed, 19 Oct 2011 09:21:02 +1100 From: richo To: freebsd-ppc Message-ID: <20111018222102.GA6722@richh-imac.office.boxdice.com.au> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="h31gzZEtNLTqOjlF" Content-Disposition: inline X-PGP-Key: http://natalya.psych0tik.net/~richo/pubkey.asc User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bedford.accountservergroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - psych0tik.net X-Source: X-Source-Args: X-Source-Dir: Subject: binutils + ppc64 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: Tue, 18 Oct 2011 22:20:48 -0000 --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi List, I'm hoping this isn't a similar case of having not RTFM like last time. I've got FreeBSD 9.0 BETA3 installed on my iMac (powerpc64) but the binutils port fails to proceed. I'm not quite sure I understand the issue, it suggests that freebsd/powerpc= 64 is not a supported architecture for ld, which is supported the file referencced, my questions are 1) Is work in progress on this? 2) How trivial is it to fix this? Is it a well documented process that simp= ly needs to be applied to this platform, or is there low-level powerpc-understanding wizardry involved? I have tried searching for more info, but I think all the keywords are so general that I'm having trouble digging through all the false positives. The error in question is *** ld does not support target powerpc64-portbld-freebsd9.9 *** see ld/configure.tgt for supported targets gmake[1]: *** [configure-ld] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/binutils/work/binutils-2.21.1' gmake: *** [all] Error 2 *** Error code 1 Thanks in advance --=20 richo || Today's excuse:=20 The co-locator cannot verify the frame-relay gateway to the ISDN server. --h31gzZEtNLTqOjlF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJOnfvOAAoJEIKiWz6J5yQVHxgH/0nNMAhpnet9Bjk0SnIrvS/x TNF94NIcA0i4PEsfi2W3THqe10U5xOxuBmRmtA4vyNkg5cYrWhR3sDgL3WuCbgA9 lmnMf63SkmvXDFYZiaJ0FgfoT11TrbW16HS+jZA4xwkW75iRYtf5SS+sdcMCVpmV i7bCkJl+zjwoLp/voPL6TbBc47gvipOcXsFHEAvueseIREhEjca0dJKUWkIrhAxk ub1Gr60A3LvrsgPAdkCKZZzXWOr3wRXFnm+Y7jF1evkoOy+f2qVz3po2o+gZZNOi GBOIQURoAs3yJ+rCRHhjPxNnNiZnBJBMgdDIGDI7lcXT8ltmv0VG1egGdnijISE= =GMQ7 -----END PGP SIGNATURE----- --h31gzZEtNLTqOjlF-- From owner-freebsd-ppc@FreeBSD.ORG Tue Oct 18 22:28:53 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE2041065672 for ; Tue, 18 Oct 2011 22:28:53 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from agogare.doit.wisc.edu (agogare.doit.wisc.edu [144.92.197.211]) by mx1.freebsd.org (Postfix) with ESMTP id 83BE68FC22 for ; Tue, 18 Oct 2011 22:28:53 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0LTA002009447U00@smtpauth2.wiscmail.wisc.edu> for freebsd-ppc@freebsd.org; Tue, 18 Oct 2011 17:28:52 -0500 (CDT) Received: from wanderer.tachypleus.net ([unknown] [128.104.255.9]) by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0LTA00ANH943BK40@smtpauth2.wiscmail.wisc.edu>; Tue, 18 Oct 2011 17:28:51 -0500 (CDT) Date: Tue, 18 Oct 2011 17:28:51 -0500 From: Nathan Whitehorn In-reply-to: <20111018222102.GA6722@richh-imac.office.boxdice.com.au> To: richo Message-id: <4E9DFDA3.901@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=128.104.255.9 X-Spam-PmxInfo: Server=avs-10, Version=5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2011.10.18.221815, SenderIP=128.104.255.9 References: <20111018222102.GA6722@richh-imac.office.boxdice.com.au> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0) Gecko/20110928 Thunderbird/7.0 Cc: freebsd-ppc Subject: Re: binutils + ppc64 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: Tue, 18 Oct 2011 22:28:53 -0000 It's known to be broken. I don't know if a fix is in progress -- Andreas may be able to better comment. What do you need it for? If it's ffmpeg, you can just comment out the bit of its Makefile that needs it and it will build fine. -Nathan On 10/18/11 17:21, richo wrote: > Hi List, > > I'm hoping this isn't a similar case of having not RTFM like last time. > > I've got FreeBSD 9.0 BETA3 installed on my iMac (powerpc64) but the > binutils > port fails to proceed. > > I'm not quite sure I understand the issue, it suggests that > freebsd/powerpc64 > is not a supported architecture for ld, which is supported the file > referencced, my questions are > > 1) Is work in progress on this? > 2) How trivial is it to fix this? Is it a well documented process that > simply > needs to be applied to this platform, or is there low-level > powerpc-understanding wizardry involved? > > I have tried searching for more info, but I think all the keywords are so > general that I'm having trouble digging through all the false positives. > > The error in question is > > *** ld does not support target powerpc64-portbld-freebsd9.9 > *** see ld/configure.tgt for supported targets > gmake[1]: *** [configure-ld] Error 1 > gmake[1]: Leaving directory > `/usr/ports/devel/binutils/work/binutils-2.21.1' > gmake: *** [all] Error 2 > *** Error code 1 > > Thanks in advance > From owner-freebsd-ppc@FreeBSD.ORG Tue Oct 18 22:44:27 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B30911065672 for ; Tue, 18 Oct 2011 22:44:27 +0000 (UTC) (envelope-from richo@psych0tik.net) Received: from bedford.accountservergroup.com (bedford.accountservergroup.com [50.22.11.19]) by mx1.freebsd.org (Postfix) with ESMTP id 8B4898FC14 for ; Tue, 18 Oct 2011 22:44:27 +0000 (UTC) Received: from boxand.lnk.telstra.net ([203.45.130.125] helo=richh-imac.office.boxdice.com.au) by bedford.accountservergroup.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1RGIOY-0002zS-KS for freebsd-ppc@freebsd.org; Tue, 18 Oct 2011 17:44:27 -0500 Date: Wed, 19 Oct 2011 09:44:42 +1100 From: richo To: freebsd-ppc Message-ID: <20111018224442.GB6722@richh-imac.office.boxdice.com.au> References: <20111018222102.GA6722@richh-imac.office.boxdice.com.au> <4E9DFDA3.901@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="24zk1gE8NUlDmwG9" Content-Disposition: inline In-Reply-To: <4E9DFDA3.901@freebsd.org> X-PGP-Key: http://natalya.psych0tik.net/~richo/pubkey.asc User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bedford.accountservergroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - psych0tik.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: binutils + ppc64 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: Tue, 18 Oct 2011 22:44:27 -0000 --24zk1gE8NUlDmwG9 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 18/10/11 17:28 -0500, Nathan Whitehorn wrote: >It's known to be broken. I don't know if a fix is in progress --=20 >Andreas may be able to better comment. What do you need it for? If=20 >it's ffmpeg, you can just comment out the bit of its Makefile that=20 >needs it and it will build fine. >-Nathan > Hi Nathan, Thanks- I didn't know that. You were correct, it was for ffmpeg. For my information, it sounds like it was reasonably common knowledge that I could get away with removing binutils from the Makefile, where should I have been looking to find that out? Cheers Rich --=20 richo || Today's excuse:=20 The kernel license has expired --24zk1gE8NUlDmwG9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJOngFaAAoJEIKiWz6J5yQVSFoH/iqX8v2lNQ2esI52iNpytwBf Wyfk4RZ8VkXvs1rPAuiF6qRos/6fQEtKq62LWL/axPCdD3hhfl3r+ZTjYpbrmgXD OjXt0YpFcwMBX1sltA1raNTLjZ5nO9sQ3i95AdHWRjgArjYzjfohSFMmEJFv/fx9 WpcWTDaJMLnm7Twm0RY9Z2WGSW1u1P5VuNQ8nskB1i6tBL8mrcfavBcyBUAV573j NeQkopMKaQjKwPi2aYJnl9vS1Ew4J2Urupcu3HisEj/poxADcw+xu9CEaPnmR6C6 6uw9VYEuJEr292hmDmmB5UQvJGWr4oLnZbBwTkIK6J1Bf8srhc9f1D3tB8eUqYI= =pSmv -----END PGP SIGNATURE----- --24zk1gE8NUlDmwG9-- From owner-freebsd-ppc@FreeBSD.ORG Tue Oct 18 23:11:44 2011 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C73AC106566C; Tue, 18 Oct 2011 23:11:44 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 7E1388FC0A; Tue, 18 Oct 2011 23:11:44 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.4) with ESMTP id p9INBhpH068912; Tue, 18 Oct 2011 19:11:43 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.4/Submit) id p9INBhdC068905; Tue, 18 Oct 2011 23:11:43 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 18 Oct 2011 23:11:43 GMT Message-Id: <201110182311.p9INBhdC068905@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2011 23:11:45 -0000 TB --- 2011-10-18 22:26:44 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-10-18 22:26:44 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2011-10-18 22:26:44 - cleaning the object tree TB --- 2011-10-18 22:26:58 - cvsupping the source tree TB --- 2011-10-18 22:26:58 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2011-10-18 22:27:11 - building world TB --- 2011-10-18 22:27:11 - CROSS_BUILD_TESTING=YES TB --- 2011-10-18 22:27:11 - MAKEOBJDIRPREFIX=/obj TB --- 2011-10-18 22:27:11 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-10-18 22:27:11 - SRCCONF=/dev/null TB --- 2011-10-18 22:27:11 - TARGET=powerpc TB --- 2011-10-18 22:27:11 - TARGET_ARCH=powerpc TB --- 2011-10-18 22:27:11 - TZ=UTC TB --- 2011-10-18 22:27:11 - __MAKE_CONF=/dev/null TB --- 2011-10-18 22:27:11 - cd /src TB --- 2011-10-18 22:27:11 - /usr/bin/make -B buildworld >>> World build started on Tue Oct 18 22:27:11 UTC 2011 >>> 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 [...] /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:3063: instantiated from here /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:245: error: 'Twine' was not declared in this scope /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp: In member function 'void::FreeBSDTargetInfo::getOSDefines(const clang::LangOptions&, const llvm::Triple&, clang::MacroBuilder&) const [with Target = ::MipsTargetInfo]': /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:3063: instantiated from here /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:245: error: 'Twine' was not declared in this scope /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp: In member function 'void::FreeBSDTargetInfo::getOSDefines(const clang::LangOptions&, const llvm::Triple&, clang::MacroBuilder&) const [with Target = ::ARMTargetInfo]': /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:3063: instantiated from here /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:245: error: 'Twine' was not declared in this scope *** Error code 1 Stop in /src/lib/clang/libclangbasic. *** Error code 1 Stop in /src/lib/clang. *** 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 --- 2011-10-18 23:11:43 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-10-18 23:11:43 - ERROR: failed to build world TB --- 2011-10-18 23:11:43 - 2031.27 user 451.99 system 2698.48 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Wed Oct 19 00:06:33 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79829106564A for ; Wed, 19 Oct 2011 00:06:33 +0000 (UTC) (envelope-from root@ns6.wowcardeals.com) Received: from ns6.wowcardeals.com (ns6.wowcardeals.com [217.23.9.146]) by mx1.freebsd.org (Postfix) with ESMTP id 0858C8FC12 for ; Wed, 19 Oct 2011 00:06:33 +0000 (UTC) Received: by ns6.wowcardeals.com (Postfix, from userid 0) id EBB0590A179; Wed, 19 Oct 2011 03:26:19 +0400 (MSD) To: freebsd-ppc@freebsd.org From: 'Drive a New BMW for R4999 P/M' Content-Disposition: inline Message-Id: <20111018232619.EBB0590A179@ns6.wowcardeals.com> Date: Wed, 19 Oct 2011 03:26:19 +0400 (MSD) MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Drive A New BMW for R4999 P/M 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: Wed, 19 Oct 2011 00:06:33 -0000 wowbmw.com Drive a new BMW from R4999 per month! Can't see the pictures? [1]Click here to view this email online. Save up to R1 411.54 per month [2]BMW E90 320i BMW E90 320i Petrol (Manual) * From R4 999.00 per month. * Manual * 2.0L Petrol * Radio/CD * Aircon Climate Control * Central Locking * ABS/ASC + T&CBC * Fog Lamps * Cruise Control * Alloy Wheels * Isofix * Multifunction Steering Wheel * Cruise Control * Run Flat Tyres * 5 Year / 100 000km Motorplan Are you Interested? [3]YES / [4]NO Save up to R1 463.76 per month [5]BMW E90 Auto BMW E90 320i Petrol (Automatic) * From R5 299.00 per month. * Automatic * 2.0L Petrol * Radio/CD * Aircon Climate Control * Central Locking * ABS/ASC + T&CBC * Fog Lamps * Cruise Control * Alloy Wheels * Isofix * Multifunction Steering Wheel * Cruise Control * Run Flat Tyres * 5 Year / 100 000km Motorplan Are you Interested? [6]YES / [7]NO Subject to availability of stock. Extra's not factory fitted will be charged Terms and conditions and cost of credit General terms and conditions and cost of credit Duration of contract 72 months. Once off initiation fee of R1140.00 VAT inclusive, already included in contract. Monthly service fee of R57.00 VAT inclusive. Rate at prime +2% variable. All delivery, lic, registration and number plates included in cost of credit. No residual value or deposit. Cost of credit and repayments may vary due to your credit risk profile. Application subject (at all times) to approval from our credit providers partners. Pre quote and pre contract available at all times. Terms and conditions and cost of credit available or request of contract in all official languages To qualify, the applicant must comply with the following basic conditions: * Earn a minimum salary of R5 500.00 nett (take home); * Not listed on the ITC; * Have a SA Driver's license and ID; * The rest of our terms and conditions are set out in the example [8]Advertising Contract. Advertising initiative cost of credit: * BMW E90 320i Petrol (Manual) = R359 928.00 * BMW E90 320i Petrol (Automatic) = R381 528.00 Please note that your repayment and cost of credit may vary as per terms and conditions of the advertising agreement. Advertised payment reduction is governed by a advertising program. Re-payments exclude monthly services charged and include initiation fee as allowed by the NCR. To view an example of an advertising contract please [9]click here. Example adverts on the back of the vehicles: Branding Branding Cost of credit and repayment if you opt not to enter into the advertising initiative: * BMW E90 320i Petrol (Manual) = R465 662.88 Repayment = R6 467.54 per month * BMW E90 320i Petrol (Automatic) = R491 022.72 Repayment = R6 819.76 per month Repayments and cost of credit includes initiation and monthly service fees as prescribed by the [10]NCR. To stop receiving emails, please [11]UNSUBSCRIBE here References 1. http://www.wowbmw.com/mailer/002/agent.php?page=online&agent=002&campaign=bmw&vehicle=1 2. http://www.wowbmw.com/mailer/002/agent.php?page=apply&agent=002&campaign=bmw&vehicle=25 3. http://www.wowbmw.com/mailer/002/agent.php?page=apply&agent=002&campaign=bmw&vehicle=25 4. http://www.wowbmw.com/mailer/002/agent.php?page=decline&agent=002&campaign=bmw&vehicle=25 5. http://www.wowbmw.com/mailer/002/agent.php?page=apply&agent=002&campaign=bmw&vehicle=26 6. http://www.wowbmw.com/mailer/002/agent.php?page=apply&agent=002&campaign=bmw&vehicle=26 7. http://www.wowbmw.com/mailer/002/agent.php?page=decline&agent=002&campaign=bmw&vehicle=26 8. http://www.wowbmw.com/contract.pdf 9. http://www.wowbmw.com/contract.pdf 10. http://www.ncr.org.za/ 11. http://www.wowbmw.com/site/decline.php From owner-freebsd-ppc@FreeBSD.ORG Wed Oct 19 02:40:48 2011 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB1141065673; Wed, 19 Oct 2011 02:40:47 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 9C8698FC0C; Wed, 19 Oct 2011 02:40:47 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.4) with ESMTP id p9J2ekOt068589; Tue, 18 Oct 2011 22:40:46 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.4/Submit) id p9J2ek2t068570; Wed, 19 Oct 2011 02:40:46 GMT (envelope-from tinderbox@freebsd.org) Date: Wed, 19 Oct 2011 02:40:46 GMT Message-Id: <201110190240.p9J2ek2t068570@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2011 02:40:48 -0000 TB --- 2011-10-19 01:55:33 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-10-19 01:55:33 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2011-10-19 01:55:33 - cleaning the object tree TB --- 2011-10-19 01:55:38 - cvsupping the source tree TB --- 2011-10-19 01:55:38 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2011-10-19 01:55:49 - building world TB --- 2011-10-19 01:55:49 - CROSS_BUILD_TESTING=YES TB --- 2011-10-19 01:55:49 - MAKEOBJDIRPREFIX=/obj TB --- 2011-10-19 01:55:49 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-10-19 01:55:49 - SRCCONF=/dev/null TB --- 2011-10-19 01:55:49 - TARGET=powerpc TB --- 2011-10-19 01:55:49 - TARGET_ARCH=powerpc TB --- 2011-10-19 01:55:49 - TZ=UTC TB --- 2011-10-19 01:55:49 - __MAKE_CONF=/dev/null TB --- 2011-10-19 01:55:49 - cd /src TB --- 2011-10-19 01:55:49 - /usr/bin/make -B buildworld >>> World build started on Wed Oct 19 01:55:49 UTC 2011 >>> 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 [...] /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:3063: instantiated from here /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:245: error: 'Twine' was not declared in this scope /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp: In member function 'void::FreeBSDTargetInfo::getOSDefines(const clang::LangOptions&, const llvm::Triple&, clang::MacroBuilder&) const [with Target = ::MipsTargetInfo]': /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:3063: instantiated from here /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:245: error: 'Twine' was not declared in this scope /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp: In member function 'void::FreeBSDTargetInfo::getOSDefines(const clang::LangOptions&, const llvm::Triple&, clang::MacroBuilder&) const [with Target = ::ARMTargetInfo]': /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:3063: instantiated from here /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:245: error: 'Twine' was not declared in this scope *** Error code 1 Stop in /src/lib/clang/libclangbasic. *** Error code 1 Stop in /src/lib/clang. *** 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 --- 2011-10-19 02:40:46 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-10-19 02:40:46 - ERROR: failed to build world TB --- 2011-10-19 02:40:46 - 2044.12 user 459.25 system 2713.24 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Wed Oct 19 04:40:14 2011 Return-Path: Delivered-To: freebsd-ppc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E59351065670; Wed, 19 Oct 2011 04:40:14 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) by mx1.freebsd.org (Postfix) with ESMTP id 596AA8FC1A; Wed, 19 Oct 2011 04:40:13 +0000 (UTC) Received: from deuterium.andreas.nets (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id p9J4eABF091776; Wed, 19 Oct 2011 06:40:11 +0200 (CEST) (envelope-from andreast@FreeBSD.org) Message-ID: <4E9E54AA.2070706@FreeBSD.org> Date: Wed, 19 Oct 2011 06:40:10 +0200 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: richo References: <20111018222102.GA6722@richh-imac.office.boxdice.com.au> <4E9DFDA3.901@freebsd.org> In-Reply-To: <4E9DFDA3.901@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 Cc: Nathan Whitehorn , freebsd-ppc Subject: Re: binutils + ppc64 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: Wed, 19 Oct 2011 04:40:15 -0000 On 19.10.11 00:28, Nathan Whitehorn wrote: > It's known to be broken. I don't know if a fix is in progress -- Andreas > may be able to better comment. What do you need it for? If it's ffmpeg, > you can just comment out the bit of its Makefile that needs it and it > will build fine. Aehm, I have something around. I'm not entirely happy with since I meant to see some troubles while building gcc-trunk. Nevertheless, I can provide you a diff for binutils later today. Gruss, Andreas From owner-freebsd-ppc@FreeBSD.ORG Wed Oct 19 06:10:40 2011 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A692106564A; Wed, 19 Oct 2011 06:10:40 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 2F2E28FC08; Wed, 19 Oct 2011 06:10:39 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.4) with ESMTP id p9J6AdhK075831; Wed, 19 Oct 2011 02:10:39 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.4/Submit) id p9J6AdMs075724; Wed, 19 Oct 2011 06:10:39 GMT (envelope-from tinderbox@freebsd.org) Date: Wed, 19 Oct 2011 06:10:39 GMT Message-Id: <201110190610.p9J6AdMs075724@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2011 06:10:40 -0000 TB --- 2011-10-19 05:26:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-10-19 05:26:00 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2011-10-19 05:26:00 - cleaning the object tree TB --- 2011-10-19 05:26:04 - cvsupping the source tree TB --- 2011-10-19 05:26:04 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2011-10-19 05:26:15 - building world TB --- 2011-10-19 05:26:15 - CROSS_BUILD_TESTING=YES TB --- 2011-10-19 05:26:15 - MAKEOBJDIRPREFIX=/obj TB --- 2011-10-19 05:26:15 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-10-19 05:26:15 - SRCCONF=/dev/null TB --- 2011-10-19 05:26:15 - TARGET=powerpc TB --- 2011-10-19 05:26:15 - TARGET_ARCH=powerpc TB --- 2011-10-19 05:26:15 - TZ=UTC TB --- 2011-10-19 05:26:15 - __MAKE_CONF=/dev/null TB --- 2011-10-19 05:26:15 - cd /src TB --- 2011-10-19 05:26:15 - /usr/bin/make -B buildworld >>> World build started on Wed Oct 19 05:26:16 UTC 2011 >>> 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 [...] /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:3063: instantiated from here /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:245: error: 'Twine' was not declared in this scope /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp: In member function 'void::FreeBSDTargetInfo::getOSDefines(const clang::LangOptions&, const llvm::Triple&, clang::MacroBuilder&) const [with Target = ::MipsTargetInfo]': /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:3063: instantiated from here /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:245: error: 'Twine' was not declared in this scope /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp: In member function 'void::FreeBSDTargetInfo::getOSDefines(const clang::LangOptions&, const llvm::Triple&, clang::MacroBuilder&) const [with Target = ::ARMTargetInfo]': /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:3063: instantiated from here /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:245: error: 'Twine' was not declared in this scope *** Error code 1 Stop in /src/lib/clang/libclangbasic. *** Error code 1 Stop in /src/lib/clang. *** 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 --- 2011-10-19 06:10:39 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-10-19 06:10:39 - ERROR: failed to build world TB --- 2011-10-19 06:10:39 - 2022.01 user 455.10 system 2678.59 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Wed Oct 19 07:59:51 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4E7310656FD for ; Wed, 19 Oct 2011 07:59:51 +0000 (UTC) (envelope-from nm.knife@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 73D138FC19 for ; Wed, 19 Oct 2011 07:59:51 +0000 (UTC) Received: by iaky10 with SMTP id y10so2161001iak.13 for ; Wed, 19 Oct 2011 00:59:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=UBRRXtZCBUjjuznleH/9L5ka6z2WKn25swn1hsUzjsU=; b=SNKDtbyVTq5ayxjPVZQ6npkmvHSGcOTdS0TJ+99w1k+e6jBWOVMfcXcvz8KQK32Pzp Ca6I0Y3qPIoKY4JBUYfvWwwXJbGEupYbk1dT6ybmzC7RQIPuQl47D31J1PJ6JpsNRS+E xMFat70tDyfJdSlyoG8f/x3vhmGpbzesUX+B4= MIME-Version: 1.0 Received: by 10.42.157.3 with SMTP id b3mr10378615icx.44.1319011190508; Wed, 19 Oct 2011 00:59:50 -0700 (PDT) Received: by 10.182.116.36 with HTTP; Wed, 19 Oct 2011 00:59:50 -0700 (PDT) Date: Wed, 19 Oct 2011 00:59:50 -0700 Message-ID: From: =?windows-1251?B?y/7h7uzo8CDD8Ojj7vDu4g==?= To: freebsd-ppc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: POWER3 / IBM 7028-6E1 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: Wed, 19 Oct 2011 07:59:51 -0000 I have AIX 5.1, but there isn't much I could do with it as the software is really limited + anything official is hard to get due to being outdated. I guess it is worth asking if the POWER3 CPU is supported by either the powerpc or the powerpc64 version of FreeBSD? I looked under Debian and they had support for POWER3 and the pSeries 610 (7025-6E1) under the powerpc kernel. I am wondering if the POWER3 CPU is supported in FreeBSD and which version should I try (powerpc or powerpc64)? Here are my system details: - 333 MHz POWER3-II 64-bit processor, 4 MB of L2 cache (I have yet to figure out if it's 1 or 2 way SMP, most likely 1 way) - 512 MB of ECC SDRAM - 18 GB Ultra3 SCSI HDD - Two 10/100 Ethernet (IEEE 802.3 compliant) - CD-ROM - Floppy - Tape Drive (I disconnected it, don't need it) Cheers. -- Lyubomir Grigorov (bgalakazam) From owner-freebsd-ppc@FreeBSD.ORG Wed Oct 19 09:41:33 2011 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 274711065675; Wed, 19 Oct 2011 09:41:33 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id D757B8FC1C; Wed, 19 Oct 2011 09:41:32 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.4) with ESMTP id p9J9fW4Y087986; Wed, 19 Oct 2011 05:41:32 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.4/Submit) id p9J9fW81087959; Wed, 19 Oct 2011 09:41:32 GMT (envelope-from tinderbox@freebsd.org) Date: Wed, 19 Oct 2011 09:41:32 GMT Message-Id: <201110190941.p9J9fW81087959@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2011 09:41:33 -0000 TB --- 2011-10-19 08:56:44 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-10-19 08:56:44 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2011-10-19 08:56:44 - cleaning the object tree TB --- 2011-10-19 08:56:49 - cvsupping the source tree TB --- 2011-10-19 08:56:49 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2011-10-19 08:57:01 - building world TB --- 2011-10-19 08:57:01 - CROSS_BUILD_TESTING=YES TB --- 2011-10-19 08:57:01 - MAKEOBJDIRPREFIX=/obj TB --- 2011-10-19 08:57:01 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-10-19 08:57:01 - SRCCONF=/dev/null TB --- 2011-10-19 08:57:01 - TARGET=powerpc TB --- 2011-10-19 08:57:01 - TARGET_ARCH=powerpc TB --- 2011-10-19 08:57:01 - TZ=UTC TB --- 2011-10-19 08:57:01 - __MAKE_CONF=/dev/null TB --- 2011-10-19 08:57:01 - cd /src TB --- 2011-10-19 08:57:01 - /usr/bin/make -B buildworld >>> World build started on Wed Oct 19 08:57:02 UTC 2011 >>> 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 [...] /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:3063: instantiated from here /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:245: error: 'Twine' was not declared in this scope /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp: In member function 'void::FreeBSDTargetInfo::getOSDefines(const clang::LangOptions&, const llvm::Triple&, clang::MacroBuilder&) const [with Target = ::MipsTargetInfo]': /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:3063: instantiated from here /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:245: error: 'Twine' was not declared in this scope /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp: In member function 'void::FreeBSDTargetInfo::getOSDefines(const clang::LangOptions&, const llvm::Triple&, clang::MacroBuilder&) const [with Target = ::ARMTargetInfo]': /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:3063: instantiated from here /src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/Targets.cpp:245: error: 'Twine' was not declared in this scope *** Error code 1 Stop in /src/lib/clang/libclangbasic. *** Error code 1 Stop in /src/lib/clang. *** 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 --- 2011-10-19 09:41:31 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-10-19 09:41:31 - ERROR: failed to build world TB --- 2011-10-19 09:41:31 - 2020.82 user 456.88 system 2687.41 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Wed Oct 19 14:49:23 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD9AD106564A for ; Wed, 19 Oct 2011 14:49:23 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from adsum.doit.wisc.edu (adsum.doit.wisc.edu [144.92.197.210]) by mx1.freebsd.org (Postfix) with ESMTP id 80B0C8FC0C for ; Wed, 19 Oct 2011 14:49:23 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 8BIT Content-type: text/plain; charset=UTF-8; format=flowed Received: from avs-daemon.smtpauth1.wiscmail.wisc.edu by smtpauth1.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0LTB0080OIIAG300@smtpauth1.wiscmail.wisc.edu> for freebsd-ppc@freebsd.org; Wed, 19 Oct 2011 09:49:22 -0500 (CDT) Received: from comporellon.tachypleus.net (adsl-75-50-88-125.dsl.mdsnwi.sbcglobal.net [75.50.88.125]) by smtpauth1.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0LTB005R7II9XF00@smtpauth1.wiscmail.wisc.edu> for freebsd-ppc@freebsd.org; Wed, 19 Oct 2011 09:49:21 -0500 (CDT) Date: Wed, 19 Oct 2011 09:49:20 -0500 From: Nathan Whitehorn In-reply-to: To: =?UTF-8?B?0JvRjtCx0L7QvNC40YAg0JPRgNC40LPQvtGA0L7Qsg==?= Message-id: <4E9EE370.8000604@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=75.50.88.125 X-Spam-PmxInfo: Server=avs-13, Version=5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2011.10.19.143623, SenderIP=75.50.88.125 References: User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0) Gecko/20110928 Thunderbird/7.0 Cc: freebsd-ppc@freebsd.org Subject: Re: POWER3 / IBM 7028-6E1 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: Wed, 19 Oct 2011 14:49:23 -0000 On 10/19/11 02:59, Любомир Григоров wrote: > I have AIX 5.1, but there isn't much I could do with it as the software is > really limited + anything official is hard to get due to being outdated. I > guess it is worth asking if the POWER3 CPU is supported by either the > powerpc or the powerpc64 version of FreeBSD? I looked under Debian and they > had support for POWER3 and the pSeries 610 (7025-6E1) under the powerpc > kernel. > > I am wondering if the POWER3 CPU is supported in FreeBSD and which version > should I try (powerpc or powerpc64)? > > Here are my system details: > - 333 MHz POWER3-II 64-bit processor, 4 MB of L2 cache (I have yet to figure > out if it's 1 or 2 way SMP, most likely 1 way) > - 512 MB of ECC SDRAM > - 18 GB Ultra3 SCSI HDD > - Two 10/100 Ethernet (IEEE 802.3 compliant) > - CD-ROM > - Floppy > - Tape Drive (I disconnected it, don't need it) > > Cheers. > I don't know a lot about POWER3. Your hardware isn't supported, for sure. It's possible the 9.0 PowerPC builds do something on it, and it would be interesting to see what if you feel like trying. If it manages to print anything to console, it's possible support could be added. The 64-bit kernel will certainly not work, as it depends on the newer MMU architecture introduced with the POWER4. -Nathan From owner-freebsd-ppc@FreeBSD.ORG Wed Oct 19 15:38:39 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19DA9106564A; Wed, 19 Oct 2011 15:38:39 +0000 (UTC) (envelope-from c.jayachandran@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1D6A98FC19; Wed, 19 Oct 2011 15:38:37 +0000 (UTC) Received: by wyi40 with SMTP id 40so2392191wyi.13 for ; Wed, 19 Oct 2011 08:38:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=Lll5IMW4teql2DW1qOv+Kj3PtIoA9WrGth3LJu5MIMA=; b=fvLjMen4AW2TQdGGk1bFEA03198b9Q1MO008PrpgqRk5EUrYrRrispOL6dgPsSQf4O yoPY/HbDAEh5u+p9sr3MxmGQ9+CIXTogWw/FQSB9UKtsNq/7jGmvk6Xw3BVKkNWxpCBj upBONGiShZAPhB3+efe4g8wpJdkFzDG5oMNqw= MIME-Version: 1.0 Received: by 10.216.139.224 with SMTP id c74mr2728022wej.11.1319038671103; Wed, 19 Oct 2011 08:37:51 -0700 (PDT) Sender: c.jayachandran@gmail.com Received: by 10.216.188.3 with HTTP; Wed, 19 Oct 2011 08:37:50 -0700 (PDT) Date: Wed, 19 Oct 2011 21:07:50 +0530 X-Google-Sender-Auth: JuUm13nXD6l6jf4yZCy9jAQkdqE Message-ID: From: "Jayachandran C." To: Rafal Jaworowski , Nathan Whitehorn , freebsd-arm@freebsd.org, freebsd-ppc@freebsd.org Content-Type: multipart/mixed; boundary=0016e6d508eb6fa82104afa89f6b Cc: Marcel Moolenaar Subject: [RFC] Fix OF_finddevice return code for FDT 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: Wed, 19 Oct 2011 15:38:39 -0000 --0016e6d508eb6fa82104afa89f6b Content-Type: text/plain; charset=ISO-8859-1 While reviewing the previous FDT patch, nwhithorn@ noted that the return code of OF_finddevice was not correct in case of FDT. According to the 1275 standard, we should return a phandle value of -1 in case of error, but the ofw_fdt_finddevice implementation now returns 0. The attached patches fixes this in the FDT code, and makes changes in the callers to check the return code correctly. Since most of the callers are in ARM, any testing on ARM would be really appreciated Thanks, JC. --0016e6d508eb6fa82104afa89f6b Content-Type: application/octet-stream; name="fdt-finddevice-fix.patch" Content-Disposition: attachment; filename="fdt-finddevice-fix.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gtygvap00 Y29tbWl0IDgxMDc2ZThhYTRjYmYyM2M4YWQ4OTBlYzg1MTVmNzkxN2JhZTJhYjgKQXV0aG9yOiBK YXlhY2hhbmRyYW4gQyA8amF5YWNoYW5kcmFuY0BuZXRsb2dpY21pY3JvLmNvbT4KRGF0ZTogICBU dWUgT2N0IDE4IDAwOjU3OjQ2IDIwMTEgKzA1MzAKCiAgICBPRl9maW5kZGV2aWNlIHNob3VsZCBy ZXR1cm4gLTEgb24gZXJyb3IKICAgIAogICAgRml4IHRoZSBpbXBsZW1lbnRhdGlvbiwgYW5kIGZp eHVwIHRoZSBjYWxsZXJzLgoKZGlmZiAtLWdpdCBhL3N5cy9kZXYvZmR0L2ZkdF9jb21tb24uYyBi L3N5cy9kZXYvZmR0L2ZkdF9jb21tb24uYwppbmRleCBkMjU3MTViLi44NzAyZGYyIDEwMDY0NAot LS0gYS9zeXMvZGV2L2ZkdC9mZHRfY29tbW9uLmMKKysrIGIvc3lzL2Rldi9mZHQvZmR0X2NvbW1v bi5jCkBAIC03NCwxMyArNzQsMTMgQEAgZmR0X2ltbXJfYWRkcih2bV9vZmZzZXRfdCBpbW1yX3Zh KQogCS8qCiAJICogVHJ5IHRvIGFjY2VzcyB0aGUgU09DIG5vZGUgZGlyZWN0bHkgaS5lLiB0aHJv dWdoIC9hbGlhc2VzLy4KIAkgKi8KLQlpZiAoKG5vZGUgPSBPRl9maW5kZGV2aWNlKCJzb2MiKSkg IT0gMCkKKwlpZiAoKG5vZGUgPSBPRl9maW5kZGV2aWNlKCJzb2MiKSkgIT0gLTEpCiAJCWlmIChm ZHRfaXNfY29tcGF0aWJsZV9zdHJpY3Qobm9kZSwgInNpbXBsZS1idXMiKSkKIAkJCWdvdG8gbW92 ZW9uOwogCS8qCiAJICogRmluZCB0aGUgbm9kZSB0aGUgbG9uZyB3YXkuCiAJICovCi0JaWYgKChu b2RlID0gT0ZfZmluZGRldmljZSgiLyIpKSA9PSAwKQorCWlmICgobm9kZSA9IE9GX2ZpbmRkZXZp Y2UoIi8iKSkgPT0gLTEpCiAJCXJldHVybiAoRU5YSU8pOwogCiAJaWYgKChub2RlID0gZmR0X2Zp bmRfY29tcGF0aWJsZShub2RlLCAic2ltcGxlLWJ1cyIsIDEpKSA9PSAwKQpAQCAtNTc2LDcgKzU3 Niw3IEBAIGZkdF9nZXRfbWVtX3JlZ2lvbnMoc3RydWN0IG1lbV9yZWdpb24gKm1yLCBpbnQgKm1y Y250LCB1aW50MzJfdCAqbWVtc2l6ZSkKIAogCW1heF9zaXplID0gc2l6ZW9mKHJlZyk7CiAJbWVt b3J5ID0gT0ZfZmluZGRldmljZSgiL21lbW9yeSIpOwotCWlmIChtZW1vcnkgPD0gMCkgeworCWlm IChtZW1vcnkgPT0gLTEpIHsKIAkJcnYgPSBFTlhJTzsKIAkJZ290byBvdXQ7CiAJfQpkaWZmIC0t Z2l0IGEvc3lzL2Rldi9mZHQvZmR0YnVzLmMgYi9zeXMvZGV2L2ZkdC9mZHRidXMuYwppbmRleCBl MjgwOGQxLi5kNTI5NmE5IDEwMDY0NAotLS0gYS9zeXMvZGV2L2ZkdC9mZHRidXMuYworKysgYi9z eXMvZGV2L2ZkdC9mZHRidXMuYwpAQCAtMTc3LDcgKzE3Nyw3IEBAIGZkdGJ1c19hdHRhY2goZGV2 aWNlX3QgZGV2KQogCXVfbG9uZyBzdGFydCwgZW5kOwogCWludCBlcnJvcjsKIAotCWlmICgocm9v dCA9IE9GX3BlZXIoMCkpID09IDApCisJaWYgKChyb290ID0gT0ZfZmluZGRldmljZSgiLyIpKSA9 PSAtMSkKIAkJcGFuaWMoImZkdGJ1c19hdHRhY2g6IG5vIHJvb3Qgbm9kZS4iKTsKIAogCXNjID0g ZGV2aWNlX2dldF9zb2Z0YyhkZXYpOwpkaWZmIC0tZ2l0IGEvc3lzL2Rldi9vZncvb2Z3X2ZkdC5j IGIvc3lzL2Rldi9vZncvb2Z3X2ZkdC5jCmluZGV4IDgwNmYxN2MuLjdiM2IwZTkgMTAwNjQ0Ci0t LSBhL3N5cy9kZXYvb2Z3L29md19mZHQuYworKysgYi9zeXMvZGV2L29mdy9vZndfZmR0LmMKQEAg LTM5Miw2ICszOTIsOCBAQCBvZndfZmR0X2ZpbmRkZXZpY2Uob2Z3X3Qgb2Z3LCBjb25zdCBjaGFy ICpkZXZpY2UpCiAJaW50IG9mZnNldDsKIAogCW9mZnNldCA9IGZkdF9wYXRoX29mZnNldChmZHRw LCBkZXZpY2UpOworCWlmIChvZmZzZXQgPCAwKQorCQlyZXR1cm4gKC0xKTsKIAlyZXR1cm4gKGZk dF9vZmZzZXRfcGhhbmRsZShvZmZzZXQpKTsKIH0KIApAQCAtNDIwLDcgKzQyMiw3IEBAIG9md19m ZHRfZml4dXAob2Z3X3Qgb2Z3KQogCXNzaXplX3QgbGVuOwogCWludCBpOwogCi0JaWYgKChyb290 ID0gb2Z3X2ZkdF9maW5kZGV2aWNlKG9mdywgIi8iKSkgPT0gMCkKKwlpZiAoKHJvb3QgPSBvZndf ZmR0X2ZpbmRkZXZpY2Uob2Z3LCAiLyIpKSA9PSAtMSkKIAkJcmV0dXJuIChFTk9ERVYpOwogCiAJ aWYgKChsZW4gPSBvZndfZmR0X2dldHByb3BsZW4ob2Z3LCByb290LCAibW9kZWwiKSkgPD0gMCkK ZGlmZiAtLWdpdCBhL3N5cy9kZXYvb2Z3L29wZW5maXJtLmMgYi9zeXMvZGV2L29mdy9vcGVuZmly bS5jCmluZGV4IGE4Y2I4ZjcuLmY1NDNkY2UgMTAwNjQ0Ci0tLSBhL3N5cy9kZXYvb2Z3L29wZW5m aXJtLmMKKysrIGIvc3lzL2Rldi9vZncvb3BlbmZpcm0uYwpAQCAtMTMxLDcgKzEzMSw3IEBAIE9G X2luaXQodm9pZCAqY29va2llKQogCiAJcnYgPSBPRldfSU5JVChvZndfb2JqLCBjb29raWUpOwog Ci0JaWYgKChjaG9zZW4gPSBPRl9maW5kZGV2aWNlKCIvY2hvc2VuIikpID4gMCkKKwlpZiAoKGNo b3NlbiA9IE9GX2ZpbmRkZXZpY2UoIi9jaG9zZW4iKSkgIT0gLTEpCiAJCWlmIChPRl9nZXRwcm9w KGNob3NlbiwgInN0ZG91dCIsICZzdGRvdXQsIHNpemVvZihzdGRvdXQpKSA9PSAtMSkKIAkJCXN0 ZG91dCA9IC0xOwogCmRpZmYgLS1naXQgYS9zeXMvZGV2L3VhcnQvdWFydF9idXNfZmR0LmMgYi9z eXMvZGV2L3VhcnQvdWFydF9idXNfZmR0LmMKaW5kZXggNDIwOTg2Ni4uOGJiNjJlYSAxMDA2NDQK LS0tIGEvc3lzL2Rldi91YXJ0L3VhcnRfYnVzX2ZkdC5jCisrKyBiL3N5cy9kZXYvdWFydC91YXJ0 X2J1c19mZHQuYwpAQCAtMTU1LDExICsxNTUsMTEgQEAgdWFydF9jcHVfZ2V0ZGV2KGludCBkZXZ0 eXBlLCBzdHJ1Y3QgdWFydF9kZXZpbmZvICpkaSkKIAkvKgogCSAqIFJldHJpZXZlIC9jaG9zZW4v c3Rke2luLG91dH0uCiAJICovCi0JaWYgKChjaG9zZW4gPSBPRl9maW5kZGV2aWNlKCIvY2hvc2Vu IikpID09IDApCisJaWYgKChjaG9zZW4gPSBPRl9maW5kZGV2aWNlKCIvY2hvc2VuIikpID09IC0x KQogCQlyZXR1cm4gKEVOWElPKTsKIAlpZiAoT0ZfZ2V0cHJvcChjaG9zZW4sICJzdGRpbiIsIGJ1 Ziwgc2l6ZW9mKGJ1ZikpIDw9IDApCiAJCXJldHVybiAoRU5YSU8pOwotCWlmICgobm9kZSA9IE9G X2ZpbmRkZXZpY2UoYnVmKSkgPT0gMCkKKwlpZiAoKG5vZGUgPSBPRl9maW5kZGV2aWNlKGJ1Zikp ID09IC0xKQogCQlyZXR1cm4gKEVOWElPKTsKIAlpZiAoT0ZfZ2V0cHJvcChjaG9zZW4sICJzdGRv dXQiLCBidWYsIHNpemVvZihidWYpKSA8PSAwKQogCQlyZXR1cm4gKEVOWElPKTsK --0016e6d508eb6fa82104afa89f6b Content-Type: application/octet-stream; name="arm-fixes.patch" Content-Disposition: attachment; filename="arm-fixes.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gtygvc7g1 ZGlmZiAtLWdpdCBhL3N5cy9hcm0vbXYvY29tbW9uLmMgYi9zeXMvYXJtL212L2NvbW1vbi5jCmlu ZGV4IDQ1OTZhMjAuLmM3YmVhZTggMTAwNjQ0Ci0tLSBhL3N5cy9hcm0vbXYvY29tbW9uLmMKKysr IGIvc3lzL2FybS9tdi9jb21tb24uYwpAQCAtMTY5Myw3ICsxNjkzLDcgQEAgZmR0X2dldF9yYW5n ZXMoY29uc3QgY2hhciAqbm9kZW5hbWUsIHZvaWQgKmJ1ZiwgaW50IHNpemUsIGludCAqdHVwbGVz LAogCWludCBsZW4sIHR1cGxlX3NpemUsIHR1cGxlc19jb3VudDsKIAogCW5vZGUgPSBPRl9maW5k ZGV2aWNlKG5vZGVuYW1lKTsKLQlpZiAobm9kZSA8PSAwKQorCWlmIChub2RlID09IC0xKQogCQly ZXR1cm4gKEVJTlZBTCk7CiAKIAlpZiAoKGZkdF9hZGRyc2l6ZV9jZWxscyhub2RlLCAmYWRkcl9j ZWxscywgJnNpemVfY2VsbHMpKSAhPSAwKQpAQCAtMTc2MiwxMSArMTc2MiwxMSBAQCB3aW5fY3B1 X2Zyb21fZHQodm9pZCkKIAkvKgogCSAqIFJldHJpZXZlIENFU0EgU1JBTSBkYXRhLgogCSAqLwot CWlmICgobm9kZSA9IE9GX2ZpbmRkZXZpY2UoInNyYW0iKSkgIT0gMCkKKwlpZiAoKG5vZGUgPSBP Rl9maW5kZGV2aWNlKCJzcmFtIikpICE9IC0xKQogCQlpZiAoZmR0X2lzX2NvbXBhdGlibGUobm9k ZSwgIm1ydmwsY2VzYS1zcmFtIikpCiAJCQlnb3RvIG1vdmVvbjsKIAotCWlmICgobm9kZSA9IE9G X2ZpbmRkZXZpY2UoIi8iKSkgPT0gMCkKKwlpZiAoKG5vZGUgPSBPRl9maW5kZGV2aWNlKCIvIikp ICE9IC0xKQogCQlyZXR1cm4gKEVOWElPKTsKIAogCWlmICgobm9kZSA9IGZkdF9maW5kX2NvbXBh dGlibGUobm9kZSwgIm1ydmwsY2VzYS1zcmFtIiwgMCkpID09IDApCkBAIC0xNzk2LDcgKzE3OTYs NyBAQCBmZHRfd2luX3NldHVwKHZvaWQpCiAJaW50IGVyciwgaTsKIAogCW5vZGUgPSBPRl9maW5k ZGV2aWNlKCIvIik7Ci0JaWYgKG5vZGUgPT0gMCkKKwlpZiAobm9kZSA9PSAtMSkKIAkJcGFuaWMo ImZkdF93aW5fc2V0dXA6IG5vIHJvb3Qgbm9kZSIpOwogCiAJbm9kZSA9IGZkdF9maW5kX2NvbXBh dGlibGUobm9kZSwgInNpbXBsZS1idXMiLCAxKTsKZGlmZiAtLWdpdCBhL3N5cy9hcm0vbXYvbXZf bWFjaGRlcC5jIGIvc3lzL2FybS9tdi9tdl9tYWNoZGVwLmMKaW5kZXggZmQxNzY5Mi4uODgzOTc0 MCAxMDA2NDQKLS0tIGEvc3lzL2FybS9tdi9tdl9tYWNoZGVwLmMKKysrIGIvc3lzL2FybS9tdi9t dl9tYWNoZGVwLmMKQEAgLTYxNywxMyArNjE3LDEzIEBAIHBsYXRmb3JtX21wcF9pbml0KHZvaWQp CiAJLyoKIAkgKiBUcnkgdG8gYWNjZXNzIHRoZSBNUFAgbm9kZSBkaXJlY3RseSBpLmUuIHRocm91 Z2ggL2FsaWFzZXMvbXBwLgogCSAqLwotCWlmICgobm9kZSA9IE9GX2ZpbmRkZXZpY2UoIm1wcCIp KSAhPSAwKQorCWlmICgobm9kZSA9IE9GX2ZpbmRkZXZpY2UoIm1wcCIpKSAhPSAtMSkKIAkJaWYg KGZkdF9pc19jb21wYXRpYmxlKG5vZGUsICJtcnZsLG1wcCIpKQogCQkJZ290byBtb3Zlb247CiAJ LyoKIAkgKiBGaW5kIHRoZSBub2RlIHRoZSBsb25nIHdheS4KIAkgKi8KLQlpZiAoKG5vZGUgPSBP Rl9maW5kZGV2aWNlKCIvIikpID09IDApCisJaWYgKChub2RlID0gT0ZfZmluZGRldmljZSgiLyIp KSA9PSAtMSkKIAkJcmV0dXJuIChFTlhJTyk7CiAKIAlpZiAoKG5vZGUgPSBmZHRfZmluZF9jb21w YXRpYmxlKG5vZGUsICJzaW1wbGUtYnVzIiwgMCkpID09IDApCkBAIC03NTIsNyArNzUyLDcgQEAg cGxhdGZvcm1fZGV2bWFwX2luaXQodm9pZCkKIAkvKgogCSAqIFBDSSByYW5nZShzKS4KIAkgKi8K LQlpZiAoKHJvb3QgPSBPRl9maW5kZGV2aWNlKCIvIikpID09IDApCisJaWYgKChyb290ID0gT0Zf ZmluZGRldmljZSgiLyIpKSA9PSAtMSkKIAkJcmV0dXJuIChFTlhJTyk7CiAKIAlmb3IgKGNoaWxk ID0gT0ZfY2hpbGQocm9vdCk7IGNoaWxkICE9IDA7IGNoaWxkID0gT0ZfcGVlcihjaGlsZCkpCkBA IC03NzksNyArNzc5LDcgQEAgcGxhdGZvcm1fZGV2bWFwX2luaXQodm9pZCkKIAkvKgogCSAqIENF U0EgU1JBTSByYW5nZS4KIAkgKi8KLQlpZiAoKGNoaWxkID0gT0ZfZmluZGRldmljZSgic3JhbSIp KSAhPSAwKQorCWlmICgoY2hpbGQgPSBPRl9maW5kZGV2aWNlKCJzcmFtIikpICE9IC0xKQogCQlp ZiAoZmR0X2lzX2NvbXBhdGlibGUoY2hpbGQsICJtcnZsLGNlc2Etc3JhbSIpKQogCQkJZ290byBt b3Zlb247CiAK --0016e6d508eb6fa82104afa89f6b Content-Type: application/octet-stream; name="ppc-fixes.patch" Content-Disposition: attachment; filename="ppc-fixes.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gtygvczc2 ZGlmZiAtLWdpdCBhL3N5cy9kZXYvZmR0L2ZkdF9wb3dlcnBjLmMgYi9zeXMvZGV2L2ZkdC9mZHRf cG93ZXJwYy5jCmluZGV4IGVhNjE0ZGIuLmFjODFjMDggMTAwNjQ0Ci0tLSBhL3N5cy9kZXYvZmR0 L2ZkdF9wb3dlcnBjLmMKKysrIGIvc3lzL2Rldi9mZHQvZmR0X3Bvd2VycGMuYwpAQCAtNjIsNyAr NjIsNyBAQCBmZHRfZml4dXBfYnVzZnJlcShwaGFuZGxlX3Qgcm9vdCkKIAkgKiBUaGlzIGZpeHVw IHVzZXMgL2NwdXMvIGJ1cy1mcmVxdWVuY3kgcHJvcCB2YWx1ZSB0byBzZXQgc2ltcGxlLWJ1cwog CSAqIGJ1cy1mcmVxdWVuY3kgcHJvcGVydHkuCiAJICovCi0JaWYgKChjcHVzID0gT0ZfZmluZGRl dmljZSgiL2NwdXMiKSkgPT0gMCkKKwlpZiAoKGNwdXMgPSBPRl9maW5kZGV2aWNlKCIvY3B1cyIp KSA9PSAtMSkKIAkJcmV0dXJuOwogCiAJaWYgKChjaGlsZCA9IE9GX2NoaWxkKGNwdXMpKSA9PSAw KQpkaWZmIC0tZ2l0IGEvc3lzL3Bvd2VycGMvYm9va2UvcGxhdGZvcm1fYmFyZS5jIGIvc3lzL3Bv d2VycGMvYm9va2UvcGxhdGZvcm1fYmFyZS5jCmluZGV4IGNhM2NmYTIuLmYwNGJmOTYgMTAwNjQ0 Ci0tLSBhL3N5cy9wb3dlcnBjL2Jvb2tlL3BsYXRmb3JtX2JhcmUuYworKysgYi9zeXMvcG93ZXJw Yy9ib29rZS9wbGF0Zm9ybV9iYXJlLmMKQEAgLTE4OSw3ICsxODksNyBAQCBiYXJlX3RpbWViYXNl X2ZyZXEocGxhdGZvcm1fdCBwbGF0LCBzdHJ1Y3QgY3B1cmVmICpjcHVyZWYpCiAJfSBlbHNlCiAJ CXRpY2tzID0gMDsKIAotCWlmICgoY3B1cyA9IE9GX2ZpbmRkZXZpY2UoIi9jcHVzIikpID09IDAp CisJaWYgKChjcHVzID0gT0ZfZmluZGRldmljZSgiL2NwdXMiKSkgPT0gLTEpCiAJCWdvdG8gb3V0 OwogCiAJaWYgKChjaGlsZCA9IE9GX2NoaWxkKGNwdXMpKSA9PSAwKQo= --0016e6d508eb6fa82104afa89f6b-- From owner-freebsd-ppc@FreeBSD.ORG Wed Oct 19 21:28:50 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6328B1065675 for ; Wed, 19 Oct 2011 21:28:50 +0000 (UTC) (envelope-from nm.knife@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 24F678FC13 for ; Wed, 19 Oct 2011 21:28:49 +0000 (UTC) Received: by qadz32 with SMTP id z32so30349qad.13 for ; Wed, 19 Oct 2011 14:28:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=vDGDYMNASc8yi/9sxry4lBUAt1luYZSE4j//AUv9tAk=; b=VPA2fSih4Ic4jsaiMdVaK4rnQwmNCty4/KDWoMX5ic9ybC8Rgu7QhByISX5ugri3JC W6TT9GdrzKqNqIGR+BEnSAHm1gxilYhEaj3JjpA7ttsFpVlYlwuNP6jw/dVdoWcXUfti kizuYOPIUZg1XDy1tNrWeH6vBcwVBAHZuglDo= MIME-Version: 1.0 Received: by 10.182.114.2 with SMTP id jc2mr1379600obb.27.1319059729346; Wed, 19 Oct 2011 14:28:49 -0700 (PDT) Received: by 10.182.116.36 with HTTP; Wed, 19 Oct 2011 14:28:49 -0700 (PDT) In-Reply-To: <4E9EE370.8000604@freebsd.org> References: <4E9EE370.8000604@freebsd.org> Date: Wed, 19 Oct 2011 14:28:49 -0700 Message-ID: From: =?windows-1251?B?y/7h7uzo8CDD8Ojj7vDu4g==?= To: freebsd-ppc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: POWER3 / IBM 7028-6E1 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: Wed, 19 Oct 2011 21:28:50 -0000 According to http://www.freebsd.org/news/status/report-2011-04-2011-06.html#FreeBSD/powerpc64-on-IBM-pSeries-machines the powerpc64 should work on pSeries IBM machines (that's the plan). It's not very far in, thought. I will burn the powerpc iso and see how far it gets. > I don't know a lot about POWER3. Your hardware isn't supported, for sure. > It's possible the 9.0 PowerPC builds do something on it, and it would be > interesting to see what if you feel like trying. If it manages to print > anything to console, it's possible support could be added. The 64-bit kernel > will certainly not work, as it depends on the newer MMU architecture > introduced with the POWER4. > -Nathan > -- Lyubomir Grigorov (bgalakazam) From owner-freebsd-ppc@FreeBSD.ORG Thu Oct 20 20:58:41 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1CF31065754 for ; Thu, 20 Oct 2011 20:58:41 +0000 (UTC) (envelope-from www@s113.loopia.se) Received: from s87.loopia.se (s87.loopia.se [194.9.95.112]) by mx1.freebsd.org (Postfix) with ESMTP id 479438FC13 for ; Thu, 20 Oct 2011 20:58:41 +0000 (UTC) Received: from s101.loopia.se (s101.loopia.se [194.9.95.47]) by s87.loopia.se (Postfix) with SMTP id 234874653E8 for ; Thu, 20 Oct 2011 22:40:34 +0200 (CEST) Received: (qmail 37671 invoked from network); 20 Oct 2011 20:40:23 -0000 Received: from s113.loopia.se (HELO s113.loopia.se) (194.9.94.207) by s101.loopia.se (qpsmtpd/0.31.1) with ESMTP; Thu, 20 Oct 2011 22:40:23 +0200 Received: from s113.loopia.se (localhost [127.0.0.1]) by s113.loopia.se (8.14.4/8.14.4) with ESMTP id p9KKePOX008023 for ; Thu, 20 Oct 2011 22:40:25 +0200 (CEST) (envelope-from www@s113.loopia.se) Received: (from www@localhost) by s113.loopia.se (8.14.4/8.14.4/Submit) id p9KKePWt008022; Thu, 20 Oct 2011 22:40:25 +0200 (CEST) (envelope-from www) Date: Thu, 20 Oct 2011 22:40:25 +0200 (CEST) Message-Id: <201110202040.p9KKePWt008022@s113.loopia.se> To: freebsd-ppc@freebsd.org From: Security Center Paypal MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Security Center Paypal 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: Thu, 20 Oct 2011 20:58:41 -0000 [1]PayPal [pixel.gif] Information Regarding Your account: Dear PayPal Member: Attention! Your PayPal account has been limited! As part of our security measures, we regularly screen activity in the PayPal system.We recently contacted you after noticing an issue on your account.We requested information from you for the following reason: Our system detected unusual charges to a credit card linked to your PayPal account. Reference Number: PP-259-187-991 This is the Last reminder to log in to PayPal as soon as possible. Once you log in, you will be provided with steps to restore your account access. Once you log in, you will be provided with steps to restore your account access. We appreciate your understanding as we work to ensure account safety. [2]Click here to activate your account We thank you for your prompt attention to this matter. Please understand that this is a security measure intended to help protect you and your account. We apologise for any inconvenience.. Sincerely, PayPal Account Review Department _________________________________________________________________ Copyright © 1999-2011 PayPal. All rights reserved. PayPal Ltd. PayPal FSA Register Number: 226056. [pixel.gif] PayPal Email ID PP059 Protect Your Account Info Make sure you never provide your password to fraudulent websites. To safely and securely access the PayPal website or your account, open a new web browser (e.g. Internet Explorer or Netscape) and type in the PayPal login page (http://paypal.com/) to be sure you are on the real PayPal site. For more information on protecting yourself from fraud, please review our Security Tips at https://www.paypal.com/us/securitytips Protect Your Password You should never give your PayPal password to anyone. References 1. https://www.paypal.com/us 2. http://paypalupdate.com.security.online.unlimited.conceptec.net/paypal.com/ From owner-freebsd-ppc@FreeBSD.ORG Thu Oct 20 22:56:23 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CE26106567A; Thu, 20 Oct 2011 22:56:23 +0000 (UTC) (envelope-from richo@psych0tik.net) Received: from bedford.accountservergroup.com (bedford.accountservergroup.com [50.22.11.19]) by mx1.freebsd.org (Postfix) with ESMTP id 00FD08FC20; Thu, 20 Oct 2011 22:56:22 +0000 (UTC) Received: from boxand.lnk.telstra.net ([203.45.130.125] helo=richh-imac.office.boxdice.com.au) by bedford.accountservergroup.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1RH1XB-0001el-AV; Thu, 20 Oct 2011 17:56:21 -0500 Date: Fri, 21 Oct 2011 09:56:39 +1100 From: richo To: "Jayachandran C." Message-ID: <20111020225639.GB15019@richh-imac.office.boxdice.com.au> References: <20111018005939.GA27991@richh-imac.office.boxdice.com.au> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tqI+Z3u+9OQ7kwn0" Content-Disposition: inline In-Reply-To: X-PGP-Key: http://natalya.psych0tik.net/~richo/pubkey.asc User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bedford.accountservergroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - psych0tik.net X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-arm@freebsd.org, freebsd-ppc@freebsd.org Subject: Re: HEADSUP: FDT phandle change. [svn commit: r226466] 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: Thu, 20 Oct 2011 22:56:23 -0000 --tqI+Z3u+9OQ7kwn0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 18/10/11 11:28 +0530, Jayachandran C. wrote: >On Tue, Oct 18, 2011 at 6:29 AM, richo wrote: >> On 17/10/11 19:21 +0530, Jayachandran C. wrote: >>> >>> I have committed this revision that changes the way phandle is >>> represented for FDT. =A0The old representation was a pointer, =A0which >>> would not work on 64bit - and the new representation is as an offset. >>> >>> This should not affect the FDT users, but if there is any breakage on >>> ARM or PPC due to this please let me know. >>> >>> Thanks, >>> JC. >>> >> >> I can test on ppc tonight, is there anything specific I need to test, or >> just >> build world+kernel and confirm that it boots? > >buildkernel would be sufficient since this does have changes that >affect the userspace. Let me know if you see any new crash, change in >device behavior or missing devices after these changes. > >Thanks, >JC. Kernel built and booted fine for me on ppc64, on an iMac G5 --=20 richo || Today's excuse:=20 Sticky bits on disk. --tqI+Z3u+9OQ7kwn0 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJOoKcnAAoJEIKiWz6J5yQVOL8IAMl6+grXhOMFzV6DRmsbrsAB 6QW0VR79XRTJfUpIpQMrCNKBV87o3y+OdkuHofjahzYF6p+lGoSPGy7xVL071qkh 57nWSEB9EGU+Qqc12c08y7y9IMkljfICTRbGYoQMj8sBS+IouwQi+GDJFZIkp/V9 yKSyFKHXOPvm3yWpHUjgNjdARtfdORE/THNpLxMoJ0IKPU467e0lHPa7QoXJIvCa ZSpr4H5RtCP0FaGHhYSdoNHVqYgFbQ3BYJGAMUUhzz0mb0gv2Qn+PmolV0Ms+aKn jwn4DIj+rzYwOhAmAmNARE0bPGbfAS+x1YlWJ1St9H7f7gnXQ/pY1kMyGAnxuJo= =FhuB -----END PGP SIGNATURE----- --tqI+Z3u+9OQ7kwn0-- From owner-freebsd-ppc@FreeBSD.ORG Fri Oct 21 15:15:25 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E564E106566B for ; Fri, 21 Oct 2011 15:15:25 +0000 (UTC) (envelope-from richo@psych0tik.net) Received: from bedford.accountservergroup.com (bedford.accountservergroup.com [50.22.11.19]) by mx1.freebsd.org (Postfix) with ESMTP id BF7278FC16 for ; Fri, 21 Oct 2011 15:15:25 +0000 (UTC) Received: from ppp118-209-21-132.lns20.mel4.internode.on.net ([118.209.21.132] helo=vesper.psych0tik.net) by bedford.accountservergroup.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1RHGoe-0001nm-2N for freebsd-ppc@freebsd.org; Fri, 21 Oct 2011 10:15:24 -0500 Date: Sat, 22 Oct 2011 02:15:17 +1100 From: richo To: freebsd-ppc Message-ID: <20111021151517.GA17192@vesper.psych0tik.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+HP7ph2BbKc20aGI" Content-Disposition: inline X-PGP-Key: http://natalya.psych0tik.net/~richo/pubkey.asc User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bedford.accountservergroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - psych0tik.net X-Source: X-Source-Args: X-Source-Dir: Subject: ppc64 media player 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, 21 Oct 2011 15:15:26 -0000 --+HP7ph2BbKc20aGI Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm hoping to coax my imac into playing media files and DVDs fullscreen und= er X11 I've tried building vlc and mplayer, vlc bails during compilation and mplay= er bails at configure time claiming the UNKNOWN architecture is unsupported. Is there a media player that is known to work on ppc64 (With Nathan's help I got ffmpeg to build and have verified that it works so I believe the necessary backends should all be in place now) or should I start on trying = to work out how to get mplayer working? cheers rich --=20 richo || Today's excuse:=20 asynchronous inode failure --+HP7ph2BbKc20aGI Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJOoYyFAAoJEIKiWz6J5yQVtiIIAIJEoZpsqsU6lzOdEXwyhVF4 7bv1PwCQPZ56CaQD2fX5CP6ccfiJXRRKxdQeriMCVgRbEDwK9p6/AVmHVU4em4VR qqrZ92Yy76pGyDsFIBHnz56CUf4oc67ZXiU4ZbrMl4VmvAc1ps0EaSYvwbVWtYNm W/imzeXynZd9xioZLY1Po5UF/Lqf3oWVi1e8+mJkNUyDuZ2gnOzD1hMVxCPuQEwl 02JwB4LDHEyFP+g2a80F/ZZixzhfOSt7flWQLT87fDkyBqTFbv9oDRqyiUWQuoyP cZG3cLtA2gRbXMRz8tOkwaWOwXBgBK5hl1lp0N31kA9BX9oHoxZAV5QfsCkUNUk= =QtrG -----END PGP SIGNATURE----- --+HP7ph2BbKc20aGI-- From owner-freebsd-ppc@FreeBSD.ORG Fri Oct 21 15:17:51 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24E66106564A for ; Fri, 21 Oct 2011 15:17:51 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from adsum.doit.wisc.edu (adsum.doit.wisc.edu [144.92.197.210]) by mx1.freebsd.org (Postfix) with ESMTP id ED4B88FC12 for ; Fri, 21 Oct 2011 15:17:50 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth1.wiscmail.wisc.edu by smtpauth1.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0LTF00J0895QY200@smtpauth1.wiscmail.wisc.edu> for freebsd-ppc@freebsd.org; Fri, 21 Oct 2011 10:17:50 -0500 (CDT) Received: from comporellon.tachypleus.net (adsl-75-50-88-125.dsl.mdsnwi.sbcglobal.net [75.50.88.125]) by smtpauth1.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0LTF00J1395MWE00@smtpauth1.wiscmail.wisc.edu>; Fri, 21 Oct 2011 10:17:47 -0500 (CDT) Date: Fri, 21 Oct 2011 10:17:45 -0500 From: Nathan Whitehorn In-reply-to: <20111021151517.GA17192@vesper.psych0tik.net> To: richo Message-id: <4EA18D19.7080509@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=75.50.88.125 X-Spam-PmxInfo: Server=avs-14, Version=5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2011.10.21.150617, SenderIP=75.50.88.125 References: <20111021151517.GA17192@vesper.psych0tik.net> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0) Gecko/20110928 Thunderbird/7.0 Cc: freebsd-ppc Subject: Re: ppc64 media player 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, 21 Oct 2011 15:17:51 -0000 On 10/21/11 10:15, richo wrote: > I'm hoping to coax my imac into playing media files and DVDs > fullscreen under > X11 > > I've tried building vlc and mplayer, vlc bails during compilation and > mplayer > bails at configure time claiming the UNKNOWN architecture is unsupported. > > Is there a media player that is known to work on ppc64 (With Nathan's > help I > got ffmpeg to build and have verified that it works so I believe the > necessary backends should all be in place now) or should I start on > trying to > work out how to get mplayer working? What's the problem with VLC? It works perfectly mine for me. Are you using 10.0 or 9? There are some known problems with ports on 10.0 due to stupid autoconf bugs. -Nathan From owner-freebsd-ppc@FreeBSD.ORG Fri Oct 21 15:20:19 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1637B106566C for ; Fri, 21 Oct 2011 15:20:19 +0000 (UTC) (envelope-from richo@psych0tik.net) Received: from bedford.accountservergroup.com (bedford.accountservergroup.com [50.22.11.19]) by mx1.freebsd.org (Postfix) with ESMTP id E1A028FC31 for ; Fri, 21 Oct 2011 15:20:18 +0000 (UTC) Received: from ppp118-209-21-132.lns20.mel4.internode.on.net ([118.209.21.132] helo=vesper.psych0tik.net) by bedford.accountservergroup.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1RHGtN-0003LH-Pw; Fri, 21 Oct 2011 10:20:18 -0500 Date: Sat, 22 Oct 2011 02:20:11 +1100 From: richo To: Nathan Whitehorn Message-ID: <20111021152011.GB17192@vesper.psych0tik.net> References: <20111021151517.GA17192@vesper.psych0tik.net> <4EA18D19.7080509@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0ntfKIWw70PvrIHh" Content-Disposition: inline In-Reply-To: <4EA18D19.7080509@freebsd.org> X-PGP-Key: http://natalya.psych0tik.net/~richo/pubkey.asc User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bedford.accountservergroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - psych0tik.net X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-ppc Subject: Re: ppc64 media player 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, 21 Oct 2011 15:20:19 -0000 --0ntfKIWw70PvrIHh Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 21/10/11 10:17 -0500, Nathan Whitehorn wrote: >On 10/21/11 10:15, richo wrote: >>I'm hoping to coax my imac into playing media files and DVDs=20 >>fullscreen under >>X11 >> >>I've tried building vlc and mplayer, vlc bails during compilation=20 >>and mplayer >>bails at configure time claiming the UNKNOWN architecture is unsupported. >> >>Is there a media player that is known to work on ppc64 (With=20 >>Nathan's help I >>got ffmpeg to build and have verified that it works so I believe the >>necessary backends should all be in place now) or should I start on=20 >>trying to >>work out how to get mplayer working? > >What's the problem with VLC? It works perfectly mine for me. Are you=20 >using 10.0 or 9? There are some known problems with ports on 10.0 due=20 >to stupid autoconf bugs. >-Nathan I am running 10.0 with UNAME_r=3D9.9 in my environment as you suggested. On closer inspection it looks like my vlc issues are relating to flac suppo= rt which while nice is not something that I need. If vlc is reputed to work I will focus my energy there, thanks. rich --=20 richo || Today's excuse:=20 Rhythmic variations in the voltage reaching the power supply. --0ntfKIWw70PvrIHh Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJOoY2rAAoJEIKiWz6J5yQVa24H/2rwlpAs30IszfwFe19qf1P3 R7MW2dQpXVfFk2/2PEsWAg0FkIzwzXc7zmUPtsxS4eCLjMqlTWkTCYy3tZKYSH+j rrSNwVKFHH1BuWzgwRcQluNIEE6yOSeAO2txTYa10hzz7F+wGKEReSkzyqptGU4H S9fR0yX5R/KfF8c8yNNLo4dx2XLHR/DdixQ0lk05SSr8y/vM578QV/dMEOmwiTDH bCqIBErPDsBBKNm8AKmG9dW/ehrSBc2GGvV009ljKhxZB/JmpTCx8fJwLngep8/h N+Yc9SQb+GdsLig2m4oOkjl89bKtMjaKb/XmagdUSoYwebc0+so6NFYlplvP3Yk= =i6L9 -----END PGP SIGNATURE----- --0ntfKIWw70PvrIHh-- From owner-freebsd-ppc@FreeBSD.ORG Sat Oct 22 05:36:11 2011 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5944A106564A; Sat, 22 Oct 2011 05:36:11 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 0F4468FC12; Sat, 22 Oct 2011 05:36:10 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.4) with ESMTP id p9M5a9tm032856; Sat, 22 Oct 2011 01:36:10 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.4/Submit) id p9M5a9OH032799; Sat, 22 Oct 2011 05:36:09 GMT (envelope-from tinderbox@freebsd.org) Date: Sat, 22 Oct 2011 05:36:09 GMT Message-Id: <201110220536.p9M5a9OH032799@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2011 05:36:11 -0000 TB --- 2011-10-22 04:33:53 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-10-22 04:33:53 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2011-10-22 04:33:53 - cleaning the object tree TB --- 2011-10-22 04:34:06 - cvsupping the source tree TB --- 2011-10-22 04:34:06 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2011-10-22 04:34:18 - building world TB --- 2011-10-22 04:34:18 - CROSS_BUILD_TESTING=YES TB --- 2011-10-22 04:34:18 - MAKEOBJDIRPREFIX=/obj TB --- 2011-10-22 04:34:18 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-10-22 04:34:18 - SRCCONF=/dev/null TB --- 2011-10-22 04:34:18 - TARGET=powerpc TB --- 2011-10-22 04:34:18 - TARGET_ARCH=powerpc TB --- 2011-10-22 04:34:18 - TZ=UTC TB --- 2011-10-22 04:34:18 - __MAKE_CONF=/dev/null TB --- 2011-10-22 04:34:18 - cd /src TB --- 2011-10-22 04:34:18 - /usr/bin/make -B buildworld >>> World build started on Sat Oct 22 04:34:19 UTC 2011 >>> 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 [...] ranlib libllvmbitreader.a ===> lib/clang/libllvmbitwriter (all) c++ -O2 -pipe -I/src/lib/clang/libllvmbitwriter/../../../contrib/llvm/include -I/src/lib/clang/libllvmbitwriter/../../../contrib/llvm/tools/clang/include -I/src/lib/clang/libllvmbitwriter/../../../contrib/llvm/lib/Bitcode/Writer -I. -I/src/lib/clang/libllvmbitwriter/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O1 -DLLVM_HOSTTRIPLE=\"powerpc-unknown-freebsd10.0\" -fstack-protector -fno-exceptions -fno-rtti -c /src/lib/clang/libllvmbitwriter/../../../contrib/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp /src/lib/clang/libllvmbitwriter/../../../contrib/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp: In function 'void WriteConstants(unsigned int, unsigned int, const llvm::ValueEnumerator&, llvm::BitstreamWriter&, bool)': /src/lib/clang/libllvmbitwriter/../../../contrib/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp:678: internal compiler error: Segmentation fault: 11 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop in /src/lib/clang/libllvmbitwriter. *** Error code 1 Stop in /src/lib/clang. *** 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 --- 2011-10-22 05:36:09 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-10-22 05:36:09 - ERROR: failed to build world TB --- 2011-10-22 05:36:09 - 2968.79 user 516.89 system 3735.85 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Sat Oct 22 08:00:00 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9CE9106564A for ; Sat, 22 Oct 2011 08:00:00 +0000 (UTC) (envelope-from richo@psych0tik.net) Received: from bedford.accountservergroup.com (bedford.accountservergroup.com [50.22.11.19]) by mx1.freebsd.org (Postfix) with ESMTP id AAF2F8FC1A for ; Sat, 22 Oct 2011 08:00:00 +0000 (UTC) Received: from ppp118-209-21-132.lns20.mel4.internode.on.net ([118.209.21.132] helo=vesper.psych0tik.net) by bedford.accountservergroup.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1RHWUp-00082f-DQ for freebsd-ppc@freebsd.org; Sat, 22 Oct 2011 03:00:00 -0500 Date: Sat, 22 Oct 2011 18:59:51 +1100 From: richo To: freebsd-ppc Message-ID: <20111022075951.GC17192@vesper.psych0tik.net> References: <4EA1C71B.5020705@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MnLPg7ZWsaic7Fhd" Content-Disposition: inline In-Reply-To: <4EA1C71B.5020705@FreeBSD.org> X-PGP-Key: http://natalya.psych0tik.net/~richo/pubkey.asc User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bedford.accountservergroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - psych0tik.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: binutils ppc64 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: Sat, 22 Oct 2011 08:00:00 -0000 --MnLPg7ZWsaic7Fhd Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 21/10/11 21:25 +0200, Andreas Tobler wrote: >Hi, > >attached the files you have to place into the files directory under=20 >ports/devel/binutils. (The files directory does not yet exist, but if=20 >you untar the file it'll create it) > >Then you should be able to build 64-bit binutils for ppc. > >Please do not distribute this files into the public. I need to rework=20 >them again and I want to avoid that we spread wip stuff. > >(Do not forget to set UNAME_r 9.0-CURRENT when you build it.) > >Gruss, >Andreas Hi Andreas, I can confirm that it builds fine on my iMac running powerpc64. Is there a good test harness to confirm that the binaries produced work? Cheers Rich --=20 richo || Today's excuse:=20 You're out of memory --MnLPg7ZWsaic7Fhd Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJOonf3AAoJEIKiWz6J5yQVa9QIAJBFWnkGEqhRvV7h8IarZ7MB VjLzcqxmAGP/8Tb6TZtHi26BBigKSg7sNPb96riCwVmG4AFPWKhCs8ysYwEQiHDT 0uveKpieyqxrMFJ+elj3URX3vWqLqgp/Q4xJwFx/Nl5Le+dT9ymQulSdZvGQbRgD LDCHU+9ISnPEij6z8PDWsZKdpSpzaZCTXRMu2fUQ+RG70RMY1IYDs5QwifDDd8Xk hj2Y13XZAWRoQCCoMlAQQ9rYhA95kJOVBn07h8TErHlxciRxO2rE9o52XSKol86W q8utHcPMqM39xIcrk6Pp2OsGbkP7qhGG00mU1BOdd5uwPZCWoIjmzHYbMWZOzlE= =82A2 -----END PGP SIGNATURE----- --MnLPg7ZWsaic7Fhd-- From owner-freebsd-ppc@FreeBSD.ORG Sat Oct 22 14:17:13 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A21B106564A for ; Sat, 22 Oct 2011 14:17:13 +0000 (UTC) (envelope-from richo@psych0tik.net) Received: from bedford.accountservergroup.com (bedford.accountservergroup.com [50.22.11.19]) by mx1.freebsd.org (Postfix) with ESMTP id 4F5D18FC12 for ; Sat, 22 Oct 2011 14:17:13 +0000 (UTC) Received: from ppp118-209-21-132.lns20.mel4.internode.on.net ([118.209.21.132] helo=vesper.psych0tik.net) by bedford.accountservergroup.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1RHcNs-0005Fi-4c; Sat, 22 Oct 2011 09:17:12 -0500 Date: Sun, 23 Oct 2011 01:17:05 +1100 From: richo To: freebsd-ppc , freebsd-ports Message-ID: <20111022141705.GA14796@vesper.psych0tik.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IiVenqGWf+H9Y6IX" Content-Disposition: inline X-PGP-Key: http://natalya.psych0tik.net/~richo/pubkey.asc User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bedford.accountservergroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - psych0tik.net X-Source: X-Source-Args: X-Source-Dir: Cc: Subject: [PATCH] multimedia/libdvdnav 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: Sat, 22 Oct 2011 14:17:13 -0000 --IiVenqGWf+H9Y6IX Content-Type: multipart/mixed; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I tried to use vlc to play a dvd on -CURRENT but it fails with libdvdnav: vm: ifoRead_FP_PGC failed Googling, I found a patch from debian bugtracker at http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=3D25;filename=3D05-endian.= patch;att=3D1;bug=3D531621 Which I adjusted for FreeBSD (changed patch to source file and path to include file) Can this be included in ports? Cheers Rich --=20 richo || Today's excuse:=20 the xy axis in the trackball is coordinated with the summer solstice --zhXaljGHf11kAtnf Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="libdvdnav-endian.patch" Content-Transfer-Encoding: quoted-printable Index: src/bswap.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- src/bswap.h 2009-06-04 12:32:25.000000000 -0700 +++ src/bswap.h 2009-06-04 12:32:59.000000000 -0700 @@ -20,6 +20,11 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ =20 +#include +#if BYTE_ORDER =3D=3D BIG_ENDIAN +#define WORDS_BIGENDIAN +#endif + #include =20 #if defined(WORDS_BIGENDIAN) --zhXaljGHf11kAtnf-- --IiVenqGWf+H9Y6IX Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJOotBhAAoJEIKiWz6J5yQVRPsH/1ND0EGASPQ54smHZP+VJDtK Vf+hrg76AOAlyZ2dMqnAoEP5ffRhYwhtgDM4pDcdOBWdKanBeUgV6Jn27/fko1lE MNBbbd3rEtOkt0OOshhFsM0pSbxmxpUt8zVfkwdfaBTVC9sCq35yKMd4Sf5xISYA /KFfMP6i7E1WM3sCLJcY5AAMKQk72ekNYMNv6w5bTuyGvIzh54SD07b7rmhjf/uD Zl0PAa4RpHGo5CbDn5b+xGRXaCr9KmA/L2ElsKj1jx/Cmr8t2JlNGOMVZkXkE8D3 ffh/MCm/9Cw6mNso6+EZdlWUXX/Fc07Om4y4GTA4fArxBeMVqhSH19cvSy561w8= =6PMO -----END PGP SIGNATURE----- --IiVenqGWf+H9Y6IX-- From owner-freebsd-ppc@FreeBSD.ORG Sat Oct 22 15:10:00 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id C5127106567A; Sat, 22 Oct 2011 15:10:00 +0000 (UTC) Date: Sat, 22 Oct 2011 15:10:00 +0000 From: Alexey Dokuchaev To: richo Message-ID: <20111022151000.GA68147@FreeBSD.org> References: <20111022141705.GA14796@vesper.psych0tik.net> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20111022141705.GA14796@vesper.psych0tik.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports , freebsd-ppc Subject: Re: [PATCH] multimedia/libdvdnav 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: Sat, 22 Oct 2011 15:10:00 -0000 On Sun, Oct 23, 2011 at 01:17:05AM +1100, richo wrote: > I tried to use vlc to play a dvd on -CURRENT but it fails with > > libdvdnav: vm: ifoRead_FP_PGC failed > > Googling, I found a patch from debian bugtracker at > > http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=25;filename=05-endian.patch;att=1;bug=531621 > > Which I adjusted for FreeBSD (changed patch to source file and path to > include file) > > Can this be included in ports? I would suggest notifying maintainer about this patch. Perhaps filing a PR is a right thing to do. ./danfe