build.sh keeps abending.
make: *** No rule to make target 'huskylib//home/bbs/husky/gnmsgid.c'
So I set GNMSGID=0 in huskymak.cfg & ran it again.
make: *** No rule to make target
'fidoconf//home/bbs/Husky/obj/afixcmd.o'
I am starting to wonder if maybe the makefiles I pulled from github
are busted?
I am following the instructions in the huskybse INSTALL.asciidoc on a debian linux stable system.
Is there a trick to this?
1. Install pre-reqs:
Package What requires the package -------------------------------------------------
git getting the sources and updating them
make, gcc, g++ build from sources
libperl-dev hpt at PERL=1
zlib1g, zlib1g-dev hpt, htick at USE_HPTZIP=1
texinfo hpt, htick, msged at ((HTML=1 or TXT=1 or
PDF=1 or DVI=1) and defined DOCDIR) or
defined INFODIR
ncurses-base, msged
ncurses-bin
libmodule-build-perl, util
libtest-simple-perl
2. Install
wget https://raw.githubusercontent.com/huskyproject/huskybse/master/script/init_bui
d
chmod 0755 init_build
./init_build
cd ~/husky
./build.sh
sudo make -j install
---
I did this on a fresh OS install. I also have pre-compiled binaries if you nee
them? I actually setup a Docker script so I can build reguarly.
build.sh keeps abending.
make: *** No rule to make target 'huskylib//home/bbs/husky/gnmsgid.c'
So I set GNMSGID=0 in huskymak.cfg & ran it again.
make: *** No rule to make target 'fidoconf//home/bbs/Husky/obj/afixcmd.o'
I am starting to wonder if maybe the makefiles I pulled from github
are busted?
I am following the instructions in the huskybse INSTALL.asciidoc on a debian linux stable system.
Is there a trick to this?
Did you make any changes to huskymak.cfg besides GNMSGID=0 ?
I've just compiled Husky on a fresh debian-stable installation without any issues.
sudo apt install git make gcc g++ libperl-dev libmodule-build-perl \
libtest-simple-perl zlib1g-dev libncurses-dev texinfo
Then:
wget https://raw.githubusercontent.com/huskyproject/huskybse/master/script/ini
_build
chmod 755 ./init_build
./init_build
cd ~/husky
./build.sh
And finally: sudo make install
The errors make me think there's something wrong with your building environment, so you might also wanna try building on a clean one using:
env -i HOME="$HOME" PATH="$PATH" TERM="$TERM" USER="$USER" \
bash -c 'cd ~/husky && ./build.sh'
The errors make me think there's something wrong with your building environment, so you might also wanna try building on a clean one using:
env -i HOME="$HOME" PATH="$PATH" TERM="$TERM" USER="$USER" \
bash -c 'cd ~/husky && ./build.sh'
Here are the other changes that I made to the huskymak.cfg. I am
only changing the one in ~/husky and not the many huskymak.cfg datasets in any of the directories below it:
# A subdirectory for the source files
_SRC_DIR=/home/bbs/husky
# A subdirectory for the files created during the build BUILDDIR=/home/bbs/Husky
| Sysop: | Amessyroom |
|---|---|
| Location: | Fayetteville, NC |
| Users: | 59 |
| Nodes: | 6 (2 / 4) |
| Uptime: | 20:35:35 |
| Calls: | 804 |
| Calls today: | 2 |
| Files: | 1,287 |
| D/L today: |
13 files (13,519K bytes) |
| Messages: | 203,808 |
| Posted today: | 6 |