From: "Luis Pabón" <lpabon@redhat.com>
To: Sage Weil <sweil@redhat.com>, ceph-devel@vger.kernel.org
Subject: Re: rpm dependencies
Date: Tue, 15 Jul 2014 15:02:30 -0400 [thread overview]
Message-ID: <53C57AC6.2030303@redhat.com> (raw)
In-Reply-To: <alpine.DEB.2.00.1407142132260.21295@cobra.newdream.net>
Hi Sage,
Looks like it is configuration issue in configure.ac. I'm fixing
the issue now and will be sending a patch soon.
- Luis
On 07/15/2014 12:39 AM, Sage Weil wrote:
> Hey Luis,
>
> I pushed wip-dencoder, which moves ceph-dencoder to ceph from ceph-common.
> This avoids the dependency for ceph-common.
>
> For the librados2 package, though, there is still a leveldb dependency
> that makes no sense. See the packages at
>
> http://gitbuilder.ceph.com/ceph-rpm-rhel6_5-x86_64-basic/ref/wip-dencoder/x86_64/
>
> $ wget http://gitbuilder.ceph.com/ceph-rpm-rhel6_5-x86_64-basic/ref/wip-dencoder/x86_64/librados2-0.82-595.g95f5a44.el6.x86_64.rpm
> $ rpm -qpR librados2-0.82-595.g95f5a44.el6.x86_64.rpm | grep level
> warning: librados2-0.82-595.g95f5a44.el6.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 03c3951a: NOKEY
> libleveldb.so.1()(64bit)
> $ rpm2cpio librados2-0.82-595.g95f5a44.el6.x86_64.rpm | cpio -i --make-directories
> ...
> $ ldd usr/lib/librados2.so.2 | grep -c leveldb
> 1
>
> Our Makefile.am doesn't specify that we link against leveldb for librados,
> although strangely it is listed in the librados.la file anyway (along with
> every other lib anything links against). Despite this, ldd
> .libs/librados.so on my (debian) box doesn't list it when building
> locally.
>
> The Makefile-env.am has --as-needed, which is supposed to make us only use
> dependencies we actually use.
>
> Not sure what is going on with the RPM build that is putting this
> dependency in place...
>
> Any idea what is going on? :/
>
> sage
next prev parent reply other threads:[~2014-07-15 19:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-15 4:39 rpm dependencies Sage Weil
2014-07-15 14:18 ` Luis Pabón
2014-07-15 19:02 ` Luis Pabón [this message]
2014-07-18 4:58 ` Sage Weil
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53C57AC6.2030303@redhat.com \
--to=lpabon@redhat.com \
--cc=ceph-devel@vger.kernel.org \
--cc=sweil@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.