Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70517 - source unpack for pccts waits indefinately (patch waiting for input).
Summary: source unpack for pccts waits indefinately (patch waiting for input).
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-08 15:49 UTC by Tim Macfarlane
Modified: 2004-11-08 20:40 UTC (History)
0 users

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


Attachments
patch for broken patch. (pccts.patch,703 bytes, patch)
2004-11-08 16:04 UTC, Tim Macfarlane
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Macfarlane 2004-11-08 15:49:19 UTC
When emerging PCCTS the unpack build step waits forever. This is 'patch' waiting for a patch file on stdin.

This was simple to fix, replacing:
> patch ${FILESDIR}/${PF}-gentoo.diff
with:
> patch -p0 < ${FILESDIR}/${PF}-gentoo.diff

Note this is with pccts-1.33.33.

Reproducible: Always
Steps to Reproduce:
emerge pccts
Actual Results:  
emerge waits indefinately for pccts to unpack itself.

Expected Results:  
pccts should've just unpacked itself, goddamnit!

I imagine this is just a typo, and perhaps should've been epatch, or patch -p0
<. Although I couldn't get epatch to work (not that I know anything about that...)
Comment 1 Tim Macfarlane 2004-11-08 16:04:09 UTC
Created attachment 43558 [details, diff]
patch for broken patch.

Using epatch instead of plain patch. works now.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2004-11-08 20:40:46 UTC
I think this is fixed in CVS already.  If it's still a problem, go ahead and reopen.