Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 212983 Details for
Bug 296856
dev-python/apsw fails tests
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
apsw-3.6.20.1:20091214-054938.log (text/plain), 6.77 KB, created by
Diego Elio Pettenò (RETIRED)
on 2009-12-14 10:26:57 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2009-12-14 10:26:57 UTC
Size:
6.77 KB
patch
obsolete
> [32;01m*[0m CPV: dev-python/apsw-3.6.20.1 > [32;01m*[0m REPO: gentoo > [32;01m*[0m USE: elibc_glibc kernel_linux test userland_GNU x86 >>>> Unpacking source... >>>> Unpacking apsw-3.6.20-r1.zip to /var/tmp/portage/dev-python/apsw-3.6.20.1/work >>>> Source unpacked in /var/tmp/portage/dev-python/apsw-3.6.20.1/work >>>> Preparing source in /var/tmp/portage/dev-python/apsw-3.6.20.1/work/apsw-3.6.20-r1 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/apsw-3.6.20.1/work/apsw-3.6.20-r1 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/apsw-3.6.20.1/work/apsw-3.6.20-r1 ... > [1;32m*[0m [1;34mBuilding of dev-python/apsw-3.6.20.1 with Python 2.6...[0m >python2.6 setup.py build -b build-2.6 --omit=LOAD_EXTENSION >running build >running build_ext >SQLite: Using system sqlite include/libraries >building 'apsw' extension >creating build-2.6 >creating build-2.6/temp.linux-i686-2.6 >creating build-2.6/temp.linux-i686-2.6/src >i686-pc-linux-gnu-gcc -pthread -DNDEBUG -O2 -pipe -fPIC -DEXPERIMENTAL=1 -DNDEBUG=1 -DAPSW_FORK_CHECKER=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -Isrc -I/usr/include/python2.6 -c src/apsw.c -o build-2.6/temp.linux-i686-2.6/src/apsw.o >In file included from /usr/include/python2.6/Python.h:8, > from src/apsw.c:72: >/usr/include/python2.6/pyconfig.h:1064:1: warning: "_POSIX_C_SOURCE" redefined >In file included from /usr/include/assert.h:37, > from src/apsw.c:65: >/usr/include/features.h:210:1: warning: this is the location of the previous definition >creating build-2.6/lib.linux-i686-2.6 >i686-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -O2 -pipe build-2.6/temp.linux-i686-2.6/src/apsw.o -L/usr/lib -lsqlite3 -lpython2.6 -o build-2.6/lib.linux-i686-2.6/apsw.so > [1;32m*[0m [1;34mBuilding of dev-python/apsw-3.6.20.1 with Python 3.1...[0m >python3.1 setup.py build -b build-3.1 --omit=LOAD_EXTENSION >running build >running build_ext >SQLite: Using system sqlite include/libraries >building 'apsw' extension >creating build-3.1 >creating build-3.1/temp.linux-i686-3.1 >creating build-3.1/temp.linux-i686-3.1/src >i686-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -O2 -pipe -fPIC -DEXPERIMENTAL=1 -DNDEBUG=1 -DAPSW_FORK_CHECKER=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -Isrc -I/usr/include/python3.1 -c -DEXPERIMENTAL=1 -DNDEBUG=1 -DAPSW_FORK_CHECKER=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -Isrc -I/usr/include/python3.1 -c src/apsw.c -o build-3.1/temp.linux-i686-3.1/src/apsw.o >In file included from /usr/include/python3.1/Python.h:8, > from src/apsw.c:72: >/usr/include/python3.1/pyconfig.h:1111:1: warning: "_POSIX_C_SOURCE" redefined >In file included from /usr/include/assert.h:37, > from src/apsw.c:65: >/usr/include/features.h:210:1: warning: this is the location of the previous definition >creating build-3.1/lib.linux-i686-3.1 >i686-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -O2 -pipe build-3.1/temp.linux-i686-3.1/src/apsw.o -L/usr/lib -lsqlite3 -lpython3.1 -o build-3.1/lib.linux-i686-3.1/apsw.so >>>> Source compiled. > [1;32m*[0m [1;34mTesting of dev-python/apsw-3.6.20.1 with Python 2.6...[0m > Python /usr/bin/python2.6 (2, 6, 4, 'final', 0) >Testing with APSW file /var/tmp/portage/dev-python/apsw-3.6.20.1/work/apsw-3.6.20-r1/build-2.6/lib.linux-i686-2.6/apsw.so > APSW version 3.6.20-r1 > SQLite lib version 3.6.21 >SQLite headers version 3006021 > Using amalgamation False >Unraiseable exception <type 'exceptions.OSError'>:[Errno 13] Permission denied > File "tests.py", line 7515, in <module> > setup() > File "tests.py", line 7467, in setup > val=multiprocessing.Value("i", 0) > File "/usr/lib/python2.6/multiprocessing/__init__.py", line 248, in Value > return Value(typecode_or_type, *args, **kwds) > File "/usr/lib/python2.6/multiprocessing/sharedctypes.py", line 75, in Value > lock = RLock() > File "/usr/lib/python2.6/multiprocessing/__init__.py", line 178, in RLock > return RLock() > File "/usr/lib/python2.6/multiprocessing/synchronize.py", line 142, in __init__ > SemLock.__init__(self, RECURSIVE_MUTEX, 1, 1) > File "/usr/lib/python2.6/multiprocessing/synchronize.py", line 49, in __init__ > sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue) > [31;01m*[0m ERROR: dev-python/apsw-3.6.20.1 failed: > [31;01m*[0m Testing failed with Python 2.6 in testing() function > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 61: Called src_test > [31;01m*[0m environment, line 3636: Called python_execute_function 'testing' > [31;01m*[0m environment, line 3209: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m die "${failure_message}"; > [31;01m*[0m > [31;01m*[0m If you need support, post the output of 'emerge --info =dev-python/apsw-3.6.20.1', > [31;01m*[0m the complete build log and the output of 'emerge -pqv =dev-python/apsw-3.6.20.1'. > [31;01m*[0m The complete build log is located at '/var/log/portage/build/dev-python/apsw-3.6.20.1:20091214-054938.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-python/apsw-3.6.20.1/temp/environment'. > [31;01m*[0m S: '/var/tmp/portage/dev-python/apsw-3.6.20.1/work/apsw-3.6.20-r1' > >>>> Install apsw-3.6.20.1 into /var/tmp/portage/dev-python/apsw-3.6.20.1/image/ category dev-python > [1;32m*[0m [1;34mInstallation of dev-python/apsw-3.6.20.1 with Python 2.6...[0m >python2.6 setup.py build -b build-2.6 install --root=/var/tmp/portage/dev-python/apsw-3.6.20.1/image/ --no-compile >running build >running build_ext >SQLite: Using system sqlite include/libraries >running install >running install_lib >copying build-2.6/lib.linux-i686-2.6/apsw.so -> /var/tmp/portage/dev-python/apsw-3.6.20.1/image/usr/lib/python2.6/site-packages >running install_egg_info >Writing /var/tmp/portage/dev-python/apsw-3.6.20.1/image/usr/lib/python2.6/site-packages/apsw-3.6.20_r1-py2.6.egg-info > [1;32m*[0m [1;34mInstallation of dev-python/apsw-3.6.20.1 with Python 3.1...[0m >python3.1 setup.py build -b build-3.1 install --root=/var/tmp/portage/dev-python/apsw-3.6.20.1/image/ --no-compile >running build >running build_ext >SQLite: Using system sqlite include/libraries >running install >running install_lib >copying build-3.1/lib.linux-i686-3.1/apsw.so -> /var/tmp/portage/dev-python/apsw-3.6.20.1/image/usr/lib/python3.1/site-packages >running install_egg_info >Writing /var/tmp/portage/dev-python/apsw-3.6.20.1/image/usr/lib/python3.1/site-packages/apsw-3.6.20_r1-py3.1.egg-info >>>> Completed installing apsw-3.6.20.1 into /var/tmp/portage/dev-python/apsw-3.6.20.1/image/ > >strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/lib/python2.6/site-packages/apsw.so > usr/lib/python3.1/site-packages/apsw.so > [32;01m*[0m Removing /usr/share/doc > [32;01m*[0m Removing /usr/share/info
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 296856
: 212983