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-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 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 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-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 [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 [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 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 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




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 g
Patrick