Your message dated Fri, 29 Apr 2016 18:38:53 +0000 with message-id <[email protected]> and subject line Bug#810598: fixed in pbuilder 0.224 has caused the Debian Bug report #810598, regarding pbuilder should make sure the expected file is really a .dsc and not anything else (i.e. changes) 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.) -- 810598: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810598 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: pbuilder Version: 0.181 Severity: wishlist ... -> Finished parsing the build-deps Reading package lists... Building dependency tree... Reading state information... ccache is already the newest version. fakeroot is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Copying source file -> copying [le_1.13.7-2_source.changes] -> copying [./editors] cp: cannot stat `./editors': No such file or directory -> Aborting with an error ... + echo 'Copying source file' Copying source file + copydsc le_1.13.7-2_source.changes /var/cache/pbuilder/build//20388/tmp/buildd + local DSCFILE=le_1.13.7-2_source.changes + local TARGET=/var/cache/pbuilder/build//20388/tmp/buildd ++ cat le_1.13.7-2_source.changes +++ dirname le_1.13.7-2_source.changes ++ awk 'BEGIN{p=0} /^$/ {p=0} /^.*:/ {p=0} {if (p){print "./" $3}} /^Files:/{p=1}' + for FILE in '"$DSCFILE"' '$(cat "$DSCFILE" | awk '\''BEGIN{p=0} /^$/ {p=0} /^.*:/ {p=0} {if (p){print "'\''$(dirname "$DSCFILE")'\''/" $3}} /^Files:/{p=1}'\'' )' + echo ' -> copying [le_1.13.7-2_source.changes]' -> copying [le_1.13.7-2_source.changes] + cp -p le_1.13.7-2_source.changes /var/cache/pbuilder/build//20388/tmp/buildd + for FILE in '"$DSCFILE"' '$(cat "$DSCFILE" | awk '\''BEGIN{p=0} /^$/ {p=0} /^.*:/ {p=0} {if (p){print "'\''$(dirname "$DSCFILE")'\''/" $3}} /^Files:/{p=1}'\'' )' + echo ' -> copying [./editors]' -> copying [./editors] + cp -p ./editors /var/cache/pbuilder/build//20388/tmp/buildd cp: cannot stat `./editors': No such file or directory + umountproc_cleanbuildplace_trap + umountproc_cleanbuildplace + '[' 1 -ne 0 ']' + echo ' -> Aborting with an error' -> Aborting with an error Took me some time to realise that I gave the name of the .changes file instead of the .dsc. Would be nice if pbuilder screamed out loud under those circumstances or actually support taking a .changes file as a parameter. Regards, -- Atomo64 - Raphael Please avoid sending me Word, PowerPoint or Excel attachments. See http://www.gnu.org/philosophy/no-word-attachments.html
signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---Source: pbuilder Source-Version: 0.224 We believe that the bug you reported is fixed in the latest version of pbuilder, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Mattia Rizzolo <[email protected]> (supplier of updated pbuilder package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 29 Apr 2016 15:41:17 +0000 Source: pbuilder Binary: pbuilder Architecture: source Version: 0.224 Distribution: unstable Urgency: medium Maintainer: Debian pbuilder maintenance team <[email protected]> Changed-By: Mattia Rizzolo <[email protected]> Description: pbuilder - personal package builder for Debian packages Closes: 571126 630813 663950 805014 810598 812226 812693 813589 814738 814854 818368 Changes: pbuilder (0.224) unstable; urgency=medium . [ Mattia Rizzolo ] * Import patch from Fedora to use mktemp(1) instead of tempfile(1). * debian/copyright: extend my copyright over 2016. * debian/control: Bump Standards-Version to 3.9.8, no changes needed. * debian/tests/build-procenv: change debian mirror to cloudfront.debian.net, it's allegedly better for ci.debian.net. * debian/gbp.conf: change the format of the tags, use only '%(version)s'. * Kill pdebuild-user-mode-linux too, uml is already gone, these are just stale files. * Make the copyright notices uniform across the codebase. * Add support for building architecture-independent binaries only with the new option "--binary-indep". This option instructs pbuilder to install only 'Build-Depends' and 'Build-Depends-Indep' and to call dpkg-buildpackage(1) with '-A'. * pbuilder: + allow shorter subcommands names: up/u for update, b for build, l for login, e for execute, h for help. + define and export PBUILDER_OPERATION with a fixed string for every action. The current set of values are: build, clean, create, debuild, dumpconfig, execute, login, update. See #805014 for more details. * pbuilder.8: + promote the use of "subcommands" (i.e. "update") instead of options (i.e. "--update") and document their short versions too. + use https for the documentation URL. * pdebuild: + define PBUILDER_OPERATION=pdebuild here too. * pbuilderrc.5: + document the availability of PBUILDER_OPERATION. Closes: #805014 + use https for the documentation URL. * buildpackage: + override the Maintainer field when doing binNMUs. Closes: #813589 + bail out with an useful error message if the given file is not a .dsc. Closes: #810598 * buildpackage-funcs: + make binNMU log message more useful. + chmod the files after copying them in the chroot, to be sure they are +rw. Closes: #663950 * checkparams: + use the newer PBUILDER_OPERATION instead of PBCURRENTCOMMANDLINEOPERATION. * modules: + stop overriding APT::Default-Release for experimental. + export DISTRIBUTION when calling the hooks. + define DEB_BUILD_ARCH_OS globally. This fixes the USENETWORK handling, where there are tests involving DEB_BUILD_ARCH_OS but it was previously undefined. Now the warning "pbuilder: network will not be disabled during build!" is properly printed. + modules: add a function remove_packages() to remove packages with apt-get purge IFF the packages are installed. * satisfydepends-*: + -classic: fix typo. Closes: #812693 + add the -q switch to several apt-get invocations, to suppress the progress indicator. This is more logging-friendly. Closes: #571126 * update/create: + internal refactor so that the machinery that detects unneeded packages for disabled optional features takes advantages of REMOVEPACKAGES instead of EXTRAPACKAGES. + rework REMOVEPACKAGES to call the new remove_packages(). Closes: #812226 . [ Reiner Herrmann ] * Add build user to grsec-tpe group if TPE is enabled. Closes: #814738 . [ Samuel Thibault ] * modules: + stop ignoring mount /proc issues in hurd. + in hurd, remove all translators from /dev/* and /servers/socket/*. Closes: #814854 . [ James Clarke ] * modules: + On Hurd with --no-targz, leave a valid /servers/socket/1. Closes: #818368 + Always use devfs on kfreebsd. Closes: #630813 Checksums-Sha1: f23f20d4f7ed5ae28ae1dfaac1df17c7a0dcb75c 1706 pbuilder_0.224.dsc 8faf535440bd6162a99206aba31631c4cc6adfda 305560 pbuilder_0.224.tar.xz Checksums-Sha256: b9091787973e42ca1f4f58d51bf716e8dbb0829ebfc0124e0548bd2931a714d5 1706 pbuilder_0.224.dsc c5dcec57d4684eaef738bd05d8fe21c8ab00dc0cedf78248c2b08f6296c41d3f 305560 pbuilder_0.224.tar.xz Files: a0d3b878dfd994f00e53594e327d6dd6 1706 devel extra pbuilder_0.224.dsc eb19b8e09c5562a398f87bef21096deb 305560 devel extra pbuilder_0.224.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJXI6KrAAoJEEsEP825REVAsh8P/1t2cg7RZufafXbKydaUYAEh Zm67FVKImYXVMpUvMbLfu94Nf9QB+dylfR/9vMoz9GOh1jfzDJ8QMvSjSSYoEwRp ixmQQFwUNmaRNpH/pzBai3rv+8v7bpLLtge9w80cZvmz0SwTVNTORzPPEpHd3JZv ZRJ9vb5JRGHOy/ANE0zDzRWNWNPDjobsJsOEthMm7DOywgD+XDMtyS6/NCoNFACw F22RUMUVLPEmDVF9FjBhhkQrblRwWWEOEfnia8WVGCCJumKMv6QeZ5mh7SxZ3f33 Gd1d6HqmwPmzigA+w7P3owR/Yg3TxA8XZHhwcN4Qc1wDWi0clPweznid3BLaFmLb NW7WUS17K+BG9I/dnk/3rxll64CJduFS2UdzNEPAQGXSJa/OBmUg8gBkKmZI2TGU ePUeJARmKer5CPEWWmPFfJzaJWeb40QBaA9duNmCsN2NFw4qVI7VqatcD2V0eaFt JRCwpSh/qYmj+p0Iz//ZB4yCD1hsRTeQadyB6qUEQ9X8yuUiJr+xjrs6Br4dmmx3 J/Z2zvN8b8TSILfWAYYCB0av+BKuCceK4kv6bpEBm5rS9gMOOlcr8N8sEFtilgRJ vvvkERefSXWyd8aGhiWYrdF7HIdwqMl9LY8RLQ0Sx1fZN8iCtKWyIJHa0EeOTORY QPZAvfKZAgh5FoJ6oDNJ =/z/M -----END PGP SIGNATURE-----
--- End Message ---

