Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 248809 - =net-fs/openafs-1.4.7 works from straight ecopy
Summary: =net-fs/openafs-1.4.7 works from straight ecopy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-25 17:58 UTC by Peter Waller
Modified: 2008-12-02 19:30 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 Peter Waller 2008-11-25 17:58:13 UTC
See summary
Comment 1 Fabian Groffen gentoo-dev 2008-11-25 19:44:38 UTC
does this need root privileges?
Comment 2 Peter Waller 2008-11-26 13:13:57 UTC
well it worked for me off the bat, without root privileges - and it gave me functionality above that of what was installed on the system. Note that this isn't the filesystem itself, but the tools that are associated with it (aklog, for example)
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-12-02 19:04:45 UTC
Did you need a slew of dependancies that you didn't report?

Had to ecopy all of these: 
emerge: there are no ebuilds to satisfy ">=sys-apps/baselayout-1.12.7-r2".
(dependency required by "sys-apps/module-init-tools-3.5" [ebuild])
(dependency required by "net-fs/openafs-kernel-1.4.7" [ebuild])
(dependency required by "net-fs/openafs-1.4.7" [ebuild])
(dependency required by "openafs" [argument])

Which led me to baselayout, which we don't have in prefix. We can workaround this but I am intrigued as to how you got it installed.
Comment 4 Peter Waller 2008-12-02 19:13:14 UTC
Ahh, crapsicle!

I had net-fs/openafs-kernel-1.4.7 in my /etc/portage/profile/packages.provided, which I neglected to mention because I only did a diff against the ebuild..

The package does seem to work, anyway. Sorry about that.

(In reply to comment #3)
> Did you need a slew of dependancies that you didn't report?
> 
> Had to ecopy all of these: 
> emerge: there are no ebuilds to satisfy ">=sys-apps/baselayout-1.12.7-r2".
> (dependency required by "sys-apps/module-init-tools-3.5" [ebuild])
> (dependency required by "net-fs/openafs-kernel-1.4.7" [ebuild])
> (dependency required by "net-fs/openafs-1.4.7" [ebuild])
> (dependency required by "openafs" [argument])
> 
> Which led me to baselayout, which we don't have in prefix. We can workaround
> this but I am intrigued as to how you got it installed.
> 

Comment 5 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-12-02 19:30:52 UTC
(In reply to comment #4)
> Ahh, crapsicle!
> 
> I had net-fs/openafs-kernel-1.4.7 in my /etc/portage/profile/packages.provided,
> which I neglected to mention because I only did a diff against the ebuild..
> 
> The package does seem to work, anyway. Sorry about that.

Ok, added. Another possibility would be to do !prefix? ( net-fs/openafs-kernel ) in the ebuild. Not sure which is better so I just package.masked it for now referencing this bug.