All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Rick Peralta <fbp@tiac.net>
Cc: Project Hail List <hail-devel@vger.kernel.org>
Subject: Re: [Patch] chunkd: use port xxx82 to build
Date: Fri, 07 Aug 2009 23:38:27 -0400	[thread overview]
Message-ID: <4A7CF333.8060300@garzik.org> (raw)
In-Reply-To: <17574186.1249702045433.JavaMail.root@elwamui-ovcar.atl.sa.earthlink.net>

Rick Peralta wrote:
>> We are definitely interested in the build failures, yes.
> 
> When builidng, chunkd fails in configure (so do the other Hail files).

According to your config.log, you are missing the libevent dependency. 
On Fedora, this will be "libevent-devel", which will also install the 
libevent base package.

configure intentionally stops when it cannot find something.

I wouldn't advise bothering with the tarballs, though.  clone and build 
each git repository, e.g.

$ git clone git://git.kernel.org/pub/scm/daemon/cld/cld.git
$ cd cld
$ ./autogen.sh
$ CFLAGS="-O2 -Wall -g" ./configure

Because development is moving very rapidly, it is best for developers to 
always look at the git repository for the latest source code.

configure gives much more informative errors in the latest upstream (== 
current source code in git repository), so this problem should be gone 
in chunkd version 0.4, when released.


> Running: Linux version 2.6.27.25-78.2.56.fc9.i686 (mockbuild@) (gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC) ) #1 SMP Thu Jun 18 12:47:50 EDT 2009 Fedora release 9 (Sulphur)
> Default install with all updates complete, all gcc and make updates
> 
> I asked a friend to run the build on a different distribution and it failed differently.
> 
>> Have you verified that all necessary dependencies are installed?
> 
> It is not clear what needs to be installed in order to build... is there a list?

Here is the list from pkg/chunkd.spec:

BuildRequires:  libevent-devel glib2-devel openssl-devel zlib-devel
BuildRequires:  libxml2-devel procps cld cld-devel

Regards,

	Jeff



  reply	other threads:[~2009-08-08  3:38 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-08  3:27 [Patch] chunkd: use port xxx82 to build Rick Peralta
2009-08-08  3:38 ` Jeff Garzik [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-08-13 16:59 Rick Peralta
2009-08-13 14:46 Rick Peralta
2009-08-13 15:27 ` Jeff Garzik
2009-08-12 23:42 Rick Peralta
2009-08-13  0:11 ` Jeff Garzik
2009-08-08  4:24 Rick Peralta
2009-08-08  4:47 ` Jeff Garzik
2009-08-07 23:36 Rick Peralta
2009-08-07 23:47 ` Jeff Garzik
2009-08-08  0:55 ` Pete Zaitcev
2009-08-10 17:37   ` Jeff Garzik
2009-08-10 18:07     ` Pete Zaitcev
2009-08-12  6:49   ` Jeff Garzik
2009-08-07 14:11 Rick Peralta
2009-08-07 14:16 ` Fabian Deutsch
2009-08-07 14:23 ` Jeff Garzik
     [not found] <16874317.1249435954950.JavaMail.root@mswamui-andean.atl.sa.earthlink.net>
     [not found] ` <4A78E306.7000707@garzik.org>
2009-08-05  1:43   ` Pete Zaitcev
2009-08-05  1:50     ` Jeff Garzik
2009-08-05  0:34 Pete Zaitcev
2009-08-05  0:57 ` Jeff Garzik
2009-08-05  1:00   ` Jeff Garzik
2009-08-05  1:11     ` Pete Zaitcev
2009-08-05  1:26       ` Jeff Garzik
2009-08-05  1:04   ` Pete Zaitcev

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=4A7CF333.8060300@garzik.org \
    --to=jeff@garzik.org \
    --cc=fbp@tiac.net \
    --cc=hail-devel@vger.kernel.org \
    /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.