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 347990 - fetching 'iso-codes_0.51.orig.tar.gz' crashes
fetching 'iso-codes_0.51.orig.tar.gz' crashes
Status: RESOLVED FIXED
Product: GARNOME
Classification: Deprecated
Component: general
2.14.x
Other All
: High critical
: ---
Assigned To: GARNOME Maintainers
garnome list
Depends on:
Blocks:
 
 
Reported: 2006-07-19 08:43 UTC by Rashad Rustamoff
Modified: 2006-07-22 21:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixed iso-codes Makefile (371 bytes, patch)
2006-07-19 09:24 UTC, Damien Durand
none Details | Review

Description Rashad Rustamoff 2006-07-19 08:43:45 UTC
Steps to reproduce:
1. 'make fetch' from bootstrap/iso-codes/
2. 
3. 


Stack trace:
Fetching 'iso-codes_0.51.orig.tar.gz' from ftp://ftp.debian.org/debian/pool/main/i/iso-codes/ crashes.
Real file name is 'iso-codes_0.51-1.1.tar.gz'

Other information:
Comment 1 Damien Durand 2006-07-19 08:49:14 UTC
Thanks for taking the time to report this bug.
This bug report isn't very useful because it doesn't describe the bug well. If you have time and can still reproduce the bug, please read http://bugzilla.gnome.org/bug-HOWTO.html and add a description of how to reproduce this bug.

You'll also need to add a stack trace; please see http://live.gnome.org/GettingTraces for more information about how to do so.
Comment 2 Damien Durand 2006-07-19 09:22:19 UTC
Sorry, edit iso-codes Makefile and change the to this

GARVERSION = 0.51-1.1
CATEGORIES = bootstrap
DISTFILES = $(GARNAME)_$(GARVERSION).tar.gz
MASTER_SITES = ftp://ftp.debian.org/debian/pool/main/i/iso-codes/


Comment 3 Damien Durand 2006-07-19 09:24:12 UTC
Created attachment 69166 [details] [review]
Fixed iso-codes Makefile

Fixed by this patch.
Comment 4 Karsten Bräckelmann 2006-07-22 21:56:29 UTC
This bug actually has been fixed 4 weeks ago by Joseph. Just for the records.

Also Damien, attaching a patch to bugzilla does NOT fix an issue. It is fixed, once the code went in to CVS.