From owner-freebsd-current@FreeBSD.ORG Wed Nov 5 23:31:01 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD5BBBBE for ; Wed, 5 Nov 2014 23:31:01 +0000 (UTC) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 61E529B3 for ; Wed, 5 Nov 2014 23:31:00 +0000 (UTC) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3jY3yJ3ZG5zbGq for ; Thu, 6 Nov 2014 00:30:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :references:subject:subject:mime-version:user-agent:from:from :date:date:message-id:received:received; s=mail; t=1415230246; x=1417044647; bh=5vb+A34npQZDKiVEm3ZvXMbNNcrsGTH19veU0Qwoxm8=; b= DJUTWhv8gdUO3JoRdEIBB/p3MczaZjgWDlmqu3p1hxHNMl4jEflYzng6UTdjZO5Z lWTnKj2dgadnrWuB+Mckf9PyUTQupOT8BySuSjea1FNEa89gVFdHO6B/uqwlj8p4 Vw+sVEsWUsKY1G2E/Isc7cpVW7HAEpvw9E2qBXXn66c= Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id E8M7spBFs8qC for ; Thu, 6 Nov 2014 00:30:46 +0100 (CET) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA for ; Thu, 6 Nov 2014 00:30:46 +0100 (CET) Message-ID: <545AB326.9020002@madpilot.net> Date: Thu, 06 Nov 2014 00:30:46 +0100 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: Strange failure with 10.x jail in poudriere on head References: <545AB29A.7020501@madpilot.net> In-Reply-To: <545AB29A.7020501@madpilot.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2014 23:31:01 -0000 On 11/06/14 00:28, Guido Falsi wrote: > Hi, > > Today I updated my system to r274133, it works fine, but I see a strange > problem in 10.x jails, which, even stranger, is not happening in 9.x and > 8.x jails. > > the jails are created using ftp, so downloading official binaries. > > The python ports fail with this error at staging time: > > running install_lib > error: error listing files in 'build/lib.freebsd-10.1-RC4-i386-2.7': > Operation not supported > *** Error code 1 > > full log here, against 10.0-p12 on amd64 jail: correction, the log is from 10.1-RC4-p1 i386, but I have the same error and log from 10.0 amd64 and i386. -- Guido Falsi