From: Cyril Hrubis <chrubis@suse.cz>
To: Subrata Modak <subrata@linux.vnet.ibm.com>
Cc: ltp-list@lists.sourceforge.net
Subject: Re: [LTP] broken epoll Makefile
Date: Mon, 7 Sep 2009 13:47:15 +0200 [thread overview]
Message-ID: <20090907114715.GA10983@schrodinger.suse.cz> (raw)
In-Reply-To: <1252323725.4922.33.camel@subratamodak.linux.ibm.com>
Hi!
> > compilation of testcases/kernel/syscalls/epoll was randomly faling on s390,
> > while trying to find culprint I've noticed that test in Makefile is badly
> > broken. The problematic line is:
> >
> > LIBC_HAS_EPOLL := $(shell echo '\#include <sys/epoll.h>' | $(CC) -E - > /dev/null 2>&1 && echo yes)
> >
> > Where sombody added \ to escape # from makefile, but this is being printed into
> > the $(CC) input and because of this LIBC_HAS_EPOLL is set to 'yes' no matter if
> > this header is present or not. However it fails (sometimes) on s390.
> >
> > This check should be moved to autoconf but just for now I'm too tired to
> > do that.
>
> Can you please send a patch now ?
Working on. Should be hopefully finished today.
--
Cyril Hrubis
chrubis@suse.cz
------------------------------------------------------------------------------
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
next prev parent reply other threads:[~2009-09-07 11:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-31 17:41 [LTP] broken epoll Makefile Cyril Hrubis
[not found] ` <1252323725.4922.33.camel@subratamodak.linux.ibm.com>
2009-09-07 11:47 ` Cyril Hrubis [this message]
[not found] ` <1252324203.4922.37.camel@subratamodak.linux.ibm.com>
2009-09-07 16:02 ` [LTP] [PATCH] " Cyril Hrubis
[not found] ` <200909072235.00963.vapier@gentoo.org>
2009-09-09 12:31 ` Cyril Hrubis
[not found] ` <200909090844.25484.vapier@gentoo.org>
2009-09-09 13:07 ` Cyril Hrubis
2009-09-17 12:03 ` Cyril Hrubis
[not found] ` <200909171053.28153.vapier@gentoo.org>
2009-09-17 15:31 ` Cyril Hrubis
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=20090907114715.GA10983@schrodinger.suse.cz \
--to=chrubis@suse.cz \
--cc=ltp-list@lists.sourceforge.net \
--cc=subrata@linux.vnet.ibm.com \
/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