Your message dated Thu, 23 Feb 2012 17:17:40 +0000
with message-id <[email protected]>
and subject line Bug#605650: fixed in atlas 3.8.4-4~exp2
has caused the Debian Bug report #605650,
regarding atlas: sh4: unresolvable reference to symbol __sdivsi3_i4i
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.)
--
605650: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605650
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: atlas
Version: 3.8.3-29
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: sh4
X-Debbugs-CC: [email protected]
Hi,
SH4 of atlas library has problem that unresolvable reference to symbol
__sdivsi3_i4i.
http://buildd.debian-ports.org/fetch.php?pkg=atlas&arch=sh4&ver=3.8.3-29&stamp=1290674899&file=log&as=raw
-----
dh_perl -plibatlas3gf-base
dh_shlibdeps -plibatlas3gf-base -l
/home/iwamatsu/build-area/atlas/atlas-3.8.3/debian/libatlas3gf-base/usr/lib/atlas-base/:/home/iwamatsu/build-area/atlas/atlas-3.8.3/debian/libatlas3gf-base/usr/lib/at
las-base/atlas/:
dpkg-shlibdeps: warning:
debian/libatlas3gf-base/usr/lib/atlas-base/libatlas.so.3gf.0 contains
an unresolvable reference to symbol __sdivsi3_i4i: it's probably a
plugin.
dpkg-shlibdeps: warning: 1 similar warning has been skipped (use -v to see it).
-----
This is because libgcc_s.a has __sdivsi3_i4i. This is a specific
problem on Renesas SH.
Therefore, it is revised if libatlas.so.3gf.0 links libgcc_s as follows.
ld -shared -soname libatlas.so.3gf -o libatlas.so.3gf.0
--whole-archive libatlas.a --no-whole-archive -lc -lpthread -lm
-L/usr/lib/gcc/sh4-linux-gnu/4.4.5/ -lgcc_s
I made the brief patch which revised this problem.
Could you check this patch?
Best regards,
Nobuhiro
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
--- a/makes/Make.lib 2010-12-01 11:24:41.000000000 +0900
+++ b/makes/Make.lib 2010-12-01 11:25:06.000000000 +0900
@@ -101,7 +101,7 @@
libatlas.so.3gf.0 : libatlas.a
ld $(LDFLAGS) -shared -soname libatlas.so.3gf -o $@ \
- --whole-archive libatlas.a --no-whole-archive -lc $(LIBS)
+ --whole-archive libatlas.a --no-whole-archive -lc $(LIBS) $(F77SYSLIB)
liblapack_atlas.so.3gf.0 : liblapack_atlas.a libatlas.so libcblas.so libf77blas.so
ld $(LDFLAGS) -shared -soname liblapack_atlas.so.3gf -o $@ \
--whole-archive liblapack_atlas.a \
--- End Message ---
--- Begin Message ---
Source: atlas
Source-Version: 3.8.4-4~exp2
We believe that the bug you reported is fixed in the latest version of
atlas, which is due to be installed in the Debian FTP archive:
atlas_3.8.4-4~exp2.debian.tar.gz
to main/a/atlas/atlas_3.8.4-4~exp2.debian.tar.gz
atlas_3.8.4-4~exp2.dsc
to main/a/atlas/atlas_3.8.4-4~exp2.dsc
libatlas-base-dev_3.8.4-4~exp2_amd64.deb
to main/a/atlas/libatlas-base-dev_3.8.4-4~exp2_amd64.deb
libatlas-dev_3.8.4-4~exp2_all.deb
to main/a/atlas/libatlas-dev_3.8.4-4~exp2_all.deb
libatlas-doc_3.8.4-4~exp2_all.deb
to main/a/atlas/libatlas-doc_3.8.4-4~exp2_all.deb
libatlas-test_3.8.4-4~exp2_amd64.deb
to main/a/atlas/libatlas-test_3.8.4-4~exp2_amd64.deb
libatlas3-base_3.8.4-4~exp2_amd64.deb
to main/a/atlas/libatlas3-base_3.8.4-4~exp2_amd64.deb
libatlas3gf-base_3.8.4-4~exp2_amd64.deb
to main/a/atlas/libatlas3gf-base_3.8.4-4~exp2_amd64.deb
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.
Sylvestre Ledru <[email protected]> (supplier of updated atlas 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: Mon, 20 Feb 2012 18:58:04 +0100
Source: atlas
Binary: libatlas3-base libatlas3gf-base libatlas-base-dev libatlas-dev
libatlas-test libatlas-doc
Architecture: source all amd64
Version: 3.8.4-4~exp2
Distribution: experimental
Urgency: low
Maintainer: Debian Science Team
<[email protected]>
Changed-By: Sylvestre Ledru <[email protected]>
Description:
libatlas-base-dev - Automatically Tuned Linear Algebra Software, generic static
libatlas-dev - Automatically Tuned Linear Algebra Software, C header files
libatlas-doc - Automatically Tuned Linear Algebra Software, documentation
libatlas-test - Automatically Tuned Linear Algebra Software, test programs
libatlas3-base - Automatically Tuned Linear Algebra Software, generic shared
libatlas3gf-base - Transitional package to libatlas3-base
Closes: 605650
Changes:
atlas (3.8.4-4~exp2) experimental; urgency=low
.
* Join modifications with blas, lapack, atlas and openblas.
Declare the replacements of all *3gf blas & lapack implementation
(See bug #660607)
* postinst-has-useless-call-to-ldconfig & postrm-has-useless-call-to-ldconfig
fixed
* copyright-refers-to-deprecated-bsd-license-file fixed
* libatlas3gf-base is now a transitional package to libatlas3-base
* Fix a FTBFS under sh4. Thanks to Nobuhiro Iwamatsu for the patch
(Closes: #605650)
Checksums-Sha1:
a1725be696c7f4909404f9d12b6cf6ead4116ab7 1701 atlas_3.8.4-4~exp2.dsc
076ffe597f16387e7bcdbfa16d74144627fe4091 32324 atlas_3.8.4-4~exp2.debian.tar.gz
c07fceef102f90e952357d0b82a467f5f9a12919 43508
libatlas-dev_3.8.4-4~exp2_all.deb
6ce362f3fe897653b41f3900b3d67dd503577fef 1136532
libatlas-doc_3.8.4-4~exp2_all.deb
4c60075ac8f1d8fa909c74ca44f2054c0fa72f13 6774226
libatlas3-base_3.8.4-4~exp2_amd64.deb
41e4cb5c1bc627aaf4b1c67b15f8822a9de44d8e 33062
libatlas3gf-base_3.8.4-4~exp2_amd64.deb
7b3772d1333f4b505677420cc2a6c26f51f9a777 8085310
libatlas-base-dev_3.8.4-4~exp2_amd64.deb
5d546eb9e8d254807c368c78ca8676d32d3268c0 14882486
libatlas-test_3.8.4-4~exp2_amd64.deb
Checksums-Sha256:
09647d815d8fae9a73471e17231d2102490a63b83945ef8fb67663c1dc67c83c 1701
atlas_3.8.4-4~exp2.dsc
e900718ffc044de8adcc0d2400a07e144ef38622add03e3894a33e56a118de41 32324
atlas_3.8.4-4~exp2.debian.tar.gz
27dfd4c33d3847c2f32b9748c82670acbfeb738a4132407528322312eaae5aaa 43508
libatlas-dev_3.8.4-4~exp2_all.deb
cb84df8d65d2ee81a54247c428a378a6db6fc496fd71653bcdc0370393c52e65 1136532
libatlas-doc_3.8.4-4~exp2_all.deb
b8ac457ee9fb00a69d5998291726c1453f428338a0bd9f526db54a9775fced01 6774226
libatlas3-base_3.8.4-4~exp2_amd64.deb
9a6b71f5d2549aec9739bde4e8c7f1f2e6a0e4170c79dcd610bc0b6b055b0a5c 33062
libatlas3gf-base_3.8.4-4~exp2_amd64.deb
edf9726e4dd61510285912c60428b698e680f6ff988b239ccd0fc055047649d2 8085310
libatlas-base-dev_3.8.4-4~exp2_amd64.deb
a3205bdd14c42d23fb45adfa11b9ff56db2498941995d61c9384fa06c784cc09 14882486
libatlas-test_3.8.4-4~exp2_amd64.deb
Files:
39f51b1c1a943e972d913c1c65304f91 1701 devel optional atlas_3.8.4-4~exp2.dsc
69a6a8feca10f7731aaea59b1d43c1fe 32324 devel optional
atlas_3.8.4-4~exp2.debian.tar.gz
0f0d72a58b924979c21591f820f842e6 43508 libdevel optional
libatlas-dev_3.8.4-4~exp2_all.deb
ffe1e6afcc78caa60bea202c1e29a421 1136532 doc optional
libatlas-doc_3.8.4-4~exp2_all.deb
7112e699a67d1098b116ccaccb60ed69 6774226 libs optional
libatlas3-base_3.8.4-4~exp2_amd64.deb
e56a08c25ae12bab0249155fd766711a 33062 libs optional
libatlas3gf-base_3.8.4-4~exp2_amd64.deb
0b1a3d19944e762b16d1471e38c36015 8085310 libdevel optional
libatlas-base-dev_3.8.4-4~exp2_amd64.deb
bc8250cb746980551ee7048c8c336ba9 14882486 devel optional
libatlas-test_3.8.4-4~exp2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk9GclcACgkQiOXXM92JlhABfgCgyvPaNooWAnvfbIj+mgUQXUJu
e7sAn24AW2Dq9R9cvBnNRtcvHD/X8aDH
=I0s4
-----END PGP SIGNATURE-----
--- End Message ---