From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11062 invoked by alias); 12 Jun 2009 08:03:57 -0000 Received: (qmail 11053 invoked by uid 22791); 12 Jun 2009 08:03:57 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from 30.mail-out.ovh.net (HELO 30.mail-out.ovh.net) (213.186.62.213) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Fri, 12 Jun 2009 08:03:50 +0000 Received: (qmail 9130 invoked by uid 503); 12 Jun 2009 08:03:49 -0000 Received: from b9.ovh.net (HELO mail23.ha.ovh.net) (213.186.33.59) by 30.mail-out.ovh.net with SMTP; 12 Jun 2009 08:03:49 -0000 Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 12 Jun 2009 08:03:44 -0000 Received: from amontpellier-156-1-14-130.w90-0.abo.wanadoo.fr (HELO ?192.168.1.20?) (piments%piments.com@90.0.149.130) by ns0.ovh.net with SMTP; 12 Jun 2009 08:03:43 -0000 Message-ID: <4A320BD3.7060108@piments.com> Date: Fri, 12 Jun 2009 08:03:00 -0000 From: ng@piments.com User-Agent: Thunderbird 2.0.0.19 (X11/20090308) MIME-Version: 1.0 To: "Yann E. MORIN" CC: crossgcc@sourceware.org Subject: Re: how to get target ldd ? References: <4A2A160E.7090400@piments.com> <4A2F5BD4.6000703@piments.com> <4A3025C4.3080709@piments.com> <200906112239.24925.yann.morin.1998@anciens.enib.fr> In-Reply-To: <200906112239.24925.yann.morin.1998@anciens.enib.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Ovh-Tracer-Id: 855402454297059942 X-Ovh-Remote: 90.0.149.130 (amontpellier-156-1-14-130.w90-0.abo.wanadoo.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-IsSubscribed: yes Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2009-06/txt/msg00024.txt.bz2 Yann E. MORIN wrote: > Peter, > All, > > On Wednesday 10 June 2009 23:29:40 ng@piments.com wrote: >> I have just rerun ct-ng build and all libs in sys-tools come out with >> 555 permissons. >> after populate, all copied libs in /lib are 644 ie NO x bit set at all, > > OK, populate uses "install -m 0644" so that's no wonder the mode is incorrect. > ;-/ > > I'll fix that. > > Thank you for the time you invested to help! > > Regards, > Yann E. MORIN. > OK , thanks for the confirmation. I did point out this permissions issue in another thread nearly a month back. It's a shame you did pick up on it. It's odd no one else has flagged it. bash-4.0#grep -R "install -m 644" * scripts/build/debug/200-duma.sh: CT_DoExecLog ALL install -m 644 ${libs} "${CT_SYSROOT_DIR}/usr/lib" Is the (only) line that needs to be corrected? regards, Peter. -- For unsubscribe information see http://sourceware.org/lists.html#faq