Your message dated Thu, 22 Mar 2012 17:07:12 +0100
with message-id <[email protected]>
and subject line Re: Bug#665024: numexpr: FTBFS: OSError: [Errno 13] Permission 
denied
has caused the Debian Bug report #665024,
regarding numexpr: FTBFS: OSError: [Errno 13] Permission denied
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
665024: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665024
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: numexpr
Version: 1.4.2-3.2
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20120321 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory `/«PKGBUILDDIR»'
> # Install everything excluding the *_d.so debug extensions to python-numexpr
> dh_install -X"*_d.so" "debian/tmp/*" -p python-numexpr
> # Install the debug extensions to python-numexpr-dbg
> dh_install "debian/tmp/usr/lib/python*/*-packages/numexpr/*_d.so" -p 
> python-numexpr-dbg
> # Continue with regular dh_install
> dh_install
> dh_numpy
> set -e -x;\
>       for py in 2.6 2.7; do \
>               cd /«PKGBUILDDIR»/build/lib.*-$py;\
>               env PYTHONPATH=. python$py numexpr/tests/test_numexpr.py;\
>               cd /«PKGBUILDDIR»/build/lib.*-$py-pydebug;\
>               env PYTHONPATH=. python$py-dbg numexpr/tests/test_numexpr.py;\
>       done
> + cd /«PKGBUILDDIR»/build/lib.linux-x86_64-2.6
> + env PYTHONPATH=. python2.6 numexpr/tests/test_numexpr.py
> .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E.
> ======================================================================
> ERROR: test_multiprocess (__main__.test_subprocess)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "numexpr/tests/test_numexpr.py", line 599, in test_multiprocess
>     qout = mp.Queue()
>   File "/usr/lib/python2.6/multiprocessing/__init__.py", line 213, in Queue
>     return Queue(maxsize)
>   File "/usr/lib/python2.6/multiprocessing/queues.py", line 37, in __init__
>     self._rlock = Lock()
>   File "/usr/lib/python2.6/multiprocessing/synchronize.py", line 117, in 
> __init__
>     SemLock.__init__(self, SEMAPHORE, 1, 1)
>   File "/usr/lib/python2.6/multiprocessing/synchronize.py", line 49, in 
> __init__
>     sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue)
> OSError: [Errno 13] Permission denied
> 
> ----------------------------------------------------------------------
> Ran 5145 tests in 11.635s
> 
> FAILED (errors=1)
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Numexpr version:   1.4.2
> NumPy version:     1.5.1
> Python version:    2.6.7 (r267:88850, Aug  3 2011, 11:33:52) 
> [GCC 4.6.1]
> Platform:          linux2-x86_64
> AMD/Intel CPU?     True
> VML available?     False
> Detected cores:    1
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> make[1]: *** [override_dh_install] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/03/21/numexpr_1.4.2-3.2.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



--- End Message ---
--- Begin Message ---
Misconfiguration on my side, closing.

  Lucas

On 22/03/12 at 12:11 +0100, Lucas Nussbaum wrote:
> Source: numexpr
> Version: 1.4.2-3.2
> Severity: serious
> Tags: wheezy sid
> User: [email protected]
> Usertags: qa-ftbfs-20120321 qa-ftbfs
> Justification: FTBFS on amd64
> 
> Hi,
> 
> During a rebuild of all packages in sid, your package failed to build on
> amd64.
> 
> Relevant part:
> > make[1]: Entering directory `/«PKGBUILDDIR»'
> > # Install everything excluding the *_d.so debug extensions to python-numexpr
> > dh_install -X"*_d.so" "debian/tmp/*" -p python-numexpr
> > # Install the debug extensions to python-numexpr-dbg
> > dh_install "debian/tmp/usr/lib/python*/*-packages/numexpr/*_d.so" -p 
> > python-numexpr-dbg
> > # Continue with regular dh_install
> > dh_install
> > dh_numpy
> > set -e -x;\
> >     for py in 2.6 2.7; do \
> >             cd /«PKGBUILDDIR»/build/lib.*-$py;\
> >             env PYTHONPATH=. python$py numexpr/tests/test_numexpr.py;\
> >             cd /«PKGBUILDDIR»/build/lib.*-$py-pydebug;\
> >             env PYTHONPATH=. python$py-dbg numexpr/tests/test_numexpr.py;\
> >     done
> > + cd /«PKGBUILDDIR»/build/lib.linux-x86_64-2.6
> > + env PYTHONPATH=. python2.6 numexpr/tests/test_numexpr.py
> > .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E.
> > ======================================================================
> > ERROR: test_multiprocess (__main__.test_subprocess)
> > ----------------------------------------------------------------------
> > Traceback (most recent call last):
> >   File "numexpr/tests/test_numexpr.py", line 599, in test_multiprocess
> >     qout = mp.Queue()
> >   File "/usr/lib/python2.6/multiprocessing/__init__.py", line 213, in Queue
> >     return Queue(maxsize)
> >   File "/usr/lib/python2.6/multiprocessing/queues.py", line 37, in __init__
> >     self._rlock = Lock()
> >   File "/usr/lib/python2.6/multiprocessing/synchronize.py", line 117, in 
> > __init__
> >     SemLock.__init__(self, SEMAPHORE, 1, 1)
> >   File "/usr/lib/python2.6/multiprocessing/synchronize.py", line 49, in 
> > __init__
> >     sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue)
> > OSError: [Errno 13] Permission denied
> > 
> > ----------------------------------------------------------------------
> > Ran 5145 tests in 11.635s
> > 
> > FAILED (errors=1)
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> > Numexpr version:   1.4.2
> > NumPy version:     1.5.1
> > Python version:    2.6.7 (r267:88850, Aug  3 2011, 11:33:52) 
> > [GCC 4.6.1]
> > Platform:          linux2-x86_64
> > AMD/Intel CPU?     True
> > VML available?     False
> > Detected cores:    1
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> > make[1]: *** [override_dh_install] Error 1
> 
> The full build log is available from:
>    http://people.debian.org/~lucas/logs/2012/03/21/numexpr_1.4.2-3.2.log
> 
> A list of current common problems and possible solutions is available at 
> http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
> 
> About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
> of the Grid'5000 platform, using a clean chroot.  Internet was not
> accessible from the build systems.
> 
> 
> 
> -- 
> debian-science-maintainers mailing list
> [email protected]
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers
> 

-- 
| Lucas Nussbaum          Assistant professor @ Univ. Nancy 2 |
| [email protected]                   LORIA / AlGorille |
| http://www.loria.fr/~lnussbau/            +33 3 54 95 86 19 |


--- End Message ---

Reply via email to