Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5870 - lzop-1.0.0 ebuild
Summary: lzop-1.0.0 ebuild
Status: RESOLVED DUPLICATE of bug 5576
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-01 14:39 UTC by Ian Stewart
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Stewart 2002-08-01 14:39:55 UTC
I am using Gentoo 1.2 with GCC 3.1 profile enabled. The lzop-1.0.0 ebuild has
problems with sandbox and cannot be used without specifying FEATURES="-sandbox"
before the emerge command. Here is the error output from emerge --debug lzop:

/bin/sh ../acconfig/mkinstalldirs /usr/share/man/man1
 /bin/install -c -m 644 ./lzop.1 /usr/share/man/man1/lzop.1
ACCESS DENIED  open_wr:   /usr/share/man/man1/lzop.1
/bin/install: cannot create regular file `/usr/share/man/man1/lzop.1':
Permission denied
make[2]: *** [install-man1] Error 1
make[2]: Leaving directory `/var/tmp/portage/lzop-1.00/work/lzop-1.00/doc'
make[1]: *** [install-man] Error 2
make[1]: Leaving directory `/var/tmp/portage/lzop-1.00/work/lzop-1.00/doc'
make: *** [install-recursive] Error 1
+ diefunc src_install 1 2
+ local funcname=src_install lineno=1 exitcode=2
+ shift 3
+ echo

+ echo '!!! ERROR: The ebuild did not complete successfully.'
!!! ERROR: The ebuild did not complete successfully.
+ echo '!!! Function src_install, Line 1, Exitcode 2'
!!! Function src_install, Line 1, Exitcode 2
+ echo '!!! (no error message)'
!!! (no error message)
+ echo

+ exit 1
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-lzop-1.00-17513.log"

open_wr:   /usr/share/man/man1/lzop.1
--------------------------------------------------------------------------------
!!! emerge aborting on  /usr/portage/app-arch/lzop/lzop-1.00.ebuild .
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2002-08-17 06:11:42 UTC

*** This bug has been marked as a duplicate of 5576 ***