Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 633730

Summary: dev-qt/qtdeclarative-5.7.1 build fix for uclibc-ng
Product: Gentoo Linux Reporter: René Rhéaume <rene.rheaume>
Component: Current packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED WONTFIX    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 570544    
Attachments: qtdeclarative-5.7.1-uclibc.patch

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.