Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 587506 - net-libs/accounts-qt-1.13 does magic LIBDIR detection
Summary: net-libs/accounts-qt-1.13 does magic LIBDIR detection
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-29 10:58 UTC by master_volkov
Modified: 2017-09-09 13:08 UTC (History)
0 users

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


Attachments
Fix libdir in eqmake5 for net-libs/accounts-qt-1.13 (accounts-qt_libdir_fix.patch,319 bytes, patch)
2016-06-29 10:58 UTC, master_volkov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description master_volkov 2016-06-29 10:58:29 UTC
Created attachment 439154 [details, diff]
Fix libdir in eqmake5 for net-libs/accounts-qt-1.13

In ebuild net-libs/accounts-qt-1.13 on eqmake5 need set LIBDIR as:
LIBDIR="${EROOT}usr/$(get_libdir)"

otherwise libdir bee detected internally in package (by uname -m) 
that does not always match portage settings or env.
Comment 1 Michael Palimaka (kensington) gentoo-dev 2016-06-29 15:07:06 UTC
I guess it would be better to use QMAKE_LIBDIR, but the package appears to abuse it for some other purpose.
Comment 2 Larry the Git Cow gentoo-dev 2017-09-09 13:08:46 UTC
Bug has been closed via the following commit:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7359a68ca738aa7e27b8da634b72d42fc175bed7

commit 7359a68ca738aa7e27b8da634b72d42fc175bed7
Author:     Michael Palimaka <kensington@gentoo.org>
AuthorDate: 2017-09-09 13:08:05 +0000
Commit:     Michael Palimaka <kensington@gentoo.org>
CommitDate: 2017-09-09 13:08:36 +0000

    net-libs/accounts-qt: version bump 1.15
    
    Closes: https://bugs.gentoo.org/587506
    Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-libs/accounts-qt/Manifest                |  1 +
 net-libs/accounts-qt/accounts-qt-1.15.ebuild | 45 ++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)