| Summary: | rpi-userland failed to build with glibc 2.22 | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | gamadril.dev |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | buildroot, yann.morin.1998 |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
gamadril.dev
2015-11-05 21:04:32 UTC
Hello, Care to send a patch bumping the version of rpi-userland, please? Thanks! Regards, Yann E. MORIN. Hello, sure, however I don't really know how to do it. I tried to change the RPI_USERLAND_VERSION in rpi-userland.mk to the git commit with the fix in the repo on github, but as I could see on the console the build script tries to get it from http://sources.buildroot.net/rpi-userland-COMMIT_HASH.tar.gz and that particular code state is not present there. regards, Daniel Fixed in git, thanks: commit 2a8e96d05738421898c373ffaeb61ef3ab008ef2 Author: Yann E. MORIN <yann.morin.1998@free.fr> Date: Sun Nov 22 15:03:34 2015 +0100 package/rpi-userland: bump version Fixes build with glibc-2.22. Also fixes hard-to-trigger deadlock in highly threaded case, and fix libraries dependencies. Misc minor improvements in test programs as well. Fixes #8446. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: gamadril.dev@gmail.com Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> |