Processed: Re: Bug#766758: apt: does not process pending triggers

2014-11-14 Thread Debian Bug Tracking System
Processing control commands: > severity -1 serious Bug #766758 [dpkg] apt: does not process pending triggers Severity set to 'serious' from 'important' > clone -1 -2 Bug #766758 [dpkg] apt: does not process pending triggers Bug 766758 cloned as bug 769609 > retitle -1 dpkg: Needs to workaround apt

Bug#766758: apt: does not process pending triggers

2014-11-14 Thread Guillem Jover
Control: severity -1 serious Control: clone -1 -2 Control: retitle -1 dpkg: Needs to workaround apt not processing pending triggers Control: affects -1 Control: reassign -2 apt [ CCed cupt maintainers, please see below. ] On Sun, 2014-11-02 at 15:26:06 +0100, David Kalnischkies wrote: > On Wed,

Bug#769556: libonig2-dbg: package fails to upgrade properly from wheezy

2014-11-14 Thread Guillem Jover
rity: serious > > User: debian...@lists.debian.org > > Usertags: instest-20141114 instest > In bug #768267 should I use sysmlink_to_dir: > > [QUOTE] > It is recommended to use the dpkg-maintscript-helper commands > 'dir_to_symlink' and 'symlink_to_dir

Processed: Re: Bug#769556: libonig2-dbg: package fails to upgrade properly from wheezy

2014-11-14 Thread Debian Bug Tracking System
Processing control commands: > reassign -1 libonig2-dbg Bug #769556 [dpkg] libonig2-dbg: package fails to upgrade properly from wheezy Bug reassigned from package 'dpkg' to 'libonig2-dbg'. Ignoring request to alter found versions of bug #769556 to the same values previously set Ignoring request t

Processed: Re: Bug#769556: libonig2-dbg: package fails to upgrade properly from wheezy

2014-11-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 769556 dpkg Bug #769556 [libonig2-dbg] libonig2-dbg: package fails to upgrade properly from wheezy Bug reassigned from package 'libonig2-dbg' to 'dpkg'. No longer marked as found in versions libonig/5.9.5-3. Ignoring request to alter fix

Bug#769515: dpkg memory leak v2

2014-11-14 Thread Guillem Jover
Hi! On Fri, 2014-11-14 at 19:01:49 +1100, Joshua Rogers wrote: > Package: dpkg > Version: 1.17.21-14-gc195 > Severity: normal > > (I hope I got that right this time!) Yes. :) > In dpkg-deb/info.c line 80: > > dbuf = mkdtemp(path_make_temp_template("dpkg-deb")); > In the > path_make_temp_templa

Bug#769070: marked as done (dpkg-buildpackage: libraries not found by dpkg-shlibdeps)

2014-11-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Nov 2014 14:27:50 +0100 with message-id <20141114132750.ga25...@gaara.hadrons.org> and subject line Re: Bug#769070: Please close has caused the Debian Bug report #769070, regarding dpkg-buildpackage: libraries not found by dpkg-shlibdeps to be marked as done. This means

Bug#769520: dpkg-dev: debuild clean fails to first apply patches to source in quilt 3.0 format

2014-11-14 Thread Faheem Mitha
On Fri, 14 Nov 2014, Raphael Hertzog wrote: On Fri, 14 Nov 2014, Faheem Mitha wrote: Hi Raphael, Ok, if you don't think it is a bug, please close it. I'll let Guillem do that if he agrees with me. Ok. If you can take a moment, can you advise me what the correct approach to handling this

Bug#769520: dpkg-dev: debuild clean fails to first apply patches to source in quilt 3.0 format

2014-11-14 Thread Raphael Hertzog
On Fri, 14 Nov 2014, Faheem Mitha wrote: > Hi Raphael, > > Ok, if you don't think it is a bug, please close it. I'll let Guillem do that if he agrees with me. > If you can take a moment, can you advise me what the correct approach to > handling this should be? Just make sure to push the patches

Bug#769520: dpkg-dev: debuild clean fails to first apply patches to source in quilt 3.0 format

2014-11-14 Thread Faheem Mitha
On Fri, 14 Nov 2014, Raphael Hertzog wrote: On Fri, 14 Nov 2014, Faheem Mitha wrote: The subject line says it all. I noticed today that if the patches in debian/patches are not applied, then debuild clean does not apply them, and if a patch is required to run clean successfully, then cle

Bug#769520: dpkg-dev: debuild clean fails to first apply patches to source in quilt 3.0 format

2014-11-14 Thread Raphael Hertzog
On Fri, 14 Nov 2014, Faheem Mitha wrote: > The subject line says it all. I noticed today that if the patches in > debian/patches are not applied, then > > debuild clean > > does not apply them, and if a patch is required to run clean > successfully, then clean fails. Included is the clean sec

Bug#769520: dpkg-dev: debuild clean fails to first apply patches to source in quilt 3.0 format

2014-11-14 Thread Faheem Mitha
Package: dpkg-dev Version: 1.17.21 Severity: wishlist Dear Maintainer, NOTE: This is being run inside a jessie chroot on a wheezy system. The subject line says it all. I noticed today that if the patches in debian/patches are not applied, then debuild clean does not apply them, and if a pa

Bug#769070: Please close

2014-11-14 Thread Joel Roth
This bug was due to a configuration error, missing a file in /etc/ld.so.conf.d -- Joel Roth -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#769515: Another

2014-11-14 Thread Joshua Rogers
And just one more before I'm done... dpkg-deb/build.c > m= m_malloc(strlen(dir) + sizeof(DEBEXT)); m is never freed. Thanks, -- -- Joshua Rogers signature.asc Description: OpenPGP digital signature

Bug#769515: dpkg memory leak v2

2014-11-14 Thread Joshua Rogers
Package: dpkg Version: 1.17.21-14-gc195 Severity: normal (I hope I got that right this time!) In dpkg-deb/info.c line 80: > dbuf = mkdtemp(path_make_temp_template("dpkg-deb")); In the path_make_temp_template([..]) function. dbuf is never freed. And: in dpkg-deb/extract.c > decompres