Skip to content

COPR RPM for Fedora 44: ships fc40-built binary, symbol lookup error on startup #244

Description

@HouMinXi

dnf install nixnote2 on Fedora 44 pulls nixnote2-2.1.10-1.ndias.fc40.x86_64.rpm from the nunodias/nixnote2 COPR. This binary was built against Fedora 40 and fails on Fedora 44 with a C++ ABI mismatch:

nixnote2: symbol lookup error: nixnote2: undefined symbol: _ZTISt9exception, version Qt_5

The fc44 COPR directory at
https://download.copr.fedorainfracloud.org/results/nunodias/nixnote2/fedora-44-x86_64/06489662-nixnote2/
contains the same fc40 RPM (built 2023-Oct-04), not a fc44 rebuild.

I rebuilt the src.rpm locally with mock -r fedora-44-x86_64 --rebuild and it works. No code or spec changes needed. The COPR just needs a rebuild trigger for Fedora 44.

Environment:

  • Fedora 44, kernel 7.0.6-200.fc44.x86_64
  • qt5-qtbase-5.15.18-2.fc44.x86_64
  • nixnote2-2.1.10-1.ndias.fc40.x86_64 (from COPR)

Workaround:

curl -LO 'https://download.copr.fedorainfracloud.org/results/nunodias/nixnote2/fedora-44-x86_64/06489662-nixnote2/nixnote2-2.1.10-1.ndias.fc40.src.rpm'
mock -r fedora-44-x86_64 --rebuild nixnote2-2.1.10-1.ndias.fc40.src.rpm
sudo dnf install /var/lib/mock/fedora-44-x86_64/result/nixnote2-2.1.10-1.ndias.fc44.x86_64.rpm

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions