Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 644594 - kde-frameworks/kfilemetadata fails to compile with =sys-apps/attr-2.4.48
Summary: kde-frameworks/kfilemetadata fails to compile with =sys-apps/attr-2.4.48
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL: https://phabricator.kde.org/D9880
Whiteboard: fixed in 5.42.0
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-01-14 20:56 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2018-01-20 02:39 UTC (History)
0 users

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


Attachments
kfilemetadata-5.42.0-xattr_header.patch (kfilemetadata-5.42.0-xattr_header.patch,771 bytes, patch)
2018-01-14 20:56 UTC, Lars Wendler (Polynomial-C) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2018-01-14 20:56:29 UTC
Created attachment 514818 [details, diff]
kfilemetadata-5.42.0-xattr_header.patch

The package still looks for long deprecated attr/xattr.h header file and already fails early:

-- The following REQUIRED packages have not been found:

 * Xattr, <http://savannah.nongnu.org/projects/attr>


Attached patch fixes the issue.
Comment 1 Larry the Git Cow gentoo-dev 2018-01-14 21:41:32 UTC
The bug has been referenced in the following commit(s):

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

commit 06be4ad32665a4bd1dbc8907ffd94f9ed3ba0d4b
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-01-14 21:40:06 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-01-14 21:41:18 +0000

    kde-frameworks/kfilemetadata: Fix build with >=sys-apps/attr-2.4.48
    
    Thanks-to: Lars Wendler <polynomial-c@gentoo.org>
    Bug: https://bugs.gentoo.org/644594
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../files/kfilemetadata-5.42.0-xattr-header.patch  | 46 ++++++++++++++++++++++
 .../kfilemetadata/kfilemetadata-5.42.0.ebuild      |  2 +
 2 files changed, 48 insertions(+)}
Comment 2 Andreas Sturmlechner gentoo-dev 2018-01-20 02:39:44 UTC
Also pushed upstream.