/usr/share/iso-codes/iso_3166.tab is empty

Bug #11828 reported by Debian Bug Importer
4
Affects Status Importance Assigned to Milestone
iso-codes (Debian)
Fix Released
Unknown
iso-codes (Ubuntu)
Invalid
High
Unassigned

Bug Description

Automatically imported from Debian bug report #289765 http://bugs.debian.org/289765

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Mon, 10 Jan 2005 17:11:47 -0500
From: Joey Hess <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: /usr/share/iso-codes/iso_3166.tab is empty

--3MwIy2ne0vdjdPXF
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: iso-codes
Version: 0.42-1
Severity: critical
Tags: d-i

-rw-r--r-- 1 root root 0 Jan 8 16:14 /usr/share/iso-codes/iso_3166.tab

This is also empty in the udeb, which hoses d-i installs.

--=20
see shy jo

--3MwIy2ne0vdjdPXF
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFB4v2id8HHehbQuO8RAiPPAKCXF89ZFH/LxiTGeIFCTq1pA7i/pQCeLK8w
4u/YJ7qdASa7gfQ0NB3Y+So=
=BO8g
-----END PGP SIGNATURE-----

--3MwIy2ne0vdjdPXF--

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Mon, 10 Jan 2005 17:29:22 -0500
From: Joey Hess <email address hidden>
To: <email address hidden>
Subject: NMU diff

--LpQ9ahxlCli8rRTG
Content-Type: multipart/mixed; boundary="2oS5YaxWCcQjTEyO"
Content-Disposition: inline

--2oS5YaxWCcQjTEyO
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

I've gone ahead and NMUed iso-codes to fix this bug. I also made the
generation of the file a bit more robust. Patch attached.

--=20
see shy jo

--2oS5YaxWCcQjTEyO
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="iso-codes.patch"
Content-Transfer-Encoding: quoted-printable

diff -ur a/iso-codes-0.42/debian/changelog iso-codes-0.42/debian/changelog
--- a/iso-codes-0.42/debian/changelog 2005-01-10 17:25:52.000000000 -0500
+++ iso-codes-0.42/debian/changelog 2005-01-10 17:25:25.000000000 -0500
@@ -1,3 +1,15 @@
+iso-codes (0.42-1.1) unstable; urgency=3Dlow
+
+ * Emergency NMU to fix d-i.
+ * Fix call to iso3166tab.py (it needs a parameter), so iso_3166.tab
+ is no longer an empty file. Closes: #289765
+ * Decouple sort from iso3166tab.py call, so if the script fails in the
+ future, the build will fail too.
+ * Set LC_ALL=3DC when calling sort, just in case the build locale is
+ different.
+
+ -- Joey Hess <email address hidden> Mon, 10 Jan 2005 17:19:41 -0500
+
 iso-codes (0.42-1) unstable; urgency=3Dlow
=20
   * iso_3166
diff -ur a/iso-codes-0.42/iso_3166/Makefile iso-codes-0.42/iso_3166/Makefile
--- a/iso-codes-0.42/iso_3166/Makefile 2004-06-15 16:59:48.000000000 -0400
+++ iso-codes-0.42/iso_3166/Makefile 2005-01-10 17:23:18.000000000 -0500
@@ -32,7 +32,9 @@
  for d in ${SUBDIRS} ; do ${MAKE} -C $$d install ; done
=20
 iso_3166.tab: iso_3166.xml
- ./iso3166tab.py | sort > iso_3166.tab
+ ./iso3166tab.py $< > iso_3166.tab.new
+ LC_ALL=3DC sort < iso_3166.tab.new > iso_3166.tab
+ rm -f iso_3166.tab.new
=20
 iso_3166.pot: iso_3166.xml
  ../iso2pot.py --is-version $(VERSION) --comments alpha_3_code \

--2oS5YaxWCcQjTEyO--

--LpQ9ahxlCli8rRTG
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFB4wHBd8HHehbQuO8RArZCAKC8w0aO/xGYU84lQVR743+WyytZkwCgip1E
siVUdmyePczD8kxEa2HDqo4=
=IJlS
-----END PGP SIGNATURE-----

--LpQ9ahxlCli8rRTG--

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Mon, 10 Jan 2005 17:47:11 -0500
From: Joey Hess <email address hidden>
To: <email address hidden>
Cc: Joey Hess <email address hidden>, Alastair McKinstry <email address hidden>
Subject: Fixed in NMU of iso-codes 0.42-1.1

tag 289765 + fixed

quit

This message was generated automatically in response to a
non-maintainer upload. The .changes file follows.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 10 Jan 2005 17:19:41 -0500
Source: iso-codes
Binary: iso-3166-udeb iso-codes
Architecture: source all
Version: 0.42-1.1
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry <email address hidden>
Changed-By: Joey Hess <email address hidden>
Description:
 iso-3166-udeb - Provides iso_3166.tab file (udeb)
 iso-codes - ISO language, territory, currency codes and their translations
Closes: 289765
Changes:
 iso-codes (0.42-1.1) unstable; urgency=low
 .
   * Emergency NMU to fix d-i.
   * Fix call to iso3166tab.py (it needs a parameter), so iso_3166.tab
     is no longer an empty file. Closes: #289765
   * Decouple sort from iso3166tab.py call, so if the script fails in the
     future, the build will fail too.
   * Set LC_ALL=C when calling sort, just in case the build locale is
     different.
Files:
 637bb17dde3ad3beb48b99510940ec40 626 misc optional iso-codes_0.42-1.1.dsc
 7f2782b6907eed8ccc3f1dbeb9d7e854 13789 misc optional iso-codes_0.42-1.1.diff.gz
 c24190b24fa3d0b8687e77015a9f1086 1029372 misc optional iso-codes_0.42-1.1_all.deb
 339be60d9a7e5cf4c22e4c68697fb934 2830 debian-installer optional iso-3166-udeb_0.42-1.1_all.udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFB4wGU2tp5zXiKP0wRArAtAJ9TtEZlP0LqgM1yi4ALv4C4zTkxGACePJf6
5Kyx8Dy0WSCPxDK/SHgIUh8=
=WYYm
-----END PGP SIGNATURE-----

Revision history for this message
Matt Zimmerman (mdz) wrote :

This bug has been marked as a duplicate of bug 11822.

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Tue, 15 Feb 2005 11:04:38 +0900
From: Seo Sanghyeon <email address hidden>
To: <email address hidden>
Subject: Done

This is the same bug as #289681 and should have been closed
at the same time. :-)

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Sun, 06 Mar 2005 16:02:21 -0500
From: Alastair McKinstry <email address hidden>
To: <email address hidden>
Subject: Bug#289765: fixed in iso-codes 0.45-1

Source: iso-codes
Source-Version: 0.45-1

We believe that the bug you reported is fixed in the latest version of
iso-codes, which is due to be installed in the Debian FTP archive:

iso-3166-udeb_0.45-1_all.udeb
  to pool/main/i/iso-codes/iso-3166-udeb_0.45-1_all.udeb
iso-codes_0.45-1.diff.gz
  to pool/main/i/iso-codes/iso-codes_0.45-1.diff.gz
iso-codes_0.45-1.dsc
  to pool/main/i/iso-codes/iso-codes_0.45-1.dsc
iso-codes_0.45-1_all.deb
  to pool/main/i/iso-codes/iso-codes_0.45-1_all.deb
iso-codes_0.45.orig.tar.gz
  to pool/main/i/iso-codes/iso-codes_0.45.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 address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alastair McKinstry <email address hidden> (supplier of updated iso-codes 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 address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 2 Mar 2005 07:16:56 +0000
Source: iso-codes
Binary: iso-3166-udeb iso-codes
Architecture: source all
Version: 0.45-1
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry <email address hidden>
Changed-By: Alastair McKinstry <email address hidden>
Description:
 iso-3166-udeb - Provides iso_3166.tab file (udeb)
 iso-codes - ISO language, territory, currency codes and their translations
Closes: 289765 296301 296301 297661
Changes:
 iso-codes (0.45-1) unstable; urgency=low
 .
   * Acknowledge NMU by Joey Hess with Thanks. Closes: #289765.
   * iso_3166
     - Galician completed by Jacobo Tarrio. Closes: #296301
   * iso_639
     - Galician updated by Jacobo Tarrio. Closes: #296301
     - Name of "Finnish" corrected in French
   * ./debian/rules clean runs $(MAKE) distclean.
   * Build iso_639.tab from iso_639.xml to include corrections.
     Closes: #297661.
Files:
 facf2d7d2ae4880312a62260534bbeca 621 misc optional iso-codes_0.45-1.dsc
 d765902171f395466f91472bb1e421da 3628269 misc optional iso-codes_0.45.orig.tar.gz
 64c6c1ff36063316bf1b0dd31160c2f8 9263 misc optional iso-codes_0.45-1.diff.gz
 15be0173c91c807c3496cdf49099b402 1060450 misc optional iso-codes_0.45-1_all.deb
 39cc7379e1898caf479544a5a59aa00b 2830 debian-installer optional iso-3166-udeb_0.45-1_all.udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCK2ssQTK/kCo4XFcRAj7XAJ4/Q5hEtHEJyJBb5FbpblyuG1fAvQCgsaa0
Pw03uOFUuDYKq3it/qXbTrQ=
=8lX8
-----END PGP SIGNATURE-----

Changed in iso-codes:
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.