Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30000 - bochsk 2.0.2 ebuild can't find patch files
Summary: bochsk 2.0.2 ebuild can't find patch files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-30 07:51 UTC by Scott Jacobsen
Modified: 2003-09-30 09:55 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 Scott Jacobsen 2003-09-30 07:51:05 UTC
Here's the output from my terminal:
8:37 scott > sudo emerge bochs                                                ~
Calculating dependencies ...done!
>>> emerge (1 of 1) app-emulation/bochs-2.0.2 to /
>>> md5 src_uri ;-) bochs-2.0.2.tar.gz
>>> md5 src_uri ;-) dlxlinux3.tar.gz
>>> Unpacking source...
>>> Unpacking bochs-2.0.2.tar.gz to /var/tmp/portage/bochs-2.0.2/work

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/portage/app-emulation/bochs/files/bochs-2.0.2-gcc3.patch


!!! ERROR: app-emulation/bochs-2.0.2 failed.
!!! Function epatch, Line 214, Exitcode 0
!!! Cannot find $EPATCH_SOURCE!


Reproducible: Always
Steps to Reproduce:
1. emerge bochs
2.
3.

Actual Results:  
I get the error cannot find $EPATCH_SOURCE

Expected Results:  
Should have emerged bochs
Comment 1 Thomas Schuetz 2003-09-30 09:34:27 UTC
Seems like he tried to emerge bochs when the patch still wasn't in his portagetree.
Now its working. So just make a "emerge sync" and "emerge bochs" and have
fun.
Comment 2 Scott Jacobsen 2003-09-30 09:55:08 UTC
emerge sync fixed it. thx