Your message dated Thu, 09 Oct 2014 15:58:59 +0000
with message-id <e1xcg7h-0003uw...@franck.debian.org>
and subject line Bug#761784: fixed in python-cpl 0.6.2-3
has caused the Debian Bug report #761784,
regarding python-cpl: libtool split: package needs a b-d on libtool-bin (or 
avoid using the libtool binary)
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.)


-- 
761784: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761784
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-cpl
Version: 0.6.2-2
Severity: wishlist
User: debian-cr...@lists.debian.org
Usertags: libtool-split

As part of the effort to cross-build the archive, the libtool package
needs a split into an architecture independent part and an
architecture dpendent part (the latter only consisting of the libtool
binary).  The split is already done for jessie/sid, but to enable the
cross buildability, the dependency in libtool on libtool-bin needs to
be removed, and libtool-bin needs to depend on libtool instead.

The vast majority of packages using libtool via automake don't need
the libtool binary, and thus no changes in the build dependencies, however
about 60 source packages are using libtool directly, and need changes.

 - some packages just check for the libtool binary, and then don't
   use it for the build (but are using libtoolize instead).  Such
   usages are seen in a script called buildcheck.sh, and sometimes
   in autogen.sh scripts.  The solution for these cases is to patch
   these scripts to check for libtoolize instead of libtool, and
   not to introduce the new build dependency.

 - other packages just need the additional build dependency on
   libtool-bin.

To test your packages with the libtool-bin package removed, please use
the binaries found at

  deb https://people.debian.org/~doko/tmp/20140820 ./

It is not clear, if all of these changes can be done in time for
the jessie release, but it would be nice to have to be able to
cross-build more packages in jessie.

For questions and help please email the debian-cross ML.

For additional pointers please see
https://lists.debian.org/debian-devel-announce/2014/08/msg00013.html
and some discussion in the orignal issue filed for libtool (#682045).

The full build log can be found at:
http://people.debian.org/~doko/logs/20140912/failed-libtool/python-cpl_0.6.2-2_unstable_jdk-libtool.log
The last lines of the build log are at the end of this report.
        
[...]
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-2.7' does not exist -- can't clean it
   dh_clean
 dpkg-source -b python-cpl-0.6.2
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building python-cpl using existing 
./python-cpl_0.6.2.orig-test.tar.gz ./python-cpl_0.6.2.orig.tar.gz
dpkg-source: warning: ignoring deletion of file cpl/version.py, use 
--include-removal to override
dpkg-source: info: building python-cpl in python-cpl_0.6.2-2.debian.tar.xz
dpkg-source: info: building python-cpl in python-cpl_0.6.2-2.dsc
 debian/rules build
dh build --with python2
   dh_testdir
   dh_auto_configure
   dh_auto_build
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/cpl
copying cpl/version.py -> build/lib.linux-x86_64-2.7/cpl
copying cpl/recipe.py -> build/lib.linux-x86_64-2.7/cpl
copying cpl/result.py -> build/lib.linux-x86_64-2.7/cpl
copying cpl/param.py -> build/lib.linux-x86_64-2.7/cpl
copying cpl/esorex.py -> build/lib.linux-x86_64-2.7/cpl
copying cpl/__init__.py -> build/lib.linux-x86_64-2.7/cpl
copying cpl/logger.py -> build/lib.linux-x86_64-2.7/cpl
copying cpl/dfs.py -> build/lib.linux-x86_64-2.7/cpl
copying cpl/md5sum.py -> build/lib.linux-x86_64-2.7/cpl
copying cpl/run.py -> build/lib.linux-x86_64-2.7/cpl
copying cpl/frames.py -> build/lib.linux-x86_64-2.7/cpl
running build_ext
building 'cpl.CPL_recipe' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/cpl
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes 
-fno-strict-aliasing -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c 
cpl/CPL_recipe.c -o build/temp.linux-x86_64-2.7/cpl/CPL_recipe.o
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes 
-fno-strict-aliasing -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c 
cpl/CPL_library.c -o build/temp.linux-x86_64-2.7/cpl/CPL_library.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
-Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat 
-Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2 
build/temp.linux-x86_64-2.7/cpl/CPL_recipe.o 
build/temp.linux-x86_64-2.7/cpl/CPL_library.o -o 
build/lib.linux-x86_64-2.7/cpl/CPL_recipe.so
   debian/rules override_dh_auto_test
make[1]: Entering directory '/«PKGBUILDDIR»'
(cd test/iiinstrumentp && ./bootstrap && ./configure && make 
CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=500")
bootstrap: Checking for maintainer tools...
bootstrap: GNU autoconf 2.69 found.
bootstrap: GNU automake 1.14.1 found.
bootstrap: Error: GNU libtool not found in your PATH!
bootstrap: Error: You need libtool 1.5 or newer installed.
make[1]: *** [build_test_recipe] Error 1
debian/rules:7: recipe for target 'build_test_recipe' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: python-cpl
Source-Version: 0.6.2-3

We believe that the bug you reported is fixed in the latest version of
python-cpl, 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 761...@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 python-cpl 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: SHA1

Format: 1.8
Date: Thu, 09 Oct 2014 15:33:56 +0200
Source: python-cpl
Binary: python-cpl
Architecture: source amd64
Version: 0.6.2-3
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
<debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Description:
 python-cpl - Control pipeline recipes from the European Southern Observatory
Closes: 761784
Changes:
 python-cpl (0.6.2-3) unstable; urgency=low
 .
   * Convert from python-support to dh_python
   * Update maintainers e-mail address
   * Update standards version to 3.9.6. No changes needed.
   * Build-depend on libtool-bin. Closes: #761784.
Checksums-Sha1:
 5883ab64eeef95878c9094772400d41a6a3c8244 2391 python-cpl_0.6.2-3.dsc
 c4eca7a647f3c93591f133ee20aac491df533ebf 3924 python-cpl_0.6.2-3.debian.tar.xz
 37f0e8f53b437806d26ca6336f93833ddb219f00 33130 python-cpl_0.6.2-3_amd64.deb
Checksums-Sha256:
 27b6e702eca05173e393c17d07a16c70bc42e8cd6c8defccaa76f36b7141d8c9 2391 
python-cpl_0.6.2-3.dsc
 0f48bd4e3dec14528055701d279c76638519c6b50afcb7b96e8edb9898e09c9b 3924 
python-cpl_0.6.2-3.debian.tar.xz
 e7e49fed73f37e80b27f97a040704ce22d6f84700ec1c27999d24a585ca59150 33130 
python-cpl_0.6.2-3_amd64.deb
Files:
 93f58d8901a5f9f106870f6fdf0b43ad 2391 python optional python-cpl_0.6.2-3.dsc
 7ad03f66fbf4da0faa734afbd5e38b0a 3924 python optional 
python-cpl_0.6.2-3.debian.tar.xz
 64e83f2f1891276ade9da7195d084a0f 33130 python optional 
python-cpl_0.6.2-3_amd64.deb

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

iQIcBAEBAgAGBQJUNpE7AAoJEHEVr9B3ENz3vnwP+gLToMXb7GtYsAGUR+U5+cYP
1bs2Kldd+8tzwS21VWBgGP8Tfzu/mzgdYEpmbfHGt5UysXipm5Nn8nRSqdhE8GTp
fG8hpEJ54Nw0ZojjD/QeGDctiB5RQWfKX5auxcQmKypT6p2UV8hC5yWyJ+aULzIR
q7DFZX8IIPoBiFnyowIOM3KfBdYIKjh95jeIpRRKKYC+dVsDs5FnLZCJov5/4hQH
5K6LgIGR0OM21jgSrOQiKpyygaNmI7XcuAV97gzjFU2Akc0hWxqdh/jYFro/PNsF
ENxMqRQmp86qlNxx1cHoP4609Ew8ewyvX5Uh3u8I9xShx0r3WV65UPb6eJCUEV+/
pOvXiK//gLqBsf27o9NEQAFdM/7M4vPW9YHnolX1CpAVoj5/nnsaLftRJoqBlCxF
zXcn3076fKA8c0o16ZEiQqn3b7tC9y8ituQmSJ0yv8sIM1/sfDwAMp6Y0MCWxeZy
Qo3GEBmWGOHAFcW0+XZgiOymAhJkpG7J+pvpD1KQJ+O0kxR/6HWhgcTsIf4XDRS3
k6om/ovaXD0VL6dlJf7JPuJV+cpnjICPPENcZxNeCNkTfrRs5r+hDtJ+q35JVX5i
xsX1f2RCE1x+ft1BEqPRu2n8U/0xGXiP5sEuegkoGNfYu9ByT9VqrBNCLGDVOnVX
3lo9dGLB0ypJVQunXTkU
=mRbA
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to