Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 720356 - dev-util/cmake-3.16.5 dependency error in ebuild, fix proposed
Summary: dev-util/cmake-3.16.5 dependency error in ebuild, fix proposed
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2020-05-02 01:15 UTC by alex Mezey
Modified: 2020-06-04 20:55 UTC (History)
1 user (show)

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


Attachments
fixed ebuild (cmake-3.16.5.ebuild,5.66 KB, text/plain)
2020-05-02 01:19 UTC, alex Mezey
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alex Mezey 2020-05-02 01:15:42 UTC
During configure phase dev-util/cmake throws this error:
-- Could NOT find LibArchive: Found unsuitable version "3.3.1", but required is at least "3.3.3" (found /usr/lib/libarchive.so)
The ebuild line
    >=app-arch/libarchive-3.0.0:=
should be changed to
    >=app-arch/libarchive-3.3.3:=
that would fix it.
I emerged app-arch/libarchive-3.4.2 manually which fixed it for me


Reproducible: Always

Steps to Reproduce:
1.have a version of app-arch/libarchive between 3.0.0 and 3.3.2 installed
2. try to emerge dev-util/cmake
3.
Actual Results:  
throws error message in emerge compile phase, actually in the configure phase

Expected Results:  
app-arch/libarchive should be emerged first

This did NOT happen while emerge ... world.
As I haven't done emerge ... world for some time I have to do some stuff manual but emerge -1 cmake should have done this automatically too.
Comment 1 alex Mezey 2020-05-02 01:19:16 UTC
Created attachment 635566 [details]
fixed ebuild

should fix it
Comment 2 Andreas Sturmlechner gentoo-dev 2020-06-04 20:55:40 UTC
Sorry but those versions are gone for 2,5 years.