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

Bug#926224: marked as done (unblock pbuilder/0.230.4)



Your message dated Tue, 02 Apr 2019 17:27:00 +0000
with message-id <88f5b363-1fae-ceb7-201b-b8d007ff57e5@thykier.net>
and subject line Re: Bug#926224: unblock pbuilder/0.230.4
has caused the Debian Bug report #926224,
regarding unblock pbuilder/0.230.4
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.)


-- 
926224: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926224
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
User: release.debian.org@packages.debian.org
Usertags: unblock

Hi,

it seems we accidentally introduced a serious bug in the last upload.
Luckily the fix is trivial, but it was reported privately to me too late
to block the migration to testing.

anyway, here is the diff:


diffstat for pbuilder-0.230.3 pbuilder-0.230.4

 debian/changelog        |    8 ++++++++
 pbuilder-createbuildenv |   12 ++++++++----
 2 files changed, 16 insertions(+), 4 deletions(-)

diff -Nru pbuilder-0.230.3/debian/changelog pbuilder-0.230.4/debian/changelog
--- pbuilder-0.230.3/debian/changelog	2019-03-26 15:44:52.000000000 +0100
+++ pbuilder-0.230.4/debian/changelog	2019-04-02 11:32:38.000000000 +0200
@@ -1,3 +1,11 @@
+pbuilder (0.230.4) unstable; urgency=medium
+
+  * createbuildenv:
+    + Only try to print debootstrap.log if the file really exists.
+    + Properly handle the case of a disabled internal cache.  Closes: #926115
+
+ -- Mattia Rizzolo <mattia@debian.org>  Tue, 02 Apr 2019 11:32:38 +0200
+
 pbuilder (0.230.3) unstable; urgency=medium

   [ Marcin Sulikowski ]
diff -Nru pbuilder-0.230.3/pbuilder-createbuildenv pbuilder-0.230.4/pbuilder-createbuildenv
--- pbuilder-0.230.3/pbuilder-createbuildenv	2019-03-15 15:33:18.000000000 +0100
+++ pbuilder-0.230.4/pbuilder-createbuildenv	2019-04-02 11:25:17.000000000 +0200
@@ -75,16 +75,20 @@
 if ! ( "${DEBOOTSTRAP}" \
     ${ARCHITECTURE:+--arch=$ARCHITECTURE} \
     --include=apt \
-    "$USE_CACHE" \
+    ${USE_CACHE:+"$USE_CACHE"} \
     "${DEBOOTSTRAPOPTS[@]}" \
     "$DISTRIBUTION" \
     "$BUILDPLACE" \
     "$MIRRORSITE" \
     $DEBOOTSTRAPSCRIPT ) ; then
     log.e "$DEBOOTSTRAP failed"
-    log.e "Tail of debootstrap.log:"
-    tail -n 50 "$BUILDPLACE/debootstrap/debootstrap.log"
-    log.e "End of debootstrap.log"
+    if [ -f "$BUILDPLACE/debootstrap/debootstrap.log" ]; then
+        log.e "Tail of debootstrap.log:"
+        tail -n 50 "$BUILDPLACE/debootstrap/debootstrap.log"
+        log.e "End of debootstrap.log"
+    else
+        log.e "debootstrap.log not present"
+    fi
     exit 1
 fi



-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540      .''`.
more about me:  https://mapreri.org                             : :'  :
Launchpad user: https://launchpad.net/~mapreri                  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Mattia Rizzolo:
> Package: release.debian.org
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Hi,
> 
> it seems we accidentally introduced a serious bug in the last upload.
> Luckily the fix is trivial, but it was reported privately to me too late
> to block the migration to testing.
> 
> anyway, here is the diff:
> 
> 
> [...]
> 

Unblocked, thanks.
~Niels

--- End Message ---

Reply to: