Skip to content

bug: install package on fedora 44 - conflict with wayland-libs #21

Description

@jb-alvarado

Before filing

  • I searched existing issues for a duplicate.
  • I can reproduce this.

OpenMeters version

1.11.0

Environment

  • Fedora 44
  • wayland
  • pipewire 1.6.8
  • installed with dnf install https://...

Steps to reproduce

  1. run sudo dnf install --skip-broken https://github.com/httpsworldview/openmeters/releases/download/v1.11.0/openmeters-1.11.0-1.x86_64.rpm
  2. see complain about wayland-libs

Expected behavior

Install just fine.

Actual behavior

Becaus of conflict with wayland-libs is not possible to install openmerts.

Logs or crash output

Additional context

When I compile openmeters with cargo build --release and check afterwards the binary with ldd, it prints me this shared dependencies:

linux-vdso.so.1 (0x00007f4bc7829000)
libpipewire-0.3.so.0 => /lib64/libpipewire-0.3.so.0 (0x00007f4bc692e000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f4bc77c8000)
libm.so.6 => /lib64/libm.so.6 (0x00007f4bc6817000)
libc.so.6 => /lib64/libc.so.6 (0x00007f4bc661e000)
/lib64/ld-linux-x86-64.so.2 (0x00007f4bc782b000)

So maybe rpm don't needs hard dependencies to wayland lib.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions