You are not logged in.
I dig a bit deeper: a bunch of issues comes from moved git repositories, tor-browser updated, abiword & awesome beeing not installabe (why ever). With these changes to the heads config I can at least build an iso:
$ diff config.original config
27c27
< gtomb_url="git://git.parazyd.cf/gtomb.git"
---
> gtomb_url="https://git.parazyd.org/gtomb"
35c35
< musl_version="v1.1.18"
---
> musl_version="v1.1.19"
38c38,39
< tbb_version="7.0.11"
---
> tbb_url="https://dist.torproject.org/torbrowser/"
> tbb_version=$(curl -s "$tbb_url"|sed -n 's#^.*>\([0-9.]*\)/<.*$#\1#p'|tail -n 1)
43c44,50
< tbb_url="https://www.torproject.org/dist/torbrowser/${tbb_version}/tor-browser-linux${aa}-${tbb_version}_en-US.tar.xz"
---
> tbb_url="$tbb_url/${tbb_version}/tor-browser-linux${aa}-${tbb_version}_en-US.tar.xz"
>
> base_packages+=(
> build-essential
> bc
> gpgv-static
> )
45a53,56
> joe
> bash-completion
> gpgv-static
>
52d62
< awesome
109,110c119
< abiword
< abiword-plugin-grammar
---
> Now some things still silently fail. There is an messge in the console ouput somewhere, that initrd was not found, but no entry in any logfile can be found. The resulting iso cannot boot without initrd.
These are the 2 blocks from console output that contain error messages:
cd /home/entwicklung/security/heads/build-system/initramfs/build/bin && /bin/busybox --install -s .
wget -c https://deb.debian.org/debian/pool/main/g/gnupg2/gpgv-static_2.2.3-1_amd64.deb
--2018-03-21 09:55:26-- https://deb.debian.org/debian/pool/main/g/gnupg2/gpgv-static_2.2.3-1_amd64.deb
Resolving deb.debian.org (deb.debian.org)... 5.153.231.4, 130.89.148.14, 149.20.4.15, ...
Connecting to deb.debian.org (deb.debian.org)|5.153.231.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://cdn-aws.deb.debian.org/debian/pool/main/g/gnupg2/gpgv-static_2.2.3-1_amd64.deb [following]
--2018-03-21 09:55:27-- https://cdn-aws.deb.debian.org/debian/pool/main/g/gnupg2/gpgv-static_2.2.3-1_amd64.deb
Resolving cdn-aws.deb.debian.org (cdn-aws.deb.debian.org)... 13.32.28.74, 13.32.28.201, 13.32.28.21, ...
Connecting to cdn-aws.deb.debian.org (cdn-aws.deb.debian.org)|13.32.28.74|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-03-21 09:55:27 ERROR 404: Not Found.
Makefile:40: recipe for target 'gnupg' failed
make: *** [gnupg] Error 8
[E] error in: iso_setup_isolinux (override)
[W] called in: iso_setup_isolinux (override)
[W] called in: umounted sys
[W] called in: setting up isolinux
[E] error reported, operation aborted.
cp: cannot stat '/home/entwicklung/security/heads/build-system/live-sdk/../initramfs/initramfs.cpio.gz': No such file or directory
[E] error in: iso_setup_isolinux (override)
[W] called in: iso_setup_isolinux (override)
[W] called in: umounted sys
[W] called in: setting up isolinux
[E] error reported, operation aborted.
[D] iso_write_isolinux_cfg (override)
(*) writing isolinux configurationCloning into 'rootfs-overlay'...
remote: Counting objects: 1352, done.
remote: Total 1352 (delta 0), reused 0 (delta 0), pack-reused 1352
Receiving objects: 100% (1352/1352), 10.86 MiB | 263.00 KiB/s, done.
Resolving deltas: 100% (536/536), done.
mv: cannot move 'rootfs-overlay/.git' to './.git': Directory not empty
[E] error in: devprocsys umount /home/entwicklung/security/heads/build-system/live-sdk/tmp/devuan-amd64-build/bootstrap
[W] called in: devprocsys umount /home/entwicklung/security/heads/build-system/live-sdk/tmp/devuan-amd64-build/bootstrap
[W] called in: umounted sys
[W] called in: grabbing rootfs-overlay
[E] error reported, operation aborted.Thanks, that helped for the kernel. But I still cannot build a valid heads iso, so I question myself when was the last time somebody actually tried to build that beast from git?
Ok, kind of success: As you said, "build-essential" is missing in the chroot-environment. I had to install "build-essentiall" and "bc" into [...]/heads/build-system/live-sdk/tmp/devuan-amd64-build/bootstrap, now the kernel is beeing compiled. But where do I need to place these 2 packages, so that the buidscripts will actually add them to the build system?
I just started all over again, cloned the heads build-system. "build-essential" is in the list "extra_packages=(" in "build-system/config", so I assume it should be present. Anyway, the build process breaks when trying to compile the kernel.
The console says:
(*) chrooting to execute dpkgdivert...
+ exec
Adding 'local diversion of /usr/sbin/invoke-rc.d to /usr/sbin/invoke-rc.d.chroot'
(*) chrooting to execute install-linux-heads...
+ exec
[E] error in: chroot-script dpkgdivert
[W] called in: chroot-script dpkgdivert
[W] called in: mounted devpts
[W] called in: chrooting to execute install-linux-heads...
[E] error reported, operation aborted.
[D] dpkgdivert off /home/heads/build-system/live-sdk/tmp/devuan-amd64-build/bootstrap
[D] chroot-script dpkgdivert
(*) chrooting to execute dpkgdivert...log/install-linux-heads.log says:
+ export DEBIAN_FRONTEND=noninteractive
+ cd /usr/src/linux-heads
+ make oldconfig
/install-linux-heads: 4: /install-linux-heads: make: not found
+ exit 1What can I try next?
I have a problem building heads: build_kernel_amd64 gets the kernel successful, but then breaks when trying to compile it. The logfile says quite surprisingly that "make" is missing in chrooted build system. So, how can I add make to the build system?
Mods: Changed Background image to purpy, included image in Devuan.kth
thank you, it's corrected.
It's in "desktop-base". I've added it to the list op packages needed.
This is a short HowTo for installing a Devuan purpy style theme for TDE. Who does not know TDE: https://trinitydesktop.org - no dependencies on GTK/systemd/cruft-you-do-not-like.
These are the steps needed to get a TDE desktop, that mostly looks like the default GUI:

Project on git.devuan.org: https://git.devuan.org/samhain/TDE-theme
As devuan GTK theme is based on mate-icon-theme and
clearlooks-phenix-purpy-theme and the GTK iconsets do not match the TDE icon
sets, we need to create a matching TDE icon set yourself or download it here: https://git.devuan.org/samhain/TDE-them … uan.tar.xz
# aptitude install clearlooks-phenix-purpy-theme mate-icon-theme desktop-base
# aptitude install imagemagick librsvg2-binNow let's create the mixed iconset:
# cd /opt/trinity/share/icons/
# cp -a crystalsvg devuan
# cd devuan
# cp -a /usr/share/icons/mate/[0-9]* .
# cp /usr/share/icons/hicolor/128x128/emblems/emblem-devuan.png 128x128/apps/kmenu.png
# rm scalable/apps/kmenu.svgz
# cp /usr/share/icons/hicolor/scalable/emblems/emblem-devuan.svg scalable/apps/kmenu.svg
# gzip scalable/apps/kmenu.svg
# mv scalable/apps/kmenu.svg.gz scalable/apps/kmenu.svgz
# for i in [0-9]*; do convert /usr/share/icons/hicolor/scalable/emblems/emblem-devuan.svg -resize ${i%/} $i/apps/kmenu.png; done
# for i in $(find . -iname folder-documents.png); do cp $i $(dirname $i)/folder_wordprocessing.png; done
# echo << XXX
[Icon Theme]
Name=Crystal MATE
Comment=Mixed Icon Theme for DEVUAN
XXX
# cat ../crystalsvg/index.theme | grep --invert-match -e ^Comment -e ^Name -e '\[Icon Theme\]' >> index.themeYou can set the matching GTK theme with "lxappearance", if you want GTK stuff themed simillar.
And you'll need my TDE theme package from here: https://git.devuan.org/samhain/TDE-them … Devuan.kth
Install the theme in TDE:
kcontrol, "Appearence & Themes", "Theme Manager", "Install new Theme" --> select the file "Devuan.kth"

Enjoy :-)