i got a problem!

Code:
fetch: cdrtools-2.01.tar.bz2: local modification time does not match remote
=>couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

i change into /usr/ports/sysutils,and make install clean.
but the simple error:local modification time does not match remote!

I think this problem isn't difficuty for this forum.
My english is poor,but i still post this thread.
I hope someone can help me!
Thank you!
 
Is /usr/ports (or any of the other directories underneath that) mounted via NFS?

Make sure all your machines have the correct time and timezone set up.
 
Sometimes this happens if a fetch of the distfile was previously interrupted. Try this:
Code:
# cd /usr/ports/sysutils/cdrtools  && make distclean && make install clean
 
Back
Top