Cannot build F9 x86_64 w/ jigdo

Ian Burrell ianburrell at gmail.com
Fri Mar 28 17:50:38 UTC 2008


On Wed, Mar 26, 2008 at 11:24 AM, Jesse Keating <jkeating at redhat.com> wrote:
>
>  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"

It makes sense that this would cause problems.  Pluses in query params
are interpreted as spaces.  Whatever does the redirect should escape
"+" to %2d.  Alternatively, the
http://mirrors.fedoraproject.org/mirrorlist script could be changed to
not interpret "+" as space in params.  This might be harder to
accomplish since the decoding is probably deep in the CGI library.

 - Ian




More information about the fedora-test-list mailing list