From owner-freebsd-pkg@FreeBSD.ORG Wed Sep 11 17:30:40 2013 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EB6D490D for ; Wed, 11 Sep 2013 17:30:40 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-bk0-x231.google.com (mail-bk0-x231.google.com [IPv6:2a00:1450:4008:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 82F032AB3 for ; Wed, 11 Sep 2013 17:30:40 +0000 (UTC) Received: by mail-bk0-f49.google.com with SMTP id r7so3673710bkg.36 for ; Wed, 11 Sep 2013 10:30:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=MtkSzolSa55vU0gj9op6GwtTceqvJYsYcSuE/GrBds0=; b=kA70yGdXW+7hrtka4mK3BgBKjXyPQqkm6zZSTuGS28d5kdGaeWbDvZ4IoR8aDrasjD xArecGf77QdqTZMeUo41F7K8+9+esnUs6l3SqN9lC+3rLceeH+e5xE67u203MxF25bBf s6yQBQH67kIuUOiIPThl3PqKzhqSXGGqTxkviBiv9eK800ncmOVA7X/hxdpYTdYCoE1f H8vEjuYCu2oySMA8a0NQmCLtfdiXoj7DKxstHgPtScY0h4J2UA1FtCi55oDITOabeUbb MTxNv95kgQj7s6XxFDKGNCzeyS8DCGHpTLk2qGpSE6KbiY6Fvbza4rfoUG8c9tqztqip 7PEw== MIME-Version: 1.0 X-Received: by 10.204.63.7 with SMTP id z7mr2559052bkh.23.1378920638198; Wed, 11 Sep 2013 10:30:38 -0700 (PDT) Received: by 10.205.13.199 with HTTP; Wed, 11 Sep 2013 10:30:38 -0700 (PDT) Date: Wed, 11 Sep 2013 10:30:38 -0700 Message-ID: Subject: Poudriere on powerpc64 From: Justin Hibbits To: freebsd-pkg@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.14 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, 11 Sep 2013 17:30:41 -0000 I just tried filing a ticket in the poudriere fossil, but hit a 'read-only database' error, so next best would be this list. The text of the ticket is (copy and paste): When configuring a 'native' poudriere jail on powerpc64, it gets configured for powerpc.powerpc. The PowerPC FreeBSD port is different from most others, because it has a target.target_arch, so it's powerpc.powerpc64 (target.target_arch), but poudriere misses the target_arch, and treats it as powerpc.powerpc. Tied with this, the '-a' argument, to specify a target architecture, errors with 'only supported on amd64', and with a change for this ticket, it should be expanded to support powerpc64 as well. - Justin