Your message dated Sun, 13 May 2012 21:52:07 +0000
with message-id <[email protected]>
and subject line Bug#668232: fixed in yate 4.1.0-1~dfsg-1
has caused the Debian Bug report #668232,
regarding yate: FTBFS: skips upstream installation step
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.)
--
668232: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668232
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: yate
Version: 4.0.0-1~dfsg-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)
At least on the autobuilders, builds of yate have been skipping the
upstream installation step and failing as a result:
[...]
touch build-indep-stamp
fakeroot debian/rules binary-arch
dh_testdir -a
dh_testroot -a
dh_installchangelogs -a ChangeLog
dh_installdocs -a
dh_installexamples -a
dh_install -a --fail-missing
cp: cannot stat `debian/tmp/usr/bin/yate': No such file or directory
dh_install: cp -a debian/tmp/usr/bin/yate debian/yate//usr/bin/ returned exit
code 1
make: *** [binary-arch] Error 2
I'd recommend converting more fully to dh, but adding an explicit
install target would probably work as a quick fix:
install:
dh install
Could you please look into it?
Thanks!
--- End Message ---
--- Begin Message ---
Source: yate
Source-Version: 4.1.0-1~dfsg-1
We believe that the bug you reported is fixed in the latest version of
yate, which is due to be installed in the Debian FTP archive:
libyate4.0.0_4.1.0-1~dfsg-1_amd64.deb
to main/y/yate/libyate4.0.0_4.1.0-1~dfsg-1_amd64.deb
yate-alsa_4.1.0-1~dfsg-1_amd64.deb
to main/y/yate/yate-alsa_4.1.0-1~dfsg-1_amd64.deb
yate-core_4.1.0-1~dfsg-1_amd64.deb
to main/y/yate/yate-core_4.1.0-1~dfsg-1_amd64.deb
yate-dahdi_4.1.0-1~dfsg-1_amd64.deb
to main/y/yate/yate-dahdi_4.1.0-1~dfsg-1_amd64.deb
yate-dev_4.1.0-1~dfsg-1_amd64.deb
to main/y/yate/yate-dev_4.1.0-1~dfsg-1_amd64.deb
yate-doc_4.1.0-1~dfsg-1_all.deb
to main/y/yate/yate-doc_4.1.0-1~dfsg-1_all.deb
yate-h323chan_4.1.0-1~dfsg-1_amd64.deb
to main/y/yate/yate-h323chan_4.1.0-1~dfsg-1_amd64.deb
yate-mysql_4.1.0-1~dfsg-1_amd64.deb
to main/y/yate/yate-mysql_4.1.0-1~dfsg-1_amd64.deb
yate-pgsql_4.1.0-1~dfsg-1_amd64.deb
to main/y/yate/yate-pgsql_4.1.0-1~dfsg-1_amd64.deb
yate-qt4_4.1.0-1~dfsg-1_amd64.deb
to main/y/yate/yate-qt4_4.1.0-1~dfsg-1_amd64.deb
yate-scripts_4.1.0-1~dfsg-1_amd64.deb
to main/y/yate/yate-scripts_4.1.0-1~dfsg-1_amd64.deb
yate-sctp_4.1.0-1~dfsg-1_amd64.deb
to main/y/yate/yate-sctp_4.1.0-1~dfsg-1_amd64.deb
yate_4.1.0-1~dfsg-1.debian.tar.gz
to main/y/yate/yate_4.1.0-1~dfsg-1.debian.tar.gz
yate_4.1.0-1~dfsg-1.dsc
to main/y/yate/yate_4.1.0-1~dfsg-1.dsc
yate_4.1.0-1~dfsg-1_amd64.deb
to main/y/yate/yate_4.1.0-1~dfsg-1_amd64.deb
yate_4.1.0-1~dfsg.orig.tar.gz
to main/y/yate/yate_4.1.0-1~dfsg.orig.tar.gz
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mark Purcell <[email protected]> (supplier of updated yate 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 13 May 2012 17:09:17 +1000
Source: yate
Binary: yate libyate4.0.0 yate-core yate-dev yate-doc yate-scripts yate-pgsql
yate-h323chan yate-qt4 yate-alsa yate-mysql yate-dahdi yate-sctp
Architecture: source all amd64
Version: 4.1.0-1~dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team <[email protected]>
Changed-By: Mark Purcell <[email protected]>
Description:
libyate4.0.0 - Shared library for YATE
yate - Yet Another Telephony Engine (YATE)
yate-alsa - ALSA module for YATE
yate-core - YATE core modules
yate-dahdi - Dahdi support for YATE
yate-dev - Development files for YATE
yate-doc - Documentation for YATE
yate-h323chan - H323 module for YATE
yate-mysql - MySQL support module for yate
yate-pgsql - PostgreSQL module for yate
yate-qt4 - YATE-based universal telephony client
yate-scripts - PHP scripts for YATE
yate-sctp - SCTP support for YATE
Closes: 666883 668232
Changes:
yate (4.1.0-1~dfsg-1) unstable; urgency=low
.
* New upstream release
* Add explicit install target
- Fixes "FTBFS: skips upstream installation step" (Closes: #668232)
* Fix "fails to upgrade from 'testing' - trying to overwrite
/etc/yate/providers.conf" cleanup Conflicts/ Replaces (Closes: #666883)
Checksums-Sha1:
5aaaeced49c047406afadbe00e667069a79d3627 2286 yate_4.1.0-1~dfsg-1.dsc
dff4cc02cf78aa467dc46a538a874f38740d7377 3580032 yate_4.1.0-1~dfsg.orig.tar.gz
965a58932aeb4a54e49ae28b242092d0d8897d7e 10697
yate_4.1.0-1~dfsg-1.debian.tar.gz
190b38266d53de9dfc658da611a50243be7f27dc 384072 yate-doc_4.1.0-1~dfsg-1_all.deb
d88062a3750d3a30e46908cb47351953befd27ea 22096 yate_4.1.0-1~dfsg-1_amd64.deb
4bd46ac93e61e19f1f6a0f8d4615aaf4be8e723d 1463334
libyate4.0.0_4.1.0-1~dfsg-1_amd64.deb
fc010f86d911859ce36b3bf4cb0ff67ee97a5590 1156706
yate-core_4.1.0-1~dfsg-1_amd64.deb
a8dd9875cd40ff6f1c07b26a3a641a7fd3934864 122120
yate-dev_4.1.0-1~dfsg-1_amd64.deb
425f8c4b9e689f6e79ae3967b3bcadb910ac9d8e 41052
yate-scripts_4.1.0-1~dfsg-1_amd64.deb
9444d31184182db52efe7bf6d136a56f361f8bab 24718
yate-pgsql_4.1.0-1~dfsg-1_amd64.deb
fd5cc75801cc1f3edfcf26092a5d13fabf9997f9 94830
yate-h323chan_4.1.0-1~dfsg-1_amd64.deb
ad9b76346439fd376ffc4418fc582d9a07fcffe0 568164
yate-qt4_4.1.0-1~dfsg-1_amd64.deb
f0beedfae199f53fc066f2d9eeb04f55850658d9 26996
yate-alsa_4.1.0-1~dfsg-1_amd64.deb
33cb81027fddb20a3e4d0d2a9b03878ef280dba6 27300
yate-mysql_4.1.0-1~dfsg-1_amd64.deb
c28a44462ed293bf9e675827f366128301aa8e30 49444
yate-dahdi_4.1.0-1~dfsg-1_amd64.deb
ff292a6e6b90f8b76f8abc6464a76ed6c57633af 21390
yate-sctp_4.1.0-1~dfsg-1_amd64.deb
Checksums-Sha256:
39dadd4d6d5a12bee7d6a905432967ecd61a7c891024a5ded22757767ebcde4a 2286
yate_4.1.0-1~dfsg-1.dsc
53df422b236e02169374e71e014905ce5a57a32ff7239da8417bcbf246631f2e 3580032
yate_4.1.0-1~dfsg.orig.tar.gz
f72a20941bcb50c1e08edc0050a5970e356fa8ddb2f8b0e2d9339632cb68aefc 10697
yate_4.1.0-1~dfsg-1.debian.tar.gz
3d4f31aa60a9c8e95ddd4cca877128d1abcf41f2c4c17bb5685df59f84a244ef 384072
yate-doc_4.1.0-1~dfsg-1_all.deb
82ffabaeee52882220264a7e7698621c2e75edcd4c935525ea1835386adec559 22096
yate_4.1.0-1~dfsg-1_amd64.deb
ac9e69bc25108f8351a8096dc6814d85afb98cf2be33043a3e9fe52745549ea0 1463334
libyate4.0.0_4.1.0-1~dfsg-1_amd64.deb
bcfa26db7be1204fb5296a0b331db4afb795cdca93c4611c890bf214cb42bc25 1156706
yate-core_4.1.0-1~dfsg-1_amd64.deb
8e818e327e4148c8aea4e9781c9192fea279842398b70a56e1857e3bf2d8ef02 122120
yate-dev_4.1.0-1~dfsg-1_amd64.deb
f7b05a6b1b742402f2934b6cb0b5d09ab06c4d0c8b2025fc59884199b80b7608 41052
yate-scripts_4.1.0-1~dfsg-1_amd64.deb
1f1035599342f70192dc08e993840fb8b67557110aa514b2ee07bc43f5b4a862 24718
yate-pgsql_4.1.0-1~dfsg-1_amd64.deb
b655a8c8b0c97f10308fc92ca7f7500f9a7eb68f249b1c34dc0c821016943af9 94830
yate-h323chan_4.1.0-1~dfsg-1_amd64.deb
f5eb3cdde12ece08d3af9f5776efcbb65fe48f41cc12709322f173dc53c543e7 568164
yate-qt4_4.1.0-1~dfsg-1_amd64.deb
834799a96b1efa986cccecc0ca89a8517ab89bfac22d6b65dcd75602dfd73a05 26996
yate-alsa_4.1.0-1~dfsg-1_amd64.deb
313fcdb92574ff39df4e227e88b43120cbed9fc042ea288e592f65c767183c05 27300
yate-mysql_4.1.0-1~dfsg-1_amd64.deb
8c295deb1eb7bb24e0ea046d1871fdd9c249e6fc20c9abacae41112c799db520 49444
yate-dahdi_4.1.0-1~dfsg-1_amd64.deb
e5f434a88ebe004fc25e41c11168fb99a6e2395d4435b0b2b4bc04070126a919 21390
yate-sctp_4.1.0-1~dfsg-1_amd64.deb
Files:
2dadcc0c3af3ecb4664705250d5c8c84 2286 comm optional yate_4.1.0-1~dfsg-1.dsc
dec147dfd5bb1acd8ba773c4ae008df6 3580032 comm optional
yate_4.1.0-1~dfsg.orig.tar.gz
b24ae22ef003713938e2cc533b28cfb3 10697 comm optional
yate_4.1.0-1~dfsg-1.debian.tar.gz
59505db31ffa7b7307b64c52d902afce 384072 doc optional
yate-doc_4.1.0-1~dfsg-1_all.deb
db1ec99b33afa003688aedf726a2b073 22096 comm optional
yate_4.1.0-1~dfsg-1_amd64.deb
31d2c57f59ffe3a7207708a0de54b391 1463334 libs optional
libyate4.0.0_4.1.0-1~dfsg-1_amd64.deb
2834958ea45d57348e35c41f38fd1bf8 1156706 libs optional
yate-core_4.1.0-1~dfsg-1_amd64.deb
35baa51e37a72d5ac32ed9a3e16d0a7c 122120 libdevel optional
yate-dev_4.1.0-1~dfsg-1_amd64.deb
a1fe3110f69b3d19c0efddfc5a16178d 41052 comm optional
yate-scripts_4.1.0-1~dfsg-1_amd64.deb
20f06a6f15f4824d7a29e41486b0462a 24718 comm optional
yate-pgsql_4.1.0-1~dfsg-1_amd64.deb
8c38433044cb6b6e828a97990603036c 94830 comm optional
yate-h323chan_4.1.0-1~dfsg-1_amd64.deb
312a603c4607b8e0a74e9d101e4babca 568164 comm optional
yate-qt4_4.1.0-1~dfsg-1_amd64.deb
8374fb64f932de4353d862944e61ee4f 26996 comm optional
yate-alsa_4.1.0-1~dfsg-1_amd64.deb
d974889e3c4b43da2cd4672faed68642 27300 comm optional
yate-mysql_4.1.0-1~dfsg-1_amd64.deb
0dadeb429ed34efc1fbfb385e3c96dda 49444 comm optional
yate-dahdi_4.1.0-1~dfsg-1_amd64.deb
bffe9267dcd4e2e2cfaa75fca2e29eae 21390 comm optional
yate-sctp_4.1.0-1~dfsg-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAk+wJEMACgkQoCzanz0IthLy9ACcCIxKL+4j1BL4IP0KnQ48uGG+
rYsAmwYtDiLMZ155Gb87lqTuYOzb/p8j
=6Pfv
-----END PGP SIGNATURE-----
--- End Message ---