Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 774720 - media-libs/freeglut-3.2.1 fails to install on prefix
Summary: media-libs/freeglut-3.2.1 fails to install on prefix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-07 20:37 UTC by Alexey
Modified: 2021-03-08 07:28 UTC (History)
2 users (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 Alexey 2021-03-07 20:37:24 UTC
In multilib_src_install:

cp "${D}"/usr/$(get_libdir)/pkgconfig/{,free}glut.pc || die

needs to be replaced with

cp "${ED}"/usr/$(get_libdir)/pkgconfig/{,free}glut.pc || die
Comment 1 Larry the Git Cow gentoo-dev 2021-03-08 07:28:15 UTC
The bug has been closed via the following commit(s):

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

commit ed945754cdbef6931e194b60c54905d2947434d5
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2021-03-08 07:27:35 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2021-03-08 07:28:12 +0000

    media-libs/freeglut-3.2.1: fix for Prefix, thanks Alexey in #774720
    
    Closes: https://bugs.gentoo.org/774720
    Package-Manager: Portage-3.0.13, Repoman-3.0.2
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 media-libs/freeglut/freeglut-3.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)