Your message dated Fri, 30 Mar 2018 09:05:48 +0000
with message-id <e1f1pym-0006lx...@fasolo.debian.org>
and subject line Bug#894019: fixed in ftools-fv 5.4+dfsg-4
has caused the Debian Bug report #894019,
regarding ftools-fv: make distclean deletes tcltk/pow/pkgIndex.tcl 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.)


-- 
894019: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894019
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ftools-fv
Version: 5.4+dfsg-3~exp
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hi,

ftools-fv FTBFS twice in a row. The first build succeeds, but the
subsequent debian/rules clean causes tcltk/pow/pkgIndex.tcl to be
deleted, which is not regenerated during the second build.

>From the attached logfile:

[first build skipped]

 fakeroot debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/build/ftools-fv-5.4+dfsg'
fgrep -q WCSLIB_OBJ_TMP tcltk/pow/Makefile || dh_auto_clean -D tcltk/pow
        cd tcltk/pow && make -j4 -O distclean
make[2]: Entering directory '/build/ftools-fv-5.4+dfsg/tcltk/pow'
rm -rf *.o *~ libpow.a libpow.so pkgIndex.tcl so_locations
make[2]: Leaving directory '/build/ftools-fv-5.4+dfsg/tcltk/pow'
make[2]: Entering directory '/build/ftools-fv-5.4+dfsg/tcltk/pow'
rm -f config.cache config.status config.log Makefile
make[2]: Leaving directory '/build/ftools-fv-5.4+dfsg/tcltk/pow'
make[1]: Leaving directory '/build/ftools-fv-5.4+dfsg'
   dh_autoreconf_clean
   dh_clean

 dpkg-source -b ftools-fv-5.4+dfsg
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building ftools-fv using existing 
./ftools-fv_5.4+dfsg.orig.tar.gz
dpkg-source: warning: ignoring deletion of file tcltk/pow/pkgIndex.tcl, use 
--include-removal to override
dpkg-source: warning: ignoring deletion of file tcltk/pow/configure, use 
--include-removal to override
dpkg-source: warning: ignoring deletion of file tcltk/pow/Makefile, use 
--include-removal to override
dpkg-source: info: building ftools-fv in ftools-fv_5.4+dfsg-3~exp.debian.tar.xz
dpkg-source: info: building ftools-fv in ftools-fv_5.4+dfsg-3~exp.dsc

 debian/rules build
dh build
[...]
   create-stamp debian/debhelper-build-stamp

 fakeroot debian/rules binary
dh binary
   dh_testroot
   dh_prep
   debian/rules override_dh_auto_install
make[1]: Entering directory '/build/ftools-fv-5.4+dfsg'
dh_auto_install -D tcltk/pow
        cd tcltk/pow && make -j4 -O install 
DESTDIR=/build/ftools-fv-5.4\+dfsg/debian/tmp AM_UPDATE_INFO_DIR=no
make[2]: Entering directory '/build/ftools-fv-5.4+dfsg/tcltk/pow'
mkdir /build/ftools-fv-5.4+dfsg/debian/tmp/usr/lib/tcltk/i386-linux-gnu/POW
cp libpow.so 
/build/ftools-fv-5.4+dfsg/debian/tmp/usr/lib/tcltk/i386-linux-gnu/POW/
cp: cannot stat 'pkgIndex.tcl': No such file or directory
Makefile:85: recipe for target 'install' failed
make[2]: *** [install] Error 1
make[2]: Leaving directory '/build/ftools-fv-5.4+dfsg/tcltk/pow'
dh_auto_install: cd tcltk/pow && make -j4 -O install 
DESTDIR=/build/ftools-fv-5.4\+dfsg/debian/tmp AM_UPDATE_INFO_DIR=no returned 
exit code 2
debian/rules:18: recipe for target 'override_dh_auto_install' failed
make[1]: *** [override_dh_auto_install] Error 25
make[1]: Leaving directory '/build/ftools-fv-5.4+dfsg'
debian/rules:6: recipe for target 'binary' failed
make: *** [binary] Error 2


I also noticed this error while the package is configured:

checking for gethostbyname... ./configure: line 1514: ac_fn_c_try_link: command 
not found
no

looks like an error in some autotools scripts ...


Andreas

Attachment: ftools-fv_5.4+dfsg-3~exp_twice.log.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: ftools-fv
Source-Version: 5.4+dfsg-4

We believe that the bug you reported is fixed in the latest version of
ftools-fv, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 894...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated ftools-fv package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 30 Mar 2018 10:40:56 +0200
Source: ftools-fv
Binary: ftools-fv ftools-pow
Architecture: source
Version: 5.4+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Astro Team <debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Description:
 ftools-fv  - Tool for viewing and editing FITS format files
 ftools-pow - Curve plotting and image display interface tool
Closes: 893407 894019
Changes:
 ftools-fv (5.4+dfsg-4) unstable; urgency=medium
 .
   * Switch back to unstable
   * Adjust patches for use with `gbp pq`
   * Don't remove pkgindex.tcl on `make clean` (Closes: #894019)
   * Remove version requirement for iwidgets4 (Closes: #893407)
Checksums-Sha1:
 ea8800f990e319845186b9351b326c632620576a 2091 ftools-fv_5.4+dfsg-4.dsc
 1e820af7ef8e7e70965725f31697061330e12121 13648 
ftools-fv_5.4+dfsg-4.debian.tar.xz
Checksums-Sha256:
 08966b4ad050e4cdca6dad251d8d094a83e553f19b37919e22193635141c0088 2091 
ftools-fv_5.4+dfsg-4.dsc
 a0bc641eae99bb07de989f95210019be651783be6d6520ea7b20ede1e9ddcb97 13648 
ftools-fv_5.4+dfsg-4.debian.tar.xz
Files:
 205a9e03d7a9ed38494c83e237a7d199 2091 science optional ftools-fv_5.4+dfsg-4.dsc
 2108780d0ba337f54d00151cb1601cbe 13648 science optional 
ftools-fv_5.4+dfsg-4.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE7/BpV0Ra2/h0L3qtmk9WvbkOGL0FAlq9+akACgkQmk9WvbkO
GL1R3w//ZF0fAnzJEeu6httmovg8CSUctMOs4DIurbnAVV4T2CoPSylHxQLkmJAw
7ielmhBJtnn0SA+FWSl5yC1KxfBWgsyxEs5LalVW6XtPjo5j3LoVZpc2BKsUamSb
LExFn2mrSr/bkj+gOA+2gqzITWpn/jnSNM5ug8p5BM5G/Oyi4myKEtt5RmMnXIsa
GEtfcxbmitdnDdC83oY6Zo0LRdPUkti452aNnOWo5/kKC8qAhsFPSamyB5Mq1QUz
HumhMmopxtp7ESpv1MFl4nEi7jWi1zXnKiyYQi1V9urjzYJU6vfFwjuwWnUzEbvP
GDihOEYTTLpZ9Xx3iNBiu0uqx81RjrDzxAxP6TwkGUnSLiPC+R/iWrtglfI03cPX
zBi8881LDjOK5BMirMwVl/LdZHJ8WIQpnRgbQDHE0orFnvMk2991wrjPTGg7nhmG
+yYztFzO0U41HmqjBuwWiLdk8AA7JJI4H5iCOF2ynyOdAMbiQv372Bbw7X3SoeoY
kW6iuumG3jx+f+tB5CszOSIYkMAxtxjbb5ozEqb/Zisz8ilI8+87oEbAoZYCkJAD
9zky3MFkrnQLnq14b5eq7EQH9Oxt9eDwGrX9o90SHF9pP33QGjQLUY9QMFirhG3e
/8A+H1zrQjZlqJKyJCAbFKEMv8HQmy78mDML6WFSAIRuYFtqu6A=
=ITpc
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to