Your message dated Sat, 12 Nov 2016 09:07:19 +0000
with message-id <e1c5uhp-00079r...@fasolo.debian.org>
and subject line Bug#806089: fixed in openmprtl 3.9.0-2
has caused the Debian Bug report #806089,
regarding openmprtl: FTBFS when built with dpkg-buildpackage -A (No such file 
or directory)
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.)


-- 
806089: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806089
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:openmprtl
Version: 3.7.0-3
User: sanv...@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 binary-indep
   dh_testroot -i
   dh_prep -i
   dh_auto_install -i
        make -j1 install DESTDIR=/<<PKGBUILDDIR>>/debian/tmp 
AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -H/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f runtime/src/CMakeFiles/libomp-needed-headers.dir/build.make 
runtime/src/CMakeFiles/libomp-needed-headers.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/runtime/src 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/runtime/src 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/runtime/src/CMakeFiles/libomp-needed-headers.dir/DependInfo.cmake
 --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f runtime/src/CMakeFiles/libomp-needed-headers.dir/build.make 
runtime/src/CMakeFiles/libomp-needed-headers.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 
'runtime/src/CMakeFiles/libomp-needed-headers.dir/build'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[  8%] Built target libomp-needed-headers
make -f runtime/src/CMakeFiles/omp.dir/build.make 
runtime/src/CMakeFiles/omp.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'

[... snipped ...]

make[1]: Entering directory '/<<PKGBUILDDIR>>'
cd debian/tmp/usr/lib && \
        ln -s libomp.so.5 libomp.so
dh_install
mkdir -p debian/libomp5/usr/lib/x86_64-linux-gnu/
mv debian/libomp5/usr/lib/libomp* debian/libomp5/usr/lib/x86_64-linux-gnu/
mv: cannot stat 'debian/libomp5/usr/lib/libomp*': No such file or directory
debian/rules:30: recipe for target 'override_dh_install' failed
make[1]: *** [override_dh_install] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:18: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit 
status 2
--------------------------------------------------------------------------------

Sorry not to have a fix, as I am reporting many bugs similar to
this one, but I can give some general hints:

* 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 works in all cases, even when binary-arch is not used (this is
what the "Architecture: all" autobuilder does). For that:
    
* If you are using debhelper, you might want to use options -a and -i
for dh_* commands so that they do not act on packages they do not
have to act.

* Also, if you are using dh, the (independently) optional targets
override_dh_foo-arch and override_dh_foo-indep (for several values
of "foo") may be useful to write a debian/rules which behaves exactly
as desired.


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 (you might want to try it).

Thanks.

--- End Message ---
--- Begin Message ---
Source: openmprtl
Source-Version: 3.9.0-2

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

Debian distribution maintenance software
pp.
Sylvestre Ledru <sylves...@debian.org> (supplier of updated openmprtl 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: SHA256

Format: 1.8
Date: Sat, 12 Nov 2016 09:28:14 +0100
Source: openmprtl
Binary: libiomp-dev libomp-dev libiomp5 libomp5 libiomp5-dbg libomp5-dbg 
libiomp-doc libomp-doc
Architecture: source amd64 all
Version: 3.9.0-2
Distribution: unstable
Urgency: medium
Maintainer: LLVM Packaging Team <pkg-llvm-t...@lists.alioth.debian.org>
Changed-By: Sylvestre Ledru <sylves...@debian.org>
Description:
 libiomp-dev - Intel OpenMP runtime - dev package - transition package
 libiomp-doc - Intel OpenMP runtime - Documentation -  Transition package
 libiomp5   - Intel OpenMP runtime - transition package
 libiomp5-dbg - Intel OpenMP runtime - Debug transition package
 libomp-dev - LLVM OpenMP runtime - dev package
 libomp-doc - LLVM OpenMP runtime - Documentation
 libomp5    - LLVM OpenMP runtime
 libomp5-dbg - LLVM OpenMP runtime - Debug package
Closes: 806089 830956
Changes:
 openmprtl (3.9.0-2) unstable; urgency=medium
 .
   * Fix the FTBFS on mips*. Thanks to Radovan Birdic for the patch
     (Closes: #830956)
   * dpkg-buildpackage -A is now working correctly (Closes: #806089)
Checksums-Sha1:
 e0d706329474777c22966314bae5233f0c8c24b7 2314 openmprtl_3.9.0-2.dsc
 e369616e3620ee1103f3ec13426df2449ffe9bf6 13224 openmprtl_3.9.0-2.debian.tar.xz
 49bf78b6a367f686f2802c4d13b64db0ac264ebb 4756 libiomp-dev_3.9.0-2_amd64.deb
 a57c6ba41cc4a6516e8cd36fb64e14aabebdcfa0 4652 libiomp-doc_3.9.0-2_all.deb
 ed0a24d2e7b60dc2b6c56237c4564bb10a25a477 4674 libiomp5-dbg_3.9.0-2_amd64.deb
 361c08832e86aacba0b69ff3ca8095748317d703 4640 libiomp5_3.9.0-2_amd64.deb
 029045e91dd5eb9ffb66fe66681a062b1af93901 6324 libomp-dev_3.9.0-2_amd64.deb
 3ccd7bf553b6b8a4c72bd827a4a252f3322a7eac 761662 libomp-doc_3.9.0-2_all.deb
 fb08c5a99f0fab7ea425cb96822d3bb094255251 1054890 libomp5-dbg_3.9.0-2_amd64.deb
 d2a1fc7702f19a4c114b01e1c844eb63f134bcca 228156 libomp5_3.9.0-2_amd64.deb
 c74a703c0b6b3f9b5354877cdc1569b28c800adf 7328 
openmprtl_3.9.0-2_20161112T083618z-085b11ec.buildinfo
Checksums-Sha256:
 9d80832256f4ca3cee61e9c66dfdd7009a24657f36a33ff2c2db33ad355d20f8 2314 
openmprtl_3.9.0-2.dsc
 c4c405f71b3de3b82d12dcd966393e15859e81e1cae804367f476ab6485c3a7a 13224 
openmprtl_3.9.0-2.debian.tar.xz
 c228f712d3b739ea1f2c1f4017030d36c465d878c41c168963041721b9d13e1c 4756 
libiomp-dev_3.9.0-2_amd64.deb
 b2627418746d616c55f4a40fa6d7461a3f04bdb1cf726972e92d64dfab997a90 4652 
libiomp-doc_3.9.0-2_all.deb
 426d97f08962399cea57a536dee2b105885443a01ff1857ef551a5aaae18bd69 4674 
libiomp5-dbg_3.9.0-2_amd64.deb
 f14cb023be3243c110bac6538f910fe6268fb14329bdb9fad68612c1a39bd3fc 4640 
libiomp5_3.9.0-2_amd64.deb
 544b358f5882e7864f8c338e620283a98d2e586d5b979d751b1e11203782b2db 6324 
libomp-dev_3.9.0-2_amd64.deb
 6dbd491ddd52e422dc7fc6882b1a2b7a1f5c38c1d195381c8c4e1bcbf2bb03e6 761662 
libomp-doc_3.9.0-2_all.deb
 d4d042abbcdcbc42c90b6ac3efadf03dbb964747f3df9d7e9caf732c5423a140 1054890 
libomp5-dbg_3.9.0-2_amd64.deb
 2c96779a2a195210f3c948792a54f5396df1a9c3fd4a29be0e8a1b4f3f7dd73c 228156 
libomp5_3.9.0-2_amd64.deb
 bee95778b88b0956baf2e41b855d63078bc511fcc0ace83564da5aa0203128d0 7328 
openmprtl_3.9.0-2_20161112T083618z-085b11ec.buildinfo
Files:
 646df2cb59205883bf97e9024b80499a 2314 libs extra openmprtl_3.9.0-2.dsc
 e19b9fce275963bc7f07f21ab1902d35 13224 libs extra 
openmprtl_3.9.0-2.debian.tar.xz
 e25153f4fcd9de9970ccfbe7f2f6d2e4 4756 libdevel extra 
libiomp-dev_3.9.0-2_amd64.deb
 b03af03955ae55372addb4b17bfd203a 4652 doc extra libiomp-doc_3.9.0-2_all.deb
 830f782b18c54ec336fee8f751a2a2a8 4674 debug extra 
libiomp5-dbg_3.9.0-2_amd64.deb
 3ecceeb7d1fd2db979d500c7f49f910b 4640 libs extra libiomp5_3.9.0-2_amd64.deb
 032fc3d472a24e7efad2733be71868e7 6324 libdevel extra 
libomp-dev_3.9.0-2_amd64.deb
 5119005a0559e9bcf2418e31fe2c0a54 761662 doc extra libomp-doc_3.9.0-2_all.deb
 c5e03762d43e60fe78455733c7135413 1054890 debug extra 
libomp5-dbg_3.9.0-2_amd64.deb
 555ab40009d6c483ab77c439858a9b18 228156 libs extra libomp5_3.9.0-2_amd64.deb
 085b11ec2710cd45e9cc6f082e4e3eec 7328 libs extra 
openmprtl_3.9.0-2_20161112T083618z-085b11ec.buildinfo

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

iQIcBAEBCAAGBQJYJtSZAAoJEH5lKNp1Lxvhtp0QAJsezPQjYnGgqY40Cgbclxe0
vHw78Ym0Zgt9UfnwSiyq4bHRr9zq9efOByirBBh6qQMyNyc+hR7tlrqbRbTEx3t4
8pH12U3qHkTtq8FQNr6NhcREm76vbm2vT8c4P3uRekrV63f1tOHZqo7POZduUXC2
GyKXLEEA/ToEmmaIiBx/5yX9UmrHDtl/DH9/xIPOcygyEiq/A+QjFIlbR4HVSBg3
YR21cfbWwd0MuC/qf8tldmBY3idbeDT9H8Qa9uJbp1qH7kzQ/63UbEQuEgwo7wqG
X9jV6jKXyZ5ZOcL4W8HSLfN6ZxbzYgmQPdC3meo0jadZ/B8q8b5xSDrCv5MK8gyL
3uxqCiEci5TRfaZkJU4p72Cw8nOwBDxCPGaNmWpiBjLI5bNg0mbH8nf5RxuA3OJY
2i4yLp656+s/qZhxW+NeBA8kny/6ATTZLtiu1MCKC89L+lLhr25B0VDkA4pl+enh
80RKlwed+IA075h90gPHnWPX5xe6F2cKjLkB1e4EsfZltrap65kdsfMzCfTCTm81
rUNKgcQCtIw3ZIRzvYSEHRtVSRPXxrexTa1GWAxsfEluRZDiaDrLzrWWCmIQ+CAX
LgZOFvKYw2CU18xw5jrMtl8rfw1RJZyzdt/o773/fmcllswwc8vXxxiDRoME8MYF
+JeFIlRWJ5yJ1DG+KmUX
=JzQl
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to