Source: aflplusplus
Version: 4.04c-1
Severity: serious

Hi,

On the buildds, we get:
# -/usr/bin/make -C utils/plot_ui
/usr/bin/make -C frida_mode
make[3]: Entering directory '/<<PKGBUILDDIR>>/frida_mode'
mkdir -p /<<PKGBUILDDIR>>/frida_mode/build/
mkdir -p /<<PKGBUILDDIR>>/frida_mode/build/frida/
wget -qO 
/<<PKGBUILDDIR>>/frida_mode/build/frida/frida-gumjs-devkit-15.2.1-linux-x86_64.tar.xz
 
"https://github.com/frida/frida/releases/download/15.2.1/frida-gumjs-devkit-15.2.1-linux-x86_64.tar.xz";
 || curl -L -o 
/<<PKGBUILDDIR>>/frida_mode/build/frida/frida-gumjs-devkit-15.2.1-linux-x86_64.tar.xz
 
"https://github.com/frida/frida/releases/download/15.2.1/frida-gumjs-devkit-15.2.1-linux-x86_64.tar.xz";
/bin/sh: 1: wget: not found
/bin/sh: 1: curl: not found
make[3]: *** [GNUmakefile:313: 
/<<PKGBUILDDIR>>/frida_mode/build/frida/frida-gumjs-devkit-15.2.1-linux-x86_64.tar.xz]
 Error 127
make[3]: Leaving directory '/<<PKGBUILDDIR>>/frida_mode'
make[2]: [GNUmakefile:636: distrib] Error 2 (ignored)
cd nyx_mode && ./build_nyx_support.sh
=================================================
           Nyx build script
=================================================

[*] Performing basic sanity checks...
[*] Making sure all Nyx is checked out
./build_nyx_support.sh: line 41: git: command not found
make[2]: [GNUmakefile:637: distrib] Error 127 (ignored)
cd qemu_mode && sh ./build_qemu_support.sh
=================================================
           QemuAFL build script
=================================================

[*] Performing basic sanity checks...
[+] All checks passed!
[*] Making sure qemuafl is checked out
[*] cloning qemuafl
Trying to clone qemuafl (attempt 1/3)
./build_qemu_support.sh: 84: git: not found
Trying to clone qemuafl (attempt 2/3)
./build_qemu_support.sh: 84: git: not found
Trying to clone qemuafl (attempt 3/3)
./build_qemu_support.sh: 84: git: not found
[-] Not checked out, please install git or check your internet connection.
make[2]: [GNUmakefile:638: distrib] Error 1 (ignored)
cd unicorn_mode && unset CFLAGS && sh ./build_unicorn_support.sh
=================================================
UnicornAFL build script
=================================================
[...]

On machines that have more software installed, it will download various
things and build them. It makes at least use of software like wget,
curl, git, cargo. Packages in Debian should be build only from the
source and not download more sources from internet.


Kurt

Reply via email to