From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] dvdauthor : new package
Date: Mon, 12 Jan 2015 19:32:38 +0100 [thread overview]
Message-ID: <20150112193238.01e9bf95@free-electrons.com> (raw)
In-Reply-To: <54B403C9.8050207@ou.edu>
Dear Steve Kenton,
On Mon, 12 Jan 2015 11:26:33 -0600, Steve Kenton wrote:
> 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".
No, there is nothing deeper wrong. The PATH is correct. It's just that
we need to explicitly pass the path to freetype-config to dvdauthor's
configure script.
You have to do something like:
DVDAUTHOR_CONF_ENV = \
ac_cv_prog_FREETYPECONFIG=$(STAGING_DIR)/usr/bin/freetype-config
Best regards,
Thomas Petazzoni
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2015-01-12 18:32 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
2015-01-12 18:32 ` Thomas Petazzoni [this message]
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=20150112193238.01e9bf95@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox