OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Manuel Bouyer (bouyer_at_antioche.eu.org)
Date: Sat Oct 12 2002 - 04:42:38 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    On Fri, Oct 11, 2002 at 05:54:44PM -0700, Paul Hoffman wrote:
    > I'm now trying to update on a second system. I'm using the suggested:
    >
    > /usr/src# export CVS_RSH=ssh
    > /usr/src# cvs -d anoncvsanoncvs.netbsd.org:/cvsroot update -Pd -r
    > netbsd-1-6 libexec/talkd
    >
    > That seems to get the files from CVS just fine. However, after a cd
    > to libexec/talkd:
    >
    > # make cleandir dependall
    > rm -f talkd.o announce.o process.o table.o print.o talkd.ln
    > announce.ln process.ln table.ln print.ln
    > rm -f a.out [Ee]rrs mklog core *.core ntalkd
    > rm -f talkd.cat8
    > rm -f .depend /usr/src/libexec/talkd/tags
    > CC=/usr/src/tools/tools.NetBSD-1.6-i386/bin/i386--netbsdelf-gcc
    > /usr/src/tools/tools.NetBSD-1.6-i386/bin/nbmkdep -a -nostdinc
    > -isystem /usr/include talkd.c announce.c process.c table.c print.c
    > /usr/src/tools/tools.NetBSD-1.6-i386/bin/nbmkdep: not found
    > *** Error code 127
    >
    > Stop.
    > make: stopped in /usr/src/libexec/talkd
    > #
    >
    > What might I be doing wrong? This is kind of weird because it worked
    > fine on another 1.6 system.

    use 'make USETOOLS=no ....'
    It worked on another system, maybe because the sources were not in /usr/src ?

    -- 
    Manuel Bouyer <bouyerantioche.eu.org>
    --