Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 658726 - dev-libs/libinput fail to compile with uclibc-ng
Summary: dev-libs/libinput fail to compile with uclibc-ng
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: uclibc-porting
  Show dependency tree
 
Reported: 2018-06-22 08:51 UTC by tt_1
Modified: 2020-11-30 20:28 UTC (History)
0 users

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


Attachments
compressed build.log (libinput-log.gz,2.29 KB, application/gzip)
2018-06-22 08:51 UTC, tt_1
Details
output of emerge --info (emerge-info,1.30 KB, text/plain)
2018-06-22 08:52 UTC, tt_1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tt_1 2018-06-22 08:51:41 UTC
Created attachment 536766 [details]
compressed build.log

Just compiled a few packages and ran into a build failure with libinput, when uclibc is the libc of the system.

it starts with

/libinput-1.11.0/src/libinput-util.h:523:2: error: unknown type name 'locale_t' 


the libinput people stated that this is a problem with newlocale somehow. 

If this is nothing worth to fix, or if this is difficult and no one is able to fix this (I certainly can't), it would be a good idea to mask the libinput use flag - qtcore pulls it in by default for instance. 

compressed build.log is attached
Comment 1 tt_1 2018-06-22 08:52:24 UTC
Created attachment 536768 [details]
output of emerge --info
Comment 2 tt_1 2020-11-30 20:28:06 UTC
solved upstream: https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/163

stable 1.16.3 has the patch, so closing