All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] A Caldera related bug?
@ 2001-08-29 23:04 dan_mcmanus
  2001-08-30  7:08 ` Christoph Hellwig
  0 siblings, 1 reply; 10+ messages in thread
From: dan_mcmanus @ 2001-08-29 23:04 UTC (permalink / raw)
  To: linux-LVM

Hello,

First off, if I'm not supposed to send this to you, I apologize. I am
running Caldera Openlinux workstation 3.1 with a kernel of 2.4.8 that has
LVM support enabled. My computer is a gateway 4200 Pentium II, if you care
about that. I tried this with lvm 1.0.1-rc1, 1.0, and 0.9, following the
instructions faithfully. What happens is I type "make" (after having typed
"./configure", of course) and this same error happens in each case:

[root@co1432 1.0.1-rc1]# make
make[1]: Entering directory `/usr/src/linux/extras/LVM/1.0.1-rc1/tools'
make[2]: Entering directory `/usr/src/linux/extras/LVM/1.0.1-rc1/tools/lib'
make[3]: Entering directory `/usr/src/linux/extras/LVM/1.0.1-rc1/tools/lib'
gcc -c -pipe -g -O2 -Wall -DDEBUG -I../../tools/lib -I../../tools -o
basename.o basename.c
In file included from /usr/include/linux/prefetch.h:13,
                 from /usr/include/linux/list.h:6,
                 from ../../tools/lib/lvm.h:115,
                 from ../../tools/lib/liblvm.h:96,
                 from basename.c:34:
/usr/include/asm/processor.h:46: parse error before `u16'
/usr/include/asm/processor.h:46: warning: no semicolon at end of struct or
union
/usr/include/asm/processor.h:55: parse error before `}'
make[3]: *** [basename.o] Error 1
make[3]: Leaving directory `/usr/src/linux/extras/LVM/1.0.1-rc1/tools/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/linux/extras/LVM/1.0.1-rc1/tools/lib'
make[2]: Entering directory
`/usr/src/linux/extras/LVM/1.0.1-rc1/tools/man8'
make[3]: Entering directory
`/usr/src/linux/extras/LVM/1.0.1-rc1/tools/man8'
make[3]: Leaving directory `/usr/src/linux/extras/LVM/1.0.1-rc1/tools/man8'
make[2]: Leaving directory `/usr/src/linux/extras/LVM/1.0.1-rc1/tools/man8'
make[2]: Entering directory `/usr/src/linux/extras/LVM/1.0.1-rc1/tools'
gcc -c -pipe -g -O2 -Wall -DDEBUG -I../tools/lib -I../tools -o e2fsadm.o
e2fsadm.c
In file included from /usr/include/linux/prefetch.h:13,
                 from /usr/include/linux/list.h:6,
                 from ../tools/lib/lvm.h:115,
                 from ../tools/lib/liblvm.h:96,
                 from ../tools/lvm_user.h:41,
                 from e2fsadm.c:53:
/usr/include/asm/processor.h:46: parse error before `u16'
/usr/include/asm/processor.h:46: warning: no semicolon at end of struct or
union
/usr/include/asm/processor.h:55: parse error before `}'
make[2]: *** [e2fsadm.o] Error 1
make[2]: Leaving directory `/usr/src/linux/extras/LVM/1.0.1-rc1/tools'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/linux/extras/LVM/1.0.1-rc1/tools'
make[1]: Entering directory `/usr/src/linux/extras/LVM/1.0.1-rc1'

**********************************
There were errors in your compile.
**********************************

make[1]: *** [.touchbuilt] Error 1
make[1]: Leaving directory `/usr/src/linux/extras/LVM/1.0.1-rc1'
make: *** [all] Error 2


Any help would be appreciated.

Thanks,

Dan McManus

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [linux-lvm] A Caldera related bug?
@ 2001-08-30 16:38 dan_mcmanus
  0 siblings, 0 replies; 10+ messages in thread
From: dan_mcmanus @ 2001-08-30 16:38 UTC (permalink / raw)
  To: linux-LVM

Hello,

Please disregard my previous message. I have figured out what to do to make
it compile, namely copying over the /usr/include/linux directory that had
the files from the old kernel and replacing them with those from the new
kernel ( /usr/src/linux/include ). And viola, it worked. Thanks anyway,

Dan McManus

Previous message follows:
__________________

Hello,

First off, if I'm not supposed to send this to you, I apologize. I am
running Caldera Openlinux workstation 3.1 with a kernel of 2.4.8 that has
LVM support enabled. My computer is a gateway 4200 Pentium II, if you care
about that. I tried this with lvm 1.0.1-rc1, 1.0, and 0.9, following the
instructions faithfully. What happens is I type "make" (after having typed
"./configure", of course) and this same error happens in each case:

[root@co1432 1.0.1-rc1]# make
make[1]: Entering directory `/usr/src/linux/extras/LVM/1.0.1-rc1/tools'
make[2]: Entering directory `/usr/src/linux/extras/LVM/1.0.1-rc1/tools/lib'
make[3]: Entering directory `/usr/src/linux/extras/LVM/1.0.1-rc1/tools/lib'
gcc -c -pipe -g -O2 -Wall -DDEBUG -I../../tools/lib -I../../tools -o
basename.o basename.c
In file included from /usr/include/linux/prefetch.h:13,
                 from /usr/include/linux/list.h:6,
                 from ../../tools/lib/lvm.h:115,
                 from ../../tools/lib/liblvm.h:96,
                 from basename.c:34:
/usr/include/asm/processor.h:46: parse error before `u16'
/usr/include/asm/processor.h:46: warning: no semicolon at end of struct or
union
/usr/include/asm/processor.h:55: parse error before `}'
make[3]: *** [basename.o] Error 1
make[3]: Leaving directory `/usr/src/linux/extras/LVM/1.0.1-rc1/tools/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/linux/extras/LVM/1.0.1-rc1/tools/lib'
make[2]: Entering directory
`/usr/src/linux/extras/LVM/1.0.1-rc1/tools/man8'
make[3]: Entering directory
`/usr/src/linux/extras/LVM/1.0.1-rc1/tools/man8'
make[3]: Leaving directory `/usr/src/linux/extras/LVM/1.0.1-rc1/tools/man8'
make[2]: Leaving directory `/usr/src/linux/extras/LVM/1.0.1-rc1/tools/man8'
make[2]: Entering directory `/usr/src/linux/extras/LVM/1.0.1-rc1/tools'
gcc -c -pipe -g -O2 -Wall -DDEBUG -I../tools/lib -I../tools -o e2fsadm.o
e2fsadm.c
In file included from /usr/include/linux/prefetch.h:13,
                 from /usr/include/linux/list.h:6,
                 from ../tools/lib/lvm.h:115,
                 from ../tools/lib/liblvm.h:96,
                 from ../tools/lvm_user.h:41,
                 from e2fsadm.c:53:
/usr/include/asm/processor.h:46: parse error before `u16'
/usr/include/asm/processor.h:46: warning: no semicolon at end of struct or
union
/usr/include/asm/processor.h:55: parse error before `}'
make[2]: *** [e2fsadm.o] Error 1
make[2]: Leaving directory `/usr/src/linux/extras/LVM/1.0.1-rc1/tools'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/linux/extras/LVM/1.0.1-rc1/tools'
make[1]: Entering directory `/usr/src/linux/extras/LVM/1.0.1-rc1'

**********************************
There were errors in your compile.
**********************************

make[1]: *** [.touchbuilt] Error 1
make[1]: Leaving directory `/usr/src/linux/extras/LVM/1.0.1-rc1'
make: *** [all] Error 2


Any help would be appreciated.

Thanks,

Dan McManus

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

end of thread, other threads:[~2001-08-30 16:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-29 23:04 [linux-lvm] A Caldera related bug? dan_mcmanus
2001-08-30  7:08 ` Christoph Hellwig
2001-08-30  9:23   ` Andreas Dilger
2001-08-30  9:37     ` Patrick Caulfield
2001-08-30  9:46     ` Christoph Hellwig
2001-08-30 11:09       ` Joe Thornber
2001-08-30 12:16         ` Christoph Hellwig
2001-08-30 15:03           ` Joe Thornber
2001-08-30 16:11             ` Christoph Hellwig
  -- strict thread matches above, loose matches on Subject: below --
2001-08-30 16:38 dan_mcmanus

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.