Summary: | apache-2.0.53 build failure | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Aron Griffis (RETIRED) <agriffis> |
Component: | [OLD] Server | Assignee: | Apache Team - Bugzilla Reports <apache-bugs> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Aron Griffis (RETIRED)
2005-03-12 09:31:55 UTC
Does either /dev/random or /dev/urandom exist on your system ? APR should, when configured, automatically detect one of those node by-default, afaik. I've committed two rev bumps (apr-0.9.5-r2 and 0.9.6-r2) that are hard-masked. Can you emerge --sync, add '=dev-libs/apr-0.9.6-r2' to /etc/portage/package.unmask, emerge =dev-libs/apr-0.9.6-r2 and then emerge =net-www/apache-2.0.53 again and see if it helps ? If they do, and once I've verified that these changes won't break apps, I'll unmask them. > Does either /dev/random or /dev/urandom exist on your system ? Both of those exist on my system. Both are readable only by root:root. Since I haven't configured these specifically, I imagine that most people have similarly configured systems. crw-rw---- 1 root root 1, 8 Feb 23 06:13 /dev/random crw-rw---- 1 root root 1, 9 Feb 23 06:14 /dev/urandom > emerge =dev-libs/apr-0.9.6-r2 and then emerge =net-www/apache-2.0.53 again # emerge apr apache -pv These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild U ] dev-libs/apr-0.9.6-r2 [0.9.6-r1] -debug +ipv6 0 kB [ebuild U ] net-www/apache-2.0.53 [2.0.52-r2] +apache2 -debug -doc +ldap -mpm-leader -mpm-peruser -mpm-prefork -mpm-threadpool -mpm-worker -no-suexec +ssl -static-modules -threads 0 kB # emerge apr apache ... checking for entropy source... configure: error: /dev/random not found or unreadable. !!! Please attach the config.log to your bug report: !!! /var/tmp/portage/apr-0.9.6-r2/work/apr-0.9.6/config.log !!! ERROR: dev-libs/apr-0.9.6-r2 failed. !!! Function econf, Line 485, Exitcode 0 !!! econf failed !!! If you need support, post the topmost build error, NOT this status message. <@vapier> if /dev/{random,urandom} are not a+r, then your system is broken |