Linux LVM users
 help / color / mirror / Atom feed
* [linux-lvm] Having trouble compiling CVS
@ 2002-03-29  0:42 Adrian Head
  2002-03-29  2:08 ` Adrian Head
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Head @ 2002-03-29  0:42 UTC (permalink / raw)
  To: linux-lvm

I'm having trouble with compiling the tools in the CVS for LVM.  The compile 
dies with the following error:  make[2]: *** No rule to make target 
`tools.h', needed by `e2fsadm.c'.  Stop.

I have grep'ed the mailing list and have not found anything.

CVS was obtained at: 20020329-1334 or 03:34 GMT

What other information do I need to supply?

The full make listing is as follows:

ln -sf liblvm-1.0.4-10.so.1.1 liblvm-1.0.4-10.so.1
ln -sf liblvm-1.0.4-10.so.1.1 liblvm-1.0.4-10.so

Done Library parts

make[3]: Leaving directory `/usr/src/LVM/tools/lib'
make[2]: Leaving directory `/usr/src/LVM/tools/lib'
make[2]: Entering directory `/usr/src/LVM/tools/man8'
make[3]: Entering directory `/usr/src/LVM/tools/man8'
make[3]: Leaving directory `/usr/src/LVM/tools/man8'
make[2]: Leaving directory `/usr/src/LVM/tools/man8'
make[2]: Entering directory `/usr/src/LVM/tools'
make[2]: *** No rule to make target `tools.h', needed by `e2fsadm.c'.  Stop.
make[2]: Leaving directory `/usr/src/LVM/tools'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/LVM/tools'
make[1]: Entering directory `/usr/src/LVM'

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

make[1]: *** [.touchbuilt] Error 1
make[1]: Leaving directory `/usr/src/LVM'
make: *** [all] Error 2

-- 
Adrian Head

(Public Key available on request.)

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

* Re: [linux-lvm] Having trouble compiling CVS
  2002-03-29  0:42 [linux-lvm] Having trouble compiling CVS Adrian Head
@ 2002-03-29  2:08 ` Adrian Head
  2002-03-29 14:21   ` Patrick Caulfield
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Head @ 2002-03-29  2:08 UTC (permalink / raw)
  To: linux-lvm

I have been able to get the lvm-1.1rc1 tarball to compile correctly.  I have 
diff'ed the two directories lvm-1.1rc1 & lvm-1.1rc1-CVS and I cannot find any 
obvious reason why the CVS would not work.

Anyone have any sugestions?

On Fri, 29 Mar 2002 16:42, Adrian Head wrote:
> I'm having trouble with compiling the tools in the CVS for LVM.  The
> compile dies with the following error:  make[2]: *** No rule to make target
> `tools.h', needed by `e2fsadm.c'.  Stop.
>
> I have grep'ed the mailing list and have not found anything.
>
> CVS was obtained at: 20020329-1334 or 03:34 GMT
>
> What other information do I need to supply?
>
> The full make listing is as follows:
>
> ln -sf liblvm-1.0.4-10.so.1.1 liblvm-1.0.4-10.so.1
> ln -sf liblvm-1.0.4-10.so.1.1 liblvm-1.0.4-10.so
>
> Done Library parts
>
> make[3]: Leaving directory `/usr/src/LVM/tools/lib'
> make[2]: Leaving directory `/usr/src/LVM/tools/lib'
> make[2]: Entering directory `/usr/src/LVM/tools/man8'
> make[3]: Entering directory `/usr/src/LVM/tools/man8'
> make[3]: Leaving directory `/usr/src/LVM/tools/man8'
> make[2]: Leaving directory `/usr/src/LVM/tools/man8'
> make[2]: Entering directory `/usr/src/LVM/tools'
> make[2]: *** No rule to make target `tools.h', needed by `e2fsadm.c'. 
> Stop. make[2]: Leaving directory `/usr/src/LVM/tools'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/usr/src/LVM/tools'
> make[1]: Entering directory `/usr/src/LVM'
>
> **********************************
> There were errors in your compile.
> **********************************
>
> make[1]: *** [.touchbuilt] Error 1
> make[1]: Leaving directory `/usr/src/LVM'
> make: *** [all] Error 2

-- 
Adrian Head

(Public Key available on request.)

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

* Re: [linux-lvm] Having trouble compiling CVS
  2002-03-29  2:08 ` Adrian Head
@ 2002-03-29 14:21   ` Patrick Caulfield
  2002-03-29 19:20     ` Adrian Head
  0 siblings, 1 reply; 4+ messages in thread
From: Patrick Caulfield @ 2002-03-29 14:21 UTC (permalink / raw)
  To: linux-lvm

On Fri, Mar 29, 2002 at 06:09:21PM +1000, Adrian Head wrote:
> I have been able to get the lvm-1.1rc1 tarball to compile correctly.  I have 
> diff'ed the two directories lvm-1.1rc1 & lvm-1.1rc1-CVS and I cannot find any 
> obvious reason why the CVS would not work.
> 
> Anyone have any sugestions?


CVS doesn't compile ATM, Heinz has beendoing some changes and accidentally left
a file out. 

You'll have to wait till after the Easter holidays for CVS to be workingn again
I'm afraid.

Sorry.

Patrick

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

* Re: [linux-lvm] Having trouble compiling CVS
  2002-03-29 14:21   ` Patrick Caulfield
@ 2002-03-29 19:20     ` Adrian Head
  0 siblings, 0 replies; 4+ messages in thread
From: Adrian Head @ 2002-03-29 19:20 UTC (permalink / raw)
  To: linux-lvm

Thanks - I'll wait until after Easter.

BTW: LVM-1.1rc1 (tarball) seems more stable then LVM CVS did 5-7 weeks ago.  
Well done and thanks.

On Sat, 30 Mar 2002 06:22, you wrote:
> On Fri, Mar 29, 2002 at 06:09:21PM +1000, Adrian Head wrote:
> > I have been able to get the lvm-1.1rc1 tarball to compile correctly.  I
> > have diff'ed the two directories lvm-1.1rc1 & lvm-1.1rc1-CVS and I cannot
> > find any obvious reason why the CVS would not work.
> >
> > Anyone have any sugestions?
>
> CVS doesn't compile ATM, Heinz has beendoing some changes and accidentally
> left a file out.
>
> You'll have to wait till after the Easter holidays for CVS to be workingn
> again I'm afraid.
>
> Sorry.
>
> Patrick

-- 
Adrian Head

(Public Key available on request.)

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

end of thread, other threads:[~2002-03-29 19:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-29  0:42 [linux-lvm] Having trouble compiling CVS Adrian Head
2002-03-29  2:08 ` Adrian Head
2002-03-29 14:21   ` Patrick Caulfield
2002-03-29 19:20     ` Adrian Head

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox