From owner-freebsd-pkg@freebsd.org Wed Apr 26 13:31:36 2017 Return-Path: Delivered-To: freebsd-pkg@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 CB830D50804 for ; Wed, 26 Apr 2017 13:31:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id B588DECF for ; Wed, 26 Apr 2017 13:31:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id B4E20D50803; Wed, 26 Apr 2017 13:31:36 +0000 (UTC) Delivered-To: pkg@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 B487FD50802 for ; Wed, 26 Apr 2017 13:31:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 A3391ECE for ; Wed, 26 Apr 2017 13:31:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v3QDVaN6075810 for ; Wed, 26 Apr 2017 13:31:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: maintainer-feedback requested: [Bug 218888] ports-mgmt/pkg: build fails on arm64.aarch64: error: C compiler cannot create executables Date: Wed, 26 Apr 2017 13:31:36 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkg@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2017 13:31:36 -0000 O. Hartmann has reassigned Bugzilla Automation 's request for maintainer-feedback to pkg@FreeBSD.org: Bug 218888: ports-mgmt/pkg: build fails on arm64.aarch64: error: C compiler cannot create executables https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218888 --- Description --- Port ports-mgmt/pkg fails to build within a poudriere system with a jail cr= oss compling for arm64.aarch64 in stage configure. The poudriere log reports that configure complains about a non working C compiler which can not produce executables. This initial failing build of pkg renders a complete repository for arm64.aarch64 non-working. The build/poudriere environment is the most recent 12-CURRENT as host (Free= BSD 12.0-CURRENT #16 r317435: Wed Apr 26 10:22:35 CEST 2017 amd64), most recent emulators/qemu_user_static (qemu-user-static-2.8.50.g20170307_2, recompiled today), recent poudriere jail: Jail name: headarm64 Jail version: 12.0-CURRENT Jail arch: arm64.aarch64 Jail method: src=3D/pool/sources/CURRENT/src Jail mount: /pool/poudriere/jails/headarm64 Jail fs: FTAATT/pool/poudriere/jails/headarm64 Jail updated: 2017-04-26 13:12:00 Poudriere version: 3.1.17 Host OSVERSION: 1200030 Jail OSVERSION: 1200030 The error from poudriere: [...] checking whether the C compiler works... no configure: error: in `/wrkdirs/usr/ports/ports-mgmt/pkg/work/pkg-1.10.1': configure: error: C compiler cannot create executables [...]