[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#805950: marked as done (malaga: FTBFS when built with dpkg-buildpackage -A (no binary artifacts))



Your message dated Fri, 08 Apr 2016 08:00:38 +0000
with message-id <E1aoRLK-0003ER-On@franck.debian.org>
and subject line Bug#805950: fixed in malaga 7.12-7
has caused the Debian Bug report #805950,
regarding malaga: FTBFS when built with dpkg-buildpackage -A (no binary artifacts)
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.)


-- 
805950: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805950
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:malaga
Version: 7.12-5.2
User: sanvila@debian.org
Usertags: binary-indep
Severity: important

Dear maintainer:

I tried to build this package with "dpkg-buildpackage -A"
(i.e. only architecture-independent packages), and it failed:

--------------------------------------------------------------------------------
[...]
 fakeroot debian/rules binary-indep
dh_testdir
dh_testroot
dh_prep 
dh_installdirs
/usr/bin/make install prefix=/<<PKGBUILDDIR>>/debian/tmp/usr
make[1]: Entering directory '/<<PKGBUILDDIR>>'
makeinfo ./malaga.texi
/usr/bin/install -c -d /<<PKGBUILDDIR>>/debian/tmp/usr/bin
for f in malaga mallex malmake malrul malshow malsym; do \
  ./libtool --silent --mode=install /usr/bin/install -c -s $f /<<PKGBUILDDIR>>/debian/tmp/usr/bin/$f; \
  done
libtool: install: warning: `libmalaga.la' has not been installed in `/usr/lib'
libtool: install: warning: `libmalaga.la' has not been installed in `/usr/lib'
libtool: install: warning: `libmalaga.la' has not been installed in `/usr/lib'
libtool: install: warning: `libmalaga.la' has not been installed in `/usr/lib'
libtool: install: warning: `libmalaga.la' has not been installed in `/usr/lib'
libtool: install: warning: `libmalaga.la' has not been installed in `/usr/lib'
/usr/bin/install -c -d /<<PKGBUILDDIR>>/debian/tmp/usr/include
/usr/bin/install -c -m 644 ./malaga.h /<<PKGBUILDDIR>>/debian/tmp/usr/include/malaga.h
/usr/bin/install -c -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib
./libtool --silent --mode=install /usr/bin/install -c -m 644 -s libmalaga.la \
  /<<PKGBUILDDIR>>/debian/tmp/usr/lib/libmalaga.la
libtool: install: warning: remember to run `libtool --finish /usr/lib'
/usr/bin/install -c -d /<<PKGBUILDDIR>>/debian/tmp/usr/share/malaga
/usr/bin/install -c -m 644 ./malaga.el /<<PKGBUILDDIR>>/debian/tmp/usr/share/malaga/malaga.el
/usr/bin/install -c -d /<<PKGBUILDDIR>>/debian/tmp/usr/share/man/man1
for f in malaga.1 mallex.1 malmake.1 malrul.1 malshow.1 malsym.1; do \
  /usr/bin/install -c -m 644 ./$f /<<PKGBUILDDIR>>/debian/tmp/usr/share/man/man1/$f; done
/usr/bin/install -c -d /<<PKGBUILDDIR>>/debian/tmp/usr/share/info
for f in malaga.info*; do /usr/bin/install -c -m 644 $f /<<PKGBUILDDIR>>/debian/tmp/usr/share/info/$f; done
#install-info --info-dir=/<<PKGBUILDDIR>>/debian/tmp/usr/share/info malaga.info
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
# rename according to the emacs mode package name
mv /<<PKGBUILDDIR>>/debian/tmp/usr/share/malaga/malaga.el /<<PKGBUILDDIR>>/debian/tmp/usr/share/malaga/malaga-mode.el
for file in debian/tmp/usr/lib/*.la; do \
	sed -i "/dependency_libs/ s/'.*'/''/" $file ; \
done
 dpkg-genchanges -A >../malaga_7.12-5.2_all.changes
dpkg-genchanges: error: binary build with no binary artifacts found; cannot distribute
dpkg-buildpackage: error: dpkg-genchanges gave error exit status 2
--------------------------------------------------------------------------------

This usually happens because there is a binary-indep target in debian/rules
which is either empty or does not do anything useful.

If all the arch-independent packages are dummy transitional packages released with jessie,
the easy fix is to drop them now. If not, debian/rules should be modified so that the
binary-indep target generates the architecture independent packages (and only those).

After checking that both "dpkg-buildpackage -A" and "dpkg-buildpackage -B" work
properly, this package will be suitable to be uploaded in source-only form if you wish
(I recommend that you try it).

Thanks.

--- End Message ---
--- Begin Message ---
Source: malaga
Source-Version: 7.12-7

We believe that the bug you reported is fixed in the latest version of
malaga, 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 805950@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Santiago Vila <sanvila@debian.org> (supplier of updated malaga 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 07 Apr 2016 11:51:00 +0200
Source: malaga
Binary: malaga-bin libmalaga7 libmalaga-dev malaga-doc malaga-mode
Architecture: source amd64 all
Version: 7.12-7
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Santiago Vila <sanvila@debian.org>
Description:
 libmalaga-dev - Developer's library for automatic language analysis
 libmalaga7 - Automatic language analysis library
 malaga-bin - System for automatic language analysis
 malaga-doc - Documentation for an automatic language analysis system
 malaga-mode - System for automatic language analysis - emacs mode
Closes: 805950
Changes:
 malaga (7.12-7) unstable; urgency=low
 .
   * QA upload.
   * Switch to "dh".
   * Switch to "3.0 (quilt)" source format.
   * Upgrade to debhelper compatibility level 9.
   * Drop watch file. Upstream source is no longer there.
   * Add ldconfig in postinst for libmalaga7 (lintian warning).
   * Source may be built with "dpkg-buildpackage -A". Closes: 805950.
Checksums-Sha1:
 4a4f5691160c80982f27c61a010414cf7cda69b0 1659 malaga_7.12-7.dsc
 8b35f83449b1ca30640ebebba2fb5a02882bdc8b 11568 malaga_7.12-7.debian.tar.xz
 5bd293dda79a1f09222ec6b4ffdf92991842687c 84038 libmalaga-dev_7.12-7_amd64.deb
 e248cffb50120290acff4b36a2aceb192c980adc 78502 libmalaga7_7.12-7_amd64.deb
 30da5993e11de33c15c7d11b4a61e1923a707d4f 134138 malaga-bin_7.12-7_amd64.deb
 9bba00074e27e0130d7241dd138ed044da95cf51 594360 malaga-doc_7.12-7_all.deb
 e70b4239dc862482824103775a1b4c576c933a10 30394 malaga-mode_7.12-7_all.deb
Checksums-Sha256:
 bc68676930c3d2792f82750737ba5d04fc8073d0ed3f92c4c8f9dedc5787e318 1659 malaga_7.12-7.dsc
 9ec55c98766d2dbfe76d3a951b8b1aeda591551a6431390235ca531276185389 11568 malaga_7.12-7.debian.tar.xz
 f1f9044bb8d8536a06c76968f5f0456ad934704ace7be2e261c2829dde6a2024 84038 libmalaga-dev_7.12-7_amd64.deb
 9fe88fa4b9ccda255e68fdba41a1b36e482138c4807e677f4401423c90be4023 78502 libmalaga7_7.12-7_amd64.deb
 7850f101abdbe2c64fdf2254d13b3862a87a5cd1decf8d187d3d9dff2e228f3f 134138 malaga-bin_7.12-7_amd64.deb
 bb49914fa30449ba21338e716475d116596df76bc8876297c09c7c6d1975131c 594360 malaga-doc_7.12-7_all.deb
 9dfe90f69d2137a6440c496dec54127f7b544e650798cb14ebd689e8804e4d01 30394 malaga-mode_7.12-7_all.deb
Files:
 057ff01eb35a63b16e3c47ae89c48342 1659 misc optional malaga_7.12-7.dsc
 6e4ed245f1f6f43cf058ad0b2a3aaa61 11568 misc optional malaga_7.12-7.debian.tar.xz
 56f301a399fe6b8e910be6b964aab384 84038 libdevel optional libmalaga-dev_7.12-7_amd64.deb
 bfffe5f564c50ab82e96241490b99ca8 78502 libs optional libmalaga7_7.12-7_amd64.deb
 035792ab0284d4f68c166d3773859ff7 134138 misc optional malaga-bin_7.12-7_amd64.deb
 afa00ff0b3e705ce3380541c6ff834f4 594360 doc optional malaga-doc_7.12-7_all.deb
 82fb09817fbbc3731af5679ef3f144a4 30394 editors optional malaga-mode_7.12-7_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJXBi4VAAoJEEHOfwufG4syA9kH/01xY/vcvDUrph8QC4H2SmnM
PRCGOq9ATumEnYpy+WTXPLVQwso/Y5anCu8dpqzExP6I7w+wh/eHVMCnZ6cxGcpH
axbqstbWbLbI2fSppuYp+BbubfPpz2RcgEjnkNfc32flHQVNPbMyDJ0F2eBIavzJ
W4dfJnnbVtqi8NWf0DD0FqOO0xLImFPemRqNqBRUsRejQ0Z+I4AoJmcyMin4KRV9
DEzVQOPDWLckQdv/LGl1N5mU6KIqg2+HLCRlbyOiwzLytfBYPvCIRcYhKTmJ/bnH
DN0e3PBajNY1D9i98NF2dxJG+QQDRXb1dD2DcCzh548x36vurh2I3UQsb31L2Lc=
=ay1R
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: