Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37359 - ebuild for spim fails needs modification
Summary: ebuild for spim fails needs modification
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-05 18:58 UTC by Jeremy Guarini
Modified: 2004-01-06 01:22 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 Jeremy Guarini 2004-01-05 18:58:29 UTC
Trying to build spim-6,5 it fails but after modifying the ebuild compile and istall worked.

        einfo "Making console spim"
#       emake spim || die "make spim failed"
        xmkmf || die
        make || die
        if [ `use X` ]; then

the commented out line was replaced with xmkmf || die and make || die
after that I was able to build and install

Reproducible: Always
Steps to Reproduce:
1.emerge spim
2.wait for compile to start
3.compile fails

Actual Results:  
Compile failed

Expected Results:  
compile finish succesfully
Comment 1 Jon Portnoy (RETIRED) gentoo-dev 2004-01-05 19:05:52 UTC
Wrong product, reassigning
Comment 2 Jeremy Guarini 2004-01-05 19:45:38 UTC
Also, the make test fails
But it does that with a manual compile  as well

After the install with  the ebuild, the app would not run (niether with normal user or root)
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2004-01-06 01:22:52 UTC
It was kind of messy in there.  Try syncing in a half hour and trying it again.

I think it should work fine for you so I'm going to go ahead and close this
bug.  If it still fails, please reopen.