Bug#520932: marked as done (tg2quilt.mk does not work with older findutils)
Your message dated Tue, 16 Sep 2025 11:35:40 +0000
with message-id <[🔎] E1uyTyG-00HNYV-04@fasolo.debian.org>
and subject line Bug#1115196: Removed package(s) from unstable
has caused the Debian Bug report #520932,
regarding tg2quilt.mk does not work with older findutils
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.)
--
520932: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520932
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: tg2quilt.mk does not work with older findutils
- From: Marcin Owsiany <porridge@debian.org>
- Date: Mon, 23 Mar 2009 18:07:02 +0000
- Message-id: <20090323180701.GA27555@beczulka>
Package: topgit
Version: 0.7-1
I'm using topgit on an ubuntu gutsy system.
However upgrading from 0.5-1 brought a nasty surprise:
Exporting TopGit branches to series so that quilt can clean up...
/usr/bin/make --no-print-directory -f debian/rules tg-export
# remove all files whose contents matches /^tg:/
test -n "" && rm || :
test -f debian/patches/series && rm debian/patches/series || :
# try to remove directories
find debian/patches -depth -type d -empty -execdir rmdir {} +
rmdir: ./patches: No such file or directory
make[1]: *** [tg-rmdir] Error 1
make: *** [__tg-temp-export] Error 2
It turns out that find -execdir is broken in gutsy and etch at least.
The following does not work:
$ mkdir a
$ mkdir a/b
$ find a/b -depth -type d -empty -execdir rmdir {} +
rmdir: ./b: No such file or directory
$
Stracing find reveals that it tries to remove "b" while being in the
directory that contains "a".
It seems fixed in lenny.
I know that this is not a bug in your package, but would you consider
using another method for a few more months?
--
Marcin Owsiany <porridge@debian.org> http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216
--- End Message ---
--- Begin Message ---
- To: 499071-done@bugs.debian.org,499172-done@bugs.debian.org,500656-done@bugs.debian.org,501982-done@bugs.debian.org,505303-done@bugs.debian.org,506283-done@bugs.debian.org,506284-done@bugs.debian.org,506306-done@bugs.debian.org,509527-done@bugs.debian.org,520932-done@bugs.debian.org,522906-done@bugs.debian.org,528442-done@bugs.debian.org,535074-done@bugs.debian.org,646944-done@bugs.debian.org,749041-done@bugs.debian.org,777667-done@bugs.debian.org,
- Cc: topgit@packages.debian.org
- Subject: Bug#1115196: Removed package(s) from unstable
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Tue, 16 Sep 2025 11:35:40 +0000
- Message-id: <[🔎] E1uyTyG-00HNYV-04@fasolo.debian.org>
Version: 0.8-3+rm
Dear submitter,
as the package topgit 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/1115196
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
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.
Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---
Reply to: