Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47911 - heimdal ebuilds (both 0.6 and 0.6.1) do not install shared libraries
Summary: heimdal ebuilds (both 0.6 and 0.6.1) do not install shared libraries
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-15 04:55 UTC by Jiri Denemark
Modified: 2004-05-06 02:56 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 Jiri Denemark 2004-04-15 04:55:32 UTC
When I emerge heimdal, everything seems to be OK, but shared libraries are not installed.

Reproducible: Always
Steps to Reproduce:
1. emerge =app-crypt/heimdal-0.6
2. emerge =app-crypt/heimdal-0.6.1
Actual Results:  
Everything seems to be OK, but shared libraries are not installed.


Here are the patches which solve this bug:
--- heimdal-0.6.ebuild.orig     2004-04-15 13:48:14.000000000 +0200
+++ heimdal-0.6.ebuild  2004-04-15 13:50:11.000000000 +0200
@@ -54,8 +54,8 @@
                --enable-shared"
 
        use ssl \
-               && myconf="--with-openssl=/usr" \
-               || myconf="--without-openssl"
+               && myconf="${myconf} --with-openssl=/usr" \
+               || myconf="${myconf} --without-openssl"
 
        #use ldap && myconf="${myconf} --with-open-ldap=/usr"
 
--- heimdal-0.6.1.ebuild.orig   2004-04-15 13:47:47.000000000 +0200
+++ heimdal-0.6.1.ebuild        2004-04-15 13:48:55.000000000 +0200
@@ -54,8 +54,8 @@
                --enable-shared"
 
        use ssl \
-               && myconf="--with-openssl=/usr" \
-               || myconf="--without-openssl"
+               && myconf="${myconf} --with-openssl=/usr" \
+               || myconf="${myconf} --without-openssl"
 
        #use ldap && myconf="${myconf} --with-open-ldap=/usr"
Comment 1 Daniel Black (RETIRED) gentoo-dev 2004-05-06 02:56:47 UTC
Thanks for the bug report. Sorry it took so long to get in.