Hello list,
I'm creating an ebuild for GRASS GIS, and I'm having sandbox problems
that my inexperience is preventing me from fixing. GRASS wants to
create a directory called grass5, and the directory creation is what's
causing the errors.
Currently, the part of my ebuild that sets the install dir looks like
this:
${S}/configure \
--prefix=/opt \
--bindir=/usr/bin \
--mandir=/usr/share/man \
${myconf} || die "./configure failed"
The error I'm getting is as follows:
----------------- ACCESS VIOLATION SUMMARY-----------------
LOG FILE = "/tmp/sandbox-grass-5.0.1-31564.log"
mkdir: /opt/grass5
-----------------------------------------------------------
How can I fix this?
Thanks,
--
Doug Gorley | [EMAIL PROTECTED] OpenPGP Key ID: 0xA221559B
Fingerprint: D707 DB92 E64B 69DA B8C7 2F65 C5A9 5415 A221 559B
Interested in public-key cryptography? http://www.gnupg.org/
--
[EMAIL PROTECTED] mailing list