Re: [vchkpw] Troubles running make [SOLVED]

2004-05-05 Thread Patrick Donker
Tom Collins wrote:
On May 5, 2004, at 12:25 PM, X-Istence wrote:
ntpdate ntp.nasa.gov before you build the tar ball :P.

Actually, it's more a problem of the CVS server not maintaining the 
proper dates on the files used in the build process.  It has to do 
with relative dates (which files are newer) than absolute dates.

If I do 'touch *' before building the tarball, that takes care of the 
problem.  I prefer not to do that though, as I feel that files that 
haven't changed should keep their timestamps.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Maybe you could do a touch * in the installation script, or mention it 
in the install document


Re: [vchkpw] Troubles running make [SOLVED]

2004-05-05 Thread Tom Collins
On May 5, 2004, at 12:25 PM, X-Istence wrote:
ntpdate ntp.nasa.gov before you build the tar ball :P.
Actually, it's more a problem of the CVS server not maintaining the 
proper dates on the files used in the build process.  It has to do with 
relative dates (which files are newer) than absolute dates.

If I do 'touch *' before building the tarball, that takes care of the 
problem.  I prefer not to do that though, as I feel that files that 
haven't changed should keep their timestamps.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/


Re: [vchkpw] Troubles running make [SOLVED]

2004-05-05 Thread X-Istence
Tom Collins wrote:
On May 4, 2004, at 3:31 PM, X-Istence wrote:
Mabey its time to fix your server time.
This shouldnt happen.

If I don't build the tarball correctly, it will happen.
--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Ah, so its your mistake :P
ntpdate ntp.nasa.gov before you build the tar ball :P.
X-Istence


Re: [vchkpw] Troubles running make [SOLVED]

2004-05-05 Thread Tom Collins
On May 4, 2004, at 3:31 PM, X-Istence wrote:
Mabey its time to fix your server time.
This shouldnt happen.
If I don't build the tarball correctly, it will happen.
--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/


Re: [vchkpw] Troubles running make [SOLVED]

2004-05-04 Thread Patrick Donker




Jeremy Kitchen wrote:

  On Tuesday 04 May 2004 05:31 pm, X-Istence wrote:
  
  

  
have you tried:


  touch *
in the root of the source tree?
  

  

  
  
  
  
Mabey its time to fix your server time.

  
  
happened to me the other day, which is why I said to touch *

I think there's something wrong with the tarball again *shrugs*

-Jeremy

  

Well, glad that it is something so easily fixable...if only all
problems were 
Patrick




Re: [vchkpw] Troubles running make [SOLVED]

2004-05-04 Thread Jeremy Kitchen
On Tuesday 04 May 2004 05:31 pm, X-Istence wrote:
> >>have you tried:
> >>>touch *
> >>>in the root of the source tree?

> Mabey its time to fix your server time.

happened to me the other day, which is why I said to touch *

I think there's something wrong with the tarball again *shrugs*

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 847.492.0470 int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail



Re: [vchkpw] Troubles running make [SOLVED]

2004-05-04 Thread Patrick Donker
X-Istence wrote:

Jeremy Kitchen wrote:

On Tuesday 04 May 2004 03:28 pm, Patrick Donker wrote:

have you tried:

touch *
in the root of the source tree?
-Jeremy


Thanks for this tip Jeremy; it solved my problem.
Only thing is that I dont understand why. I've looked at man touch, and
I know what it does, but dont understand why and how it solved my
problem(?). Maybe you can clue me in? If it is too off-topic for this
list, maybe you can explain it too me (briefly) by emailing me direcly?
Thanks and sorry for the impatience :)


man make

it describes how make uses timestamps to determine what needs to be 
built.  Surely you can put that together with the information you got 
from 'man touch' and know why what you did fixed the problem.

-Jeremy



Mabey its time to fix your server time.

This shouldnt happen.

X-Istence


No; its already synching


Re: [vchkpw] Troubles running make [SOLVED]

2004-05-04 Thread X-Istence
Jeremy Kitchen wrote:
On Tuesday 04 May 2004 03:28 pm, Patrick Donker wrote:

have you tried:

touch *
in the root of the source tree?
-Jeremy
Thanks for this tip Jeremy; it solved my problem.
Only thing is that I dont understand why. I've looked at man touch, and
I know what it does, but dont understand why and how it solved my
problem(?). Maybe you can clue me in? If it is too off-topic for this
list, maybe you can explain it too me (briefly) by emailing me direcly?
Thanks and sorry for the impatience :)


man make

it describes how make uses timestamps to determine what needs to be built.  
Surely you can put that together with the information you got from 'man 
touch' and know why what you did fixed the problem.

-Jeremy



Mabey its time to fix your server time.

This shouldnt happen.

X-Istence


Re: [vchkpw] Troubles running make [SOLVED]

2004-05-04 Thread Jeremy Kitchen
On Tuesday 04 May 2004 03:28 pm, Patrick Donker wrote:
> have you tried:
> >touch *
> >in the root of the source tree?
> >
> >-Jeremy
>
> Thanks for this tip Jeremy; it solved my problem.
> Only thing is that I dont understand why. I've looked at man touch, and
> I know what it does, but dont understand why and how it solved my
> problem(?). Maybe you can clue me in? If it is too off-topic for this
> list, maybe you can explain it too me (briefly) by emailing me direcly?
> Thanks and sorry for the impatience :)

man make

it describes how make uses timestamps to determine what needs to be built.  
Surely you can put that together with the information you got from 'man 
touch' and know why what you did fixed the problem.

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 847.492.0470 int'l
kitchen @ #qmail #gentoo on EFNET ++ scriptkitchen.com/qmail



Re: [vchkpw] Troubles running make

2004-05-04 Thread Patrick Donker
Dude, relax!

Rick Widmer wrote:

Its not a fucking instant message system!

Plan to wait for up to a day for an answer, not one hour



Patrick Donker wrote:

David Wolfskill wrote:

On Tue, May 04, 2004 at 09:50:01PM +0200, Patrick Donker wrote:
 

Anybody willing to comment on my problem, or are there only 3 
people on this list?
  


Some of us who are on the list are not qualified to respond to what
appear to be Linux-specific issues.
Peace,
david
 

Ok, then could you, or anyone else, point me to any resource that 
could lead to a successful make? I have absolutely no clue where to 
look as this is the first time I have troubles installing a package. 
The error message doesnt help very much either...
TIA
Patrick






Re: [vchkpw] Troubles running make

2004-05-04 Thread Rick Widmer
Its not a fucking instant message system!

Plan to wait for up to a day for an answer, not one hour



Patrick Donker wrote:

David Wolfskill wrote:

On Tue, May 04, 2004 at 09:50:01PM +0200, Patrick Donker wrote:
 

Anybody willing to comment on my problem, or are there only 3 people on 
this list?
   

Some of us who are on the list are not qualified to respond to what
appear to be Linux-specific issues.
Peace,
david
 

Ok, then could you, or anyone else, point me to any resource that could 
lead to a successful make? I have absolutely no clue where to look as 
this is the first time I have troubles installing a package. The error 
message doesnt help very much either...
TIA
Patrick



Re: [vchkpw] Troubles running make [SOLVED]

2004-05-04 Thread Patrick Donker
have you tried:

touch *
in the root of the source tree?
-Jeremy

 

Thanks for this tip Jeremy; it solved my problem.
Only thing is that I dont understand why. I've looked at man touch, and 
I know what it does, but dont understand why and how it solved my 
problem(?). Maybe you can clue me in? If it is too off-topic for this 
list, maybe you can explain it too me (briefly) by emailing me direcly?
Thanks and sorry for the impatience :)
Patrick


Re: [vchkpw] Troubles running make

2004-05-04 Thread Patrick Donker




Jeremy Kitchen wrote:

  http://scriptkitchen.com/godkills.jpg <-- please, think of the kittens.

On Tuesday 04 May 2004 02:50 pm, Patrick Donker wrote:
  
  
Anybody willing to comment on my problem, or are there only 3 people on
this list?

  
  
patience is a virtue.  Your first post was this morning.  If you expect to 
have answers right away there ARE commercial support providers out there.

  

Apparently I am in a different timezone than the majority here (GMT+1),
and no, I havent tried Touch * (yet)...will try, tnx




Re: [vchkpw] Troubles running make

2004-05-04 Thread Jeremy Kitchen
http://scriptkitchen.com/godkills.jpg <-- please, think of the kittens.

On Tuesday 04 May 2004 02:50 pm, Patrick Donker wrote:
> Anybody willing to comment on my problem, or are there only 3 people on
> this list?

patience is a virtue.  Your first post was this morning.  If you expect to 
have answers right away there ARE commercial support providers out there.

> Patrick Donker wrote:
> >Hi all,
> >
> >I'm new to both this list and linux so forgive my ignorance and that my
> >question most likely has been asked before.
> >
> >I have been trying to install just about any version of vpopmail, but all
> > have problems when I run make.
> >I use this commandline to install:
> >[EMAIL PROTECTED]:~/vpopmail-5.4.3#./configure --enable-roaming-users
> >--enable-clear-passwd
> >
> >No probs so far. However, as soon as I run make I get the below message
> > and make dies:
> >
> >[EMAIL PROTECTED]:~/vpopmail-5.4.3# make
> >Makefile:332: warning: overriding commands for target `_AM_File'
> >Makefile:322: warning: ignoring old commands for target `_AM_File'
> >Makefile:351: warning: overriding commands for target `[]'
> >Makefile:341: warning: ignoring old commands for target `[]'
> >make: *** No rule to make target `_AM_File,', needed by
> > `all-recursive-am'. Stop.
> >
> >I tried this with older versions as well, but the same problem.
> >What could be wrong and what info do you need to help me out?
> >I'm running Debian 3 with the 2.6.5.1 kernel

have you tried:
touch *
in the root of the source tree?

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 847.492.0470 int'l
kitchen @ #qmail #gentoo on EFNET ++ scriptkitchen.com/qmail



Re: [vchkpw] Troubles running make

2004-05-04 Thread Anders Brander
Hi,

On Tue, 2004-05-04 at 21:50, Patrick Donker wrote:
> Anybody willing to comment on my problem, or are there only 3 people on 
> this list?

>From my experience, there is lots of clever and helpful people on this
this list and in the vpopmail community in general. Have patience ;)

About your problem - I don't know much about automake, sorry...

/Anders




Re: [vchkpw] Troubles running make

2004-05-04 Thread Patrick Donker




David Wolfskill wrote:

  On Tue, May 04, 2004 at 09:50:01PM +0200, Patrick Donker wrote:
  
  
Anybody willing to comment on my problem, or are there only 3 people on 
this list?

  
  
Some of us who are on the list are not qualified to respond to what
appear to be Linux-specific issues.

Peace,
david
  

Ok, then could you, or anyone else, point me to any resource that could
lead to a successful make? I have absolutely no clue where to look as
this is the first time I have troubles installing a package. The error
message doesnt help very much either...
TIA
Patrick




Re: [vchkpw] Troubles running make

2004-05-04 Thread Patrick Donker
Anybody willing to comment on my problem, or are there only 3 people on 
this list?

Patrick Donker wrote:

Hi all,

I'm new to both this list and linux so forgive my ignorance and that my 
question most likely has been asked before.

I have been trying to install just about any version of vpopmail, but all have 
problems when I run make.
I use this commandline to install:
[EMAIL PROTECTED]:~/vpopmail-5.4.3#./configure --enable-roaming-users 
--enable-clear-passwd

No probs so far. However, as soon as I run make I get the below message and 
make dies:

[EMAIL PROTECTED]:~/vpopmail-5.4.3# make
Makefile:332: warning: overriding commands for target `_AM_File'
Makefile:322: warning: ignoring old commands for target `_AM_File'
Makefile:351: warning: overriding commands for target `[]'
Makefile:341: warning: ignoring old commands for target `[]'
make: *** No rule to make target `_AM_File,', needed by `all-recursive-am'.  
Stop.

I tried this with older versions as well, but the same problem.
What could be wrong and what info do you need to help me out?
I'm running Debian 3 with the 2.6.5.1 kernel
Thanks
Patrick