From owner-freebsd-emulation@freebsd.org Mon Sep 19 11:47:26 2016 Return-Path: Delivered-To: freebsd-emulation@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 8AD6FBE040C for ; Mon, 19 Sep 2016 11:47:26 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 72A73C0F for ; Mon, 19 Sep 2016 11:47:26 +0000 (UTC) (envelope-from guru@unixarea.de) Received: by mailman.ysv.freebsd.org (Postfix) id 6E4BABE040B; Mon, 19 Sep 2016 11:47:26 +0000 (UTC) Delivered-To: emulation@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 6DEFDBE040A for ; Mon, 19 Sep 2016 11:47:26 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 340C8C0E for ; Mon, 19 Sep 2016 11:47:26 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [89.204.130.234] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.86_2) (envelope-from ) id 1blx2h-0008Fh-EB for emulation@FreeBSD.org; Mon, 19 Sep 2016 13:47:23 +0200 Received: from localhost.my.domain (c720-r292778-amd64 [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id u8JBlJdf004026 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 19 Sep 2016 13:47:20 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id u8JBlJNX004025 for emulation@FreeBSD.org; Mon, 19 Sep 2016 13:47:19 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Mon, 19 Sep 2016 13:47:19 +0200 From: Matthias Apitz To: emulation@FreeBSD.org Subject: r414411 accessibility/linux-c6-atk is failing for c6_64 Message-ID: <20160919114719.GA3961@c720-r292778-amd64> Reply-To: Matthias Apitz MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Operating-System: FreeBSD 11.0-CURRENT r292778 (amd64) User-Agent: Mutt/1.5.24 (2015-08-30) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 89.204.130.234 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 11:47:26 -0000 Hello, having OVERRIDE_LINUX_BASE_PORT=c6_64 in /etc/make.conf the port should build 32 and 64 bit shared libs; but accessibility/linux-c6-atk does not: root@r292778:/home/guru/ports-r414411/accessibility/linux-c6-atk # make package ===> License GPLv3 accepted by the user ===> linux-c6_64-atk-1.30.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by linux-c6_64-atk-1.30.0 for building ===> Extracting for linux-c6_64-atk-1.30.0 => SHA256 Checksum OK for rpm/x86_64/centos/6.7/atk-1.30.0-1.el6.x86_64.rpm. ===> Patching for linux-c6_64-atk-1.30.0 ===> Configuring for linux-c6_64-atk-1.30.0 ===> Staging for linux-c6_64-atk-1.30.0 ===> linux-c6_64-atk-1.30.0 depends on file: /compat/linux/etc/redhat-release - found ===> Generating temporary packing list cd /usr/home/guru/ports-r414411/accessibility/linux-c6-atk/work/linux-c6_64-atk-1.30.0 && /usr/bin/find * -type d -exec /bin/mkdir -p "/usr/home/guru/ports-r414411/accessibility/linux-c6-atk/work/stage/compat/linux/{}" \; cd /usr/home/guru/ports-r414411/accessibility/linux-c6-atk/work/linux-c6_64-atk-1.30.0 && /usr/bin/find * ! -type d | /usr/bin/cpio -pm -R root:wheel /usr/home/guru/ports-r414411/accessibility/linux-c6-atk/work/stage/compat/linux 1871 blocks ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) ===> Building package for linux-c6_64-atk-1.30.0 pkg-static: Unable to access file /usr/home/guru/ports-r414411/accessibility/linux-c6-atk/work/stage/compat/linux/usr/lib/libatk-1.0.so.0: No such file or directory pkg-static: Unable to access file /usr/home/guru/ports-r414411/accessibility/linux-c6-atk/work/stage/compat/linux/usr/lib/libatk-1.0.so.0.3009.1: No such file or directory *** Error code 1 Stop. make: stopped in /usr/home/guru/ports-r414411/accessibility/linux-c6-atk root@r292778:/home/guru/ports-r414411/accessibility/linux-c6-atk # find work/ linux-c6_64-atk-1.30.0/ pkg/ stage/ root@r292778:/home/guru/ports-r414411/accessibility/linux-c6-atk # find work/linux-c6_64-atk-1.30.0/ -name libatk-1.0.so.0.3009.1 work/linux-c6_64-atk-1.30.0/usr/lib64/libatk-1.0.so.0.3009.1 root@r292778:/home/guru/ports-r414411/accessibility/linux-c6-atk # ls -ld work/linux-c6_64-atk-1.30.0/usr/lib* drwxr-xr-x 2 root wheel 512 Sep 19 13:39 work/linux-c6_64-atk-1.30.0/usr/lib64 Somehow the i686 rpm is not unpacked und the /usr/lib is not there, but /usr/lib64 -- Matthias Apitz, ✉ guru@unixarea.de, ⌂ http://www.unixarea.de/ ☎ +49-176-38902045 "Ohne die Mauer hätte es Krieg gegeben" Fritz Streletz u.a. "Sin el Muro hubiese habido guerra."