From owner-freebsd-current@freebsd.org Sat Jul 7 22:22:43 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAF9D1032133; Sat, 7 Jul 2018 22:22:43 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) (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 6594E8F524; Sat, 7 Jul 2018 22:22:43 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id B0F86543; Sat, 7 Jul 2018 18:22:41 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Sat, 07 Jul 2018 18:22:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h=cc :content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; bh=2aPbLfnd2glYy382YFuLlB6i82Vg4d36m+r5TtRGbHk=; b=R+Kq5dBk 7NR94bj1taF4osdXrf8hkVPtYRu87WoRaqabMpr9XMM6aGAbzh1U8rk1MXUZL8/3 TCgh5I0RnRifnAWydAN7vFjpiu/XsbCV73ltQq/8HK3lgV2WQELO3mI8/JF2I9fi 2v+O1/nQYJy5nv8InJRZCOfbKU01EsKpLHdHIwpg/LuGnZ9kmzO+KZIWKs/eX2ac 5QFlMeQbRMAn/DwpXlrmB1LhvI14Z5IeSH8S6FuUT866Y1wkv4TLGMpQrWbBTmSG 9cqf74krxKGcj7au3iVMSazOb36GZS74pGIy/C8vHwhbT+67X9qB1o8kVJ6t9h/F i8v6LoJLOkryPA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=2aPbLfnd2glYy382YFuLlB6i82Vg4 d36m+r5TtRGbHk=; b=Jqgcjo2/NBXCqM/7uosPN210Lsfg5hJPENDzE9n50CVZI 29NKuuW51c3UqBgmnwBI1/S7ZeIzIMI5+xouaVgyZ8wjbaLdJDFXld+0rn5/jdKy 7DJsHH63KptGvmskJ2cWFycy6EeWGd3yI6Pri9qe5HJN3yi8HvvMfU3n6dP0S1cU XR6z9CqiUit/+jty/nzO9By9Mp1SKWm/lhDNNEahhVfirLnuw9tzVwlM1BaLuRWP 4exsr1pzNeW6eWEZCPbzNoW5HnqsXIByUitlryRlf0BqYWYEPXcupKM0FvqfWpOH JLpOco+B3f1DscY+z/5WyyVuzuTJbHaoLprxIIePQ== X-ME-Proxy: X-ME-Sender: Received: from desktop.local (parsley.growveg.org [82.70.91.97]) by mail.messagingengine.com (Postfix) with ESMTPA id 57F511025D; Sat, 7 Jul 2018 18:22:40 -0400 (EDT) To: FreeBSD Current Cc: freebsd-ports@freebsd.org From: tech-lists Subject: aarch64-none-elf-gcc and related programs will not install Organization: none Message-ID: <2c2b0c64-0518-69b9-deba-da14aa7f110b@zyxst.net> Date: Sat, 7 Jul 2018 23:22:38 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jul 2018 22:22:44 -0000 Hi, context: 12.0-CURRENT #0 r336037 amd64 / ports r474140 I get the following when installing aarch64-none-elf-gcc and related programs from ports. It will build fine, just errors on install. my /etc/make.conf looks like this: > less /etc/make.conf WRKDIRPREFIX=/buildports MAKE_JOBS_NUMBER=36 WITH_CCACHE_BUILD=YES CCACHE_DIR=/ccache WITH_MANCOMPRESS=YES WITHOUT_DEBUG=YES OPTIONS_SET+=OPTIMIZED_CFLAGS OPTIONS_SET+=ICONV CPUTYPE?=sandybridge It doesn't matter if /etc/make.conf is moved out of the way. these also fail in a similar way: devel/arm-none-eabi-gcc sysutils/u-boot-rpi2 sysutils/u-boot-rpi3 output when trying to install: root@REDACTED:/usr/ports/devel/aarch64-none-elf-gcc # make distclean && make clean && make ===> Cleaning for aarch64-none-elf-gcc-6.4.0 ===> Deleting distfiles for aarch64-none-elf-gcc-6.4.0 ===> Cleaning for aarch64-none-elf-gcc-6.4.0 ===> License GPLv3 GPLv3RLE accepted by the user ===> aarch64-none-elf-gcc-6.4.0 depends on file: /usr/local/sbin/pkg - found => gcc-6.4.0.tar.xz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch https://mirrors.kernel.org/sourceware/gcc/releases/gcc-6.4.0/gcc-6.4.0.tar.xz [...] /bin/sh /buildports/usr/ports/devel/aarch64-none-elf-gcc/work/gcc-6.4.0/libgcc/../mkinstalldirs /buildports/usr/ports/devel/aarch64-none-elf-gcc/work/stage/usr/local/lib/gcc/aarch64-none-elf/6.4.0/include install -m 0644 unwind.h /buildports/usr/ports/devel/aarch64-none-elf-gcc/work/stage/usr/local/lib/gcc/aarch64-none-elf/6.4.0/include gmake[4]: Leaving directory '/buildports/usr/ports/devel/aarch64-none-elf-gcc/work/.build/aarch64-none-elf/ilp32/libgcc' gmake[3]: Leaving directory '/buildports/usr/ports/devel/aarch64-none-elf-gcc/work/.build/aarch64-none-elf/libgcc' gmake[2]: Leaving directory '/buildports/usr/ports/devel/aarch64-none-elf-gcc/work/.build/aarch64-none-elf/libgcc' gmake[1]: Leaving directory '/buildports/usr/ports/devel/aarch64-none-elf-gcc/work/.build' ====> Compressing man pages (compress-man) root@REDACTED:/usr/ports/devel/aarch64-none-elf-gcc # root@REDACTED:/usr/ports/devel/aarch64-none-elf-gcc # make deinstall reinstall ===> Deinstalling for aarch64-none-elf-gcc ===> aarch64-none-elf-gcc not installed, skipping ===> Installing for aarch64-none-elf-gcc-6.4.0 ===> Registering installation for aarch64-none-elf-gcc-6.4.0 pkg-static: Unable to access file /buildports/usr/ports/devel/aarch64-none-elf-gcc/work/stage/usr/local/lib/gcc/aarch64-none-elf/6.4.0/include-fixed/netinet/ip_fil.h:No such file or directory pkg-static: Unable to access file /buildports/usr/ports/devel/aarch64-none-elf-gcc/work/stage/usr/local/lib/gcc/aarch64-none-elf/6.4.0/include-fixed/netinet/ip_lookup.h:No such file or directory pkg-static: Unable to access file /buildports/usr/ports/devel/aarch64-none-elf-gcc/work/stage/usr/local/lib/gcc/aarch64-none-elf/6.4.0/include-fixed/netinet/ip_nat.h:No such file or directory pkg-static: Unable to access file /buildports/usr/ports/devel/aarch64-none-elf-gcc/work/stage/usr/local/lib/gcc/aarch64-none-elf/6.4.0/include-fixed/netinet/ip_proxy.h:No such file or directory pkg-static: Unable to access file /buildports/usr/ports/devel/aarch64-none-elf-gcc/work/stage/usr/local/lib/gcc/aarch64-none-elf/6.4.0/include-fixed/netinet/ip_scan.h:No such file or directory pkg-static: Unable to access file /buildports/usr/ports/devel/aarch64-none-elf-gcc/work/stage/usr/local/lib/gcc/aarch64-none-elf/6.4.0/include-fixed/netinet/ip_state.h:No such file or directory *** Error code 74 Stop. make[1]: stopped in /usr/ports/devel/aarch64-none-elf-gcc *** Error code 1 Stop. make: stopped in /usr/ports/devel/aarch64-none-elf-gcc root@REDACTED:/usr/ports/devel/aarch64-none-elf-gcc # How can I fix? thanks, -- J.