Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 158627 - media-video/ogmrip-0.10.0-r2: "file format not recognized" during unpack
Summary: media-video/ogmrip-0.10.0-r2: "file format not recognized" during unpack
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest trivial (vote)
Assignee: Steve Dibb (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-20 01:58 UTC by Paweł Hajdan, Jr. (RETIRED)
Modified: 2007-02-21 18:30 UTC (History)
1 user (show)

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 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2006-12-20 01:58:09 UTC
The following error occurs when I emerge ogmrip-0.10.0-r2 (emerge doesn't abort):

>>> Unpacking ogmrip-0.10.0.tar.gz to /var/tmp/portage/ogmrip-0.10.0-r2/work
>>> Unpacking ogmrip-0.10.0-mplayer-rc.patch to /var/tmp/portage/ogmrip-0.10.0-r2/work
unpack ogmrip-0.10.0-mplayer-rc.patch: file format not recognized. Ignoring.
 * Applying ogmrip-0.10.0-mplayer-rc.patch ...                            [ ok ]
 * Applying ogmrip-0.10.0-mp3-quality.patch ...  

The cause is probably the SRC_URI line:

SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
	mirror://gentoo/${PN}-0.10.0-mplayer-rc.patch"

And default src_unpack tries to unpack the .patch file. So it seems that this can be safely ignored, but IMO "attaching" the patch in a way which doesn't trigger this "error" would be better.
Comment 1 Olivier Rolland 2007-01-02 06:19:38 UTC
As far as I can tell, gzipping the patch should fix the problem.

Cheers,

Olivier
Comment 2 Steve Dibb (RETIRED) gentoo-dev 2007-02-21 18:30:29 UTC
affected version removed from portage tree