From owner-freebsd-ports@FreeBSD.ORG Fri Aug 23 21:49:33 2013 Return-Path: Delivered-To: freebsd-ports@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 A0589BA1 for ; Fri, 23 Aug 2013 21:49:33 +0000 (UTC) (envelope-from andrei693@gmail.com) Received: from mail-ee0-x22c.google.com (mail-ee0-x22c.google.com [IPv6:2a00:1450:4013:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 33A0F266B for ; Fri, 23 Aug 2013 21:49:33 +0000 (UTC) Received: by mail-ee0-f44.google.com with SMTP id b47so520228eek.17 for ; Fri, 23 Aug 2013 14:49:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=/NR+cnUWzTdO7pfVwT13nfkI0Yitx4OJwHzmTwCb9Lk=; b=seW8IVZcewuXm6U8gKwt5z0EYB02OEpAEmoaPYQb7jZ+yFd8DUDcBBGy4QXhY573s2 /wmmwwv6gjsQvUpIlfJX8b0kIgdN3ywWp3ZcmoMyGoOfZ3B/x6++HGOE4BHOh74RrEyo GnwxsuNjV7RfEUjmEumnGzNmtAIZ1FWEcPGN4YLoYA5nVcBHUU4MnDHHAXgdR9kT+Iwx wp7ao87Y4TW9sC1U2MKHLQYOcJeXh7Wwf64lyzWRWauDEOR5VXLnASiFg3I8XtR2TMGa F6ITBEFAVFugfoysD+uhrz6lm/FBXp9sFCZJ+YWXhm4CfsGCnfvu/cxdigF8B+yjkP/y aVAw== X-Received: by 10.14.87.135 with SMTP id y7mr2074151eee.69.1377294571571; Fri, 23 Aug 2013 14:49:31 -0700 (PDT) Received: from ab_t510i.perfectworld.eu (ip5450aabf.adsl-surfen.hetnet.nl. [84.80.170.191]) by mx.google.com with ESMTPSA id a43sm2408698eep.9.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 23 Aug 2013 14:49:30 -0700 (PDT) Message-ID: <5217D8EA.4000100@gmail.com> Date: Fri, 23 Aug 2013 23:49:30 +0200 From: Andrei Brezan User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130817 Thunderbird/17.0.8 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: [poudriere] creation/update of jails failing References: <3E418671-076C-4C2B-98E6-E85D6E0E6A66@odo.in-berlin.de> In-Reply-To: <3E418671-076C-4C2B-98E6-E85D6E0E6A66@odo.in-berlin.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Aug 2013 21:49:33 -0000 Hi Michael, On 08/23/13 22:28, Michael Grimm wrote: > Hi -- > > Disclaimer: I have to admit that I am still very unexperienced with poudriere even though using it for a couple of month now. > > I do have two jails compiling packages for release and stable created some time ago by: > > | poudriere jail -c stable -c -v stable/9 -m svn -J 6 > | poudriere jail -c release -c -v releng/9.2 -m svn -J 6 What does the second -c stand for? I presume it's a typo. releng/9.2 can be fetched with -m ftp (which is default) instead of building it with buildworld unless you need the custom build which might be the cause of the update failing then. poudriere jail -c -j release -v 9.2-RC2 > Starting yesterday I have to deal with failing updates: > > | poudriere jail -c stable -u -J 6 > | poudriere jail -c release -u -J 6 Can you try without -J 6? Just a shot in the dark. > > Error message from creation of both jails: > > | gzip -cn texinfo.info > texinfo.info.gz > | [...] > | ===> lib/clang/include (all) > | 1 error > | *** [everything] Error code 2 > | 1 error > | *** [buildworld] Error code 2 > | 1 error > | ====>> Error: Fail to build world > | ====>> Error while creating jail, cleaning up. > | ====>> Removing stable jail... done > > Those errors are reproducible even after removing every zfs filesystem dedicated to poudriere jails and starting from scratch (poudriere jail -c ...). > > Any hint/recommendation is highly appreciated, thanks, > Michael > -- Andrei