Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6721 - fvwm-2.4.8 unpacks wrong and fails
Summary: fvwm-2.4.8 unpacks wrong and fails
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-19 10:00 UTC by Matt Behrens
Modified: 2002-08-23 06:53 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 Matt Behrens 2002-08-19 10:00:08 UTC
fvwm-2.4.8 can't actually use its patch, among other things.  A proper
src_unpack to make it work:

src_unpack() {
        unpack ${P}.tar.bz2
        bzip2 -dc ${DISTDIR}/${P}-gentoo-diff.bz2 | patch -p0 || die
}
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-23 06:44:30 UTC
actually, to me it looks like it _is_ patching properly.  what version of
portage are you running?
Comment 2 Matt Behrens 2002-08-23 06:53:57 UTC
Err, oops.  Looks like I did have an old portage on that system.  New one works
just fine, I presume unpack got a little smarter or something :-)

10x.