Skip to content

abseil missing from s2 system dependencies on fedora 42 #816

@mns-nordicals

Description

@mns-nordicals

My attempt to install sf with pak::pkg_intall("sf") failed when building s2 as abseil was missing and it was not reported as a system dependency.

I am not sure, if this is the right place to report this, but when using pak on fedora 42 I get:

> pak::pkg_sysreqs("s2", sysreqs_platform = "fedora-42")
── Install scripts ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── Fedora 42 ──
dnf install -y cmake openssl-devel

── Packages and their system dependencies ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
s2cmake, openssl-devel

But I guess I should be getting something more like

> pak::pkg_sysreqs("s2", sysreqs_platform = "rhel-9")
── Install scripts ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── Redhat 9 ──
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
dnf install -y abseil-cpp-devel cmake openssl-devel

── Packages and their system dependencies ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
s2abseil-cpp-devel, cmake, openssl-devel

where I get abseil-cpp-devel as one of the system dependencies. After install this I was able to pak::pkg_intall("sf")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions