From: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
To: "Kévin THIERRY" <kevin.thierry@open.eurogiciel.org>,
ronan <ronan.lemartret@open.eurogiciel.org>
Cc: yocto@yoctoproject.org, general@lists.tizen.org
Subject: Re: [Tizen General] Build Tizen with yocto work-flow
Date: Fri, 01 Aug 2014 16:28:11 +0100 [thread overview]
Message-ID: <53DBB20B.8020307@dynamicdevices.co.uk> (raw)
In-Reply-To: <53DBA665.7080002@open.eurogiciel.org>
On 01/08/2014 15:38, Kévin THIERRY wrote:
> Hi Alex,
>
> Can you check if the filesfind-supplements and find-supplements.ksyms
> exist by trying this please:
>
> bitbake rpm-native -c devshell
> ls -l scripts/find-supplements{,.ksyms}
>
> And tell us the output.
I think it's the bash vs dash issue rearing its head again
Replacing
install -m 755 scripts/find-supplements{,.ksyms} ${D}${prefix}/lib/rpm
with
install -m 755 scripts/find-supplements ${D}${prefix}/lib/rpm
install -m 755 scripts/find-supplements.ksyms ${D}${prefix}/lib/rpm
in rpm-extraconf.inc got me further, onto an error about a missing "pushd"
This made me think it was a shall issue and sure enough reconfiguring
back to bash with
dpkg-reconfigure dash
fixed the problem.
I'm not sure of the Yocto policy on dash vs bash but I've been using
dash without problems in general for some time now
Cheers,
Alex
next prev parent reply other threads:[~2014-08-01 15:28 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-31 14:55 Build Tizen with yocto work-flow ronan
2014-07-31 15:40 ` [Tizen General] " Bob Summerwill
2014-08-01 9:56 ` Alex J Lennon
2014-08-01 10:03 ` ronan
2014-08-01 10:07 ` Alex J Lennon
2014-08-01 13:37 ` Ruud den Bekker
2014-08-01 14:13 ` [Tizen General] " Alex J Lennon
2014-08-01 14:38 ` Kévin THIERRY
2014-08-01 14:34 ` Alex J Lennon
2014-08-01 15:28 ` Alex J Lennon [this message]
2014-08-01 15:42 ` Kévin THIERRY
2014-08-01 15:38 ` Alex J Lennon
2014-08-01 16:36 ` Alex J Lennon
2014-08-02 15:35 ` Alex J Lennon
2014-08-02 19:52 ` Khem Raj
2014-08-02 20:04 ` Alex J Lennon
2014-08-04 7:52 ` Kévin THIERRY
2014-08-04 9:21 ` Alex J Lennon
2014-08-01 21:55 ` Richard Purdie
2014-08-02 9:35 ` Alex J Lennon
2014-08-04 7:37 ` Kévin THIERRY
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=53DBB20B.8020307@dynamicdevices.co.uk \
--to=ajlennon@dynamicdevices.co.uk \
--cc=general@lists.tizen.org \
--cc=kevin.thierry@open.eurogiciel.org \
--cc=ronan.lemartret@open.eurogiciel.org \
--cc=yocto@yoctoproject.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.