Cannot build F9 x86_64 w/ jigdo

Jesse Keating jkeating at redhat.com
Wed Mar 26 18:24:57 UTC 2008


On Wed, 2008-03-26 at 13:54 -0400, Jesse Keating wrote:
> Looks like there is a translation issue where the file name has '+' in
> it, but somewhere along the line it gets converted to %20 which is a
> space and obviously doesn't show up.  One suggested "fix" was to hand
> edit the .jigdo file and replace all + signs with %2d.  I'm trying to
> work with Matt Domsch to fix this on the redirect side.  Of course, yum
> handles this just fine, as I assume it uses a proper library to create
> the url to send out which does the pre-conversion of those type of
> chars.
> 
> Not sure what jigdo is doing here :/

My assumption was bad.  Jigdo isn't to blame here, it looks like the
failure is somewhere in mirrormanager.  Even plain wget will fail when
giving the url.

$ wget
"http://mirrors.fedoraproject.org/mirrorlist?path=pub/fedora/linux/releases/test/9-Beta/Fedora/x86_64/os/Packages/libsigc++20-2.2.0-1.fc9.x86_64.rpm&redirect=1"
--2008-03-26 14:23:53--
http://mirrors.fedoraproject.org/mirrorlist?path=pub/fedora/linux/releases/test/9-Beta/Fedora/x86_64/os/Packages/libsigc++20-2.2.0-1.fc9.x86_64.rpm&redirect=1
Resolving mirrors.fedoraproject.org... 209.132.176.122, 66.35.62.162
Connecting to mirrors.fedoraproject.org|209.132.176.122|:80...
connected.
HTTP request sent, awaiting response... 302 Found
Location:
http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/releases/test/9-Beta/Fedora/x86_64/os/Packages/libsigc  20-2.2.0-1.fc9.x86_64.rpm [following]
--2008-03-26 14:23:53--
http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/releases/test/9-Beta/Fedora/x86_64/os/Packages/libsigc%20%2020-2.2.0-1.fc9.x86_64.rpm
Resolving www.gtlib.gatech.edu... 128.61.111.10, 128.61.111.11,
128.61.111.9
Connecting to www.gtlib.gatech.edu|128.61.111.10|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2008-03-26 14:23:54 ERROR 404: Not Found.


$ wget
"http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/releases/test/9-Beta/Fedora/x86_64/os/Packages/libsigc++20-2.2.0-1.fc9.x86_64.rpm"
--2008-03-26 14:24:31--
http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/releases/test/9-Beta/Fedora/x86_64/os/Packages/libsigc++20-2.2.0-1.fc9.x86_64.rpm
Resolving www.gtlib.gatech.edu... 128.61.111.9, 128.61.111.10,
128.61.111.11
Connecting to www.gtlib.gatech.edu|128.61.111.9|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 51230 (50K) [text/plain]
Saving to: `libsigc++20-2.2.0-1.fc9.x86_64.rpm.1'

100%[====================================================================================>] 51,230      --.-K/s   in 0.1s   

2008-03-26 14:24:31 (500 KB/s) - `libsigc++20-2.2.0-1.fc9.x86_64.rpm.1'
saved [51230/51230]


It looks as if somewhere MM is improperly converting a + to %20 instead
of %2B

-- 
Jesse Keating
Fedora -- All my bits are free, are yours?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/fedora-test-list/attachments/20080326/1159e801/attachment.sig>


More information about the fedora-test-list mailing list