Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 305467

Summary: app-arch/p7zip-9.04 build problem (ln)
Product: Gentoo Linux Reporter: Jan Psota <jasiupsota>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild patch to use 'ln -s' instead of 'ln'

Description Jan Psota 2010-02-17 00:23:19 UTC
app-arch/p7zip-9.04 cannot build because of trying to hard-link directories

        sed -i "s:ln ../GUI/:ln -s ../GUI/:" makefile*

in src_prepare()
will do the trick :-), patch follows.
Comment 1 Jan Psota 2010-02-17 00:24:34 UTC
Created attachment 219947 [details, diff]
ebuild patch to use 'ln -s' instead of 'ln'
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-02-17 01:30:12 UTC
already fixed, it looks like.

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