From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sfi-mx-1.v28.ch3.sourceforge.com ([172.29.28.121] helo=mx.sourceforge.net) by 3yr0jf1.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1MbL53-0005FX-9N for ltp-list@lists.sourceforge.net; Wed, 12 Aug 2009 21:09:57 +0000 Received: from adelie.canonical.com ([91.189.90.139]) by 29vjzd1.ch3.sourceforge.com with esmtp (Exim 4.69) id 1MbL4x-00077J-GK for ltp-list@lists.sourceforge.net; Wed, 12 Aug 2009 21:09:57 +0000 Message-ID: <4A832F96.4020701@canonical.com> Date: Wed, 12 Aug 2009 16:09:42 -0500 From: Paul Larson MIME-Version: 1.0 References: <4A7AEE38.60101@canonical.com> <364299f40908061022m926d148o661e1c8a2eb58a5@mail.gmail.com> <4A82DC0A.3050502@canonical.com> In-Reply-To: Subject: Re: [LTP] fix lib6 test building List-Id: Linux Test Project General Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-list-bounces@lists.sourceforge.net To: Garrett Cooper Cc: ltp-list@lists.sourceforge.net Garrett Cooper wrote: > On Aug 12, 2009, at 8:13 AM, Paul Larson wrote: > >> Garrett Cooper wrote: >>> On Thu, Aug 6, 2009 at 7:52 AM, Paul >>> Larson wrote: >>>> The lib6 tests seem to fail the first pass through building for me >>>> because ranlib does not seem to get set correctly at any point. This >>>> seems to fix it up for me. >>> >>> Fixed on HEAD moments ago: >>> >>> gcooper@orangebox /scratch/ltp-dev2/ltp $ cvs diff >>> testcases/network/lib6/Makefile >>> Index: testcases/network/lib6/Makefile >>> =================================================================== >>> RCS file: /cvsroot/ltp/ltp/testcases/network/lib6/Makefile,v >>> retrieving revision 1.6 >>> diff -r1.6 Makefile >>> 25a26,27 >>>> RANLIB ?= ranlib >> The patch you checked in does not correct the build failure. > > Error message please? Same error as before: make[3]: Entering directory `/home/plars/ltp2/testcases/network/lib6' cc -Wall -I../../../include -g -D_GNU_SOURCE -c -o runcc.o runcc.c ar cr runcc.a runcc.o runcc.a make[3]: runcc.a: Command not found make[3]: *** [runcc.a] Error 127 make[3]: Leaving directory `/home/plars/ltp2/testcases/network/lib6' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/plars/ltp2/testcases/network' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/plars/ltp2/testcases' make: *** [all] Error 2 My make-foo is a bit rusty, but I'm guessing that the higher level export is exporting an empty RANLIB, so the RANLIB ?= ranlib is not doing anything since RANLIB already exists. Thanks, Paul Larson ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list