From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 5807565C7B for ; Thu, 22 Jan 2015 13:32:20 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail1.windriver.com (8.14.9/8.14.5) with ESMTP id t0MDWKtE028599 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=FAIL); Thu, 22 Jan 2015 05:32:20 -0800 (PST) Received: from ALA-MBB.corp.ad.wrs.com ([169.254.1.42]) by ALA-HCB.corp.ad.wrs.com ([147.11.189.41]) with mapi id 14.03.0174.001; Thu, 22 Jan 2015 05:32:20 -0800 From: "Dragomir, Daniel" To: "BURTON, ROSS" Thread-Topic: [OE-core] [PATCH] libgcc-common: Fix file ownership for installed files Thread-Index: AQHQM/QR6fFxoAtK8UKXzc1yXzGMnZzJsVWAgAJ1ALU= Date: Thu, 22 Jan 2015 13:32:19 +0000 Message-ID: <7805B0FACE4FCC4E84636AB320CBA4AC360C55FB@ALA-MBB.corp.ad.wrs.com> References: <1421677653-1166-1-git-send-email-daniel.dragomir@windriver.com>, In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [128.224.124.175] MIME-Version: 1.0 Cc: OE-core Subject: Re: [PATCH] libgcc-common: Fix file ownership for installed files X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2015 13:32:28 -0000 Content-Language: en-US Content-Type: multipart/alternative; boundary="_000_7805B0FACE4FCC4E84636AB320CBA4AC360C55FBALAMBBcorpadwrs_" --_000_7805B0FACE4FCC4E84636AB320CBA4AC360C55FBALAMBBcorpadwrs_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I made a new git pull on dizzy branch and started a new build, and I see no= warnings like those anymore. I guess this was solved by this commit: 2014-11-25 17:58 Richard Purdie o gcc: Rework shared work a6f2e490380581a8d4cb27bd95ec7f8d164d3b12 Skip this patch. BR, Daniel ________________________________ From: Burton, Ross [ross.burton@intel.com] Sent: Tuesday, January 20, 2015 5:55 PM To: Dragomir, Daniel Cc: OE-core Subject: Re: [OE-core] [PATCH] libgcc-common: Fix file ownership for instal= led files On 19 January 2015 at 14:27, Daniel Dragomir > wrote: Fix two QA warnings caused by setting the wrong user and group for files installed in the destination directory on do_install task. WARNING: log_check: There is a warn message in the logfile WARNING: log_check: Matched keyword: [warn] WARNING: log_check: warning: user xxxx does not exist - using root WARNING: log_check: There is a warn message in the logfile WARNING: log_check: Matched keyword: [warn] WARNING: log_check: warning: group xxxx does not exist - using root This worries me. Why is libgcc installing files with the wrong owners, and= is libgcc special or are other packages also installing files with the wro= ng owners? If this is a libgcc-specific problem and files are installed wi= th the wrong owners then fixing the install process seems like a better fix= . Ross --_000_7805B0FACE4FCC4E84636AB320CBA4AC360C55FBALAMBBcorpadwrs_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I made a new git pull on dizzy branch and started a new build, and I= see no warnings like those anymore.
I guess this was solved by this commit:

2014-11-25 17:58 Richard Purdie     o gcc: Rework share= d work
a6f2e490380581a8d4cb27bd95ec7f8d164d3b12

Skip this patch.

BR,
Daniel
From: Burton, Ross [ross.burton@intel.com= ]
Sent: Tuesday, January 20, 2015 5:55 PM
To: Dragomir, Daniel
Cc: OE-core
Subject: Re: [OE-core] [PATCH] libgcc-common: Fix file ownership for= installed files


On 19 January 2015 at 14:27, Daniel Dragomir <dani= el.dragomir@windriver.com> wrote:
Fix two QA warning= s caused by setting the wrong user and group for
files installed in the destination directory on do_install task.

WARNING: log_check: There is a warn message in the logfile
WARNING: log_check: Matched keyword: [warn]
WARNING: log_check: warning: user xxxx does not exist - using root

WARNING: log_check: There is a warn message in the logfile
WARNING: log_check: Matched keyword: [warn]
WARNING: log_check: warning: group xxxx does not exist - using root

This worries me.  Why is libgcc installing files with the wrong owners= , and is libgcc special or are other packages also installing files with th= e wrong owners?  If this is a libgcc-specific problem and files are in= stalled with the wrong owners then fixing the install process seems like a better fix.

Ross
--_000_7805B0FACE4FCC4E84636AB320CBA4AC360C55FBALAMBBcorpadwrs_--