Bug#910547: marked as done (gutenprint: make distclean deletes doc/gutenprint{,ui2}/* which is not regenerated)

2018-12-03 Thread Debian Bug Tracking System
Your message dated Mon, 03 Dec 2018 11:34:15 +
with message-id 
and subject line Bug#910547: fixed in gutenprint 5.3.1-5
has caused the Debian Bug report #910547,
regarding gutenprint: make distclean deletes doc/gutenprint{,ui2}/* which is 
not regenerated
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.)


-- 
910547: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910547
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gutenprint
Version: 5.3.1-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hi,

gutenprint FTBFS twice in a row. The first build succeeds, but the
subsequent debian/rules clean causes doc/gutenprint/*,
doc/gutenprintui2/* (and possibly more relevant files) to be deleted,
which are not regenerated during the second build.

>From the attached logfile:

[first build succeeded]

[from debian/rules clean after the first build]

...
Making distclean in doc
make[2]: Entering directory '/build/gutenprint-5.3.1/doc'
Making distclean in developer
make[3]: Entering directory '/build/gutenprint-5.3.1/doc/developer'
rm -rf .libs _libs
if test . = "." -a false = false ; then \
  echo "clean-local: Not removing reference-html" ; \
  echo 'clean-local: Not removing gutenprint.pdf' ; \
  echo 'clean-local: Not removing gutenprint.ps' ; \
else \
  rm -f gutenprint.pdf gutenprint.ps; rm -rf *html-stamp reference-html ; \
fi
rm -f *.lo
clean-local: Not removing reference-html
clean-local: Not removing gutenprint.pdf
clean-local: Not removing gutenprint.ps
if test . = "." ; then \
  : ; \
else \
  rm -f copying.xml dither.xml escp2.xml gutenprint.xml gpl-appendix.xml 
introduction.xml new-printer.xml problems.xml using.xml weave.xml ; \
fi
test -z "" || rm -f 
rm -rf *.tex *.log *.aux *.dvi *.gz *.out *.junk *.out *.fot
test . = "." || test -z "" || rm -f 
rm -rf db2html* DB2HTML* CATALOG.local
rm -f Makefile
make[3]: Leaving directory '/build/gutenprint-5.3.1/doc/developer'
make[3]: Entering directory '/build/gutenprint-5.3.1/doc'
rm -rf .libs _libs
rm -f *.lo
test -z "gutenprint.dox gutenprintui2.dox" || rm -f gutenprint.dox 
gutenprintui2.dox
rm -rf gutenprint
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "." || test -z "" || rm -f 
test -z "gutenprint-stamp gutenprintui2-stamp" || rm -f gutenprint-stamp 
gutenprintui2-stamp
rm -rf gutenprintui2
make[3]: Leaving directory '/build/gutenprint-5.3.1/doc'
rm -f Makefile
make[2]: Leaving directory '/build/gutenprint-5.3.1/doc'
...

[building the source package after the first build+clean causes dpkg-source to 
report many deleted files]

...
dpkg-source: warning: ignoring deletion of file doc/gutenprintui2-stamp, use 
--include-removal to override
dpkg-source: warning: ignoring deletion of file doc/Makefile.in, use 
--include-removal to override
dpkg-source: warning: ignoring deletion of file doc/gutenprint-stamp, use 
--include-removal to override
dpkg-source: warning: ignoring deletion of file doc/developer/Makefile.in, use 
--include-removal to override
dpkg-source: warning: ignoring deletion of directory doc/gutenprintui2
dpkg-source: warning: ignoring deletion of file 
doc/gutenprintui2/gutenprintui2.tag, use --include-removal to override
dpkg-source: warning: ignoring deletion of directory doc/gutenprintui2/html
dpkg-source: warning: ignoring deletion of file 
doc/gutenprintui2/html/index.html, use --include-removal to override
dpkg-source: warning: ignoring deletion of file 
doc/gutenprintui2/html/bc_s.png, use --include-removal to override
dpkg-source: warning: ignoring deletion of file 
doc/gutenprintui2/html/folderopen.png, use --include-removal to override
dpkg-source: warning: ignoring deletion of file 
doc/gutenprintui2/html/sync_off.png, use --include-removal to override
...
dpkg-source: warning: ignoring deletion of file 
doc/gutenprintui2/html/bdwn.png, use --include-removal to override
dpkg-source: warning: ignoring deletion of file 
doc/gutenprintui2/html/splitbar.png, use --include-removal to override
dpkg-source: warning: ignoring deletion of file 
doc/gutenprintui2/html/functions_vars.html, use --include-removal to override
dpkg-source: warning: ignoring deletion of file doc/gutenprintui2/html/doc.png, 
use --include-removal to override
dpkg-source: warning: ignoring deletion of directory doc/gutenprint
dpkg-source: warning: ignoring deletion of file doc/gutenprint/gutenprint.tag, 
use --include-removal to override
dpkg-source: warning: ignoring deletion of directory doc/gutenprint/html
dpkg-source: warning: ignoring deletion of file 

Bug#910547: marked as done (gutenprint: make distclean deletes doc/gutenprint{,ui2}/* which is not regenerated)

2018-11-30 Thread Debian Bug Tracking System
Your message dated Sat, 01 Dec 2018 01:34:06 +
with message-id 
and subject line Bug#910547: fixed in gutenprint 5.3.1-3
has caused the Debian Bug report #910547,
regarding gutenprint: make distclean deletes doc/gutenprint{,ui2}/* which is 
not regenerated
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.)


-- 
910547: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910547
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gutenprint
Version: 5.3.1-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hi,

gutenprint FTBFS twice in a row. The first build succeeds, but the
subsequent debian/rules clean causes doc/gutenprint/*,
doc/gutenprintui2/* (and possibly more relevant files) to be deleted,
which are not regenerated during the second build.

>From the attached logfile:

[first build succeeded]

[from debian/rules clean after the first build]

...
Making distclean in doc
make[2]: Entering directory '/build/gutenprint-5.3.1/doc'
Making distclean in developer
make[3]: Entering directory '/build/gutenprint-5.3.1/doc/developer'
rm -rf .libs _libs
if test . = "." -a false = false ; then \
  echo "clean-local: Not removing reference-html" ; \
  echo 'clean-local: Not removing gutenprint.pdf' ; \
  echo 'clean-local: Not removing gutenprint.ps' ; \
else \
  rm -f gutenprint.pdf gutenprint.ps; rm -rf *html-stamp reference-html ; \
fi
rm -f *.lo
clean-local: Not removing reference-html
clean-local: Not removing gutenprint.pdf
clean-local: Not removing gutenprint.ps
if test . = "." ; then \
  : ; \
else \
  rm -f copying.xml dither.xml escp2.xml gutenprint.xml gpl-appendix.xml 
introduction.xml new-printer.xml problems.xml using.xml weave.xml ; \
fi
test -z "" || rm -f 
rm -rf *.tex *.log *.aux *.dvi *.gz *.out *.junk *.out *.fot
test . = "." || test -z "" || rm -f 
rm -rf db2html* DB2HTML* CATALOG.local
rm -f Makefile
make[3]: Leaving directory '/build/gutenprint-5.3.1/doc/developer'
make[3]: Entering directory '/build/gutenprint-5.3.1/doc'
rm -rf .libs _libs
rm -f *.lo
test -z "gutenprint.dox gutenprintui2.dox" || rm -f gutenprint.dox 
gutenprintui2.dox
rm -rf gutenprint
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "." || test -z "" || rm -f 
test -z "gutenprint-stamp gutenprintui2-stamp" || rm -f gutenprint-stamp 
gutenprintui2-stamp
rm -rf gutenprintui2
make[3]: Leaving directory '/build/gutenprint-5.3.1/doc'
rm -f Makefile
make[2]: Leaving directory '/build/gutenprint-5.3.1/doc'
...

[building the source package after the first build+clean causes dpkg-source to 
report many deleted files]

...
dpkg-source: warning: ignoring deletion of file doc/gutenprintui2-stamp, use 
--include-removal to override
dpkg-source: warning: ignoring deletion of file doc/Makefile.in, use 
--include-removal to override
dpkg-source: warning: ignoring deletion of file doc/gutenprint-stamp, use 
--include-removal to override
dpkg-source: warning: ignoring deletion of file doc/developer/Makefile.in, use 
--include-removal to override
dpkg-source: warning: ignoring deletion of directory doc/gutenprintui2
dpkg-source: warning: ignoring deletion of file 
doc/gutenprintui2/gutenprintui2.tag, use --include-removal to override
dpkg-source: warning: ignoring deletion of directory doc/gutenprintui2/html
dpkg-source: warning: ignoring deletion of file 
doc/gutenprintui2/html/index.html, use --include-removal to override
dpkg-source: warning: ignoring deletion of file 
doc/gutenprintui2/html/bc_s.png, use --include-removal to override
dpkg-source: warning: ignoring deletion of file 
doc/gutenprintui2/html/folderopen.png, use --include-removal to override
dpkg-source: warning: ignoring deletion of file 
doc/gutenprintui2/html/sync_off.png, use --include-removal to override
...
dpkg-source: warning: ignoring deletion of file 
doc/gutenprintui2/html/bdwn.png, use --include-removal to override
dpkg-source: warning: ignoring deletion of file 
doc/gutenprintui2/html/splitbar.png, use --include-removal to override
dpkg-source: warning: ignoring deletion of file 
doc/gutenprintui2/html/functions_vars.html, use --include-removal to override
dpkg-source: warning: ignoring deletion of file doc/gutenprintui2/html/doc.png, 
use --include-removal to override
dpkg-source: warning: ignoring deletion of directory doc/gutenprint
dpkg-source: warning: ignoring deletion of file doc/gutenprint/gutenprint.tag, 
use --include-removal to override
dpkg-source: warning: ignoring deletion of directory doc/gutenprint/html
dpkg-source: warning: ignoring deletion of file