• make no target error

    From Dumas Walker@1:103/705 to All on Sat Nov 23 11:56:40 2019
    I pulled the latest source from CVS this morning (within the past hour, it is almost Noon ET now) and am getting the following error when executing the following steps:

    cd /sbbs/src/sbbs3; make RELEASE=1 USE_DOSEMU=1 symlinks
    cd /sbbs/src/sbbs3/scfg; make RELEASE=1 symlinks

    make: *** No rule to make target '../petdefs.h', needed by 'gcc.linux.x64.obj.release-mt/scfg.o'. Stop.

    For the first step listed, make made it sound like it might be a warning only, but for the second it does not indicate if it is a warning or fatal.

    ---
    ■ Synchronet ■ CAPCITY2 * capcity2.synchro.net * Telnet/SSH:2022/Rlogin/HTTP
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Dumas Walker@1:103/705 to digital man on Sat Nov 23 12:20:35 2019
    Re: make no target error
    By: Dumas Walker to All on Sat Nov 23 2019 11:56:40

    cd /sbbs/src/sbbs3; make RELEASE=1 USE_DOSEMU=1 symlinks
    cd /sbbs/src/sbbs3/scfg; make RELEASE=1 symlinks

    make: *** No rule to make target '../petdefs.h', needed by 'gcc.linux.x64.obj.release-mt/scfg.o'. Stop.

    For the first step listed, make made it sound like it might be a warning onl but for the second it does not indicate if it is a warning or fatal.

    OK, apparently they were fatal of sorts. sbbs started back up and appeared to be ok until some incoming binkit activity started throwing some errors. Restored /exec and /src from backups and that cleared up.

    ---
    ■ Synchronet ■ CAPCITY2 * capcity2.synchro.net * Telnet/SSH:2022/Rlogin/HTTP
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Dumas Walker on Mon Nov 25 12:19:15 2019
    Re: make no target error
    By: Dumas Walker to All on Sat Nov 23 2019 11:56 am

    I pulled the latest source from CVS this morning (within the past hour, it is almost Noon ET now) and am getting the following error when executing the following steps:

    cd /sbbs/src/sbbs3; make RELEASE=1 USE_DOSEMU=1 symlinks
    cd /sbbs/src/sbbs3/scfg; make RELEASE=1 symlinks

    make: *** No rule to make target '../petdefs.h', needed by 'gcc.linux.x64.obj.release-mt/scfg.o'. Stop.

    For the first step listed, make made it sound like it might be a warning only, but for the second it does not indicate if it is a warning or fatal.

    You need to run a "clean" make first: http://wiki.synchro.net/install:nix#clean_rebuild

    digital man

    This Is Spinal Tap quote #34:
    We'd love to stand around and chat, but we've gotta sit down in the lobby Norco, CA WX: 66.5°F, 32.0% humidity, 1 mph ESE wind, 0.00 inches rain/24hrs --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Dumas Walker@1:103/705 to DIGITAL MAN on Tue Nov 26 19:52:00 2019
    For the first step listed, make made it sound like it might be a warning only, but for the second it does not indicate if it is a warning or fatal.

    You need to run a "clean" make first: http://wiki.synchro.net/install:nix#clean_rebuild

    That is src/cleanall.sh RELEASE=1 ... I can do that. :)

    Is there any harm in doing that step with EVERY compile, or should you only
    do it if you have already tried to compile and get errors?

    Thanks!


    * SLMR 2.1a * I don't NEED Robocomm! ... I'm up at 4:00 am

    ---
    ■ Synchronet ■ CAPCITY2 * capcity2.synchro.net * Telnet/SSH:2022/Rlogin/HTTP
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Dumas Walker on Wed Nov 27 08:55:57 2019
    Re: make no target error
    By: Dumas Walker to DIGITAL MAN on Tue Nov 26 2019 07:52 pm

    For the first step listed, make made it sound like it might be a warning only, but for the second it does not indicate if it is a warning or fatal.

    You need to run a "clean" make first: http://wiki.synchro.net/install:nix#clean_rebuild

    That is src/cleanall.sh RELEASE=1 ... I can do that. :)

    Is there any harm in doing that step with EVERY compile, or should you only do it if you have already tried to compile and get errors?

    No harm, it'll just perform a full re-build each time (i.e. slow).

    digital man

    Synchronet "Real Fact" #54:
    The Synchronet source code consists of over 500,000 lines of C and C++.
    Norco, CA WX: 53.5°F, 66.0% humidity, 0 mph W wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)