Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49673 - apache manual 2.0.49-r1 sandbox violation
Summary: apache manual 2.0.49-r1 sandbox violation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-01 23:27 UTC by C. Daelhousen (sapphirecat)
Modified: 2004-05-03 08:44 UTC (History)
1 user (show)

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


Attachments
Apache manual ebuild patch (apache-manual-2.0.49.patch,551 bytes, patch)
2004-05-02 22:06 UTC, David Stanek
Details | Diff
Apache manual ebuild patch (apache-manual.patch,573 bytes, patch)
2004-05-03 08:44 UTC, David Stanek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description C. Daelhousen (sapphirecat) 2004-05-01 23:27:22 UTC
src_install runs 'sed -i ... ${FILESDIR}/00_apache_manual.conf', triggering a sandbox violation:
rename:    /usr/portage/app-doc/apache-manual/files/sed27M6Xt

Reproducible: Always
Steps to Reproduce:
1. USE="apache2 doc" emerge apache
Actual Results:  
Aforementioned sandbox violation.

Expected Results:  
Installed cleanly.
Comment 1 David Stanek 2004-05-02 22:06:06 UTC
Created attachment 30570 [details, diff]
Apache manual ebuild patch

I am able to consistently reproduce this error. This patch clears that up.
Comment 2 Chuck Short (RETIRED) gentoo-dev 2004-05-03 03:55:52 UTC
Applied thanks.
Comment 3 Sven Wegener gentoo-dev 2004-05-03 08:15:32 UTC
This is not the final solution, see bug 49696, comment 2 and bug 49696, comment 4
Comment 4 David Stanek 2004-05-03 08:44:36 UTC
Created attachment 30613 [details, diff]
Apache manual ebuild patch

You are correct.  Here is a better patch, thanks for the info.