Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 704560 - app-admin/keepassxc fails to emerge when ccache is just present (not used)
Summary: app-admin/keepassxc fails to emerge when ccache is just present (not used)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard: Waiting for upstrem approval
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-02 12:37 UTC by Thomas Deutschmann (RETIRED)
Modified: 2020-01-08 08:11 UTC (History)
0 users

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


Attachments
build.log (build.log,815.31 KB, text/plain)
2020-01-02 12:37 UTC, Thomas Deutschmann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2020-01-02 12:37:44 UTC
Created attachment 602308 [details]
build.log

> -- Configuring done
> -- Generating done
> -- Build files have been written to: /var/tmp/portage/app-admin/keepassxc-2.5.1/work/keepassxc-2.5.1_build
> >>> Source configured.
> >>> Compiling source in /var/tmp/portage/app-admin/keepassxc-2.5.1/work/keepassxc-2.5.1 ...
>  * Working in BUILD_DIR: "/var/tmp/portage/app-admin/keepassxc-2.5.1/work/keepassxc-2.5.1_build"
> ninja -v -j5 -l5.95
> [1/322] cd /var/tmp/portage/app-admin/keepassxc-2.5.1/work/keepassxc-2.5.1_build/src && /usr/bin/cmake -E cmake_autogen /var/tmp/portage/app-admin/keepassxc-2.5.1/work/keepassxc-2.5.1_build/src/CMakeFiles/zxcvbn_autogen.dir/AutogenInfo.json Gentoo
> [2/322] cd /var/tmp/portage/app-admin/keepassxc-2.5.1/work/keepassxc-2.5.1_build/src/cli && /usr/bin/cmake -E cmake_autogen /var/tmp/portage/app-admin/keepassxc-2.5.1/work/keepassxc-2.5.1_build/src/cli/CMakeFiles/cli_autogen.dir/AutogenInfo.json Gentoo
>  * ACCESS DENIED:  utimes:       /var/cache/ccache
>  * ACCESS DENIED:  utimes:       /var/cache/ccache
> [...]
Comment 1 Larry the Git Cow gentoo-dev 2020-01-08 08:11:23 UTC
The bug has been closed via the following commit(s):

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

commit f2db0691e4f7f26ba25603013e32fa1fb68dbf0f
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2020-01-08 08:10:52 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2020-01-08 08:11:17 +0000

    app-admin/keepassxc: Make ccache usage optional
    
    Closes: https://bugs.gentoo.org/704560
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 .../files/keepassxc-2.5.2-ccache_switch.patch      | 59 ++++++++++++++++++++++
 app-admin/keepassxc/keepassxc-2.5.1.ebuild         | 25 ++++-----
 app-admin/keepassxc/keepassxc-2.5.2.ebuild         | 11 +++-
 app-admin/keepassxc/keepassxc-9999.ebuild          |  7 ++-
 app-admin/keepassxc/metadata.xml                   |  1 +
 5 files changed, 84 insertions(+), 19 deletions(-)