Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: build.sh of tools (nbhost-mkdep) fails on i386 vm
> On Sat, Oct 01, 2011 at 10:41:11 -0400, "Valeriy E. Ushakov"
> <uwe%stderr.spb.ru@localhost> wrote:
>> >You should see here instead (module your TOOLDIR):
>> >
>> >install ===> tools/host-mkdep
>> >mkdir -p /usr/nb/tools/bin
>> >cp host-mkdep /usr/nb/tools/bin/nbhost-mkdep
>> >chmod +x /usr/nb/tools/bin/nbhost-mkdep
>> >
>> >So you should investigate why this step misbehaves. You can cd to
>> >src/rools/host-mkdep and run $TOOLDIR/bin/nbmake-$arch install to run
>> >just this step after doing whatever changes you think might affect it
>> >(wrong timestamps, verifying that your source tree is clean, etc).
timestamps do indeed seem to be the problem, I've *never* seen anything
like this... in 42 years of "enthusiast coding"...
I'm getting random file creation dates. Apparently the build process dies
silently if some file dates are far enough out...
That's why I go no output the second time i tried run nbmake-i386
install...it just died silently...
Even /usr/bin/touch seems to act up...gives random dates...
Here's an example...a portion of src/tools directory after a fresh cvs:
xperiment 86 # pwd
/usr/src/tools
xperiment 87 # ls -las
total 226
4 drwxr-xr-x 98 root wheel 2560 Oct 2 20:56 ./
2 drwxr-xr-x 28 root wheel 1024 Oct 2 20:57 ../
2 drwxr-xr-x 2 root wheel 512 Oct 2 20:56 CVS/
6 -rw-r--r-- 1 root wheel 6131 Aug 27 1947 Makefile
4 -rw-r--r-- 1 root wheel 3931 Aug 27 1947 Makefile.gmakehost
4 -rw-r--r-- 1 root wheel 3388 Aug 27 1947 Makefile.gnuhost
2 -rw-r--r-- 1 root wheel 925 Aug 27 1947 Makefile.gnuwrap
2 -rw-r--r-- 1 root wheel 1791 Aug 27 1947 Makefile.host
2 -rw-r--r-- 1 root wheel 1784 Aug 27 1947 Makefile.nbincludes
2 drwxr-xr-x 4 root wheel 512 Oct 2 20:55 amiga-elf2bb/
2 drwxr-xr-x 3 root wheel 512 Oct 2 20:55 amiga-txlt/
2 drwxr-xr-x 3 root wheel 512 Oct 2 20:55 asn1_compile/
xperiment 88 # touch *
xperiment 89 # ls -las
total 226
4 drwxr-xr-x 98 root wheel 2560 Oct 2 20:56 ./
2 drwxr-xr-x 28 root wheel 1024 Oct 2 20:57 ../
2 drwxr-xr-x 2 root wheel 512 Apr 27 1976 CVS/
6 -rw-r--r-- 1 root wheel 6131 May 20 1934 Makefile
4 -rw-r--r-- 1 root wheel 3931 Nov 7 1964 Makefile.gmakehost
4 -rw-r--r-- 1 root wheel 3388 Jan 10 1930 Makefile.gnuhost
2 -rw-r--r-- 1 root wheel 925 Jan 16 1930 Makefile.gnuwrap
2 -rw-r--r-- 1 root wheel 1791 Jan 21 1961 Makefile.host
2 -rw-r--r-- 1 root wheel 1784 Nov 27 1992 Makefile.nbincludes
2 drwxr-xr-x 4 root wheel 512 Jul 27 1998 amiga-elf2bb/
2 drwxr-xr-x 3 root wheel 512 May 19 1985 amiga-txlt/
xperiment 90 # date
Sun Oct 2 21:02:06 EDT 2011
Maybe a file system error?
What to try next? I'm going to boot into single user and fsck my disks...
Other suggestions?
--gene
Home |
Main Index |
Thread Index |
Old Index