On Thu, 2005-12-01 at 07:35 +0200, Ruslan Ermilov wrote: > On Thu, Dec 01, 2005 at 02:39:27AM +0200, Iasen Kostoff wrote: > > I've cvsup-ed 30 min ago and this is what happend after make > > buildworld: > > > > cc -DHAVE_CONFIG_H -DCOMPILE_ONLY -I/usr/src/lib/libmagic > > -I/usr/src/lib/libmagic/../../contrib/file -o > > mkmagic /usr/src/lib/libmagic/../../contrib/file/apprentice.c /usr/src/lib/libmagic/../../contrib/file/funcs.c /usr/src/lib/libmagic/../../contrib/file/magic.c /usr/src/lib/libmagic/../../contrib/file/print.c > > /usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lc > > *** Error code 1 > > > > Stop in /usr/src/lib/libmagic. > > *** Error code 1 > > > It's hard to guess, but I'll try. The above line indicates that > this is probably happened in "stage 4.2: building libraries". > If so, the chances are simply that your date/time is set wrong, > or there are files in the source tree (check with find(1)) that > have modification time pointing to the future. > That do the trick it's now a way past the point of failure, thanks. After useing ntpdate with timeserver it was something like "... offset 2148789782348734.0 sec" :). I wander if there is a way to save somewhere in the tree the time of last modification(commit) and then in the Makefile to check if it is not in the future and if it is to fail with proper message maybe if it is possible it will save some wall-head-hitting and time too :). Regards.Received on Thu Dec 01 2005 - 10:30:06 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:48 UTC