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 09:16:52 -0400, yancm%SDF.ORG@localhost wrote:

> [bunch of successful stuff omitted]
> [including the following because it seems redundant?]
> checking how to run the C preprocessor... cc -E
> updating cache config.cache
> configure: creating ./config.status
> config.status: creating host-mkdep
> chmod +x host-mkdep

So far so good (this is from dependall, that you trimmed off the top
of the log).


> install ===> host-mkdep
> rm -f host-mkdep
> CC=cc /bin/sh /usr/src/tools/host-mkdep/configure
> --cache-file=config.cache
> configure: loading cache config.cache
[...]
> configure: creating ./config.status
> config.status: creating host-mkdep
> chmod +x host-mkdep

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).

-uwe


Home | Main Index | Thread Index | Old Index