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

Bug 2649

Summary: Balsa ebuild only contains docs
Product: Gentoo Linux Reporter: JR Boyens <jboyens>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: High    
Version: 1.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to fix install problems

Description JR Boyens 2002-05-11 00:47:06 UTC
The Balsa ebuild (newest) contains only docs, rendering it completely useless. I
will look in to making a patch... Until then.
Comment 1 JR Boyens 2002-05-11 01:18:32 UTC
Here is the patch...


--- balsa-1.3.5.ebuild.orig     Sat May 11 00:56:12 2002
+++ balsa-1.3.5.ebuild  Sat May 11 01:15:23 2002
@@ -51,10 +51,8 @@


 src_install () {
-       make \
-               prefix=${D}/usr \
-               mandir=${D}/usr/share/man \
-               gnomedatadir=${D}/usr/share || die "make install failed"
+       make install \
+               DESTDIR=${D} || die "make install failed"
        dodoc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README TODO
        docinto docs
        dodoc docs/*
Comment 2 JR Boyens 2002-05-11 01:32:13 UTC
Created attachment 942 [details, diff]
Patch to fix install problems
Comment 3 Scott A. Friedman 2002-05-12 00:49:44 UTC
Install permission problems with this patch

/etc/sound
/usr/share/locale
Comment 4 Scott A. Friedman 2002-05-12 01:35:36 UTC
Actually...

adding the following to the src_install() should fix it

datadir=${D}/usr/share \
gnomeconfdir=${D}/etc \
Comment 5 Spider (RETIRED) gentoo-dev 2002-05-12 06:54:29 UTC

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