All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Khem Raj <raj.khem@gmail.com>, openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/3] dbus-test: Fix QA host-contamination errors
Date: Sun, 01 Mar 2020 07:57:38 +0000	[thread overview]
Message-ID: <6ebd8c098cac7dab116f9043e7b64fe9b3376601.camel@linuxfoundation.org> (raw)
In-Reply-To: <20200301014301.805156-2-raj.khem@gmail.com>

On Sat, 2020-02-29 at 17:42 -0800, Khem Raj wrote:
> Errors like below are fixed
> 
> bus/connection.h is owned by uid 1000, which is the same as t
> he user running bitbake. This may be due to host contamination
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta/recipes-core/dbus/dbus-test_1.12.16.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Why aren't we seeing this everywhere? The autobuilders don't show it
and no other reports. What is unique to your setup to reproduce this?

Cheers,

Richard

> diff --git a/meta/recipes-core/dbus/dbus-test_1.12.16.bb
> b/meta/recipes-core/dbus/dbus-test_1.12.16.bb
> index bea0e74ed0..91e2ba69d2 100644
> --- a/meta/recipes-core/dbus/dbus-test_1.12.16.bb
> +++ b/meta/recipes-core/dbus/dbus-test_1.12.16.bb
> @@ -70,11 +70,11 @@ do_install_ptest() {
>  
>  	install ${B}/test/test-segfault ${D}${PTEST_PATH}/test
>  
> -	cp -r ${B}/test/data ${D}${PTEST_PATH}/test
> +	cp -R --no-dereference --preserve=mode,links ${B}/test/data
> ${D}${PTEST_PATH}/test
>  	install ${B}/dbus/.libs/test-dbus ${D}${PTEST_PATH}/test
>  
>  	install -d ${D}${PTEST_PATH}/test/.libs
> -	cp -a ${B}/dbus/.libs/*.so* ${D}${PTEST_PATH}/test/.libs
> +	cp -R --no-dereference --preserve=mode,links
> ${B}/dbus/.libs/*.so* ${D}${PTEST_PATH}/test/.libs
>  
>  	# Remove build host references...
>  	find "${D}${PTEST_PATH}/test/data" \( -name *.service -o -name
> *.conf -o -name "*.aaprofile" \) -type f -exec \
> -- 
> 2.25.1
> 



  reply	other threads:[~2020-03-01  7:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-01  1:42 [PATCH 0/3] Fix host contamination QA errors Khem Raj
2020-03-01  1:42 ` [PATCH 1/3] dbus-test: Fix QA host-contamination errors Khem Raj
2020-03-01  7:57   ` Richard Purdie [this message]
2020-03-01  8:12     ` Khem Raj
2020-03-01  8:14       ` Richard Purdie
2020-03-01  8:17         ` Khem Raj
2020-03-01  8:20           ` Richard Purdie
2020-03-01 17:05             ` Richard Purdie
2020-03-02 18:49               ` Khem Raj
2020-03-02 21:08                 ` Richard Purdie
2020-03-02 21:33                   ` Khem Raj
2020-03-02 21:43                     ` Richard Purdie
2020-03-01  1:43 ` [PATCH 2/3] strace: Fix host contamination QA errors Khem Raj
2020-03-01  1:43 ` [PATCH 3/3] boost: Fix host-user-contaminated " Khem Raj

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=6ebd8c098cac7dab116f9043e7b64fe9b3376601.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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.