Your message dated Mon, 23 May 2016 06:19:32 +0200
with message-id <[email protected]>
and subject line applied NMUs
has caused the Debian Bug report #793062,
regarding human-icon-theme: debian/clean-up.sh runs processes in background
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.)
--
793062: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793062
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: human-icon-theme
Version: 0.28.debian-3.3
Severity: serious
This script is run during the build and buggy:
===== debian/clean-up.sh =====
#!/bin/sh
# Manually clean-up
find ./ -name Makefile.in* | xargs rm -f &>/dev/null
rm -f ./po/Makefile.in.in &>/dev/null
rm -f ./configure &>/dev/null
rm -f ./intltool-update.in &>/dev/null
rm -f ./intltool-merge.in &>/dev/null
rm -r ./intltool-extract.in &>/dev/null
rm -f ./config.guess &>/dev/null
rm -f ./config.sub &>/dev/null
rm -f ./install-sh &>/dev/null
rm -f ./missing &>/dev/null
rm -f ./aclocal.m4 &>/dev/null
===== =====
All processes are run in the background s.t. it is possible for the
build process to have finished and the pbuilder chroot to have been
cleaned up before these background processes are finished:
>From todays's tests with human-icon-theme:
1234 10988 0.0 0.0 11668 740 pts/85 S 12:27 0:00 find ./ -name
Makefile.in*
1234 10989 0.0 0.0 8536 724 pts/85 S 12:27 0:00 xargs rm -f
1234 12374 0.0 0.0 2040 264 pts/73 S 16:35 0:00 rm -r
./intltool-extract.in
1234 4436 0.0 0.0 11668 1088 pts/85 S+ 17:48 0:00 find ./ -name
Makefile.in*
1234 4437 0.0 0.0 8536 796 pts/85 S+ 17:48 0:00 xargs rm -f
1234 4442 0.0 0.0 8416 728 pts/85 S+ 17:48 0:00 rm -r
./intltool-extract.in
1234 9708 0.0 0.0 11668 992 pts/73 S 17:56 0:00 find ./ -name
Makefile.in*
1234 9709 0.0 0.0 8536 740 pts/73 S 17:56 0:00 xargs rm -f
1234 31377 0.0 0.0 11668 984 pts/73 S 18:01 0:00 find ./ -name
Makefile.in*
1234 31378 0.0 0.0 8536 704 pts/73 S 18:01 0:00 xargs rm -f
1234 30223 0.0 0.0 11668 1104 pts/73 S 18:38 0:00 find ./ -name
Makefile.in*
1234 30224 0.0 0.0 8536 796 pts/73 S 18:38 0:00 xargs rm -f
For some reason some of these processes get stuck (and they also block
a wrapper script around pbuilder to terminate since the tty is still
in use).
I could reproduce this in wheezy, jessie, stretch, and sid pbuilder chroots.
Andreas
--- End Message ---
--- Begin Message ---
Version: 0.28.debian-5
Re-applied all NMUs that were missed in the -4 upload.
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---