From owner-freebsd-ppc@FreeBSD.ORG Tue Sep 23 08:03:36 2014 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53785A30 for ; Tue, 23 Sep 2014 08:03:36 +0000 (UTC) Received: from asp.reflexion.net (outbound-240.asp.reflexion.net [69.84.129.240]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE62AE5B for ; Tue, 23 Sep 2014 08:03:35 +0000 (UTC) Received: (qmail 27148 invoked from network); 23 Sep 2014 08:03:33 -0000 Received: from unknown (HELO mail-cs-03.app.dca.reflexion.local) (10.81.19.3) by 0 (rfx-qmail) with SMTP; 23 Sep 2014 08:03:33 -0000 Received: by mail-cs-03.app.dca.reflexion.local (Reflexion email security v7.30.7) with SMTP; Tue, 23 Sep 2014 04:03:33 -0400 (EDT) Received: (qmail 19183 invoked from network); 23 Sep 2014 08:03:33 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (DHE-RSA-AES256-SHA encrypted) SMTP; 23 Sep 2014 08:03:33 -0000 X-No-Relay: not in my network Received: from [192.168.1.8] (c-98-246-178-138.hsd1.or.comcast.net [98.246.178.138]) by iron2.pdx.net (Postfix) with ESMTPSA id 3A4B51C4052 for ; Tue, 23 Sep 2014 01:03:32 -0700 (PDT) From: Mark Millard Subject: 10.1-BETA2 default /etc/motd vs. tier 2: portmaster misc/freebsd-doc-en with default configurations is amd64/i386 only Message-Id: Date: Tue, 23 Sep 2014 01:03:31 -0700 To: FreeBSD PowerPC ML Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2014 08:03:36 -0000 I tried to install misc/freebsd-doc-en per the new default /etc/motd: > Documents installed with the system are in the = /usr/local/share/doc/freebsd/ > directory, or can be installed later with: pkg install en-freebsd-doc > For other languages, replace "en" with a language code like de or fr. (interpreted to a portmaster context using default configuration = selections). But the result was: > =3D=3D=3D>>> misc/freebsd-doc-en >> devel/apache-ant >> = java/bootstrap-openjdk (8/30) >=20 > =3D=3D=3D> Cleaning for bootstrap-openjdk- > =3D=3D=3D> bootstrap-openjdk- is only for amd64 i386, while you are = running powerpc64. > *** Error code 1 >=20 > Stop. > make: stopped in /usr/ports/java/bootstrap-openjdk >=20 > =3D=3D=3D>>> make build failed for java/bootstrap-openjdk > =3D=3D=3D>>> Aborting update Looks like /etc/motd and its instructions tends to assume a tier 1 = amd64/i386 context. Elsewhere default selections for building = /usr/local/share/doc/freebsd need not not build (via = misc/freebsd-doc-en) and does not build for powerpc/powerpc64. =3D=3D=3D Mark Millard markmi at dsl-only.net