openwrt / openwrt/video

[qt5base] Add libatomic to qt5base-core DEPENDS

Open
#74 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Makefile
Stars
90
Forks
97
Avg merge
5d 19h
Merged PRs (30d)
13

Description

I encountered a compilation error for qt5base-core on the main branch due to a missing libatomic.so.1 dependency:

Package qt5base-core is missing dependencies for the following libraries:
libatomic.so.1

This library is provided by the libatomic package.

Please add +libatomic to the DEPENDS line for qt5base-core in qt5base/Makefile.

Example change:

DEPENDS+=+libatomic +libpthread ...

@mirko, bringing this to your attention for Qt5 packages.

Thanks!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open qt5base/Makefile and inspect the DEPENDS line for qt5base-core. Add the missing libatomic package dependency, then rebuild or run the package dependency check to confirm libatomic.so.1 is resolved and no missing dependency remains.

Written by the indexing model from the issue text.

Assessment

Domain
build-system
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.