Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14360 - ebuild of guitar-0.1.4 is broken
Summary: ebuild of guitar-0.1.4 is broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Jonathan Nall
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-22 05:05 UTC by Ole Langbehn
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

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 Ole Langbehn 2003-01-22 05:05:08 UTC
I stumbled across the prob by doing emerge -u --deep world: 

>emerge: there are no masked or unmasked ebuilds to satisfy "#app-arch/rar"

opened /usr/portage/app-arch/guitar/guitar-0.1.4.ebuild and found this:

line 18+

>DEPEND="x11-libs/gtk+
>        sys-apps/tar 
>        sys-apps/bzip2
>        #app-arch/rar 
>        app-arch/unrar
>	sys-apps/gzip 
>	app-arch/zip  
>	app-arch/unzip"

deleted the # and all was well...

the reason rar is commented out (wrong):

line 15+

>#app-arch/rar is binary for x86 only, how is sparc/ppc supported?
>KEYWORDS="x86 -ppc -sparc"

so I'm not quite sure whether just deleting the # will fix this on all
platforms, but it should...
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-01-22 05:21:21 UTC
nall: can't do this !!!

add a feature use x86? (app-arch/rar)
Comment 2 Jonathan Nall 2003-01-22 07:56:05 UTC
didn't do this on purpose! a working version that accidentally got checked in.
my apologies.

just committed a version that ~ppc and has
x86? ( app-arch/rar )

CC'ing sparc as the -sparc can probably changed to ~sparc as well.

note that guitar should work fine for non-x86 ARCHs with the exception of
creating rar archives.