Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 595596 - app-text/libpaper: invalid url
Summary: app-text/libpaper: invalid url
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-29 23:09 UTC by John M. Harris, Jr.
Modified: 2017-02-18 12:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John M. Harris, Jr. 2016-09-29 23:09:23 UTC
The URL from the ebuild no longer exists.

Reproducible: Always

Steps to Reproduce:
1. emerge -va app-text/libpaper

Actual Results:
404 on every mirror

Expected Results:
Download source archive

SRC_URI="mirror://debian/pool/main/libp/libpaper/${PN}_${MY_PV}.tar.gz"

Debian no longer has the archive that was in use before.

An alternative URL that works, for now, is http://pkgs.fedoraproject.org/repo/pkgs/libpaper/libpaper_1.1.24.tar.gz/5bc87d494ba470aba54f6d2d51471834/libpaper_1.1.24.tar.gz

The md5 matches the archive referenced by the ebuild.
Comment 1 Michael Orlitzky gentoo-dev 2016-09-29 23:55:18 UTC
Another option would be to revbump it and pick up the latest debian sources. There's already support for this in the ebuild, where "_p" patchlevel suffixes get translated into "nmu" (non-maintainer upload) releases upstream:

  MY_PV=${PV/_p/+nmu}

It looks like "_p4" is the latest:

http://metadata.ftp-master.debian.org/changelogs/main/libp/libpaper/unstable_changelog
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2017-02-18 12:33:01 UTC
(In reply to John M. Harris, Jr. from comment #0)
> The URL from the ebuild no longer exists.
> 

Please use a valid gentoo mirror setting; the file is there.

(In reply to Michael Orlitzky from comment #1)
> Another option would be to revbump it and pick up the latest debian sources.
> There's already support for this in the ebuild, where "_p" patchlevel
> suffixes get translated into "nmu" (non-maintainer upload) releases upstream:
> 
>   MY_PV=${PV/_p/+nmu}
> 
> It looks like "_p4" is the latest:
> 
> http://metadata.ftp-master.debian.org/changelogs/main/libp/libpaper/
> unstable_changelog

Already done (to _p5).