From: Steve Kenton <skenton@ou.edu>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] dvdauthor : new package
Date: Mon, 12 Jan 2015 11:26:33 -0600 [thread overview]
Message-ID: <54B403C9.8050207@ou.edu> (raw)
In-Reply-To: <20150112163737.6739827b@free-electrons.com>
On 01/12/2015 09:37 AM, Thomas Petazzoni wrote:
>> configure:5176: checking for freetype-config
>> configure:5192: found /usr/bin/freetype-config
>
> Hu? This does not indicate a host dependency: it indicates that it's
> incorrectly using the host freetype-config, while it should be using
> the one in $(STAGING_DIR). Generally, this is solved by passing some
> ac_cv_path_<foo> variable.
OK, digging into this freetype-config does in fact exist at:
$ find . -type f -name freetype-config
./output/host/usr/i586-buildroot-linux-gnu/sysroot/usr/bin/freetype-config
But $PATH and arguments $* on entry to configure for dvdauthor are:
/data/bcdist/test/buildroot/output/host/bin:/data/bcdist/test/buildroot/output/host/sbin:/data/bcdist/test/buildroot/output/host/usr/bin:/data/bcdist/test/buildroot/output/host/usr/sbin:/bcdist/bin:/home/steve/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
--target=i586-buildroot-linux-gnu --host=i586-buildroot-linux-gnu --build=x86_64-unknown-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix= --disable-gtk-doc --disable-doc --disable-docs
--disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-debug --disable-static --enable-shared
So for some reason 'usr/i586-buildroot-linux-gnu/sysroot/' is missing in the middle of the search paths inside of buildroot
How is $(STAGING_DIR) normally set/passed to configure? I could probably just force the correct freetype-config
but it looks like there is something deeper wrong and I'd rather get to the bottom and fix it "properly".
Thanks - Steve
next prev parent reply other threads:[~2015-01-12 17:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-12 0:39 [Buildroot] [PATCH] dvdauthor : new package Steve Kenton
2015-01-12 8:28 ` Thomas Petazzoni
2015-01-12 15:33 ` Steve Kenton
2015-01-12 15:37 ` Thomas Petazzoni
2015-01-12 16:14 ` Steve Kenton
2015-01-12 17:26 ` Steve Kenton [this message]
2015-01-12 18:32 ` Thomas Petazzoni
2015-01-12 18:53 ` Steve Kenton
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=54B403C9.8050207@ou.edu \
--to=skenton@ou.edu \
--cc=buildroot@busybox.net \
/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.