From owner-freebsd-questions@freebsd.org Tue Feb 16 22:53:52 2016 Return-Path: Delivered-To: freebsd-questions@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 A2B12AAB5C5 for ; Tue, 16 Feb 2016 22:53:52 +0000 (UTC) (envelope-from hagen@nornagest.de) Received: from euve10633.vserver.de (euve10633.vserver.de [62.75.145.58]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6EA4D10E9 for ; Tue, 16 Feb 2016 22:53:52 +0000 (UTC) (envelope-from hagen@nornagest.de) Received: from [185.44.151.104] (helo=kvoth.localdomain) by euve10633.vserver.de with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1aVnr9-0006m9-Im for freebsd-questions@freebsd.org; Tue, 16 Feb 2016 23:12:29 +0100 Date: Tue, 16 Feb 2016 23:12:18 +0100 From: Hagen =?UTF-8?B?S8O8aGw=?= To: freebsd-questions@freebsd.org Message-ID: <20160216231218.38a7964e@kvoth.localdomain> Organization: Scientia est potentia! X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 185.44.151.104 X-SA-Exim-Mail-From: hagen@nornagest.de X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on euve10633.vserver.de X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=ALL_TRUSTED,AWL, DNS_FROM_AHBL_RHSBL autolearn=no version=3.2.5 Subject: Poudriere for building armv6 packages X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on euve10633.vserver.de) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 22:53:52 -0000 Hello, I'm using poudriere to build ports from head for AMD64, I386 and ARMV6 architectures. It was working fine, but for a while I'm getting: Error: Unable to execute id(1) in jail. Emulation or ABI wrong. when even starting the armv6 jail. I'm using the ports-mgmt/poudriere-devel port, but using ports-mgmt/poudriere gives the same results. QEMU und the jail itself seem to work fine. When I chroot into the started jail I can execute commands and uname shows arm architecture I've rebuild the jail without effect. I'm sorry for not being able to tell exactly what change broke it. Does anyone have any tips to solve it, or get more information about what is going wrong? Thanks in advance, Hagen