Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 633730 - dev-qt/qtdeclarative-5.7.1 build fix for uclibc-ng
Summary: dev-qt/qtdeclarative-5.7.1 build fix for uclibc-ng
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: uclibc-porting
  Show dependency tree
 
Reported: 2017-10-08 00:34 UTC by René Rhéaume
Modified: 2022-01-02 10:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
qtdeclarative-5.7.1-uclibc.patch (qtdeclarative-5.7.1-uclibc.patch,295 bytes, patch)
2017-10-08 00:34 UTC, René Rhéaume
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description René Rhéaume 2017-10-08 00:34:51 UTC
Created attachment 498060 [details, diff]
qtdeclarative-5.7.1-uclibc.patch

qtdeclarative 5.7.1 needs a very small patch to be built on uclibc-ng. A header is missing in the #include statements to have the perror function definition, which is included in stdio.h. There is no conditional here because perror is good old C89!

To apply it, add it to the PATCHES variable during the src_prepare phase inside the ebuild.
Comment 1 David Seifert gentoo-dev 2022-01-02 10:30:29 UTC
uclibc support in Gentoo has been removed.