Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278113 - ecopy: 0 is not the least version number
Summary: ecopy: 0 is not the least version number
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-17 04:52 UTC by MATSUI Tetsushi
Modified: 2009-07-17 20:44 UTC (History)
0 users

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


Attachments
patch against ecopy (ecopy.diff,428 bytes, patch)
2009-07-17 04:55 UTC, MATSUI Tetsushi
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description MATSUI Tetsushi 2009-07-17 04:52:10 UTC
"ecopy media-fonts/mplus-outline-fonts" fails.
The output looks like:

http://tinderbox.dev.gentoo.org/portage/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0:
2009-07-17 13:15:39 ERROR 404: Not Found.
grep: mplus-outline-fonts-0: No such file or directory

The latest version of mplus-outline-fonts is 0_pre024 and it is less than 0 in the sense of portage.

Work around is to supply an explicit version atom to ecopy,
but a patch to the ecopy script will follow.
Comment 1 MATSUI Tetsushi 2009-07-17 04:55:04 UTC
Created attachment 198247 [details, diff]
patch against ecopy

replacing -0 with -0_alpha0, with correct indentations around.
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-07-17 20:44:52 UTC
Thanks, nice find.