Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Nov 2014 00:28:26 +0100
From:      Guido Falsi <mad@madpilot.net>
To:        freebsd-current@FreeBSD.org
Subject:   Strange failure with 10.x jail in poudriere on head
Message-ID:  <545AB29A.7020501@madpilot.net>

next in thread | raw e-mail | index | archive | help
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:

http://www.madpilot.net/~mad/python27-2.7.8_6.log

the code (python) is trying to perform
os.listdir('build/lib.freebsd-10.1-RC4-i386-2.7') at that point. The
directory exists and does not have strange permissions.

Installing python in a 10.1 VM in Virtualbox works fine.

I suspect some recent change to head kernel is causing it to produce
this failure in 10.x jails, But I'm at a loss on how this could be
happening.

Any suggestion on how I can debug this? Anyone has an idea what could be
causing this?

I upgraded from r273455.

Thanks in advance.

-- 
Guido Falsi <mad@madpilot.net>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?545AB29A.7020501>