After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 316116 - iso-codes tarball is in wrong URL
iso-codes tarball is in wrong URL
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: module sets
unspecified
Other Linux
: Normal major
: ---
Assigned To: James Henstridge
James Henstridge
Depends on:
Blocks:
 
 
Reported: 2005-09-12 19:32 UTC by sobhi
Modified: 2005-09-23 06:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sobhi 2005-09-12 19:32:44 UTC
Distribution/Version: Fedora Core 4

build gnome-2.12 with JHBHUILD

currently gnome-2.12.modules uses the following "href" for iso-codes:
      href="http://www.worksintheory.org/files/iso-codes/iso-codes-0.45.tar.gz"

which generates access error (access denied). Please replace with the following:
      href="http://worksintheory.org/files/iso-codes/iso-codes-0.45.tar.gz"

Please note the missing "www" in the second form.
Comment 1 James Henstridge 2005-09-13 04:17:20 UTC
I updated to use 0.47 (which seems to be available only from the Debian source
repository).  That should fix the problem.

2005-09-13  James Henstridge  <james@jamesh.id.au>

	* modulesets/gnome-2.12.modules (iso-codes): use version 0.47
	(fixes bug #316116).
Comment 2 sobhi 2005-09-13 21:38:12 UTC
iso-codes 0.47 is not stable and causes compile problems. See the page for stable
version
http://packages.debian.org/stable/misc/iso-codes
it refers to the following iso-codes as stable!

http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_0.44.orig.tar.gz
Comment 3 sobhi 2005-09-13 21:48:11 UTC
I tested iso-codes 0.44 and it also breaks. So at this point I can't get of this
working. Wow!
Comment 4 James Henstridge 2005-09-14 02:37:14 UTC
The Debian term "unstable" means "what will eventually become the next stable
Debian release".  It does not mean "software that should not be used" (each of
the packages is of software the upstream maintainer has released, after all).

Could you describe the problem you had with 0.47?
Comment 5 sobhi 2005-09-14 04:45:21 UTC
Building of Gnome 2.12 with Jhbuild on Fedora Core 4 (Intel 32)
iso-codes build generates the following error (same on 0.44 too)

/opt/lap/g2bin/2.12/bin/msgfmt --verbose --check zu.po -o zu.mo
48 translated messages, 106 fuzzy translations, 315 untranslated messages.
../iso2pot.py --is-version 0.47 --comments iso_639_2T_code \
                --fields name iso_639.xml iso_639.pot
Traceback (most recent call last):
  • File "../iso2pot.py", line 102 in ?
    p = make_parser()
  • File "/usr/lib/python2.4/site-packages/_xmlplus/sax/sax2exts.py", line 37 in make_parser
    return XMLParserFactory.make_parser(parser_list)
  • File "/usr/lib/python2.4/site-packages/_xmlplus/sax/saxexts.py", line 75 in make_parser
    sys.modules[parser_name].create_parser = _create_parser
KeyError: 'xml.sax.drivers2.drv_pyexpat'

make[1]: [iso_639.pot] Error 1


make[1]: Leaving directory `/opt/lap/g2src/cvs/2.12/src/iso-codes-0.47/iso_639'
Comment 6 James Henstridge 2005-09-14 05:09:26 UTC
This seems to indicate a problem with your pyxml installation (missing expat
driver).
Comment 7 sobhi 2005-09-14 12:42:02 UTC
I'll follow up for python and pyxml, meanwhile, I also opened a defect on Dabain
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=328152
Comment 8 sobhi 2005-09-14 14:48:19 UTC
Well, I'm at the end of my rope on this. The PyXML-0.8.4-3 is what is installed
on FC4 and there seems not to be any updates yet. The driver that you mentioned
is on my system.
So, looks like no Gnome 2.12 standard builds for now :-(
Comment 9 Torsten Schoenfeld 2005-09-20 17:37:27 UTC
Reopening since the current URL used by jhbuild:

  http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_0.47.orig.tar

now gives a 404 error.
Comment 10 James Henstridge 2005-09-23 06:17:45 UTC
Switched over to pulling iso-codes from alioth CVS.