First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 142040
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Andreas Fischer <cyberfrag@gmx.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
nwn-data-1.29-r1.diff Updated ebuild to include the original URLs for german and french localization text/plain Andreas Fischer 2006-07-28 15:55 0000 1004 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 142040 depends on: Show dependency tree
Show dependency graph
Bug 142040 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-07-28 14:32 0000
With linguas_de, nwn-data tries to download nwgerman129.tar.gz from a
fileplanet URL
(http://xfer06.fileplanet.com/%5E389272944/082003/nwgerman129.tar.gz), which
fails with a "403 Forbidden".

Perhaps another mirror would be more appropriate - IIRC, fileplanet offers no
direct downloads, right? It seems to need a login first.

The original URL (as seen on
http://nwn.bioware.com/downloads/linuxclient.html#lininstall) for that file is
http://files.bioware.com/neverwinternights/updates/linux/nwgerman129.tar.gz and
seems to work without any further problems. Using this instead of the
fileplanet URL would most probably solve the problem.

------- Comment #1 From Andreas Fischer 2006-07-28 14:58:34 0000 -------
The french URL seems not to work either (Temporary failure in name resolution).
Here is a diff of a revised ebuild. Please check it for correctness. I'd do it
myself, but downloading ~300 MB to create the digest takes a while, even on DSL
:)

The diff:

--- /usr/portage/games-rpg/nwn-data/nwn-data-1.29.ebuild        2006-07-05
21:05:49.000000000 +0200
+++ nwn-data-1.29-r1.ebuild     2006-07-28 23:57:25.000000000 +0200
@@ -10,13 +10,16 @@
 HOMEPAGE="http://nwn.bioware.com/downloads/linuxclient.html"

SRC_URI="http://nwdownloads.bioware.com/neverwinternights/linux/${MY_PV}/nwclient${MY_PV}.tar.gz
        linguas_fr? (
+              
http://files.bioware.com/neverwinternights/updates/linux/nwfrench129.tar.gz
               
ftp://jeuxlinux.com/bioware/Neverwinter_Nights/nwfrench${MY_PV}.tar.gz )
        linguas_it? (
               
http://nwdownloads.bioware.com/neverwinternights/linux/${MY_PV}/nwitalian${MY_PV}.tar.gz
)
        linguas_es? (
               
http://nwdownloads.bioware.com/neverwinternights/linux/${MY_PV}/nwspanish${MY_PV}.tar.gz
)
        linguas_de? (
+              
http://files.bioware.com/neverwinternights/updates/linux/nwgerman${MY_PV}.tar.gz
               
http://xfer06.fileplanet.com/%5E389272944/082003/nwgerman${MY_PV}.tar.gz )
+
        nowin? (
               
http://files.bioware.com/neverwinternights/updates/linux/nwresources${MY_PV}.tar.gz
                http://bsd.mikulas.com/nwresources${MY_PV}.tar.gz

------- Comment #2 From Mr. Bones. 2006-07-28 15:31:56 0000 -------
Patches don't really help unless they're attached, not in-line.

------- Comment #3 From Andreas Fischer 2006-07-28 15:55:19 0000 -------
Created an attachment (id=92960) [edit]
Updated ebuild to include the original URLs for german and french localization

Ah - sorry. Here you go.

(Also removed a superfluous newline that somehow crawled in)

------- Comment #4 From Mr. Bones. 2006-07-28 22:27:28 0000 -------
ok, in portage.  thanks for the bug report and patch.

First Last Prev Next    No search results available      Search page      Enter new bug