Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13725 - jack-cvs sandbox violation
Summary: jack-cvs sandbox violation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-11 10:23 UTC by Rene Wagner
Modified: 2003-01-12 19:22 UTC (History)
1 user (show)

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


Attachments
jack-cvs-0.44.ebuild.diff (jack-cvs-0.44.ebuild.diff,586 bytes, text/plain)
2003-01-11 10:24 UTC, Rene Wagner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rene Wagner 2003-01-11 10:23:31 UTC
Hi!

I've just tried to emerge jack-cvs (actually I made it look like a non-cvs 
version in my portage overlay, as *-cvs packages IMHO break dependencies).

It returned some access violations related to the HTML documentation...

Replacing
econf || die "configure failed"
with
./configure \
        --host=${CHOST} \
        --prefix=/usr \
        --infodir=/usr/share/info \
        --mandir=/usr/share/man \
        --with-html-dir=${D}/usr/share/doc/${PF} \
            || die "configure failed"
fixes the problem.

I've attached that as a diff.

Regards,

Rene
Comment 1 Rene Wagner 2003-01-11 10:24:19 UTC
Created attachment 7199 [details]
jack-cvs-0.44.ebuild.diff

$ diff -u /usr/portage/media-sound/jack-cvs/jack-cvs-0.44.ebuild
jack-cvs-0.44.ebuild > jack-cvs-0.44.ebuild.diff
Comment 2 Nick Hadaway 2003-01-12 19:22:03 UTC
I have updated the ebuild for proper support of the doc use variable.