Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77089 - wrong SRC_URI for cups-1.1.23
Summary: wrong SRC_URI for cups-1.1.23
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
: 77110 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-01-07 17:13 UTC by opello@opello.org
Modified: 2005-01-08 19:20 UTC (History)
3 users (show)

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


Attachments
Patch for the ebuild to fix SRC_URI (cups-1.1.23.ebuild.patch,883 bytes, patch)
2005-01-08 12:59 UTC, Konstantin Münning
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description opello@opello.org 2005-01-07 17:13:11 UTC
SRC_URI="ftp://ftp2.easysw.com/pub/cups/test/${MY_P}-source.tar.bz2 ftp://ftp.easysw.com/pub/cups/test/${MY_P}-source.tar.bz2 ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/test/${MY_P}-source.tar.bz2"

The 'test' part of the path should be removed.

Reproducible: Always
Steps to Reproduce:
Comment 1 opello@opello.org 2005-01-07 17:23:31 UTC
(sorry, and replaced with '1.1.23' or '${PV}' -- whichever is more appropriate
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2005-01-07 23:38:34 UTC
sorry, fixed
Comment 3 Pablo Yanez Trujillo 2005-01-08 00:48:00 UTC
It must be

SRC_URI="ftp://ftp2.easysw.com/pub/cups/1.1.23/${MY_P}-source.tar.bz2 ftp://ftp.easysw.com/pub/cups/1.1.23/${MY_P}-source.tar.bz2 ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/1.1.23/
${MY_P}-source.tar.bz2"

The is no cups-1.1.23-source.tar.bz2 in the distfile directory of the gentoo mirrors.
Comment 4 Nickolay L. Selikhov 2005-01-08 04:13:53 UTC
*** Bug 77110 has been marked as a duplicate of this bug. ***
Comment 5 Konstantin Münning 2005-01-08 12:59:48 UTC
Created attachment 47960 [details, diff]
Patch for the ebuild to fix SRC_URI

This patch leaves both paths - .../test/... and .../{$PV}/... as this way ebuld
is useable for test and regular versions with almost no changes. IMHO it's best
like this.
Comment 6 Kenyon Ralph 2005-01-08 16:12:21 UTC
Still not working.
Comment 7 Kenyon Ralph 2005-01-08 19:20:35 UTC
It's gettable from ftp://ftp3.easysw.com/pub/cups/1.1.23/cups-1.1.23-source.tar.bz2