Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21701 - gift-cvs 0.10.0 fails to install
Summary: gift-cvs 0.10.0 fails to install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
: 21736 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-05-26 03:25 UTC by hoarycripple
Modified: 2003-05-31 22:42 UTC (History)
2 users (show)

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


Attachments
ebuild fix (adds support for libgift include dir) (libgiftincdir-ebuild-patch,579 bytes, patch)
2003-05-29 08:02 UTC, Matthias Dahl
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description hoarycripple 2003-05-26 03:25:29 UTC
gift-cvs compiles fine, but then fails to install with the following error:

/bin/install -c -m 644 libgift.pc
/var/tmp/portage/gift-cvs-0.10.0/image//usr/lib/pkgconfig/libgift.pc
/bin/sh ../mkinstalldirs /usr/include/libgift
mkdir /usr/include/libgift
ACCESS DENIED  mkdir:     /usr/include/libgift
mkdir: cannot create directory `/usr/include/libgift': Permission denied
make[2]: *** [install-pkgincludeHEADERS] Error 1
make[2]: Leaving directory `/var/tmp/portage/gift-cvs-0.10.0/work/giFT/lib'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/gift-cvs-0.10.0/work/giFT/lib'
make: *** [install-recursive] Error 1

!!! ERROR: net-p2p/gift-cvs-0.10.0 failed.
!!! Function einstall, Line 326, Exitcode 2
!!! einstall failed

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-gift-cvs-0.10.0-7491.log"

mkdir:     /usr/include/libgift
--------------------------------------------------------------------------------

Reproducible: Always
Steps to Reproduce:
1.emerge gift-cvs

Actual Results:  
fails to create the directory /usr/include/libgift, and the installation
subsequently fails.

Expected Results:  
Install properly
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-05-26 15:53:04 UTC
could you please ?
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-05-26 18:12:06 UTC
*** Bug 21736 has been marked as a duplicate of this bug. ***
Comment 3 Matthias Dahl 2003-05-29 08:02:45 UTC
Created attachment 12529 [details, diff]
ebuild fix (adds support for libgift include dir)

the attached patch fixes the sandbox access violation
Comment 4 Brandon Low (RETIRED) gentoo-dev 2003-05-31 22:42:07 UTC
done, thanks.