First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 47911
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jiri Denemark <jirka@ics.muni.cz>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 47911 depends on: Show dependency tree
Show dependency graph
Bug 47911 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-04-15 04:55 0000
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 From Daniel Black 2004-05-06 02:56:47 0000 -------
Thanks for the bug report. Sorry it took so long to get in.

First Last Prev Next    No search results available      Search page      Enter new bug