From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sfi-mx-4.v28.ch3.sourceforge.com ([172.29.28.124] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1NPIw3-00060t-73 for ltp-list@lists.sourceforge.net; Mon, 28 Dec 2009 16:59:11 +0000 Received: from mail-bw0-f212.google.com ([209.85.218.212]) by sfi-mx-4.v28.ch3.sourceforge.com with esmtp (Exim 4.69) id 1NPIvy-0006Yr-Te for ltp-list@lists.sourceforge.net; Mon, 28 Dec 2009 16:59:11 +0000 Received: by bwz4 with SMTP id 4so6712891bwz.2 for ; Mon, 28 Dec 2009 08:58:58 -0800 (PST) Message-ID: <4B38DCFA.9000502@petalogix.com> Date: Mon, 28 Dec 2009 17:29:46 +0100 From: Michal Simek MIME-Version: 1.0 Subject: [LTP] Autotools Reply-To: michal.simek@petalogix.com 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: yanegomi@gmail.com, ltp-list@lists.sourceforge.net Hi Garret, I am trying to configure LTP properly. First thing which seems to me weird is that in INSTALL is for "Using autoconf" command make autotools autoreconf --install There are some warnings which could be fixed. then I am running ./configure --prefix=/tmp/ and I see there ./configure: line 4566: LTP_CHECK_CAPABILITY_SUPPORT: command not found ./configure: line 4567: LTP_CHECK_CRYPTO: command not found ./configure: line 4568: LTP_CHECK_LINUX_PTRACE: command not found ./configure: line 4569: LTP_CHECK_SELINUX: command not found ./configure: line 4570: LTP_CHECK_SIGNAL: command not found ./configure: line 4571: LTP_CHECK_SYSCALL_EVENTFD: command not found ./configure: line 4572: LTP_CHECK_SYSCALL_MODIFY_LDT: command not found ./configure: line 4573: LTP_CHECK_SYSCALL_NUMA: command not found ./configure: line 4574: LTP_CHECK_SYSCALL_QUOTACTL: command not found ./configure: line 4575: LTP_CHECK_SYSCALL_SIGNALFD: command not found ./configure: line 4576: LTP_CHECK_SYSCALL_UNSHARE: command not found ./configure: line 4577: LTP_CHECK_TASKSTATS: command not found ./configure: line 4759: REALTIME_CHECK_PRIO_INHERIT: command not found ./configure: line 4760: REALTIME_CHECK_ROBUST_APIS: command not found + there are some missing dependency in configure.ac file. This patch should add them. I just grep whole LTP source - maybe some are not important. diff --git a/configure.ac b/configure.ac index 52f3381..7a72b36 100644 --- a/configure.ac +++ b/configure.ac @@ -39,11 +39,26 @@ AC_CHECK_HEADERS([ \ linux/mempolicy.h \ linux/module.h \ linux/netlink.h \ + linux/ptrace.h \ + linux/cgroupstats.h \ + linux/taskstats.h \ + linux/types.h \ sys/acl.h \ sys/epoll.h \ sys/inotify.h \ + sys/ptrace.h \ + sys/reg.h \ + asm/ldt.h \ + asm/ptrace.h \ sys/jfsdmapi.h \ sys/prctl.h \ + sys/epoll.h \ + sys/ptrace.h \ + sys/reg.h \ + sys/stat.h \ + sys/time.h \ + sys/types.h \ + sys/vfs.h \ ]) and then run make - there previous fault in configure caused that there are wrong symbols in Makefiles - for example for my case. microblaze-unknown-linux-gnu-gcc: @SELINUX_LIBS@: No such file or directory which is caused by problems in configure. Thanks for fixing, Michal -- Michal Simek, Ing. (M.Eng) PetaLogix - Linux Solutions for a Reconfigurable World w: www.petalogix.com p: +61-7-30090663,+42-0-721842854 f: +61-7-30090663 ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list