public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Paul Larson <paul.larson@canonical.com>
To: ltp-list@lists.sourceforge.net
Subject: [LTP] fix lib6 test building
Date: Thu, 06 Aug 2009 09:52:40 -0500	[thread overview]
Message-ID: <4A7AEE38.60101@canonical.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 188 bytes --]

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.

Thanks,
Paul Larson




[-- Attachment #2: lib6-makefix.patch --]
[-- Type: text/x-patch, Size: 573 bytes --]

Fix build problem with lib6 tests


Signed-off-by: Paul Larson <paul.larson@canonical.com>
---

diff --git a/testcases/network/lib6/Makefile b/testcases/network/lib6/Makefile
index 7c1784d..f622468 100644
--- a/testcases/network/lib6/Makefile
+++ b/testcases/network/lib6/Makefile
@@ -23,6 +23,10 @@
 CFLAGS+=	-I../../../include -g -D_GNU_SOURCE
 LOADLIBES+=	-L../../../lib runcc.a -lltp -lpthread
 
+ifeq ($(RANLIB),)
+RANLIB = ranlib
+endif
+
 SRCS=$(wildcard *.c)
 TARGETS= asapi_01 asapi_02 asapi_03 asapi_04 asapi_05 asapi_06 asapi_07 \
 	getaddrinfo_01 in6_01 in6_02

[-- Attachment #3: Type: text/plain, Size: 355 bytes --]

------------------------------------------------------------------------------
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

[-- Attachment #4: Type: text/plain, Size: 155 bytes --]

_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

             reply	other threads:[~2009-08-06 14:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-06 14:52 Paul Larson [this message]
2009-08-06 17:22 ` [LTP] fix lib6 test building Garrett Cooper
2009-08-12 15:13   ` Paul Larson
2009-08-12 18:52     ` Henry Yei
2009-08-12 20:14     ` Garrett Cooper
2009-08-12 21:09       ` Paul Larson
2009-08-12 21:28         ` Garrett Cooper

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=4A7AEE38.60101@canonical.com \
    --to=paul.larson@canonical.com \
    --cc=ltp-list@lists.sourceforge.net \
    /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