Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8205 - ACCESS DENIED when emerging FLTK
Summary: ACCESS DENIED when emerging FLTK
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-22 01:18 UTC by paddym
Modified: 2003-02-04 19:42 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 paddym 2002-09-22 01:18:32 UTC
When I tried to "emerge fltk", I got this error:
...
>>> Install fltk-1.1.0_rc7 into /var/tmp/portage/fltk-1.1.0_rc7/image/ category
x11-libs
=== installing FL ===
Installing include files in /usr/include/fltk-1.1...
ACCESS DENIED  mkdir:     /usr/include/fltk-1.1
mkdir: cannot create directory `/usr/include/fltk-1.1': Permission denied
ACCESS DENIED  mkdir:     /usr/include/fltk-1.1
mkdir: cannot create directory `/usr/include/fltk-1.1': Permission denied
make[1]: *** [install] Error 1
ranlib: /var/tmp/portage/fltk-1.1.0_rc7/image//usr/lib/fltk-1.1/*.a: No such
file or directory
strip:
>>> Completed installing into /var/tmp/portage/fltk-1.1.0_rc7/image/

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-fltk-1.1.0_rc7-18970.log"

mkdir:     /usr/include/fltk-1.1
mkdir:     /usr/include/fltk-1.1
--------------------------------------------------------------------------------
!!! emerge aborting on  /usr/portage/x11-libs/fltk/fltk-1.1.0_rc7.ebuild .
Comment 1 Nick Hadaway 2002-09-22 20:31:37 UTC
what version of portage are you using?  I don't get the same errors on a fresh or upgrade installation... 
Comment 2 Nick Hadaway 2002-09-23 08:27:51 UTC
For the sake of posterity... Here's a clipping from my last install attempt.
I first made sure that /usr/include/fltk-1.1 did not exist.  Then I emerged 
fltk...

...
>>> Install fltk-1.1.0_rc7 into /var/tmp/portage/fltk-1.1.0_rc7/image/ category 
x11-libs
=== installing FL ===
Installing include files in /var/tmp/portage/fltk-
1.1.0_rc7/image//usr/include/fltk-1.1...
=== installing src ===
Installing libraries in /var/tmp/portage/fltk-1.1.0_rc7/image//usr/lib/fltk-
1.1...
=== installing fluid ===
Installing FLUID in /var/tmp/portage/fltk-1.1.0_rc7/image//usr/bin...
=== installing test ===
Nothing to install in test directory.
=== installing documentation ===
Installing documentation files in /var/tmp/portage/fltk-
1.1.0_rc7/image//usr/share/doc/fltk...
Installing man pages in /var/tmp/portage/fltk-1.1.0_rc7/image//usr/share/man...
gzipping man page: /var/tmp/portage/fltk-
1.1.0_rc7/image//usr/share/man/cat1/fltk-config.1

I don't get the same problem.
Comment 3 paddym 2002-09-24 08:07:15 UTC
I have Portage 1.8.19.
Comment 4 Nick Hadaway 2002-09-24 09:00:27 UTC
The version of portage currently out is 2.0.37.  Please upgrade to this version
of portage and try to emerge fltk again.

emerge rsync
emerge portage
emerge fltk

Let me know how things go.
Comment 5 paddym 2002-09-25 18:49:12 UTC
Yeah, upgrading my portage worked.  Thanks.