Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 365329 - app-misc/media-player-info-0.14 version bump request
Summary: app-misc/media-player-info-0.14 version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Freedesktop bugs
URL: None
Whiteboard: None
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2011-04-29 17:26 UTC by Tiziano Müller (RETIRED)
Modified: 2011-05-11 18:31 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 Tiziano Müller (RETIRED) gentoo-dev 2011-04-29 17:26:00 UTC
The current version 0.13 has trailing zeros in the tar-archive leading to a fatal error while unpacking with PMs evaluating PIPESTATUS properly.
This can be checked by running
  zcat media-player-info-13.tar.gz | tar tf - ; echo ${PIPESTATUS[*]}
resulting in
  141 0

The tarball of the new version seems ok (but now requires src_prepare() { eautoreconf ; })
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2011-05-11 18:31:39 UTC
+*media-player-info-14 (11 May 2011)
+
+  11 May 2011; Gilles Dartiguelongue <eva@gentoo.org>
+  -media-player-info-10.ebuild, -media-player-info-11.ebuild,
+  -media-player-info-12.ebuild, media-player-info-13.ebuild,
+  +media-player-info-14.ebuild:
+  Version bump, bug #365329. Copy keywords from hal-info as this package is
+  just as close to noarch as it can get.

Thanks for reporting.