Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205387 - dev-lisp/clisp(-2.43): clisp-link not executable (trivial error in ebuild)
Summary: dev-lisp/clisp(-2.43): clisp-link not executable (trivial error in ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-12 00:45 UTC by Sebastian Schubert
Modified: 2008-01-24 09:17 UTC (History)
0 users

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


Attachments
Patch to the 2.43 ebuild (clisp-2.43.ebuild.patch,597 bytes, patch)
2008-01-12 00:46 UTC, Sebastian Schubert
Details | Diff
Alternative patch (clisp-2.43.ebuild.patch2,348 bytes, patch)
2008-01-12 12:47 UTC, Sebastian Schubert
Details | Diff
needed by alternative ebuild patch (makemake.in.patch,403 bytes, patch)
2008-01-12 12:48 UTC, Sebastian Schubert
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Schubert 2008-01-12 00:45:20 UTC
There is a trivial error in the ebuild so clisp-link is not executable, which I need for a program to compile and which apparently is meant by the ebuild.
Comment 1 Sebastian Schubert 2008-01-12 00:46:21 UTC
Created attachment 140747 [details, diff]
Patch to the 2.43 ebuild

Adds the clisp version to the chmod call.
Comment 2 Sebastian Schubert 2008-01-12 12:46:13 UTC
Or is it better to have a not on the version depending library dir?  Just having a short look into /usr/lib64/ seems answer this to yes. I'll attach an alternative patch which removes the version string from the library directory.
Comment 3 Sebastian Schubert 2008-01-12 12:47:38 UTC
Created attachment 140797 [details, diff]
Alternative patch

Alternative ebuild patch removing version string from the libdir
Comment 4 Sebastian Schubert 2008-01-12 12:48:30 UTC
Created attachment 140798 [details, diff]
needed by alternative ebuild patch

needed by alternative ebuild patch
Comment 5 Marijn Schouten (RETIRED) gentoo-dev 2008-01-14 13:10:26 UTC
Thanks Sebastian, choosing your first solution for now.
Comment 6 Sebastian Schubert 2008-01-23 22:57:59 UTC
As far as I can see, this has not been committed yet... I'm just curious. ;)
Comment 7 Marijn Schouten (RETIRED) gentoo-dev 2008-01-24 09:17:07 UTC
So sorry, committed now :)