Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914124 - kde-apps/kbackup: missing dependency on app-arch/libarchive
Summary: kde-apps/kbackup: missing dependency on app-arch/libarchive
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://invent.kde.org/utilities/kbac...
Whiteboard:
Keywords: UPSTREAM
Depends on:
Blocks:
 
Reported: 2023-09-13 17:44 UTC by Sam James
Modified: 2023-09-14 20:04 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-09-13 17:44:36 UTC
```
VDB: detected possibly incorrect RDEPEND (kde-apps/kbackup-23.08.0)
 > app-arch/libarchive:=
```

```
$ rg -i libarchive /var/tmp/portage/kde-apps/kbackup-23.08.0/work/kbackup-23.08.0
/var/tmp/portage/kde-apps/kbackup-23.08.0/work/kbackup-23.08.0/src/CMakeLists.txt:21:find_package(LibArchive REQUIRED)
```

I've not checked for use of libarchive headers yet.
Comment 1 Andreas Sturmlechner gentoo-dev 2023-09-14 20:02:37 UTC
kbackup => /usr/bin/kbackup (interpreter => /lib64/ld-linux-x86-64.so.2)
    libarchive.so.13 => /usr/lib64/libarchive.so.13
        libcrypto.so.3 => /usr/lib64/libcrypto.so.3
        libacl.so.1 => /lib64/libacl.so.1
        libexpat.so.1 => /usr/lib64/libexpat.so.1
            libm.so.6 => /lib64/libm.so.6
                ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2
        liblzo2.so.2 => /lib64/liblzo2.so.2
        liblzma.so.5 => /lib64/liblzma.so.5
        libbz2.so.1 => /lib64/libbz2.so.1
        libz.so.1 => /lib64/libz.so.1
Comment 2 Larry the Git Cow gentoo-dev 2023-09-14 20:04:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=892e99ca2ef056c79090c01cafc525e322c63420

commit 892e99ca2ef056c79090c01cafc525e322c63420
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-09-14 20:03:00 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-09-14 20:03:56 +0000

    kde-apps/kbackup: Add missing dependency
    
    Upstream commit 92b35cf7f4fed327d68bfc1608878f8723a679a9
    
    Closes: https://bugs.gentoo.org/914124
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-apps/kbackup/kbackup-23.08.49.9999.ebuild | 1 +
 kde-apps/kbackup/kbackup-9999.ebuild          | 1 +
 2 files changed, 2 insertions(+)