[qt5base] Add libatomic to qt5base-core DEPENDS
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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