Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59622 - wmSMPmon ebuild fail to "make"
Summary: wmSMPmon ebuild fail to "make"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michele Noberasco (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-06 08:43 UTC by basic
Modified: 2004-08-11 06:05 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 basic 2004-08-06 08:43:18 UTC
emerging wmSMPmon fails, after changing ebuild's "src_compile" from
src_compile() {
        make || die "make failed"
        }

to

src_compile() {
        cd ${S}/wmSMPmon && make || die "make failed"
        }

it installs


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Michele Noberasco (RETIRED) gentoo-dev 2004-08-11 06:05:54 UTC
Fix is in Portage. Also added ebuild for version 2.3.
Thanks for this submission!