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

Bug#750348: marked as done (libturpial: unit tests are trying to write outside builddir)



Your message dated Sun, 11 Aug 2019 06:01:42 +0000
with message-id <[🔎] E1hwgvG-000312-S1@fasolo.debian.org>
and subject line Bug#934406: Removed package(s) from unstable
has caused the Debian Bug report #750348,
regarding libturpial: unit tests are trying to write outside builddir
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 owner@bugs.debian.org
immediately.)


-- 
750348: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750348
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: libturpial
Version: 1.7.0-2
Severity: serious
Tags: jessie sid
User: debian-qa@lists.debian.org
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.

--- End Message ---
--- Begin Message ---
Version: 1.7.0-4+rm

Dear submitter,

as the package libturpial has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/934406

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: