Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 646958

Summary: =net-misc/x2goserver-4.0.1.22: /usr/bin/x2gopath hardcodes "lib" directory
Product: Gentoo Linux Reporter: Guillaume Castagnino <casta>
Component: Current packagesAssignee: Bernard Cafarelli <voyageur>
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 506276    
Attachments: x2goserver-4.0.1.22.ebuild.patch

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(+)