From owner-freebsd-toolchain@freebsd.org Wed Nov 9 04:16:22 2016 Return-Path: Delivered-To: freebsd-toolchain@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F7B6C35B89 for ; Wed, 9 Nov 2016 04:16:22 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-54.reflexion.net [208.70.210.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BDA1BB6 for ; Wed, 9 Nov 2016 04:16:21 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 18125 invoked from network); 9 Nov 2016 04:16:12 -0000 Received: from unknown (HELO mail-cs-02.app.dca.reflexion.local) (10.81.19.2) by 0 (rfx-qmail) with SMTP; 9 Nov 2016 04:16:12 -0000 Received: by mail-cs-02.app.dca.reflexion.local (Reflexion email security v8.10.1) with SMTP; Tue, 08 Nov 2016 23:16:20 -0500 (EST) Received: (qmail 9888 invoked from network); 9 Nov 2016 04:14:42 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 9 Nov 2016 04:14:42 -0000 Received: from [192.168.1.106] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id 321F0EC8F04; Tue, 8 Nov 2016 20:14:37 -0800 (PST) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Subject: base/gcc (from ports/head -r424540) requires older mpfr (3.1.4 vs. the installed 3.1.5); 3.1.4 distfile not found Message-Id: Date: Tue, 8 Nov 2016 20:14:36 -0800 To: FreeBSD Toolchain , FreeBSD PowerPC ML X-Mailer: Apple Mail (2.3251) X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Nov 2016 04:16:22 -0000 My attempt to build (package) base/gcc for targeting powerpc64 failed: > Script started on Tue Nov 8 19:59:23 2016 > Command: make CROSS_TOOLCHAIN=3Dpowerpc64-gcc = CROSS_SYSROOT=3D/usr/obj/DESTDIRs/xtoolchain-powerpc64-installworld = package . . . > =3D> mpfr-3.1.4.tar.xz doesn't seem to exist in /usr/ports/distfiles/. > =3D> Attempting to fetch = http://www.mpfr.org/mpfr-current/mpfr-3.1.4.tar.xz > fetch: http://www.mpfr.org/mpfr-current/mpfr-3.1.4.tar.xz: Not Found > =3D> Attempting to fetch = http://distcache.FreeBSD.org/ports-distfiles/mpfr-3.1.4.tar.xz > fetch: http://distcache.FreeBSD.org/ports-distfiles/mpfr-3.1.4.tar.xz: = Not Found > =3D> Couldn't fetch it - please try to retrieve this > =3D> port manually into /usr/ports/distfiles/ and try again. > *** Error code 1 >=20 > Stop. > make: stopped in /usr/ports/base/gcc >=20 > Script done, output file is /root/ports_typescripts/gcc_00.typescript # pkg info | grep mpfr mpfr-3.1.5 Library for multiple-precision = floating-point computations =3D=3D=3D Mark Millard markmi at dsl-only.net