Bug 108069

Summary: mharris's pine source rpm won't build on fedora
Product: [Retired] Red Hat Raw Hide Reporter: Michael Young <m.a.young>
Component: pineAssignee: Mike A. Harris <mharris>
Status: CLOSED CURRENTRELEASE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: balay, me
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: 4.58-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-10-28 01:16:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael Young 2003-10-27 13:01:06 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.4) Gecko/20031016

Description of problem:
The pine source rpm available from ftp://people.redhat.com/mharris/pine
won't just work(TM) when rebuilt on fedora, because it looks for the kerberos
library files in the wrong place. The library files are now in the main library
directory /usr/lib rather than /usr/kerberos/lib. One workaround is to create
symbolic links in /usr/kerberos/lib before building the rpm. Note this is with
krb5-libs version 1.3.1-6.

Comment 1 Satish Balay 2003-10-27 15:19:28 UTC
The following modification to the pine.spec (at line 128) should get it working.

%{?!nokerberos: rm -f krb5 && mkdir krb5 && ln -s /usr/include krb5/include &&
ln -s /usr/lib krb5/lib}


Comment 2 Mike A. Harris 2003-10-27 15:39:00 UTC
I've already fixed it using the proper mechanism of calling:
    krb5-config --prefix
and
    krb5-config --includes

in the appropriate places, will be in pine-4.58-2 soon, which will be
available under mharris/fedora-extras somewhere, I haven't solidified
on a particular directory structure yet tho  ;o)

Comment 3 Michael Young 2003-10-27 16:04:04 UTC
Note. The new pine-4.58-2 is currently available via
ftp://people.redhat.com/mharris/testing/unstable/

Comment 4 Mike A. Harris 2003-10-28 01:16:34 UTC
Yup, fixed now...  not in rawhide though... hmm...  what resolution to choose...
;o)

I guess overloading the CURRENTRELEASE resolution is about the closest I can
choose..  ;o)

Closing as fixed in CURRENTRELEASE 4.58-2 at:

    ftp://people.redhat.com/mharris/testing/unstable/