All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Marxmeier <mike@msede.com>
To: bartosh@ocean.tamu.edu
Cc: mike@msede.com, linux-lvm@msede.com
Subject: Re: [linux-lvm] tools make error?
Date: Mon, 20 Mar 2000 17:42:24 MEZ	[thread overview]
Message-ID: <200003201642.RAA09501@e35.marxmeier.com> (raw)
In-Reply-To: <Pine.OSF.4.02.10003201004080.477644-100000@ocean.tamu.edu>; from "Michael Bartosh" at Mar 20, 100 10:05 am

> On Mon, 20 Mar 2000, Michael Marxmeier wrote:
> > > I have 0.8final compiled (w/ patch) into kernel, but am getting the
> > > following when I try to make the new tools. What's up?
> > 
> > Known problem.
> > 
> > You need to apply patch
> > patch-lvm_0.8final-2    - patch against LVM 0.8final user mode tools
> 
> Cool! Patch applied correctly. Still getting a different err though (see
> below)
> ...
> In file included from /root/LVM/0.8final/tools/lvm_user.h:44,
>                  from e2fsadm.c:45:
> /root/LVM/0.8final/tools/lib/liblvm.h:50: gnu/types.h: No such file or

Did you apply the patch correctly?
It should replace gnu/types.h with sys/types.h in lib/liblvm.h.

I just check the patch and it looks correct.

--- 0.8final/tools/lib/liblvm.h.orig    Tue Feb 22 03:51:00 2000
+++ 0.8final/tools/lib/liblvm.h Tue Feb 22 03:54:36 2000
@@ -47,7 +47,7 @@
 #  include <linux/version.h>
 #endif
 
-#include <gnu/types.h>
+#include <sys/types.h>
 
 #include <sys/stat.h>


Michael

--
Michael Marxmeier           Marxmeier Software AG
E-Mail: mike@msede.com      Besenbruchstrasse 9
Phone : +49 202 2431440     42285 Wuppertal, Germany
Fax   : +49 202 2431420     http://www.msede.com/

  parent reply	other threads:[~2000-03-20 16:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-03-20  8:49 [linux-lvm] tools make error? Michael Bartosh
2000-03-20  9:20 ` Michael Marxmeier
2000-03-20 16:05   ` Michael Bartosh
2000-03-20 16:20     ` Heinz Mauelshagen
2000-03-20 16:42     ` Michael Marxmeier [this message]
2000-03-20 16:53       ` Michael Bartosh

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=200003201642.RAA09501@e35.marxmeier.com \
    --to=mike@msede.com \
    --cc=bartosh@ocean.tamu.edu \
    --cc=linux-lvm@msede.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.