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

Bug#761248: marked as done (gnat-4.9: gnat1 should be installed in /usr/lib/i586-<arch>/4.9 not /usr/lib/i486-<arch>/4.9)



Your message dated Sun, 21 Sep 2014 00:49:11 +0000
with message-id <E1XVVKx-0000WC-Kj@franck.debian.org>
and subject line Bug#761248: fixed in gnat-4.9 4.9.1-2
has caused the Debian Bug report #761248,
regarding gnat-4.9: gnat1 should be installed in /usr/lib/i586-<arch>/4.9 not /usr/lib/i486-<arch>/4.9
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.)


-- 
761248: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761248
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: gcc-4.9
Version: 4.9.1-13
Severity: important
User: debian-hurd@lists.debian.org
Usertags: hurd, kfreebsd

>From the changelog of 4.9.1-6:
gcc-4.9 (4.9.1-6) unstable; urgency=medium

  * Disable Ada for snapshot builds on kfreebsd-i386, kfreebsd-amd64.
    Local patch needs an update and upstreaming.
  * Disable Ada for snapshot builds on hurd-i386, build dependencies are
    not installable.

Please enable gnat for Hurd and kfreeBSD again. Without it gnat1 is not
found by gcc-4.9 and all packages scheduled for build fails.
For Hurd the missing build dependency of gdb is no more and gnat-4.9.1
builds, see:
https://buildd.debian.org/status/fetch.php?pkg=gnat-4.9&arch=hurd-i386&ver=4.9.1-1%2Bb1&stamp=1407885531

For kFreeBSD I admit that the local patch should be updated and
submitted upstream (and the Hurd patch), but due to this gnat is
scheduled for removal from testing with bug #759407.

Ludovic, can you help out here?

Below is the relevant part of the debdiff from between 4.9.1-6 and
4.9.1-5:
 --- gcc-4.9-4.9.1/debian/rules.defs
+++ gcc-4.9-4.9.1/debian/rules.defs
@@ -521,9 +521,7 @@
 ifeq ($(single_package),yes)
   ada_no_cpus += m68k powerpcspe sh4 sparc64
   ada_no_cpus += alpha
-  ifneq (,$(filter $(DEB_TARGET_ARCH),m68k mips mipsel powerpcspe sh4 sparc64 hurd-i386 kfreebsd-i386 kfreebsd-amd64))
-    ada_no_cpus += mips mipsel
-    ada_no_cpus += hurd-i386 kfreebsd-i386 kfreebsd-amd64
+  ifneq (,$(filter $(DEB_TARGET_ARCH),m68k powerpcspe sh4 sparc64))
     ada_no_snap := yes
   endif
 endif

--- End Message ---
--- Begin Message ---
Source: gnat-4.9
Source-Version: 4.9.1-2

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

Debian distribution maintenance software
pp.
Ludovic Brenta <lbrenta@debian.org> (supplier of updated gnat-4.9 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: SHA1

Format: 1.8
Date: Sat, 20 Sep 2014 01:31:25 +0200
Source: gnat-4.9
Binary: gnat-4.9-base gnat-4.9 gnat-4.9-sjlj libgnat-4.9 libgnat-4.9-dbg libgnatvsn4.9-dev libgnatvsn4.9 libgnatvsn4.9-dbg libgnatprj4.9-dev libgnatprj4.9 libgnatprj4.9-dbg
Architecture: amd64 kfreebsd-i386 source
Version: 4.9.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Ludovic Brenta <lbrenta@debian.org>
Closes: 761248
Description: 
 gnat-4.9-base - GNU Ada compiler (common files)
 gnat-4.9   - GNU Ada compiler
 gnat-4.9-sjlj - GNU Ada compiler (setjump/longjump runtime library)
 libgnat-4.9-dbg - runtime for applications compiled with GNAT (debugging symbols)
 libgnat-4.9 - runtime for applications compiled with GNAT (shared library)
 libgnatprj4.9-dbg - GNU Ada compiler Project Manager (debugging symbols)
 libgnatprj4.9-dev - GNU Ada compiler Project Manager (development files)
 libgnatprj4.9 - GNU Ada compiler Project Manager (shared library)
 libgnatvsn4.9-dbg - GNU Ada compiler selected components (debugging symbols)
 libgnatvsn4.9-dev - GNU Ada compiler selected components (development files)
 libgnatvsn4.9 - GNU Ada compiler selected components (shared library)
Changes:
 gnat-4.9 (4.9.1-2) unstable; urgency=low
 .
   [Svante Signell]
   * debian/patches/ada-hurd.diff: update and bring up to par with
     ada-kfreebsd.diff.
 .
   [Ludovic Brenta]
   * Rebuild with newer dpkg.  Closes: #761248.
 .
   Merge from gcc-4.9 (4.9.1-14) unstable; urgency=medium
 .
   * Update to SVN 20140912 (r215228) from the gcc-4_9-branch.
   * Update the Linaro support to the 4.9-2014.09 release.
   * Fix installation of the libstdc++ documentation. Fixes: #760872.
 .
   Merge from gcc-4.9 (4.9.1-13) unstable; urgency=medium
 .
   * Update to SVN 20140908 (r215008) from the gcc-4_9-branch.
   * Enable cgo on AArch64 (Michael Hudson). LP: #1361940.
   * Update the Linaro support from the Linaro/4.9 branch.
   * Fix PR target/63190 (AArch64), taken from the trunk. Fixes: #758964.
 .
   Merge from gcc-4.9 (4.9.1-12) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * boehm-gc: use anonymous mmap instead of brk also on hurd-*.
     Fixes: #753791.
 .
   Merge from gcc-4.9 (4.9.1-11) unstable; urgency=medium
 .
   * Update to SVN 20140830 (r214759) from the gcc-4_9-branch.
   * Update cross installation patches for the branch.
   * Use the base version (4.9) when accessing files in gcc_lib_dir.
 .
   Merge from gcc-4.9 (4.9.1-10) unstable; urgency=medium
 .
   * Update to SVN 20140830 (r214751) from the gcc-4_9-branch.
   * Fix jni symlinks in /usr/lib/jvm. Fixes: #759558.
   * Update the Linaro support from the Linaro/4.9 branch.
     - Fixes Aarch64 cross build on i386.
 .
   Merge from gcc-4.9 (4.9.1-9) unstable; urgency=medium
 .
   * Update to SVN 20140824 (r214405) from the gcc-4_9-branch.
   * Fix -dumpversion output to print the full version number.
     Addresses: #759038. LP: #1360404.
     Use the GCC base version for the D include dir name.
 .
   Merge from gcc-4.9 (4.9.1-8) unstable; urgency=medium
 .
   * Update to SVN 20140820 (r214215) from the gcc-4_9-branch.
   * Fix PR middle-end/61294, -Wmemset-transposed-args, taken from the trunk.
     LP: #1352836.
   * Update the Linaro support to 4.9-2014.08.
   * Fix PR tree-optimization/59586, graphite segfault, taken from the trunk.
     LP: #1227789.
   * Fix multilib castrated cross builds on mips64el (YunQiang Su, Helmut
     Grohne). Fixes: #758408.
   * Apply Proposed patch for PR target/62040 (AArch64). LP: #1351227.
     Fixes: #757738.
 .
   Merge from gcc-4.9 (4.9.1-7) unstable; urgency=medium
 .
   * Build-depend on dpkg-dev (>= 1.17.11).
 .
   Merge from gcc-4.9 (4.9.1-6) unstable; urgency=medium
 .
   * Update to SVN 20140813 (r213955) from the gcc-4_9-branch.
   * Really fix the GFDL build on AArch64. Fixes: #757153.
   * Disable Ada for snapshot builds on kfreebsd-i386, kfreebsd-amd64.
     Local patch needs an update and upstreaming.
   * Apply the local ada-mips patch for snapshot builds too.
   * Disable Ada for snapshot builds on mips, mipsel. Bootstrap comparision
     failure. Local patch needs upstreaming.
   * Disable Ada for snapshot builds on hurd-i386, build dependencies are
     not installable.
   * Don't build the sanitizer libs for sparc snapshot builds.
   * Proposed backport for PR libstdc++/61841. Fixes: #749290.
 .
   Merge from gcc-4.9 (4.9.1-5) unstable; urgency=medium
 .
   * Update to SVN 20140808 (r213759) from the gcc-4_9-branch.
     - Fix PR tree-optimization/61964. LP: #1347147.
   * Fix libphobos cross build.
 .
   Merge from gcc-4.9 (4.9.1-4) unstable; urgency=high
 .
   * Update to SVN 20140731 (r213317) from the gcc-4_9-branch.
     - CVE-2014-5044, fix integer overflows in array allocation in libgfortran.
       Fixes: #756325.
   * Build libphobos on armel and armhf. Fixes: #755390.
   * Fix java.security symlink. Fixes: #756484.
 .
   Merge from gcc-4.9 (4.9.1-3) unstable; urgency=medium
 .
   * Update to SVN 20140727 (r213100) from the gcc-4_9-branch.
   * Fix the GFDL build on AArch64.
   * Fix PR libobjc/61920, libobjc link failure on powerpc*. Fixes: #756096.
Checksums-Sha1: 
 c7b8519d7ba40abe498f0f9413d9e4e0901c709c 4036 gnat-4.9_4.9.1-2.dsc
 cf32707ea36eb0cedbd3b246426ca1c0ebeb6e85 919245 gnat-4.9_4.9.1-2.tar.gz
 d5ea21d9d531ed8243d679fd6863da1bdfb74755 216144 gnat-4.9-base_4.9.1-2_amd64.deb
 da1f600ef792e2a730a19f9215ec480148d0778c 907316 libgnat-4.9_4.9.1-2_amd64.deb
 f876abc400bd389cad9a3f0bd45e0785d31d6160 1657058 libgnat-4.9-dbg_4.9.1-2_amd64.deb
 9fa630ae24483aea4b06d5d9bae95dc2011b347d 1323438 libgnatvsn4.9-dev_4.9.1-2_amd64.deb
 90c09d2d56c7deaaeddb55552355b382435d9a10 251032 libgnatvsn4.9_4.9.1-2_amd64.deb
 f54cbd1aa9b1ea15ebafc28c55fb4c0223b3278b 383454 libgnatvsn4.9-dbg_4.9.1-2_amd64.deb
 c3f6f43bd1360d8671ce9fd05c530c69aed2bca2 3034236 libgnatprj4.9-dev_4.9.1-2_amd64.deb
 7c76ee3aeae57f76ca1de7b1f74da22e3fb91b8a 609416 libgnatprj4.9_4.9.1-2_amd64.deb
 2288aa655b928e09addba97d90f5d48bf59e5ab5 1358604 libgnatprj4.9-dbg_4.9.1-2_amd64.deb
 79dc8fc4cb43844e6596ed5f4bd856504f2d99c6 9976832 gnat-4.9_4.9.1-2_amd64.deb
 0910929850ccadf0c307dc970854fef98b7e215d 2989278 gnat-4.9-sjlj_4.9.1-2_amd64.deb
 c2dd40772409e60202eb33f35b7b6a41fa7589ab 216470 gnat-4.9-base_4.9.1-2_kfreebsd-i386.deb
 e583c60911f1b8c7c5fd8b825f0c45ec4489dbe8 972446 libgnat-4.9_4.9.1-2_kfreebsd-i386.deb
 e2f24eddd0c3b0bdd94a9d870fa53d40f957dfdd 1466564 libgnat-4.9-dbg_4.9.1-2_kfreebsd-i386.deb
 192fd9934e4b601ce633a04d79e9f17726fe719f 1210670 libgnatvsn4.9-dev_4.9.1-2_kfreebsd-i386.deb
 3c697aad4d6dcb0191e6780697bfbc60b8f1a2c0 270390 libgnatvsn4.9_4.9.1-2_kfreebsd-i386.deb
 4efdecf0cbdf28a57171071e785fdee9de6b206b 294500 libgnatvsn4.9-dbg_4.9.1-2_kfreebsd-i386.deb
 0cca65b2c5a2831163a6a7789f463276a1bfe1a2 2863260 libgnatprj4.9-dev_4.9.1-2_kfreebsd-i386.deb
 a4b62e34082a53545ec9f97f7d617f892e56ea86 621956 libgnatprj4.9_4.9.1-2_kfreebsd-i386.deb
 0bfd5fb96e989f6c5e55ba220bc83020a1a88278 1207620 libgnatprj4.9-dbg_4.9.1-2_kfreebsd-i386.deb
 f9dfa299ef6cf36dc8642ec9f5dd8ac76610cf50 10148460 gnat-4.9_4.9.1-2_kfreebsd-i386.deb
 4b31f78336b4781250661f6ed921400294ed6c55 2993572 gnat-4.9-sjlj_4.9.1-2_kfreebsd-i386.deb
Checksums-Sha256: 
 e83d10acc060e287987e00b5bfab44108e13886749960e2fb89816be405adc97 4036 gnat-4.9_4.9.1-2.dsc
 244c84957e1c5ecf1369e968cd58a319b6e95a282a1e671c174e28e6972a1a86 919245 gnat-4.9_4.9.1-2.tar.gz
 e0fda037b98cb93c421a94f08c1c548b292f7c3d7de8417e750a2cfd85ad17a6 216144 gnat-4.9-base_4.9.1-2_amd64.deb
 3a11ef35f2a3c703064bfa1050392046906a568b2e74291594f0bb5c4d950780 907316 libgnat-4.9_4.9.1-2_amd64.deb
 5b70daa5c21a207a1a2a0103fca053c03833e0a6a24e67be53348eb90775fd2a 1657058 libgnat-4.9-dbg_4.9.1-2_amd64.deb
 3103ad24466cf12c0d393f01aa65b784681ae66315ca1c334707ab53261c769f 1323438 libgnatvsn4.9-dev_4.9.1-2_amd64.deb
 1328be5f3e3beb22a5f4dbca403b8673189e0c63a2531b5e419d4490a56fcc3f 251032 libgnatvsn4.9_4.9.1-2_amd64.deb
 045aec87f4ecd8b3452de4548475452d8305ee4afde6b623b4c9f456dc6c88b3 383454 libgnatvsn4.9-dbg_4.9.1-2_amd64.deb
 bd55140ffba6cbf29e16e3beafc40bbc4eb2623bca750c2291734d1c33955c6b 3034236 libgnatprj4.9-dev_4.9.1-2_amd64.deb
 2a012edcbda08b1a51ce24d94e5885c5d4587f270fe26e08e1f95bdc3c5614eb 609416 libgnatprj4.9_4.9.1-2_amd64.deb
 b08cde8424e06f0f80c98b390872c1c550c360488792e8dc662cd9d20982a9d9 1358604 libgnatprj4.9-dbg_4.9.1-2_amd64.deb
 77438c73d5951fd2a0d26a1e30902a1307084cabd3c4c4994e8da587d2677eb6 9976832 gnat-4.9_4.9.1-2_amd64.deb
 0b94a3806f8c480a992c435c6f1bd002db64317a299f2a983ae8dc41b4cc6a06 2989278 gnat-4.9-sjlj_4.9.1-2_amd64.deb
 c5ac3260f316205a469b255c58b101090c4ec9c411b4ab6b374dd4e5b85a6d06 216470 gnat-4.9-base_4.9.1-2_kfreebsd-i386.deb
 7889af8fffa898ab73511df05aa85354fc758d7405447911b404d2c6abdda76c 972446 libgnat-4.9_4.9.1-2_kfreebsd-i386.deb
 2ee2c86c5d802181c93ee39cb163fb963a7eb143bdce5c8809244145934bc4c6 1466564 libgnat-4.9-dbg_4.9.1-2_kfreebsd-i386.deb
 0b843eb13101166f2d62c3016892492d8e95d1a167a7ef4b26c0d62ecb6806c5 1210670 libgnatvsn4.9-dev_4.9.1-2_kfreebsd-i386.deb
 9221841c705764193440da1066fb32255fca6d6374c142e2cfad40349a9ed801 270390 libgnatvsn4.9_4.9.1-2_kfreebsd-i386.deb
 ac834d9a9c14cc9dbfba783e248640130e260761ef4ee4cc7774755691840180 294500 libgnatvsn4.9-dbg_4.9.1-2_kfreebsd-i386.deb
 727da3082c87a42818c218ca5d4903ac3134719a2d2a6d5bb7d425bee0ae45f5 2863260 libgnatprj4.9-dev_4.9.1-2_kfreebsd-i386.deb
 fd946b35c3d7c695000a7aaa668c386c022fd39893c638008359bf0d899952e7 621956 libgnatprj4.9_4.9.1-2_kfreebsd-i386.deb
 5a5d7c4c17309c80727b1d2b514d415803662b8cc18838354922d81994c8aca2 1207620 libgnatprj4.9-dbg_4.9.1-2_kfreebsd-i386.deb
 72c3810e8683854b9d91af7f02bf1fc704c0ccf635f08939916023610a5b7e77 10148460 gnat-4.9_4.9.1-2_kfreebsd-i386.deb
 8b23b5e796ab12b67283709c1134e55a0968f11cd49c4a9fee112954f1da317f 2993572 gnat-4.9-sjlj_4.9.1-2_kfreebsd-i386.deb
Files: 
 84d37f1d07062ff2442aaabe34929cd6 216144 libs optional gnat-4.9-base_4.9.1-2_amd64.deb
 0b554c4f383a31d27b6f32f4a4825100 907316 libs optional libgnat-4.9_4.9.1-2_amd64.deb
 1ec43050b3da295c4b9c99a8fe56ee1a 1657058 debug extra libgnat-4.9-dbg_4.9.1-2_amd64.deb
 38336b135bce806b0e57067028cf57a9 1323438 libdevel extra libgnatvsn4.9-dev_4.9.1-2_amd64.deb
 91d4204d629198d13b0efa8397bc50fe 251032 libs optional libgnatvsn4.9_4.9.1-2_amd64.deb
 846090120900b19859917b526657b77e 383454 debug extra libgnatvsn4.9-dbg_4.9.1-2_amd64.deb
 e004065396e925e6d0b2205f1a1b170e 3034236 libdevel extra libgnatprj4.9-dev_4.9.1-2_amd64.deb
 e37b23ed5c258754e74b75a830d15a1e 609416 libs optional libgnatprj4.9_4.9.1-2_amd64.deb
 cf787554daf3f7dff113d99171ec7414 1358604 debug extra libgnatprj4.9-dbg_4.9.1-2_amd64.deb
 eb34565d143fa3cb252319cc7cd1deed 9976832 devel optional gnat-4.9_4.9.1-2_amd64.deb
 5c85b395b82eb00d07264415d828e8f7 2989278 devel extra gnat-4.9-sjlj_4.9.1-2_amd64.deb
 4f4d0b229c3671855bb7d0cd85ca6e8f 4036 devel optional gnat-4.9_4.9.1-2.dsc
 256a8add74c836ca88dd0aa227f00976 919245 devel optional gnat-4.9_4.9.1-2.tar.gz
 00a9500bc24f7cffcc9b417be18f4695 216470 libs optional gnat-4.9-base_4.9.1-2_kfreebsd-i386.deb
 9e6b622aa42ec119179b80aa2a0aacf3 972446 libs optional libgnat-4.9_4.9.1-2_kfreebsd-i386.deb
 decf460e169a76d053452b558c9001b1 1466564 debug extra libgnat-4.9-dbg_4.9.1-2_kfreebsd-i386.deb
 edb205a4aa31cce6fe51dcc4c15bf065 1210670 libdevel extra libgnatvsn4.9-dev_4.9.1-2_kfreebsd-i386.deb
 9d4d39b339837b64519f245b34f97b03 270390 libs optional libgnatvsn4.9_4.9.1-2_kfreebsd-i386.deb
 3c5855c2d2af9223c6958521cf33537f 294500 debug extra libgnatvsn4.9-dbg_4.9.1-2_kfreebsd-i386.deb
 e2aa4135478723ccd747544c1f3f0d46 2863260 libdevel extra libgnatprj4.9-dev_4.9.1-2_kfreebsd-i386.deb
 73070e4ca8d95244f2ad6f5814defdd0 621956 libs optional libgnatprj4.9_4.9.1-2_kfreebsd-i386.deb
 e44ecc30858be36271684d36b5bb4700 1207620 debug extra libgnatprj4.9-dbg_4.9.1-2_kfreebsd-i386.deb
 b7cbd36636f874dec43223aecdcd95aa 10148460 devel optional gnat-4.9_4.9.1-2_kfreebsd-i386.deb
 b14b223a918152978a634cb82e9190d7 2993572 devel extra gnat-4.9-sjlj_4.9.1-2_kfreebsd-i386.deb

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

iQIVAwUBVB4bb/HJqDwIqj6cAQJVEA/7BVbls0uSBEldPujbvHMxV3FWGBy+T8+X
LGOqkQiRCbMazvkUc8yBj1+6kXBWNaRVIJ1MA4A2VuMiyUvD04JlSnvcJZaeqMHC
SIsHLFjmycbsUboJh6L5VKjAqkhNCMwq7nD/5ULHH/8S4XYh62nW3ZDyzImO3MPu
ySxluTI4FPU8e9D6/8KuXSymBZqq+SeHc+mYPKq2RFJjaaBB8NQUYDrOF+2+vxgX
edKGZP9/gwVd6o1RH46vyGhiisdpUStTYq5B+IYHTFGj/ueb87Utwrt4cnhX5kBU
fx+ViscTmdw0fY3zn05eYAhPzIQHIJSPNxcF0QCutbrz/mqNUbq3VREEAa1OhB2E
igr/dSvmZSz734RFfYqRliiwht81XY/tFBB7qfjpDmF9+psv7XmDbrrgi53kD4l1
mfYBYvaOeeU0rqLacEjgd8eeJfR5VtDxI5z7gQ+RTyA3s4c/wSelKvMy8O9nXfSS
2gbwmgsGBhVsL7Oi7vXl+Ln0/PLdOpXk9PwZ5l58H8UxiwSLmOg3Y0w75sxqGW0I
Ovxwkr7eHhTKHg/S4SCblEpxW32AZ6PY1uPOXk4U6p5WKNXeKhvsFvMEspBuK5/g
fwTQKqe/MCZzXwJ2MC4b8thJYFrtdPEZji9luqWYNs9WykFqelt6Xt5dfjeIbHYO
77XUTJrrCBs=
=VmZd
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: