linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Matthias König" <mk@phasorlab.de>
To: Robert Schwebel <r.schwebel@pengutronix.de>
Cc: Karel Zak <kzak@redhat.com>,
	linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	util-linux-ng@vger.kernel.org
Subject: Re: [PATCH] fix blkid.h include
Date: Wed, 6 May 2009 14:13:05 +0200	[thread overview]
Message-ID: <20090506121305.GA7278@zebra.localsite> (raw)
In-Reply-To: <20090506113550.GQ15802@pengutronix.de>

Robert Schwebel <r.schwebel@pengutronix.de> wrote:
> When building util-linux-ng-2.15, I get this:
> 
> make[3]: Entering directory `/ptx/work/octopus/WORK_2_B/rsc/svn/oselas/bsp/OSELAS.BSP-Pengutronix-AllYes-trunk/platform-phyCORE-PXA270.PCM990/build-target/util-linux-ng-2.15/mount'
> arm-iwmmx-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\" -isystem /home/rsc/svn/oselas/bsp/OSELAS.BSP-Pengutronix-AllYes-trunk/platform-phyCORE-PXA270.PCM990/sysroot-target/include -isystem /home/rsc/svn/oselas/bsp/OSELAS.BSP-Pengutronix-AllYes-trunk/platform-phyCORE-PXA270.PCM990/sysroot-target/usr/include  -fsigned-char  -I/home/rsc/svn/oselas/bsp/OSELAS.BSP-Pengutronix-AllYes-trunk/platform-phyCORE-PXA270.PCM990/sysroot-target/usr/include    -g -O2 -MT mount-fsprobe.o -MD -MP -MF .deps/mount-fsprobe.Tpo -c -o mount-fsprobe.o `test -f '../lib/fsprobe.c' || echo './'`../lib/fsprobe.c
> ../lib/fsprobe.c:10:19: error: blkid.h: No such file or directory
> 
> The reason is that blkid.h comes from e2fsutils, which install the header file
> into /usr/include/blkid/blkid.h; /usr/include is also what the .pc file
> specifies for the include path for the CFLAGS. So IMHO the patch below must be
> applied to make it work.
> 
> If this is not acceptable, a little bit more configure magic would be necessary.

This breaks then the build with the internal blkid library which
can be selected by --with-fsprobe=builtin
So, I guess some other method is needed, we might just want to set the
correct include path?

Regards,
Matthias

> 
> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
> 
> ---
>  lib/fsprobe.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Index: util-linux-ng-2.15/lib/fsprobe.c
> ===================================================================
> --- util-linux-ng-2.15.orig/lib/fsprobe.c
> +++ util-linux-ng-2.15/lib/fsprobe.c
> @@ -7,7 +7,7 @@
>  #include <sys/types.h>
>  #include <stdlib.h>
>  
> -#include <blkid.h>
> +#include <blkid/blkid.h>
>  
>  #include "blkdev.h"
>  #include "canonicalize.h"
> 
> -- 
> Pengutronix e.K.                           |                             |
> Industrial Linux Solutions                 | http://www.pengutronix.de/  |
> Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |
> --
> To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2009-05-06 12:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-05 21:42 [ANNOUNCE] util-linux-ng v2.15 (stable) Karel Zak
     [not found] ` <20090505214214.GC4460-sHeGUpI7y9L/9pzu0YdTqQ@public.gmane.org>
2009-05-06 11:35   ` [PATCH] fix blkid.h include Robert Schwebel
2009-05-06 11:43     ` Peter Breitenlohner
     [not found]     ` <20090506113550.GQ15802-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-05-06 12:06       ` Mike Frysinger
2009-05-06 12:13     ` Matthias König [this message]
2009-05-11 14:43   ` [ANNOUNCE] util-linux-ng v2.15 (stable) Américo Wang

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=20090506121305.GA7278@zebra.localsite \
    --to=mk@phasorlab.de \
    --cc=kzak@redhat.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=r.schwebel@pengutronix.de \
    --cc=util-linux-ng@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).