Source: libturpial
Version: 1.7.0-2
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20140601 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully): 
> name = '/sbuild-nonexistent/.config', mode = 511
> 
>     def makedirs(name, mode=0777):
>         """makedirs(path [, mode=0777])
>     
>         Super-mkdir; create a leaf directory and all intermediate ones.
>         Works like mkdir, except that any intermediate path segment (not
>         just the rightmost) will be created if it does not exist.  This is
>         recursive.
>     
>         """
>         head, tail = path.split(name)
>         if not tail:
>             head, tail = path.split(head)
>         if head and tail and not path.exists(head):
>             try:
> >               makedirs(head, mode)
> 
> /usr/lib/python2.7/os.py:150: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> name = '/sbuild-nonexistent', mode = 511
> 
>     def makedirs(name, mode=0777):
>         """makedirs(path [, mode=0777])
>     
>         Super-mkdir; create a leaf directory and all intermediate ones.
>         Works like mkdir, except that any intermediate path segment (not
>         just the rightmost) will be created if it does not exist.  This is
>         recursive.
>     
>         """
>         head, tail = path.split(name)
>         if not tail:
>             head, tail = path.split(head)
>         if head and tail and not path.exists(head):
>             try:
>                 makedirs(head, mode)
>             except OSError, e:
>                 # be happy if someone already created the path
>                 if e.errno != errno.EEXIST:
>                     raise
>             if tail == curdir:           # xxx/newdir/. exists if xxx/newdir 
> exists
> make[1]: *** [override_dh_auto_test] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/06/01/libturpial_1.7.0-2_unstable.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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to