git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Build bug report: 'make check' needs sparse, but configure doesn't check it
@ 2008-10-04 13:19 Ed Avis
  2008-10-05  0:34 ` Dmitry Potapov
  0 siblings, 1 reply; 5+ messages in thread
From: Ed Avis @ 2008-10-04 13:19 UTC (permalink / raw)
  To: git

When you build git-1.6.0.2 and 'make check', it tries to run sparse and fails if
sparse is not there.  But the configure script does not check sparse is
installed.

I suggest that 'make check' skip the sparse tests if sparse is not there.  As I
understand it, they are really more for the developers to get a report of
possible errors in the source code and not to test that the built executables
work, so it would not be dangerous to just skip running those tests for ordinary
users who don't have the tool.

Alternatively, if running sparse is really important for a thorough 'make
check', the configure script should check for it and warn you to install it.

-- 
Ed Avis <ed@membled.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-10-06 11:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-04 13:19 Build bug report: 'make check' needs sparse, but configure doesn't check it Ed Avis
2008-10-05  0:34 ` Dmitry Potapov
2008-10-05  9:46   ` Ed Avis
2008-10-06  6:58     ` Shawn O. Pearce
2008-10-06 11:28       ` Ed Avis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).