From: Koen Kooi <koen@dominion.kabel.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: [RFC] error out on .la files pointing to ${WORKDIR}
Date: Wed, 19 Mar 2008 23:26:04 +0100 [thread overview]
Message-ID: <frs3tr$a48$1@ger.gmane.org> (raw)
In-Reply-To: <3D9ECBB5-7C37-4D62-8D15-F2F0673EB867@student.utwente.nl>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Koen Kooi schreef:
| Hi,
|
| Things in stagin (e.g. .la files) point to ${WORKDIR} are broken and
| should die. If we want packaged-staging and rm_work to function we
| need to fix them. Since we are all lazy we need some incentive:
|
| #
| # old_revision [85e676eb4b64d66cb74acf6220f10c3942e2bd29]
| #
| # patch "classes/insane.bbclass"
| # from [0712df99743c442ed311e6b4d4be0d28f29d525f]
| # to [fa6b704f402965c8123dfa90527b5a11a8cd3288]
| #
| ============================================================
| --- classes/insane.bbclass 0712df99743c442ed311e6b4d4be0d28f29d525f
| +++ classes/insane.bbclass fa6b704f402965c8123dfa90527b5a11a8cd3288
| @@ -178,7 +178,7 @@ def package_qa_make_fatal_error(error_cl
|
| TODO: Load a whitelist of known errors
| """
| - return not error_class in [0, 5, 7, 8]
| + return not error_class in [0, 5, 7]
|
| def package_qa_write_error(error_class, name, path, d):
| """
I'm confident that the work done today catches the most used offenders,
so the patch has been pushed:
Commit by koen on org.oe.dev :: r0b604857... / :
insane bbclass: add '8' (.la references workdir) to list of fatal errors
this will also trigger on broken libtool archives already present in
staging. If you get hit by this: rebuild the offending recipes or do a
clean rebuild
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFH4ZL7MkyGM64RGpERAre3AKCc7wXSp20R2o3QIeZt6CsVtgUcwwCcCt9G
4f6/cyes/PAY3Me99kqzdx8=
=40eF
-----END PGP SIGNATURE-----
prev parent reply other threads:[~2008-03-19 23:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-19 10:50 [RFC] error out on .la files pointing to ${WORKDIR} Koen Kooi
2008-03-19 11:24 ` Florian Boor
2008-03-19 11:35 ` Koen Kooi
2008-03-19 12:23 ` Richard Purdie
2008-03-19 12:00 ` Stanislav Brabec
2008-03-19 12:35 ` Koen Kooi
2008-03-19 13:06 ` Stanislav Brabec
2008-03-19 12:22 ` Richard Purdie
2008-03-19 15:25 ` Koen Kooi
2008-03-19 22:26 ` Koen Kooi [this message]
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='frs3tr$a48$1@ger.gmane.org' \
--to=koen@dominion.kabel.utwente.nl \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox