Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646958 - =net-misc/x2goserver-4.0.1.22: /usr/bin/x2gopath hardcodes "lib" directory
Summary: =net-misc/x2goserver-4.0.1.22: /usr/bin/x2gopath hardcodes "lib" directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: no-symlink-lib
  Show dependency tree
 
Reported: 2018-02-08 08:52 UTC by Guillaume Castagnino
Modified: 2018-02-22 10:12 UTC (History)
0 users

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


Attachments
x2goserver-4.0.1.22.ebuild.patch (x2goserver-4.0.1.22.ebuild.patch,648 bytes, patch)
2018-02-08 08:52 UTC, Guillaume Castagnino
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Guillaume Castagnino 2018-02-08 08:52:04 UTC
Created attachment 518546 [details, diff]
x2goserver-4.0.1.22.ebuild.patch

This breaks the no-symlink-lib profiles (#506276)

/usr/bin/x2gopath unconditionally set libdir to "lib". This is broken. X2goserver devs are nice enough to say in the file: “# The following section is subject to substitution by distro packaging tools.”

Here is a fix proposal
Comment 1 Bernard Cafarelli gentoo-dev 2018-02-22 10:11:45 UTC
Time to apply this patch :)
Comment 2 Larry the Git Cow gentoo-dev 2018-02-22 10:12:53 UTC
The bug has been closed via the following commit(s):

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

commit e0951aefa73536abc4b088a00a6b1cd7470c7263
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2018-02-22 10:12:07 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2018-02-22 10:12:07 +0000

    net-misc/x2goserver: fix hardcoded "lib" directory
    
    /usr/bin/x2gopath unconditionally set libdir to "lib", this breaks on
    no-symlink-lib profiles
    
    Thanks Guillaume Castagnino <casta@xwing.info> for the fix
    
    Closes: https://bugs.gentoo.org/646958
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/x2goserver/x2goserver-4.0.1.22-r1.ebuild | 99 +++++++++++++++++++++++
 1 file changed, 99 insertions(+)