Summary: | dev-libs/apr-util freezes during emerge when creating hardlinks | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Bob Paddock <bob.paddock> |
Component: | New packages | Assignee: | Apache Team - Bugzilla Reports <apache-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | major | CC: | bob.paddock, eric.williams, jmuckian |
Priority: | High | ||
Version: | 2005.1 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Bob Paddock
2005-12-29 03:49:58 UTC
*** Bug 117068 has been marked as a duplicate of this bug. *** *** Bug 117070 has been marked as a duplicate of this bug. *** Bug #77455 says: "During compilation of apr-util it uses the libtool (/usr/share/apr-0/build/libtool) installed by apr. libtool uses lockfiles and it creates the lockfiles by creating hardlinks of itself. But if the user keeps /usr and /var/tmp in separate file system the linking fails and libtool goes into an endless loop trying to create the link over and over again." emerge subversion -p These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild N ] dev-libs/apr-util-0.9.6-r2 [ebuild N ] app-shells/bash-completion-config-0.8-r2 [ebuild N ] dev-util/subversion-1.2.3-r2 I do not have Apache installed, hence no apr is installed. I hope I don't need Apache to simply check something out on Internet with svn. The patch in #77455 appears to be for apr. It looks like a similar patch is need for apr-util. I do have /usr and /var/tmp in separate file system, both jfs, but on separate lvm2 volumes. Anything that depends on apr-util, such as subversion, apache etc is going to lock up if /usr and /var/tmp are on separate file systems. *** Bug 130776 has been marked as a duplicate of this bug. *** (In reply to comment #3) > Bug #77455 says: > > "During compilation of apr-util it uses > the libtool (/usr/share/apr-0/build/libtool) installed by apr. libtool uses > lockfiles and it creates the lockfiles by creating hardlinks of itself. But if > the user keeps /usr and /var/tmp in separate file system the linking fails and > libtool goes into an endless loop trying to create the link over and over > again." > > emerge subversion -p > > These are the packages that I would merge, in order: > > Calculating dependencies ...done! > [ebuild N ] dev-libs/apr-util-0.9.6-r2 > [ebuild N ] app-shells/bash-completion-config-0.8-r2 > [ebuild N ] dev-util/subversion-1.2.3-r2 > > I do not have Apache installed, hence no apr is installed. I hope I don't need > Apache to simply check something out on Internet with svn. > > The patch in #77455 appears to be for apr. It looks like a similar patch is > need for apr-util. > > I do have /usr and /var/tmp in separate file system, both jfs, but on separate > lvm2 volumes. > > Anything that depends on apr-util, such as subversion, apache etc is going to > lock up if /usr and /var/tmp are on separate file systems. Is this still an issue with =dev-util/apr-0.9.12 (current stable on x86) ? *** Bug 186174 has been marked as a duplicate of this bug. *** Still broken. i'm not able to reproduce this issue with apr-1.2.9/apr-util-1.2.8-r1 (bug 186174 is about apr-1/apr-util-1), no idea for apr-0/apr-util-0 (they will go away soon anyway), and i'm using seperate partitions for /var and /usr as long as i use gentoo... |