Your message dated Sun, 19 Jan 2014 20:19:07 +0100
with message-id <52dc252b.7020...@debian.org>
and subject line Re: Bug#736102: FTBFS: LaTeX endless look: while grep Rerun
cmu-user.log
has caused the Debian Bug report #736102,
regarding FTBFS: LaTeX endless look: while grep Rerun cmu-user.log
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 ow...@bugs.debian.org
immediately.)
--
736102: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736102
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cmucl
Version: 20c-2
Severity: important
Dear Maintainer,
rebuilding cmucl got stuck in an endless loop when building the documentation,
because the logfile includes the word "Rerun", which is printed by a unrelated
LaTeX package:
# ls -gGh
/var/univention/buildsystem2/logs/ucs_4.0-0-0/ucs_4.0-0.cmucl.201401190904.log
-rw-r--r-- 1 229M 19. Jan 19:46
/var/univention/buildsystem2/logs/ucs_4.0-0-0/ucs_4.0-0.cmucl.201401190904.log
# ps axf
6683 pts/11 S+ 0:00 \_ /bin/bash /usr/bin/build-package-ng -r
4.0-0-0 -P ucs -p cmucl --no-pbuilder-update
6829 pts/11 S+ 0:00 \_ /bin/bash /usr/bin/build-package-ng
-r 4.0-0-0 -P ucs -p cmucl --no-pbuilder-update
6837 pts/11 S+ 0:00 | \_ /bin/bash /usr/bin/pdebuild
--use-pdebuild-internal --buildresult
/var/build/temp/tmp.fAaMAOeVV6/4.0-0-0/cmucl/result -- --basetgz /
6859 pts/11 S+ 0:00 | \_ /bin/bash /usr/bin/pdebuild
--use-pdebuild-internal --buildresult
/var/build/temp/tmp.fAaMAOeVV6/4.0-0-0/cmucl/result -- --baset
6861 pts/11 S+ 11:59 | | \_ tee
../cmucl_20c-2.3.201401190904_i386.build
6864 pts/11 S+ 0:00 | \_ sudo pbuilder --execute
--bindmounts /var/build/temp/tmp.fAaMAOeVV6/4.0-0-0/cmucl --basetgz
/var/univention/buildsystem2/pbuilde
6865 pts/11 S+ 0:00 | \_ /bin/bash
/usr/sbin/pbuilder --execute --bindmounts
/var/build/temp/tmp.fAaMAOeVV6/4.0-0-0/cmucl --basetgz /var/univention/b
19302 pts/11 S+ 0:00 | \_ /bin/bash /runscript
/var/build/temp/tmp.fAaMAOeVV6/4.0-0-0/cmucl/cmucl-20c --debbuildopts
--debbuildopts --uid 2028 -
5137 pts/11 S+ 0:00 | \_ su -p pbuser
5138 pts/11 S+ 0:00 | \_ bash
5139 pts/11 S+ 0:00 | \_
/usr/bin/perl /usr/bin/dpkg-buildpackage -rfakeroot -us -uc
5761 pts/11 S+ 0:00 | \_
/usr/bin/make -f debian/rules build
11544 pts/11 S+ 0:00 | \_
/usr/bin/make -f debian/Makefile doc
11545 pts/11 S+ 0:00 |
\_ /bin/sh -c (cd src/docs && make all)
11546 pts/11 S+ 0:00 |
\_ make all
11547 pts/11 S+ 0:00 |
\_ /bin/sh -c (cd cmu-user && make cmu-user.ps ; make cmu-user.html ;
make cmu-user.info ;
11548 pts/11 S+ 0:00 |
\_ /bin/sh -c (cd cmu-user && make cmu-user.ps ; make cmu-user.html
; make cmu-user.inf
11549 pts/11 S+ 0:00 |
\_ make cmu-user.ps
11556 pts/11 S+ 0:10 |
\_ /bin/sh -c while ( grep Rerun cmu-user.log > /dev/null
); do \? latex cmu-
17997 pts/11 R+ 0:01 |
\_ latex cmu-user.tex
6830 pts/11 S+ 6:44 \_ tee -i -a
/var/univention/buildsystem2/logs/ucs_4.0-0-0/ucs_4.0-0.cmucl.201401190904.log
# ps www 11556
PID TTY STAT TIME COMMAND
11556 pts/11 T+ 0:10 /bin/sh -c while ( grep Rerun cmu-user.log >
/dev/null ); do \? latex cmu-user.tex; \?done
# grep Rerun /proc/11556/cwd/cmu-user.log
Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO)
# kill -STOP 11556
# : >/proc/11556/cwd/cmu-user.log
# kill -CONT 11556
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.12.8 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Version: 20c-2.1
This was a duplicate of 714655, which was closed by my upload some time ago.
Paul
cmucl (20c-2.1) unstable; urgency=low
* Non-maintainer upload.
* Transition from lesstif2 to motif (Closes: #714655)
* Build depend on libxt-dev (was pulled in by lesstif2 until now)
* Add patch to not link against libXp (it is going to be removed
from Debian, see bug #657253) and other unnecessary libraries
(libXext was no build dependency anyways)
* Add patch to prevent endless loop during build (Closes: #728044)
* Prevent building twice by touching build-*-stamp
* Prevent dublicate control entries by calling dh_builddeb only on the
proper target
-- Paul Gevers <elb...@debian.org> Tue, 29 Oct 2013 22:10:09 +0100
signature.asc
Description: OpenPGP digital signature
--- End Message ---
_______________________________________________
pkg-common-lisp-devel mailing list
pkg-common-lisp-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-common-lisp-devel