pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/mail/thunderbird



On Wed, 16 Nov 2011 19:57:13 +0000
David Holland <dholland-pkgchanges%netbsd.org@localhost> wrote:

> On Sun, Nov 13, 2011 at 04:59:58PM +0000, Tobias Nygren wrote:
>  > Log Message:
>  > Update to thunderbird-8.0 and enigmail-1.3.3.
> 
> alas, thunderbird doesn't build for me:
> 
> /home/pkgbulk/pkg/bin/python2.6 ../../config/pythonpath.py \
>   -I../../other-licenses/ply \
>   -I../../xpcom/idl-parser \
>   ../../xpcom/idl-parser/header.py --cachedir=../../xpcom/idl-parser -I. 
> -I../../dist/idl /home/pkgbul
> k/obj/mail/thunderbird/work/comm-release/mozilla/dom/indexedDB/nsIIDBKeyRange.idl
>  -d .deps/nsIIDBKeyRa
> nge.h.pp -o _xpidlgen/nsIIDBKeyRange.h
> Traceback (most recent call last):
>   File "../../config/pythonpath.py", line 52, in <module>
>     main(sys.argv[1:])
>   File "../../config/pythonpath.py", line 44, in main
>     execfile(script, frozenglobals)
>   File "../../xpcom/idl-parser/header.py", line 524, in <module>
>     depfd = open(options.depfile, 'w')
> IOError: [Errno 2] No such file or directory: 
> '.deps/nsIIDBDatabaseException.h.pp'
> Traceback (most recent call last):
>   File "../../config/pythonpath.py", line 52, in <module>
>     main(sys.argv[1:])
>   File "../../config/pythonpath.py", line 44, in main
>     execfile(script, frozenglobals)
>   File "../../xpcom/idl-parser/header.py", line 524, in <module>
>     depfd = open(options.depfile, 'w')
> IOError: [Errno 2] No such file or directory: 
> '.deps/nsIIDBCursorWithValue.h.pp'
> Traceback (most recent call last):
>   File "../../config/pythonpath.py", line 52, in <module>
>     main(sys.argv[1:])
>   File "../../config/pythonpath.py", line 44, in main
>     execfile(script, frozenglobals)
>   File "../../xpcom/idl-parser/header.py", line 524, in <module>
>     depfd = open(options.depfile, 'w')
> IOError: [Errno 2] No such file or directory: '.deps/nsIIDBDatabase.h.pp'
> gmake[5]: *** [_xpidlgen/nsIIDBDatabaseException.h] Error 1
> 

I think this is some kind of concurrency problem. If you restart the
build it will probably succeed. I built with python-2.6, and saw this
bug one or twice even with MAKE_JOBS_SAFE=no. I assumed it was a local
problem ...

Are you sure it doesn't happen with python-2.7 as well?

Best,
-Tobias



Home | Main Index | Thread Index | Old Index