Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 638286 - app-admin/setools-4.1.1 - use build libraries not host libraries when cross-compiling
Summary: app-admin/setools-4.1.1 - use build libraries not host libraries when cross-c...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jason Zaman
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2017-11-21 00:15 UTC by Geoff Levand
Modified: 2018-05-28 09:32 UTC (History)
1 user (show)

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


Attachments
ebuild patch (app-admin-setools-Fix-cross-compile.patch,975 bytes, patch)
2017-11-21 00:15 UTC, Geoff Levand
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoff Levand 2017-11-21 00:15:27 UTC
Created attachment 505252 [details, diff]
ebuild patch

Changes setup.py to use build libraries not host libraries when cross compiling.
Comment 1 Larry the Git Cow gentoo-dev 2018-05-25 07:58:32 UTC
The bug has been closed via the following commit(s):

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

commit f1a601ea7ce7c44a655644bdae0c684a14a3e9d9
Author:     Geoff Levand <geoff@infradead.org>
AuthorDate: 2017-11-21 00:03:32 +0000
Commit:     Jason Zaman <perfinion@gentoo.org>
CommitDate: 2018-05-25 07:58:08 +0000

    app-admin/setools: Fix cross compile
    
    Closes: https://bugs.gentoo.org/638286
    Signed-off-by: Geoff Levand <geoff@infradead.org>
    Signed-off-by: Jason Zaman <perfinion@gentoo.org>

 app-admin/setools/setools-4.1.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2018-05-28 09:32:33 UTC
The bug has been referenced in the following commit(s):

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

commit 5f48c79d3a06d61d8ceb9a7b1729a8e1ddda993b
Author:     Jason Zaman <perfinion@gentoo.org>
AuthorDate: 2018-05-28 06:11:26 +0000
Commit:     Jason Zaman <perfinion@gentoo.org>
CommitDate: 2018-05-28 09:32:08 +0000

    app-admin/setools: respect libdir when cross compiling
    
    Bug: https://bugs.gentoo.org/638286
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-admin/setools/setools-4.1.1.ebuild | 2 +-
 app-admin/setools/setools-9999.ebuild  | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)