Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 641230 - dev-lisp/clisp missing uses of $EPREFIX (e.g., so it fails to build in Gentoo Prefix/RAP)
Summary: dev-lisp/clisp missing uses of $EPREFIX (e.g., so it fails to build in Gentoo...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2017-12-16 01:21 UTC by Paul Preney
Modified: 2019-06-15 12:30 UTC (History)
2 users (show)

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


Attachments
patchfile for dev-list/clisp-2.49.60 with $EPREFIX uses added (dev-lisp-clisp-2.49.60.patch,1.87 KB, patch)
2017-12-16 01:21 UTC, Paul Preney
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Preney 2017-12-16 01:21:52 UTC
Created attachment 510250 [details, diff]
patchfile for dev-list/clisp-2.49.60 with $EPREFIX uses added

Hello!

The package dev-lisp/clisp-2.49.60(2/7) fails to use ${EPREFIX} in front of all '/usr' instances not preceded by ${ROOT}. This causes the package to not be able to properly build when using Gentoo::RAP (or Gentoo Prefix).

A patch has been submitted for the v2.49.60 ebuild --although other older versions do have the same issues.
Comment 1 Larry the Git Cow gentoo-dev 2018-03-07 12:45:56 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f1283234189be3e4f1e5b86402d64da46d4d73c

commit 9f1283234189be3e4f1e5b86402d64da46d4d73c
Author:     Chema Alonso Josa <nimiux@gentoo.org>
AuthorDate: 2018-03-07 12:45:17 +0000
Commit:     Chema Alonso Josa <nimiux@gentoo.org>
CommitDate: 2018-03-07 12:45:37 +0000

    dev-lisp/clisp: Adds ${EPREFIX} to all /usr instances not preceded by ${ROOT}
    
    Bug: https://bugs.gentoo.org/641230
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-lisp/clisp/clisp-2.49.90.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)}
Comment 2 Chema Alonso Josa (RETIRED) gentoo-dev 2018-03-07 12:46:27 UTC
Thanks for both report and patch.

=dev-lisp/clisp-2.49.60 is no longer in the tree. Patch applied to =dev-lisp/clisp-2.49.90.

Please test.
Comment 3 Cyprien Nicolas (fulax) 2019-06-15 12:30:58 UTC
(In reply to Chema Alonso Josa (RETIRED) from comment #2)
> Patch applied to =dev-lisp/clisp-2.49.90.

Closing as fixed