From: Tasslehoff Kjappfot <tasskjapp@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: apr-util_1.3.4.bb fails, looking at host includes
Date: Wed, 13 Oct 2010 14:39:09 +0200 [thread overview]
Message-ID: <4CB5A86D.6020304@gmail.com> (raw)
In-Reply-To: <4CB58BAD.5090806@gmail.com>
On 10/13/2010 12:36 PM, Tasslehoff Kjappfot wrote:
> On 10/13/2010 11:25 AM,
> openembedded-devel-request@lists.openembedded.org wrote:
>> > I'm trying to compile log4cxx, but it fails compiling apr-util,
>> saying
>> > that it is looking at host includes.
>> >
>> > I suspect the following from log.do_configure is a problem:
>> >
>> > /checking for pg_config... /usr/bin/pg_config
>> > adding "-I/usr/include/postgresql" to CPPFLAGS
>> > adding "-L/usr/lib" to LDFLAGS/
>> >
>> > But I have no idea how to fix it...
>> >
>> > - Tasslehoff
>> > _______________________________________________
>> > Openembedded-devel mailing list
>> > Openembedded-devel@lists.openembedded.org
>> >
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>> >
>> This may not be related but I ran into apr-util looking at the host
>> machine as well when I was trying to build subversion. I can not
>> remember now the exact package I installed on the build machine that
>> fixed it. So maybe trying searching for some packages that deal with
>> apr-util that you dont have on your build machine. I could be way off
>> for yours but seems very similar to what I had to do. Hope this helps
>> some
> Thanks. I read about your woes before my post :)
>
> I've installed pretty much every apr-util-package I can find on my
> Ubuntu 10.04, and did an "apt-get build-dep subversion" in
> desperation, but still the same error.
>
> - Tasslehoff
Solved by configuring apr-util without postgresql.
From 97377e3b09a6b62dcd25e1fa403e4ec667497267 Mon Sep 17 00:00:00 2001
From: Tasslehoff Kjappfot <tasskjapp@gmail.com>
Date: Wed, 13 Oct 2010 14:35:01 +0200
Subject: [PATCH] add --without-pgsql to configure
Signed-off-by: Tasslehoff Kjappfot <tasskjapp@gmail.com>
---
recipes/apr/apr-util_1.3.4.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/recipes/apr/apr-util_1.3.4.bb b/recipes/apr/apr-util_1.3.4.bb
index cc6781b..5e31171 100644
--- a/recipes/apr/apr-util_1.3.4.bb
+++ b/recipes/apr/apr-util_1.3.4.bb
@@ -14,6 +14,7 @@ EXTRA_OECONF =
"--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \
--with-gdbm=${STAGING_DIR_HOST}${layout_prefix} \
--without-sqlite2 \
--without-sqlite3 \
+ --without-pgsql \
--with-expat=${STAGING_DIR_HOST}${layout_prefix}"
--
1.7.0.4
next prev parent reply other threads:[~2010-10-13 12:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.1290.1286961912.3514.openembedded-devel@lists.openembedded.org>
2010-10-13 10:36 ` apr-util_1.3.4.bb fails, looking at host includes Tasslehoff Kjappfot
2010-10-13 12:39 ` Tasslehoff Kjappfot [this message]
2010-10-13 12:39 ` Holger Freyther
2010-10-13 14:57 ` Paul Menzel
[not found] <mailman.1322.1286989169.3514.openembedded-devel@lists.openembedded.org>
2010-10-13 19:07 ` Tasslehoff Kjappfot
2010-10-13 20:04 ` J. L.
2010-10-13 9:04 Tasslehoff Kjappfot
2010-10-13 9:24 ` J. L.
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=4CB5A86D.6020304@gmail.com \
--to=tasskjapp@gmail.com \
--cc=openembedded-devel@lists.openembedded.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.