Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66649 - media-sound/peercast-0.1210 version issue
Summary: media-sound/peercast-0.1210 version issue
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-07 07:11 UTC by Daniel Webert
Modified: 2004-11-15 15:40 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 Daniel Webert 2004-10-07 07:11:36 UTC
media-sound/peercast-0.1210 version issue

the ebuild says .1210 but the installed/downloaded version already .1211

emerge ebuild
/etc/init.d/peercast start
http://localhost:7144 - and the top of page says peercast v0.1211
Comment 1 Christian Parpart (RETIRED) gentoo-dev 2004-10-07 11:27:54 UTC
oops, I'll take this, thx for report.
Comment 2 Christian Parpart (RETIRED) gentoo-dev 2004-10-07 11:56:13 UTC
okay, the problem is, that peercast.org just publishes a 
single *unversioned* package name for their software. 
This - of course - doesn't work with portage tree where
multiple versions can be installed, so, I placed a versioned
binary into another public accessable place and changed
ebuild accordingly.
Comment 3 Roc Vallès 2004-11-15 15:40:36 UTC
I think not just version, but name is also wrong.

This ebuild installs a pre-built binary. The sources _are_ available under the GPL in their SVN repository, snapshots like 0.1210 being tagged, so a ebuild that compiles peercast can be made, and this one should either become -bin or dissapear completelly (trunk builds fine with gcc 3.4.2 here).