Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214003 - Some hppa fix for the glibc ebuild
Summary: Some hppa fix for the glibc ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-20 10:11 UTC by Guy Martin (RETIRED)
Modified: 2008-03-24 11:05 UTC (History)
1 user (show)

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


Attachments
correct kernel version checking + increase timeout factor (glibc-ebuild-hppa-fixes.diff,1.44 KB, patch)
2008-03-20 10:12 UTC, Guy Martin (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Guy Martin (RETIRED) gentoo-dev 2008-03-20 10:11:08 UTC
The soon to be attached fix makes the ebuild really check that kernel version is at least 2.6.20.

Also, for testing we increase timeout factor to 5 in order to give enough time for the tests to complete.
Comment 1 Guy Martin (RETIRED) gentoo-dev 2008-03-20 10:12:34 UTC
Created attachment 146642 [details, diff]
correct kernel version checking + increase timeout factor
Comment 2 SpanKY gentoo-dev 2008-03-23 15:12:44 UTC
fixed in glibc-2.7-r2
Comment 3 Guy Martin (RETIRED) gentoo-dev 2008-03-24 10:40:17 UTC
This is still not fixed.

This line :
[[ ${CTARGET} == hppa* ]] && NPTL_KERN_VER=${NPTL_KERN_VER:-2.6.20}

Is never taken in account since CTARGET is defined after it.