Linux NFS development
 help / color / mirror / Atom feed
* Upstream nfs-utils not building on EL6 again
@ 2015-01-02 21:16 Chuck Lever
  2015-01-05 13:28 ` Steve Dickson
  0 siblings, 1 reply; 2+ messages in thread
From: Chuck Lever @ 2015-01-02 21:16 UTC (permalink / raw)
  To: Linux NFS Mailing List

checking pkg-config is at least version 0.9.0... yes
checking for TIRPC... no
configure: error: libtirpc not found.
make: *** No rule to make target `all'.  Stop.
[cel@manet nfs-utils]$ sudo yum install libtirpc-devel
Loaded plugins: security
Setting up Install Process
Package libtirpc-devel-0.2.1-10.el6.x86_64 already installed and latest version
Nothing to do
[cel@manet nfs-utils]$ 

After the following patch is reverted, the build is successful:

commit 853406302d7a506605ce64592e77fd722b5e23d5
Author:     Yann E. MORIN <yann.morin.1998@free.fr>
Date: Sat Dec 13 10:16:38 2014 -0500

    configure: use pkg-config to find libtirpc

Perhaps the new "[libtirpc >= 0.2.4]” check is too aggressive.

--
Chuck Lever
chuck[dot]lever[at]oracle[dot]com




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Upstream nfs-utils not building on EL6 again
  2015-01-02 21:16 Upstream nfs-utils not building on EL6 again Chuck Lever
@ 2015-01-05 13:28 ` Steve Dickson
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Dickson @ 2015-01-05 13:28 UTC (permalink / raw)
  To: Chuck Lever, Linux NFS Mailing List

Hey Chuck,

On 01/02/2015 04:16 PM, Chuck Lever wrote:
> checking pkg-config is at least version 0.9.0... yes
> checking for TIRPC... no
> configure: error: libtirpc not found.
> make: *** No rule to make target `all'.  Stop.
> [cel@manet nfs-utils]$ sudo yum install libtirpc-devel
> Loaded plugins: security
> Setting up Install Process
> Package libtirpc-devel-0.2.1-10.el6.x86_64 already installed and latest version
> Nothing to do
> [cel@manet nfs-utils]$ 
> 
> After the following patch is reverted, the build is successful:
> 
> commit 853406302d7a506605ce64592e77fd722b5e23d5
> Author:     Yann E. MORIN <yann.morin.1998@free.fr>
> Date: Sat Dec 13 10:16:38 2014 -0500
> 
>     configure: use pkg-config to find libtirpc
> 
> Perhaps the new "[libtirpc >= 0.2.4]” check is too aggressive.
No... The problem is litbtirpc does not register with the pkg-config
program. So "pkg-config --exists libtirpc" fails even when libtirpc 
is installed. 

I would like to maintain being able to compile upstream code on 
legacy OSs so I'm looking into how painful it will be to
revert this patch... 

steved.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-05 13:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-02 21:16 Upstream nfs-utils not building on EL6 again Chuck Lever
2015-01-05 13:28 ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox