All of lore.kernel.org
 help / color / mirror / Atom feed
From: Theodore Ts'o <tytso@mit.edu>
To: "Verma, Vishal L" <vishal.l.verma@intel.com>
Cc: "jonernst07@gmail.com" <jonernst07@gmail.com>,
	"linux-ext4@vger.kernel.org" <linux-ext4@vger.kernel.org>,
	"matthew@wil.cx" <matthew@wil.cx>
Subject: Re: xfstests failures in v3.13-rc7
Date: Sat, 11 Jan 2014 16:58:09 -0500	[thread overview]
Message-ID: <20140111215809.GA10995@thunk.org> (raw)
In-Reply-To: <1389233388.12789.11.camel@vverma7-desk1-amr-corp-intel-com>

On Thu, Jan 09, 2014 at 02:09:52AM +0000, Verma, Vishal L wrote:
> As an aside, when I installed e2fsprogs using simply 'make install', it
> replaced /sbin/blkid with it's own version (1.0.0), down from what I had
> (2.x). Reinstalling the util-linux-ng package brings me back up...
> (I had to modify the check script in xfstests to use the -p option in
> blkid to actually read superblock since ramdisks don't seem to make it
> into /etc/blkid/blkid.tab, and this wasn't there in blkid v1.0.0).
> 
> I quickly searched for a bit of history on the topic, and sounds like I
> should be using --disable-libblkid for configure. Tried that, and got
> some errors, the same as seen here:
> http://patchwork.ozlabs.org/patch/36491/

Did you do a full "make distclean" after you reran the configure
script?  This was caused by a left over header file, if memory serves
correctly.

If you used a separate build directory (i.e., "mkdir build ; cd build
; ../configure --enable-...") then just rm -rf the build directory and
then start from scratch.  If you used git, you can do "git clean
-xdq".  If neither of these apply, you may need to delete the full
source tree and then unpack the source tarfile again.

I'm open to patches to make this the transition between one set of
configure options to another more smooth, but given that I tend to
just do things like have multiple build directories, for things like
"build-coverity", "build-quota", "build-dietlibc", etc., it's not high
on my priority list to figure out why someone who fails to run "make
distclean", or deletes the full build tree, before running configure
with a different set of options, is losing.

					- Ted

  reply	other threads:[~2014-01-11 21:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-07  2:57 xfstests failures in v3.13-rc7 Verma, Vishal L
2014-01-07 12:01 ` Jan Kara
2014-01-08  4:56 ` jon ernst
2014-01-08 10:33   ` Matthew Wilcox
2014-01-09  2:09   ` Verma, Vishal L
2014-01-11 21:58     ` Theodore Ts'o [this message]
2014-01-14  4:02       ` Verma, Vishal L
2014-01-08 11:53 ` Lukáš Czerner

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=20140111215809.GA10995@thunk.org \
    --to=tytso@mit.edu \
    --cc=jonernst07@gmail.com \
    --cc=linux-ext4@vger.kernel.org \
    --cc=matthew@wil.cx \
    --cc=vishal.l.verma@intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.