Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 282105 - media-video/vlc-0.9.10: fails to build
Summary: media-video/vlc-0.9.10: fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-20 14:00 UTC by Sebastian Pipping
Modified: 2009-08-21 10:12 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Pipping gentoo-dev 2009-08-20 14:00:15 UTC
-------- 8< -------- 8< --------
configure: error: Buggy GNU/libc (version 2.5 - 2.7) present. VLC would crash; there is no viable work-around for this. Check with your distribution vendor on how to update the glibc run-time.
-------- 8< -------- 8< --------

I have sys-libs/glibc-2.6.1 installed.
Do we need blockers for this?

Reproducible: Always
Comment 1 Mounir Lamouri (volkmar) (RETIRED) gentoo-dev 2009-08-20 14:09:58 UTC
should depend on >=glibc-2.8 ?
Comment 2 Sebastian Pipping gentoo-dev 2009-08-20 14:14:21 UTC
> should depend on >=glibc-2.8 ?

No traces of glibc in

vlc-0.9.10.ebuild,v 1.4 2009/08/09 16:48:28 armin76

here.
Comment 3 Sebastian Pipping gentoo-dev 2009-08-20 14:15:22 UTC
(In reply to comment #1)
> should depend on >=glibc-2.8 ?

As an alternative to a blocker, okay, got it.
Comment 4 Alexis Ballier gentoo-dev 2009-08-21 10:12:17 UTC
Actually this is an old issue, iirc, some old glibc gettext functions were not thread safe/reentrant and caused vlc to crash.
Added a dep with elibc_glibc useflag.
Thanks for the report.