Build environment not working

tried with both:

  • git clone https://github.com/CZ-NIC/turris-os.git
  • git clone https://gitlab.labs.nic.cz/turris/openwrt.git

`vagrant up` is producing

There are errors in the configuration of this machine. Please fix
the following errors and try again:

shell provisioner:

  • path for shell provisioner does not exist on the host system: /srv/turris-os/vagrant/vagrant/vagrant_provision.sh

How is that supposed to be sorted?


`make menuconfig` on the other hand produces:

Checking ‘working-make’… ok.
Checking ‘case-sensitive-fs’… ok.
Checking ‘gcc’… ok.
Checking ‘working-gcc’… ok.
Checking ‘g++’… ok.
Checking ‘working-g++’… ok.
Checking ‘ncurses’… ok.
Checking ‘zlib’… ok.
Checking ‘libssl’… ok.
Checking ‘tar’… ok.
Checking ‘find’… ok.
Checking ‘bash’… ok.
Checking ‘patch’… ok.
Checking ‘diff’… ok.
Checking ‘cp’… ok.
Checking ‘seq’… ok.
Checking ‘awk’… ok.
Checking ‘grep’… ok.
Checking ‘getopt’… ok.
Checking ‘stat’… ok.
Checking ‘md5sum’… ok.
Checking ‘unzip’… ok.
Checking ‘bzip2’… ok.
Checking ‘wget’… ok.
Checking ‘perl’… ok.
Checking ‘python’… ok.
Checking ‘svn’… ok.
Checking ‘git’… failed.
Checking ‘file’… ok.
Checking ‘openssl’… ok.
Checking ‘ldconfig-stub’… ok.

Build dependency: Please install Git (git-core) >= 1.6.5

Prerequisite check failed. Use FORCE=1 to override.
make: *** [/srv/turris-os/include/toplevel.mk:142: staging_dir/host/.prereq-build] Error 1

that is despite git-core v 2.20.1 installed and the git clone from https://github.com/openwrt/openwrt.git does not exhibit the issue.


Also observed on running `./scripts/feeds update -a`

ERROR: please fix feeds/turrispackages/net/luci-app-samba4/Makefile - see logs/feeds/turrispackages/net/luci-app-samba4/dump.txt for details

which reads

Makefile:8: /srv/openwrt/feeds/lucics/luci.mk: No such file or directory
make[1]: *** No rule to make target ‘/srv/openwrt/feeds/lucics/luci.mk’. Stop.

Those are mirrors so they are same.

Known bug in older versions of OpenWRT where check for git did not expected git version 2.

This is common and is problem with checks trying to be run right after feed is cloned. Our feed depends on files in luci and packages feed but our feed has higher priority so it has to be first. There is no way around it. Feeds script is just reporting errors in our packages and in other feeds because of that.

In general Turris OS 3.x is not possible to be build on anything newer than Ubuntu Trusty and problems with latest updates were reported as well. This won’t fix. It makes no sense to fixing that.

Last way I was able to build Turris OS 3.x on, with exception of our carefully maintained server, was docker image. Vagrant should have same configuration but it is possible that Vagrantfile syntax has changed or you are doing something wrong. You have to investigate that on your own.

Is this guide obsolete then and instead this guide to be used?

Latter does not work either currently - https://github.com/openwrt/packages/issues/8740

-> uodate: meantime been fixed at upstream

https://doc.turris.cz/doc/en/howto/turris_os_build :wink: but only for 3.x release. Turris 4.x+ is described here: https://gitlab.labs.nic.cz/turris/turris-build

That issue you linked is not fatal. It only tells you that Kconfig solver is going to produce unstable results. The build should go trough anyway, at least that is my experience.

1 Like

That is not entirely clear how that is supposed to be working:

[1] Create an empty directory you want to build Turris OS in

-> that is easy, no trouble there


[2] enter that directory and from it call compile_pkgs script. In most basic use-case, this should be enough

-> if said directory is empty as mentioned in [1] than there is no script to be run. I would presume that something needs to be uploaded into that (empty) directory first, least the compile_pkgs script.
But will just that script suffice or other stuff to be uploaded as well?


It does not for me when running make menuconfig -> check nano and libncurses the error shows up and the command never finalises

1 Like

Readme describes content of turris-build repository. If there is no explicit specification then it either points to resources generated in previous steps or to resource in turris-build repository. Clearly when we are describing usage of compile_pkgs script in turris-build repository then we are not talking about any other compile_pkgs script other than the one in turris-build directory.

You have to check nano and libncurses. :wink: You are missing dependencies it tells you about. You have to install them.

That is all clear and I did not question such, perhaps you misunderstood the question. But since it was said

I am afraid that it the would seem incomplete:

[1] the is no reference whether/which prerequisites are required on the build host or whether the script will install such prerequisites - though assuming that compile_pkgs prepare_tools is meant for that purpose
[2] there is no reference as to (resources generated in) previous steps, if any


On the build host (an unprivilged lxc container running debian derivate kali-linux on kernel 5.0.0-13-generic) and having installed:
  • build-essential
  • wget
  • libghc-zlib-dev
  • rpm
  • ruby
  • ruby-dev
  • rubygems
  • subversion
  • mercurial
  • git-core
  • libssl-dev
  • libncurses5-dev
  • unzip
  • gawk
  • asciidoc
  • bc
  • vagrant
  • fastjar
  • flex
  • intltool
  • jikespg
  • sdcc
  • libusb-dev
  • sharutils
  • bcc
  • bzr
  • cvs
  • libmicrohttpd-dev
  • nano

the following was undertaken:

[1] cd /srv
[2] git clone https://gitlab.labs.nic.cz/turris/turris-build
[3] mkdir -p /srv/test
[4] cd /srv/test
[5] /srv/turris-build/compile_pkgs prepare_tools -t omnia

which however fails to compile

Setting target as omnia
Starting out fresh!
Checking out clean OpenWRT repository
Initialized empty Git repository in /srv/test/.git/
remote: Enumerating objects: 448903, done.
remote: Counting objects: 100% (448903/448903), done.
remote: Compressing objects: 100% (123894/123894), done.
remote: Total 448903 (delta 309027), reused 444124 (delta 305524)
Receiving objects: 100% (448903/448903), 142.50 MiB | 4.36 MiB/s, done.
Resolving deltas: 100% (309027/309027), done.
From https://git.openwrt.org/openwrt/openwrt

  • branch master -> FETCH_HEAD
  • [new branch] master -> origin/master
    Checking out files: 100% (8329/8329), done.
    Note: checking out ‘origin/master’.

You are in ‘detached HEAD’ state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

git checkout -b

HEAD is now at 13ffdf4482 toolchain/binutils: refresh patches
[detached HEAD 110049b3f8] gitignore: Ignore some more files
1 file changed, 2 insertions(+)
Cleaning up current build directory
Patching OpenWRT repository
Applying: base-files: Add ntp.nic.cz to default ntp servers
Checking patch package/base-files/files/bin/config_generate…
Hunk #1 succeeded at 244 (offset 10 lines).
Applied patch package/base-files/files/bin/config_generate cleanly.
Applying: base-files: drop sysupgrade
Checking patch package/base-files/Makefile…
Hunk #1 succeeded at 186 (offset 3 lines).
Applied patch package/base-files/Makefile cleanly.
Applying: base-files: Improve defaults for conntrack
Checking patch package/base-files/files/etc/sysctl.d/10-default.conf…
Hunk #1 succeeded at 25 (offset 2 lines).
Applied patch package/base-files/files/etc/sysctl.d/10-default.conf cleanly.
Applying: feeds: Support our repo paths
Checking patch include/feeds.mk…
Applied patch include/feeds.mk cleanly.
Applying: mvebu: omnia: Few tweaks to the basic configuration
Checking patch target/linux/mvebu/config-4.14…
Applied patch target/linux/mvebu/config-4.14 cleanly.
Applying: Nicer banner - better branding :slight_smile:
.git/rebase-apply/patch:34: trailing whitespace.
/ / / / / / / / / / / / / /_
.git/rebase-apply/patch:35: trailing whitespace.
/ / / /
/ / / / / / (
) / /
/ // /
.git/rebase-apply/patch:36: trailing whitespace.
/
/ _
,
/
/ /
/ /
/
/ _//____/
.git/rebase-apply/patch:37: trailing whitespace.

Checking patch package/base-files/files/bin/config_generate…
Checking patch package/base-files/files/etc/banner…
Applied patch package/base-files/files/bin/config_generate cleanly.
Applied patch package/base-files/files/etc/banner cleanly.
warning: 4 lines add whitespace errors.
Applying: opkg: run switch-brach --verify after update
Checking patch package/system/opkg/Makefile…
Applied patch package/system/opkg/Makefile cleanly.
Applying: opkg: add opkg_wrapper
Checking patch package/system/opkg/Makefile…
Checking patch package/system/opkg/files/opkg_wrapper.sh…
Applied patch package/system/opkg/Makefile cleanly.
Applied patch package/system/opkg/files/opkg_wrapper.sh cleanly.
Applying: mac80211: Make default SSID Turris
Checking patch package/kernel/mac80211/files/lib/wifi/mac80211.sh…
Applied patch package/kernel/mac80211/files/lib/wifi/mac80211.sh cleanly.
Applying: base-files: do not automatically activate services and restart activated
Checking patch package/base-files/files/etc/services_wanted…
Checking patch package/base-files/files/lib/functions.sh…
Applied patch package/base-files/files/etc/services_wanted cleanly.
Applied patch package/base-files/files/lib/functions.sh cleanly.
Applying: busybox: Provide static busybox build
Checking patch package/utils/busybox/Makefile…
Hunk #1 succeeded at 69 (offset 3 lines).
Hunk #2 succeeded at 123 (offset 6 lines).
Hunk #3 succeeded at 157 (offset 7 lines).
Checking patch package/utils/busybox/files/busybox-static.config…
Applied patch package/utils/busybox/Makefile cleanly.
Applied patch package/utils/busybox/files/busybox-static.config cleanly.
Applying: busybox: Try to install everything into /{s,}bin
Checking patch package/utils/busybox/Makefile…
Applied patch package/utils/busybox/Makefile cleanly.
Applying: Drop Omnia sysupgrade and initramdisk
Checking patch target/linux/mvebu/image/cortex-a9.mk…
Applied patch target/linux/mvebu/image/cortex-a9.mk cleanly.
Applying: kernel: Hack to actually have something in kernel package
Checking patch package/kernel/linux/Makefile…
Applied patch package/kernel/linux/Makefile cleanly.
Applying: odhcp6c: export DUID to /var/run/odhcp6c-duid.{ifname}
.git/rebase-apply/patch:25: space before tab in indent.
return ntohl(buf);
.git/rebase-apply/patch:27: trailing whitespace.

.git/rebase-apply/patch:31: space before tab in indent.
client_options = options;
.git/rebase-apply/patch:32: space before tab in indent.
dhcpv6_retx[DHCPV6_MSG_SOLICIT].max_timeo = sol_timeout;
.git/rebase-apply/patch:34: space before tab in indent.
odhcp6c_add_state(STATE_CLIENT_ID, duid, sizeof(duid));
Checking patch package/network/ipv6/odhcp6c/patches/020-duid-path.patch…
Applied patch package/network/ipv6/odhcp6c/patches/020-duid-path.patch cleanly.
warning: squelched 43 whitespace errors
warning: 48 lines add whitespace errors.
Applying: MOX: Hacky restart to make sure it works
.git/rebase-apply/patch:32: space before tab in indent.
efi_reboot(reboot_mode, NULL);
.git/rebase-apply/patch:33: trailing whitespace.

.git/rebase-apply/patch:34: space before tab in indent.
/* Now call the architecture specific reboot code. */
.git/rebase-apply/patch:50: trailing whitespace.

.git/rebase-apply/patch:51: space before tab in indent.
/*
Checking patch target/linux/mvebu/patches-4.14/9999-arm64-restart-Armada-3700-restart-code.patch…
Applied patch target/linux/mvebu/patches-4.14/9999-arm64-restart-Armada-3700-restart-code.patch cleanly.
warning: squelched 3 whitespace errors
warning: 8 lines add whitespace errors.
Applying: Disable ABI stuff for now
Checking patch include/package-ipkg.mk…
Applied patch include/package-ipkg.mk cleanly.
Applying: gcc: add a patch which prints dead store elimination for memset.
.git/rebase-apply/patch:15: space before tab in indent.
}
.git/rebase-apply/patch:17: space before tab in indent.
if (store_status == DSE_STORE_DEAD)
.git/rebase-apply/patch:28: space before tab in indent.
return;
.git/rebase-apply/patch:29: space before tab in indent.
}
Checking patch toolchain/gcc/patches/7.4.0/980-dse-memset-del-print.patch…
.git/rebase-apply/patch:30: new blank line at EOF.
+
Applied patch toolchain/gcc/patches/7.4.0/980-dse-memset-del-print.patch cleanly.
warning: 5 lines add whitespace errors.
Applying: Try slower SDIO
.git/rebase-apply/patch:26: space before tab in indent.
goto out;
.git/rebase-apply/patch:27: trailing whitespace.

.git/rebase-apply/patch:28: space before tab in indent.
if (mmc_host_uhs(card->host)) {
.git/rebase-apply/patch:42: space before tab in indent.
card->sw_caps.sd3_bus_mode
.git/rebase-apply/patch:43: space before tab in indent.
|= SD_MODE_UHS_SDR50;
Checking patch target/linux/mvebu/patches-4.14/666-Slow-down-SDIO.patch…
Applied patch target/linux/mvebu/patches-4.14/666-Slow-down-SDIO.patch cleanly.
warning: squelched 7 whitespace errors
warning: 12 lines add whitespace errors.
Applying: ubus: force restart in case ubus is not able to communicate with ubusd
Checking patch package/system/ubus/Makefile…
Hunk #1 succeeded at 73 (offset 1 line).
Applied patch package/system/ubus/Makefile cleanly.
Applying: build: Allow to get just a subset of packages from feeds
Checking patch scripts/feeds…
Hunk #2 succeeded at 66 (offset 1 line).
Hunk #3 succeeded at 172 (offset 5 lines).
Hunk #4 succeeded at 205 (offset 5 lines).
Hunk #5 succeeded at 731 (offset 5 lines).
Hunk #6 succeeded at 753 (offset 5 lines).
Hunk #7 succeeded at 805 (offset 5 lines).
Applied patch scripts/feeds cleanly.
Applying: busybox: fix sysntpd /sbin/ntpd is installed as link to /sbin/ntpd
Checking patch package/utils/busybox/files/sysntpd…
Applied patch package/utils/busybox/files/sysntpd cleanly.
Applying: busybox: Make sure we have /usr/sbin before installing files inside
Checking patch package/utils/busybox/Makefile…
Hunk #1 succeeded at 164 (offset 19 lines).
Applied patch package/utils/busybox/Makefile cleanly.
Applying: curl: add host build
Checking patch package/network/utils/curl/Makefile…
Hunk #2 succeeded at 183 (offset 1 line).
Applied patch package/network/utils/curl/Makefile cleanly.
Applying: kernel: Include kernel magic in all kmods
Checking patch include/kernel-defaults.mk…
Hunk #1 succeeded at 106 (offset 6 lines).
Checking patch include/kernel.mk…
Hunk #1 succeeded at 202 (offset 7 lines).
Applied patch include/kernel-defaults.mk cleanly.
Applied patch include/kernel.mk cleanly.
Applying: kernel: Initial DVB support
Checking patch package/kernel/linux/modules/dvb.mk…
Applied patch package/kernel/linux/modules/dvb.mk cleanly.
Applying: mtd: Fail when verify fails
Checking patch package/system/mtd/src/mtd.c…
Hunk #1 succeeded at 827 (offset 28 lines).
Hunk #2 succeeded at 1025 (offset 31 lines).
Hunk #3 succeeded at 1074 (offset 31 lines).
Applied patch package/system/mtd/src/mtd.c cleanly.
Applying: ncurses: Provide full host build
Checking patch package/libs/ncurses/Makefile…
Hunk #1 succeeded at 86 (offset 2 lines).
Hunk #2 succeeded at 164 (offset 6 lines).
Applied patch package/libs/ncurses/Makefile cleanly.
Applying: scripts: Don’t skip kernel and libc in Packages generation
Checking patch scripts/ipkg-make-index.sh…
Applied patch scripts/ipkg-make-index.sh cleanly.
Applying: base-files: Make sure umount doesn’t break on restart
Checking patch package/base-files/files/etc/init.d/umount…
Applied patch package/base-files/files/etc/init.d/umount cleanly.
Applying: dnsmasq: fix dhcp leases script execution
Checking patch package/network/services/dnsmasq/Makefile…
Checking patch package/network/services/dnsmasq/files/dhcp-script.sh…
Applied patch package/network/services/dnsmasq/Makefile cleanly.
Applied patch package/network/services/dnsmasq/files/dhcp-script.sh cleanly.
Applying: base-files: add sh script detection to hotplug-call
Checking patch package/base-files/files/sbin/hotplug-call…
Applied patch package/base-files/files/sbin/hotplug-call cleanly.
Applying: libevent2: add host build
Checking patch package/libs/libevent2/Makefile…
Applied patch package/libs/libevent2/Makefile cleanly.
Applying: u-boot tools: Add mkimage tool
Checking patch package/boot/uboot-envtools/Makefile => package/boot/uboot-tools/Makefile…
Checking patch package/boot/uboot-envtools/files/apm821xx => package/boot/uboot-tools/files/apm821xx…
Checking patch package/boot/uboot-envtools/files/ar71xx => package/boot/uboot-tools/files/ar71xx…
Checking patch package/boot/uboot-envtools/files/ath79 => package/boot/uboot-tools/files/ath79…
Checking patch package/boot/uboot-envtools/files/cns3xxx => package/boot/uboot-tools/files/cns3xxx…
Checking patch package/boot/uboot-envtools/files/imx6 => package/boot/uboot-tools/files/imx6…
Checking patch package/boot/uboot-envtools/files/ipq40xx => package/boot/uboot-tools/files/ipq40xx…
Checking patch package/boot/uboot-envtools/files/ipq806x => package/boot/uboot-tools/files/ipq806x…
Checking patch package/boot/uboot-envtools/files/kirkwood => package/boot/uboot-tools/files/kirkwood…
Checking patch package/boot/uboot-envtools/files/lantiq => package/boot/uboot-tools/files/lantiq…
Checking patch package/boot/uboot-envtools/files/layerscape => package/boot/uboot-tools/files/layerscape…
Checking patch package/boot/uboot-envtools/files/mpc85xx => package/boot/uboot-tools/files/mpc85xx…
Checking patch package/boot/uboot-envtools/files/mvebu => package/boot/uboot-tools/files/mvebu…
Checking patch package/boot/uboot-envtools/files/mxs => package/boot/uboot-tools/files/mxs…
Checking patch package/boot/uboot-envtools/files/oxnas => package/boot/uboot-tools/files/oxnas…
Checking patch package/boot/uboot-envtools/files/pistachio => package/boot/uboot-tools/files/pistachio…
Checking patch package/boot/uboot-envtools/files/ramips => package/boot/uboot-tools/files/ramips…
Checking patch package/boot/uboot-envtools/files/uboot-envtools.sh => package/boot/uboot-tools/files/uboot-envtools.sh…
Checking patch package/boot/uboot-envtools/patches/001-compile.patch => package/boot/uboot-tools/patches/001-compile.patch…
Applied patch package/boot/uboot-envtools/Makefile => package/boot/uboot-tools/Makefile cleanly.
Applied patch package/boot/uboot-envtools/files/apm821xx => package/boot/uboot-tools/files/apm821xx cleanly.
Applied patch package/boot/uboot-envtools/files/ar71xx => package/boot/uboot-tools/files/ar71xx cleanly.
Applied patch package/boot/uboot-envtools/files/ath79 => package/boot/uboot-tools/files/ath79 cleanly.
Applied patch package/boot/uboot-envtools/files/cns3xxx => package/boot/uboot-tools/files/cns3xxx cleanly.
Applied patch package/boot/uboot-envtools/files/imx6 => package/boot/uboot-tools/files/imx6 cleanly.
Applied patch package/boot/uboot-envtools/files/ipq40xx => package/boot/uboot-tools/files/ipq40xx cleanly.
Applied patch package/boot/uboot-envtools/files/ipq806x => package/boot/uboot-tools/files/ipq806x cleanly.
Applied patch package/boot/uboot-envtools/files/kirkwood => package/boot/uboot-tools/files/kirkwood cleanly.
Applied patch package/boot/uboot-envtools/files/lantiq => package/boot/uboot-tools/files/lantiq cleanly.
Applied patch package/boot/uboot-envtools/files/layerscape => package/boot/uboot-tools/files/layerscape cleanly.
Applied patch package/boot/uboot-envtools/files/mpc85xx => package/boot/uboot-tools/files/mpc85xx cleanly.
Applied patch package/boot/uboot-envtools/files/mvebu => package/boot/uboot-tools/files/mvebu cleanly.
Applied patch package/boot/uboot-envtools/files/mxs => package/boot/uboot-tools/files/mxs cleanly.
Applied patch package/boot/uboot-envtools/files/oxnas => package/boot/uboot-tools/files/oxnas cleanly.
Applied patch package/boot/uboot-envtools/files/pistachio => package/boot/uboot-tools/files/pistachio cleanly.
Applied patch package/boot/uboot-envtools/files/ramips => package/boot/uboot-tools/files/ramips cleanly.
Applied patch package/boot/uboot-envtools/files/uboot-envtools.sh => package/boot/uboot-tools/files/uboot-envtools.sh cleanly.
Applied patch package/boot/uboot-envtools/patches/001-compile.patch => package/boot/uboot-tools/patches/001-compile.patch cleanly.
Applying: gettext-full: Add gettext_filter and gettext
Checking patch package/libs/gettext-full/Makefile…
Checking patch package/libs/gettext-full/src/gettext-tools/gettext_filter.c…
Applied patch package/libs/gettext-full/Makefile cleanly.
Applied patch package/libs/gettext-full/src/gettext-tools/gettext_filter.c cleanly.
Applying: kernel: Add Turris 1.X support
.git/rebase-apply/patch:334: trailing whitespace.

.git/rebase-apply/patch:464: space before tab in indent.
fsl_elbc_run_command(mtd);
.git/rebase-apply/patch:465: space before tab in indent.
return;
.git/rebase-apply/patch:466: trailing whitespace.

.git/rebase-apply/patch:475: space before tab in indent.
/* READOOB reads only the OOB because no ECC is performed. */
Checking patch target/linux/mpc85xx/Makefile…
Checking patch target/linux/mpc85xx/base-files/etc/board.d/02_network…
Checking patch target/linux/mpc85xx/config-4.14…
Hunk #1 succeeded at 363 (offset -7 lines).
Checking patch target/linux/mpc85xx/files-4.19/arch/powerpc/boot/dts/turris-nand-bch.dts…
Checking patch target/linux/mpc85xx/files-4.19/arch/powerpc/boot/dts/turris.dtsi…
Checking patch target/linux/mpc85xx/p2020/profiles/turris.mk…
Checking patch target/linux/mpc85xx/patches-4.19/230-mtd-rawnand-fsl_elbc-add-support-for-software-ecc.patch…
Checking patch target/linux/mpc85xx/patches-4.19/233-net-dsa-qca8k-extend-slave-bus-implementations.patch…
Applied patch target/linux/mpc85xx/Makefile cleanly.
Applied patch target/linux/mpc85xx/base-files/etc/board.d/02_network cleanly.
Applied patch target/linux/mpc85xx/config-4.14 cleanly.
Applied patch target/linux/mpc85xx/files-4.19/arch/powerpc/boot/dts/turris-nand-bch.dts cleanly.
Applied patch target/linux/mpc85xx/files-4.19/arch/powerpc/boot/dts/turris.dtsi cleanly.
Applied patch target/linux/mpc85xx/p2020/profiles/turris.mk cleanly.
Applied patch target/linux/mpc85xx/patches-4.19/230-mtd-rawnand-fsl_elbc-add-support-for-software-ecc.patch cleanly.
Applied patch target/linux/mpc85xx/patches-4.19/233-net-dsa-qca8k-extend-slave-bus-implementations.patch cleanly.
warning: squelched 34 whitespace errors
warning: 39 lines add whitespace errors.
Applying: build: Automatically bump release when needed
Checking patch config/Config-build.in…
Checking patch include/package-defaults.mk…
Checking patch include/package-ipkg.mk…
Hunk #1 succeeded at 193 (offset 3 lines).
Hunk #2 succeeded at 212 (offset 3 lines).
Hunk #3 succeeded at 265 (offset 3 lines).
Checking patch rules.mk…
Applied patch config/Config-build.in cleanly.
Applied patch include/package-defaults.mk cleanly.
Applied patch include/package-ipkg.mk cleanly.
Applied patch rules.mk cleanly.
Applying: mvebu: Basic MoX support
.git/rebase-apply/patch:376: space before tab in indent.
ctx->base.cache_sz = 0;
.git/rebase-apply/patch:377: space before tab in indent.
}
.git/rebase-apply/patch:385: trailing whitespace.

.git/rebase-apply/patch:387: space before tab in indent.
spin_unlock_bh(&priv->ring[ring].egress_lock);
.git/rebase-apply/patch:388: trailing whitespace.

Checking patch target/linux/mvebu/config-4.14…
Checking patch target/linux/mvebu/image/cortex-a53.mk…
Hunk #1 succeeded at 12 (offset -1 lines).
Checking patch target/linux/mvebu/patches-4.14/527-PCI-aardvark-allow-to-specify-link-capability.patch…
Checking patch target/linux/mvebu/patches-4.14/90001-crypto-inside-secure-remove-null-check-before-kfree.patch…
Checking patch target/linux/mvebu/patches-4.14/90002-crypto-inside-secure-do-not-use-areq-result-for-part.patch…
Checking patch target/linux/mvebu/patches-4.14/90003-crypto-inside-secure-remove-extra-empty-line.patch…
Checking patch target/linux/mvebu/patches-4.14/90004-crypto-inside-secure-fix-typo-in-a-comment.patch…
Checking patch target/linux/mvebu/patches-4.14/90005-crypto-inside-secure-remove-useless-memset.patch…
Checking patch target/linux/mvebu/patches-4.14/90006-crypto-inside-secure-refrain-from-unneeded-invalidat.patch…
Checking patch target/linux/mvebu/patches-4.14/90007-crypto-inside-secure-EBUSY-is-not-an-error-on-async-.patch…
Checking patch target/linux/mvebu/patches-4.14/90008-crypto-inside-secure-move-cipher-crypto-mode-to-requ.patch…
Checking patch target/linux/mvebu/patches-4.14/90009-crypto-inside-secure-remove-unused-parameter-in-inva.patch…
Checking patch target/linux/mvebu/patches-4.14/90010-crypto-inside-secure-move-request-dequeueing-into-a-.patch…
Checking patch target/linux/mvebu/patches-4.14/90011-crypto-inside-secure-use-threaded-IRQs-for-result-ha.patch…
Checking patch target/linux/mvebu/patches-4.14/90012-crypto-inside-secure-dequeue-all-requests-at-once.patch…
Checking patch target/linux/mvebu/patches-4.14/90013-crypto-inside-secure-increase-the-ring-size.patch…
Checking patch target/linux/mvebu/patches-4.14/90014-crypto-inside-secure-acknowledge-the-result-requests.patch…
Checking patch target/linux/mvebu/patches-4.14/90015-crypto-inside-secure-handle-more-result-requests-whe.patch…
Checking patch target/linux/mvebu/patches-4.14/90016-crypto-inside-secure-retry-to-proceed-the-request-la.patch…
Checking patch target/linux/mvebu/patches-4.14/90017-crypto-inside-secure-EIP97-support.patch…
Checking patch target/linux/mvebu/patches-4.14/90018-crypto-inside-secure-make-function-safexcel_try_push.patch…
Checking patch target/linux/mvebu/patches-4.14/90019-crypto-inside-secure-do-not-overwrite-the-threshold-.patch…
Checking patch target/linux/mvebu/patches-4.14/90020-crypto-inside-secure-keep-the-requests-push-pop-sync.patch…
Checking patch target/linux/mvebu/patches-4.14/90021-crypto-inside-secure-unmap-the-result-in-the-hash-se.patch…
Checking patch target/linux/mvebu/patches-4.14/90022-crypto-inside-secure-move-hash-result-dma-mapping-to.patch…
Checking patch target/linux/mvebu/patches-4.14/90023-crypto-inside-secure-move-cache-result-dma-mapping-t.patch…
Checking patch target/linux/mvebu/patches-4.14/90024-crypto-inside-secure-fix-missing-unlock-on-error-in-.patch…
Checking patch target/linux/mvebu/patches-4.14/90025-crypto-inside-secure-improve-clock-initialization.patch…
Checking patch target/linux/mvebu/patches-4.14/90026-crypto-inside-secure-fix-clock-resource-by-adding-a-.patch…
Checking patch target/linux/mvebu/patches-4.14/90027-crypto-inside-secure-move-the-digest-to-the-request-.patch…
Checking patch target/linux/mvebu/patches-4.14/90028-crypto-inside-secure-fix-typo-s-allways-always-in-a-.patch…
Checking patch target/linux/mvebu/patches-4.14/90029-crypto-inside-secure-fix-a-typo-in-a-register-name.patch…
Checking patch target/linux/mvebu/patches-4.14/90030-crypto-inside-secure-improve-the-send-error-path.patch…
Checking patch target/linux/mvebu/patches-4.14/90031-crypto-inside-secure-do-not-access-buffers-mapped-to.patch…
Checking patch target/linux/mvebu/patches-4.14/90032-crypto-inside-secure-improve-the-skcipher-token.patch…
Checking patch target/linux/mvebu/patches-4.14/90033-crypto-inside-secure-the-context-ipad-opad-should-us.patch…
Checking patch target/linux/mvebu/patches-4.14/90034-crypto-inside-secure-hmac-sha256-support.patch…
Checking patch target/linux/mvebu/patches-4.14/90035-crypto-inside-secure-hmac-sha224-support.patch…
Checking patch target/linux/mvebu/patches-4.14/90036-arm64-dts-marvell-armada-37xx-add-a-crypto-node.patch…
Checking patch target/linux/mvebu/patches-4.14/402-sfp-display-SFP-module-information.patch => target/linux/mvebu/patches-4.14/90037-sfp-display-SFP-module-information.patch…
Checking patch target/linux/mvebu/patches-4.14/300-mvneta-tx-queue-workaround.patch => target/linux/mvebu/patches-4.14/90038-net-mvneta-tx-queue-workaround.patch…
Checking patch target/linux/mvebu/patches-4.14/403-net-mvneta-convert-to-phylink.patch => target/linux/mvebu/patches-4.14/90039-net-mvneta-convert-to-phylink.patch…
Checking patch target/linux/mvebu/patches-4.14/404-net-mvneta-hack-fix-phy_interface.patch => target/linux/mvebu/patches-4.14/90040-net-mvneta-hack-fix-phy_interface.patch…
Checking patch target/linux/mvebu/patches-4.14/405-net-mvneta-disable-MVNETA_CAUSE_PSC_SYNC_CHANGE-inte.patch => target/linux/mvebu/patches-4.14/90041-net-mvneta-disable-MVNETA_CAUSE_PSC_SYNC_CHANGE-inte.patch…
Checking patch target/linux/mvebu/patches-4.14/406-net-mvneta-add-module-EEPROM-reading-support.patch => target/linux/mvebu/patches-4.14/90042-net-mvneta-add-module-EEPROM-reading-support.patch…
Checking patch target/linux/mvebu/patches-4.14/407-phy-fixed-phy-remove-fixed_phy_update_state.patch => target/linux/mvebu/patches-4.14/90043-phy-fixed-phy-remove-fixed_phy_update_state.patch…
Checking patch target/linux/mvebu/patches-4.14/408-sfp-move-module-eeprom-ethtool-access-into-netdev-co.patch => target/linux/mvebu/patches-4.14/90044-sfp-move-module-eeprom-ethtool-access-into-netdev-co.patch…
Checking patch target/linux/mvebu/patches-4.14/409-sfp-use-netdev-sfp_bus-for-start-stop.patch => target/linux/mvebu/patches-4.14/90045-sfp-use-netdev-sfp_bus-for-start-stop.patch…
Checking patch target/linux/mvebu/patches-4.14/410-sfp-hack-allow-marvell-10G-phy-support-to-use-SFP.patch => target/linux/mvebu/patches-4.14/90046-sfp-hack-allow-marvell-10G-phy-support-to-use-SFP.patch…
Checking patch target/linux/mvebu/patches-4.14/411-sfp-add-sfp-compatible.patch => target/linux/mvebu/patches-4.14/90047-sfp-add-sfp-compatible.patch…
Checking patch target/linux/mvebu/patches-4.14/503-clk-mvebu-armada-37xx-periph-cosmetic-changes.patch => target/linux/mvebu/patches-4.14/90048-clk-mvebu-armada-37xx-periph-cosmetic-changes.patch…
Checking patch target/linux/mvebu/patches-4.14/504-clk-mvebu-armada-37xx-periph-prepare-cpu-clk-to-be-u.patch => target/linux/mvebu/patches-4.14/90049-clk-mvebu-armada-37xx-periph-prepare-cpu-clk-to-be-u.patch…
Checking patch target/linux/mvebu/patches-4.14/505-clk-mvebu-armada-37xx-periph-add-DVFS-support-for-cp.patch => target/linux/mvebu/patches-4.14/90050-clk-mvebu-armada-37xx-periph-add-DVFS-support-for-cp.patch…
Checking patch target/linux/mvebu/patches-4.14/506-cpufreq-Add-DVFS-support-for-Armada-37xx.patch => target/linux/mvebu/patches-4.14/90051-cpufreq-Add-DVFS-support-for-Armada-37xx.patch…
Checking patch target/linux/mvebu/patches-4.14/501-spi-a3700-Change-SPI-mode-before-asserting-chip-sele.patch => target/linux/mvebu/patches-4.14/90052-spi-a3700-Change-SPI-mode-before-asserting-chip-sele.patch…
Checking patch target/linux/mvebu/patches-4.14/500-arm64-dts-marvell-Fix-A37xx-UART0-register-size.patch => target/linux/mvebu/patches-4.14/90053-arm64-dts-marvell-Fix-A37xx-UART0-register-size.patch…
Checking patch target/linux/mvebu/patches-4.14/502-arm64-dts-marvell-armada-37xx-add-UART-clock.patch => target/linux/mvebu/patches-4.14/90054-arm64-dts-marvell-armada-37xx-add-UART-clock.patch…
Checking patch target/linux/mvebu/patches-4.14/507-arm64-dts-marvell-armada-37xx-add-nodes-allowing-cpu.patch => target/linux/mvebu/patches-4.14/90055-arm64-dts-marvell-armada-37xx-add-nodes-allowing-cpu.patch…
Checking patch target/linux/mvebu/patches-4.14/520-arm64-dts-marvell-armada37xx-Add-eth0-alias.patch => target/linux/mvebu/patches-4.14/90056-arm64-dts-marvell-armada37xx-Add-eth0-alias.patch…
Checking patch target/linux/mvebu/patches-4.14/524-PCI-aardvark-set-host-and-device-to-the-same-MAX-payload-size.patch => target/linux/mvebu/patches-4.14/90057-PCI-aardvark-set-host-and-device-to-the-same-MAX-pay.patch…
Checking patch target/linux/mvebu/patches-4.14/526-PCI-aardvark-disable-LOS-state-by-default.patch => target/linux/mvebu/patches-4.14/90058-PCI-aardvark-disable-LOS-state-by-default.patch…
Checking patch target/linux/mvebu/patches-4.14/90059-net-mvneta-move-port-configuration.patch…
Checking patch target/linux/mvebu/patches-4.14/90060-net-mvneta-add-1000BaseX-support.patch…
Checking patch target/linux/mvebu/patches-4.14/90061-pinctrl-armada-37xx-account-for-const-type-of-of_dev.patch…
Checking patch target/linux/mvebu/patches-4.14/90062-spi-a3700-Set-frequency-limits-at-startup.patch…
Checking patch target/linux/mvebu/patches-4.14/90063-spi-a3700-Allow-to-enable-or-disable-FIFO-mode.patch…
Checking patch target/linux/mvebu/patches-4.14/90064-spi-a3700-Add-full-duplex-support.patch…
Checking patch target/linux/mvebu/patches-4.14/90065-spi-a3700-Remove-endianness-swapping-functions-when-.patch…
Checking patch target/linux/mvebu/patches-4.14/90066-spi-a3700-Remove-endianness-swapping-for-full-duplex.patch…
Checking patch target/linux/mvebu/patches-4.14/90067-pinctrl-armada-37xx-Add-edge-both-type-gpio-irq-supp.patch…
Checking patch target/linux/mvebu/patches-4.14/90068-pinctrl-armada-37xx-Stop-using-struct-gpio_chip.irq_.patch…
Checking patch target/linux/mvebu/patches-4.14/90069-pinctrl-armada-37xx-remove-unused-variable.patch…
Checking patch target/linux/mvebu/patches-4.14/90070-net-dsa-mv88e6xxx-Fix-name-of-switch-88E6141.patch…
Checking patch target/linux/mvebu/patches-4.14/90071-phy-add-phy_interface_mode_is_8023z-helper.patch…
Checking patch target/linux/mvebu/patches-4.14/90072-net-phy-Cosmetic-fixes-to-phylink-sfp-sfp-bus.c.patch…
Checking patch target/linux/mvebu/patches-4.14/90073-sfp-fix-sparse-warning.patch…
Checking patch target/linux/mvebu/patches-4.14/90074-sfp-don-t-guess-support-from-connector-type.patch…
Checking patch target/linux/mvebu/patches-4.14/90075-sfp-add-support-for-1000Base-PX-and-1000Base-BX10.patch…
Checking patch target/linux/mvebu/patches-4.14/90076-net-dsa-Add-PHYLINK-switch-operations.patch…
Checking patch target/linux/mvebu/patches-4.14/90077-net-dsa-Eliminate-dsa_slave_get_link.patch…
Checking patch target/linux/mvebu/patches-4.14/90078-net-phy-phylink-Provide-PHY-interface-to-mac_link_-u.patch…
Checking patch target/linux/mvebu/patches-4.14/90079-net-phy-phylink-Allow-specifying-PHY-device-flags.patch…
Checking patch target/linux/mvebu/patches-4.14/90080-net-phy-phylink-Use-PHY-device-interface-if-N-A.patch…
Checking patch target/linux/mvebu/patches-4.14/90081-net-phy-phylink-Remove-error-message.patch…
Checking patch target/linux/mvebu/patches-4.14/90082-net-dsa-Plug-in-PHYLINK-support.patch…
Checking patch target/linux/mvebu/patches-4.14/90083-phylink-add-helper-for-configuring-2500BaseX-modes.patch…
Checking patch target/linux/mvebu/patches-4.14/90084-net-dsa-mv88e6xxx-add-PHYLINK-support.patch…
Checking patch target/linux/mvebu/patches-4.14/90085-net-dsa-mv88e6xxx-Add-support-to-enabling-pause.patch…
Checking patch target/linux/mvebu/patches-4.14/90086-net-dsa-mv88e6xxx-add-phylink-support.patch…
Checking patch target/linux/mvebu/patches-4.14/90087-net-dsa-mv88e6xxx-Refactor-SERDES-lane-code.patch…
Checking patch target/linux/mvebu/patches-4.14/90088-net-dsa-mv88e6xxx-6390-vs-6390X-SERDES-support.patch…
Checking patch target/linux/mvebu/patches-4.14/90089-net-dsa-mv88e6xxx-88E6141-6341-SERDES-support.patch…
Checking patch target/linux/mvebu/patches-4.14/90090-net-dsa-mv88e6xxx-Rename-sgmii-10g-power-functions.patch…
Checking patch target/linux/mvebu/patches-4.14/90091-net-dsa-mv88e6xxx-Add-serdes-register-read-write-hel.patch…
Checking patch target/linux/mvebu/patches-4.14/90092-net-dsa-mv88e6xxx-2500Base-X-uses-the-1000Base-X-SER.patch…
Checking patch target/linux/mvebu/patches-4.14/90093-net-dsa-mv88e6xxx-Cache-the-port-cmode.patch…
Checking patch target/linux/mvebu/patches-4.14/90094-net-dsa-mv88e6xxx-Power-on-off-SERDES-on-cmode-chang.patch…
Checking patch target/linux/mvebu/patches-4.14/90095-net-dsa-mv88e6xxx-link-mv88e6xxx_port-to-mv88e6xxx_c.patch…
Checking patch target/linux/mvebu/patches-4.14/90096-net-dsa-mv88e6xxx-Add-SERDES-phydev_mac_change-up-fo.patch…
Checking patch target/linux/mvebu/patches-4.14/90097-net-dsa-mv88e6xxx-Re-setup-interrupts-on-CMODE-chang.patch…
Checking patch target/linux/mvebu/patches-4.14/90098-net-dsa-mv88e6xxx-Poll-when-no-interrupt-defined.patch…
Checking patch target/linux/mvebu/patches-4.14/90099-net-dsa-mv88e6xxx-Add-missing-g1-IRQ-numbers.patch…
Checking patch target/linux/mvebu/patches-4.14/90100-net-dsa-mv88e6xxx-Add-number-of-internal-PHYs.patch…
Checking patch target/linux/mvebu/patches-4.14/90101-net-dsa-mv88e6xxx-Add-MDIO-interrupts-for-internal-P.patch…
Checking patch target/linux/mvebu/patches-4.14/90102-net-dsa-mv88e6xxx-Fix-PHY-interrupts-by-parameterisi.patch…
Checking patch target/linux/mvebu/patches-4.14/90103-net-dsa-mv88e6xxx-Fix-interrupt-name-for-g2-irq.patch…
Checking patch target/linux/mvebu/patches-4.14/90104-net-dsa-mv88e6xxx-Fix-irq-free-ing.patch…
Checking patch target/linux/mvebu/patches-4.14/90105-net-dsa-mv88e6xxx-Use-the-DT-IRQ-trigger-mode.patch…
Checking patch target/linux/mvebu/patches-4.14/90106-net-dsa-mv88e6xxx-Call-the-common-IRQ-free-code.patch…
Checking patch target/linux/mvebu/patches-4.14/90107-net-dsa-mv88e6xxx-Fix-IRQ-when-loading-module.patch…
Checking patch target/linux/mvebu/patches-4.14/90108-net-dsa-mv88e6xxx-fix-races-between-lock-and-irq-fre.patch…
Checking patch target/linux/mvebu/patches-4.14/90109-net-dsa-mv88e6xxx-Share-main-switch-IRQ.patch…
Checking patch target/linux/mvebu/patches-4.14/90110-net-dsa-mc88e6xxx-Fix-88E6141-6341-2500mbps-SERDES-s.patch…
Checking patch target/linux/mvebu/patches-4.14/90111-net-ethernet-mvneta-Fix-napi-structure-mixup-on-arma.patch…
Checking patch target/linux/mvebu/patches-4.14/90112-net-mvneta-fix-mvneta_config_rss-on-armada-3700.patch…
Checking patch target/linux/mvebu/patches-4.14/90113-pinctrl-armada-37xx-Correct-mpp-definitions.patch…
Checking patch target/linux/mvebu/patches-4.14/90114-arm64-dts-marvell-armada-37xx-mark-the-gpio-controll.patch…
Checking patch target/linux/mvebu/patches-4.14/90115-drivers-mfd-Add-support-for-Moxtet-bus.patch…
Checking patch target/linux/mvebu/patches-4.14/90116-drivers-gpio-Add-support-for-GPIOs-over-Moxtet-bus.patch…
Checking patch target/linux/mvebu/patches-4.14/90117-watchdog-Add-support-for-Armada-37xx-CPU-watchdog.patch…
Checking patch target/linux/mvebu/patches-4.14/90118-dt-bindings-watchdog-Document-armada-37xx-wdt-bindin.patch…
Checking patch target/linux/mvebu/patches-4.14/90119-documentation-watchdog-add-documentation-for-armada-.patch…
Checking patch target/linux/mvebu/patches-4.14/90120-arm64-dts-marvell-armada-37xx-add-nodes-to-support-w.patch…
Checking patch target/linux/mvebu/patches-4.14/90121-PCI-aadrvark-warm-reset-the-cores-and-card.patch…
Checking patch target/linux/mvebu/patches-4.14/90122-mailbox-Add-support-for-Armada-37xx-rWTM-mailbox.patch…
Checking patch target/linux/mvebu/patches-4.14/90123-arm64-dts-marvell-armada37xx-add-rWTM-mailbox-node.patch…
Checking patch target/linux/mvebu/patches-4.14/90124-crypto-Add-Turris-Mox-rWTM-firmware-driver.patch…
Checking patch target/linux/mvebu/patches-4.14/90125-ARM64-dts-marvell-Add-DTS-file-for-Turris-Mox.patch…
Checking patch target/linux/mvebu/patches-4.14/9999-arm64-restart-Armada-3700-restart-code.patch => target/linux/mvebu/patches-4.14/90126-arm64-restart-Armada-3700-restart-code.patch…
Checking patch target/linux/mvebu/patches-4.14/509-cpufreq-armada-37xx-Fix-clock-leak.patch => target/linux/mvebu/patches-4.14/9509-cpufreq-armada-37xx-Fix-clock-leak.patch…
Checking patch target/linux/mvebu/patches-4.14/510-clk-mvebu-armada-37xx-periph-Fix-switching-CPU-rate-.patch => target/linux/mvebu/patches-4.14/99510-clk-mvebu-armada-37xx-periph-Fix-switching-CPU-rate-.patch…
Checking patch target/linux/mvebu/patches-4.14/511-clk-mvebu-armada-37xx-periph-Fix-wrong-return-value-.patch => target/linux/mvebu/patches-4.14/99511-clk-mvebu-armada-37xx-periph-Fix-wrong-return-value-.patch…
Checking patch target/linux/mvebu/patches-4.14/512-clk-mvebu-armada-37xx-periph-Remove-unused-var-num_p.patch => target/linux/mvebu/patches-4.14/99512-clk-mvebu-armada-37xx-periph-Remove-unused-var-num_p.patch…
Applied patch target/linux/mvebu/config-4.14 cleanly.
Applied patch target/linux/mvebu/image/cortex-a53.mk cleanly.
Applied patch target/linux/mvebu/patches-4.14/527-PCI-aardvark-allow-to-specify-link-capability.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90001-crypto-inside-secure-remove-null-check-before-kfree.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90002-crypto-inside-secure-do-not-use-areq-result-for-part.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90003-crypto-inside-secure-remove-extra-empty-line.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90004-crypto-inside-secure-fix-typo-in-a-comment.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90005-crypto-inside-secure-remove-useless-memset.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90006-crypto-inside-secure-refrain-from-unneeded-invalidat.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90007-crypto-inside-secure-EBUSY-is-not-an-error-on-async-.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90008-crypto-inside-secure-move-cipher-crypto-mode-to-requ.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90009-crypto-inside-secure-remove-unused-parameter-in-inva.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90010-crypto-inside-secure-move-request-dequeueing-into-a-.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90011-crypto-inside-secure-use-threaded-IRQs-for-result-ha.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90012-crypto-inside-secure-dequeue-all-requests-at-once.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90013-crypto-inside-secure-increase-the-ring-size.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90014-crypto-inside-secure-acknowledge-the-result-requests.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90015-crypto-inside-secure-handle-more-result-requests-whe.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90016-crypto-inside-secure-retry-to-proceed-the-request-la.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90017-crypto-inside-secure-EIP97-support.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90018-crypto-inside-secure-make-function-safexcel_try_push.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90019-crypto-inside-secure-do-not-overwrite-the-threshold-.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90020-crypto-inside-secure-keep-the-requests-push-pop-sync.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90021-crypto-inside-secure-unmap-the-result-in-the-hash-se.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90022-crypto-inside-secure-move-hash-result-dma-mapping-to.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90023-crypto-inside-secure-move-cache-result-dma-mapping-t.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90024-crypto-inside-secure-fix-missing-unlock-on-error-in-.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90025-crypto-inside-secure-improve-clock-initialization.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90026-crypto-inside-secure-fix-clock-resource-by-adding-a-.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90027-crypto-inside-secure-move-the-digest-to-the-request-.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90028-crypto-inside-secure-fix-typo-s-allways-always-in-a-.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90029-crypto-inside-secure-fix-a-typo-in-a-register-name.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90030-crypto-inside-secure-improve-the-send-error-path.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90031-crypto-inside-secure-do-not-access-buffers-mapped-to.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90032-crypto-inside-secure-improve-the-skcipher-token.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90033-crypto-inside-secure-the-context-ipad-opad-should-us.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90034-crypto-inside-secure-hmac-sha256-support.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90035-crypto-inside-secure-hmac-sha224-support.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90036-arm64-dts-marvell-armada-37xx-add-a-crypto-node.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/402-sfp-display-SFP-module-information.patch => target/linux/mvebu/patches-4.14/90037-sfp-display-SFP-module-information.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/300-mvneta-tx-queue-workaround.patch => target/linux/mvebu/patches-4.14/90038-net-mvneta-tx-queue-workaround.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/403-net-mvneta-convert-to-phylink.patch => target/linux/mvebu/patches-4.14/90039-net-mvneta-convert-to-phylink.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/404-net-mvneta-hack-fix-phy_interface.patch => target/linux/mvebu/patches-4.14/90040-net-mvneta-hack-fix-phy_interface.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/405-net-mvneta-disable-MVNETA_CAUSE_PSC_SYNC_CHANGE-inte.patch => target/linux/mvebu/patches-4.14/90041-net-mvneta-disable-MVNETA_CAUSE_PSC_SYNC_CHANGE-inte.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/406-net-mvneta-add-module-EEPROM-reading-support.patch => target/linux/mvebu/patches-4.14/90042-net-mvneta-add-module-EEPROM-reading-support.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/407-phy-fixed-phy-remove-fixed_phy_update_state.patch => target/linux/mvebu/patches-4.14/90043-phy-fixed-phy-remove-fixed_phy_update_state.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/408-sfp-move-module-eeprom-ethtool-access-into-netdev-co.patch => target/linux/mvebu/patches-4.14/90044-sfp-move-module-eeprom-ethtool-access-into-netdev-co.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/409-sfp-use-netdev-sfp_bus-for-start-stop.patch => target/linux/mvebu/patches-4.14/90045-sfp-use-netdev-sfp_bus-for-start-stop.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/410-sfp-hack-allow-marvell-10G-phy-support-to-use-SFP.patch => target/linux/mvebu/patches-4.14/90046-sfp-hack-allow-marvell-10G-phy-support-to-use-SFP.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/411-sfp-add-sfp-compatible.patch => target/linux/mvebu/patches-4.14/90047-sfp-add-sfp-compatible.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/503-clk-mvebu-armada-37xx-periph-cosmetic-changes.patch => target/linux/mvebu/patches-4.14/90048-clk-mvebu-armada-37xx-periph-cosmetic-changes.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/504-clk-mvebu-armada-37xx-periph-prepare-cpu-clk-to-be-u.patch => target/linux/mvebu/patches-4.14/90049-clk-mvebu-armada-37xx-periph-prepare-cpu-clk-to-be-u.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/505-clk-mvebu-armada-37xx-periph-add-DVFS-support-for-cp.patch => target/linux/mvebu/patches-4.14/90050-clk-mvebu-armada-37xx-periph-add-DVFS-support-for-cp.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/506-cpufreq-Add-DVFS-support-for-Armada-37xx.patch => target/linux/mvebu/patches-4.14/90051-cpufreq-Add-DVFS-support-for-Armada-37xx.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/501-spi-a3700-Change-SPI-mode-before-asserting-chip-sele.patch => target/linux/mvebu/patches-4.14/90052-spi-a3700-Change-SPI-mode-before-asserting-chip-sele.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/500-arm64-dts-marvell-Fix-A37xx-UART0-register-size.patch => target/linux/mvebu/patches-4.14/90053-arm64-dts-marvell-Fix-A37xx-UART0-register-size.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/502-arm64-dts-marvell-armada-37xx-add-UART-clock.patch => target/linux/mvebu/patches-4.14/90054-arm64-dts-marvell-armada-37xx-add-UART-clock.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/507-arm64-dts-marvell-armada-37xx-add-nodes-allowing-cpu.patch => target/linux/mvebu/patches-4.14/90055-arm64-dts-marvell-armada-37xx-add-nodes-allowing-cpu.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/520-arm64-dts-marvell-armada37xx-Add-eth0-alias.patch => target/linux/mvebu/patches-4.14/90056-arm64-dts-marvell-armada37xx-Add-eth0-alias.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/524-PCI-aardvark-set-host-and-device-to-the-same-MAX-payload-size.patch => target/linux/mvebu/patches-4.14/90057-PCI-aardvark-set-host-and-device-to-the-same-MAX-pay.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/526-PCI-aardvark-disable-LOS-state-by-default.patch => target/linux/mvebu/patches-4.14/90058-PCI-aardvark-disable-LOS-state-by-default.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90059-net-mvneta-move-port-configuration.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90060-net-mvneta-add-1000BaseX-support.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90061-pinctrl-armada-37xx-account-for-const-type-of-of_dev.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90062-spi-a3700-Set-frequency-limits-at-startup.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90063-spi-a3700-Allow-to-enable-or-disable-FIFO-mode.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90064-spi-a3700-Add-full-duplex-support.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90065-spi-a3700-Remove-endianness-swapping-functions-when-.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90066-spi-a3700-Remove-endianness-swapping-for-full-duplex.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90067-pinctrl-armada-37xx-Add-edge-both-type-gpio-irq-supp.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90068-pinctrl-armada-37xx-Stop-using-struct-gpio_chip.irq_.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90069-pinctrl-armada-37xx-remove-unused-variable.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90070-net-dsa-mv88e6xxx-Fix-name-of-switch-88E6141.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90071-phy-add-phy_interface_mode_is_8023z-helper.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90072-net-phy-Cosmetic-fixes-to-phylink-sfp-sfp-bus.c.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90073-sfp-fix-sparse-warning.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90074-sfp-don-t-guess-support-from-connector-type.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90075-sfp-add-support-for-1000Base-PX-and-1000Base-BX10.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90076-net-dsa-Add-PHYLINK-switch-operations.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90077-net-dsa-Eliminate-dsa_slave_get_link.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90078-net-phy-phylink-Provide-PHY-interface-to-mac_link_-u.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90079-net-phy-phylink-Allow-specifying-PHY-device-flags.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90080-net-phy-phylink-Use-PHY-device-interface-if-N-A.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90081-net-phy-phylink-Remove-error-message.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90082-net-dsa-Plug-in-PHYLINK-support.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90083-phylink-add-helper-for-configuring-2500BaseX-modes.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90084-net-dsa-mv88e6xxx-add-PHYLINK-support.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90085-net-dsa-mv88e6xxx-Add-support-to-enabling-pause.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90086-net-dsa-mv88e6xxx-add-phylink-support.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90087-net-dsa-mv88e6xxx-Refactor-SERDES-lane-code.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90088-net-dsa-mv88e6xxx-6390-vs-6390X-SERDES-support.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90089-net-dsa-mv88e6xxx-88E6141-6341-SERDES-support.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90090-net-dsa-mv88e6xxx-Rename-sgmii-10g-power-functions.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90091-net-dsa-mv88e6xxx-Add-serdes-register-read-write-hel.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90092-net-dsa-mv88e6xxx-2500Base-X-uses-the-1000Base-X-SER.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90093-net-dsa-mv88e6xxx-Cache-the-port-cmode.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90094-net-dsa-mv88e6xxx-Power-on-off-SERDES-on-cmode-chang.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90095-net-dsa-mv88e6xxx-link-mv88e6xxx_port-to-mv88e6xxx_c.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90096-net-dsa-mv88e6xxx-Add-SERDES-phydev_mac_change-up-fo.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90097-net-dsa-mv88e6xxx-Re-setup-interrupts-on-CMODE-chang.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90098-net-dsa-mv88e6xxx-Poll-when-no-interrupt-defined.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90099-net-dsa-mv88e6xxx-Add-missing-g1-IRQ-numbers.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90100-net-dsa-mv88e6xxx-Add-number-of-internal-PHYs.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90101-net-dsa-mv88e6xxx-Add-MDIO-interrupts-for-internal-P.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90102-net-dsa-mv88e6xxx-Fix-PHY-interrupts-by-parameterisi.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90103-net-dsa-mv88e6xxx-Fix-interrupt-name-for-g2-irq.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90104-net-dsa-mv88e6xxx-Fix-irq-free-ing.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90105-net-dsa-mv88e6xxx-Use-the-DT-IRQ-trigger-mode.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90106-net-dsa-mv88e6xxx-Call-the-common-IRQ-free-code.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90107-net-dsa-mv88e6xxx-Fix-IRQ-when-loading-module.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90108-net-dsa-mv88e6xxx-fix-races-between-lock-and-irq-fre.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90109-net-dsa-mv88e6xxx-Share-main-switch-IRQ.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90110-net-dsa-mc88e6xxx-Fix-88E6141-6341-2500mbps-SERDES-s.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90111-net-ethernet-mvneta-Fix-napi-structure-mixup-on-arma.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90112-net-mvneta-fix-mvneta_config_rss-on-armada-3700.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90113-pinctrl-armada-37xx-Correct-mpp-definitions.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90114-arm64-dts-marvell-armada-37xx-mark-the-gpio-controll.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90115-drivers-mfd-Add-support-for-Moxtet-bus.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90116-drivers-gpio-Add-support-for-GPIOs-over-Moxtet-bus.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90117-watchdog-Add-support-for-Armada-37xx-CPU-watchdog.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90118-dt-bindings-watchdog-Document-armada-37xx-wdt-bindin.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90119-documentation-watchdog-add-documentation-for-armada-.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90120-arm64-dts-marvell-armada-37xx-add-nodes-to-support-w.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90121-PCI-aadrvark-warm-reset-the-cores-and-card.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90122-mailbox-Add-support-for-Armada-37xx-rWTM-mailbox.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90123-arm64-dts-marvell-armada37xx-add-rWTM-mailbox-node.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90124-crypto-Add-Turris-Mox-rWTM-firmware-driver.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/90125-ARM64-dts-marvell-Add-DTS-file-for-Turris-Mox.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/9999-arm64-restart-Armada-3700-restart-code.patch => target/linux/mvebu/patches-4.14/90126-arm64-restart-Armada-3700-restart-code.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/509-cpufreq-armada-37xx-Fix-clock-leak.patch => target/linux/mvebu/patches-4.14/9509-cpufreq-armada-37xx-Fix-clock-leak.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/510-clk-mvebu-armada-37xx-periph-Fix-switching-CPU-rate-.patch => target/linux/mvebu/patches-4.14/99510-clk-mvebu-armada-37xx-periph-Fix-switching-CPU-rate-.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/511-clk-mvebu-armada-37xx-periph-Fix-wrong-return-value-.patch => target/linux/mvebu/patches-4.14/99511-clk-mvebu-armada-37xx-periph-Fix-wrong-return-value-.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/512-clk-mvebu-armada-37xx-periph-Remove-unused-var-num_p.patch => target/linux/mvebu/patches-4.14/99512-clk-mvebu-armada-37xx-periph-Remove-unused-var-num_p.patch cleanly.
warning: squelched 3388 whitespace errors
warning: 3393 lines add whitespace errors.
Applying: Turris Omnia: Improved suppport
.git/rebase-apply/patch:57: space before tab in indent.
armada-385-linksys-shelby.dtb
.git/rebase-apply/patch:58: space before tab in indent.
armada-385-linksys-venom.dtb
.git/rebase-apply/patch:59: space before tab in indent.
armada-385-synology-ds116.dtb
.git/rebase-apply/patch:63: space before tab in indent.
armada-388-clearfog.dtb
.git/rebase-apply/patch:64: space before tab in indent.
armada-388-clearfog-base.dtb
Checking patch target/linux/mvebu/patches-4.14/8888-Turris-Omnia-Add-separate-DTS-for-SFP-support.patch…
Checking patch target/linux/mvebu/patches-4.14/8889-Reenable-Turris-Omnia-second-ethernet-connection-to-.patch…
Checking patch target/linux/mvebu/patches-4.14/8890-turris-omnia-led-driver.patch…
Checking patch target/linux/mvebu/patches-4.14/8891-turris-omnia-custom-led-functions.patch…
Checking patch target/linux/mvebu/patches-4.14/8892-turris-omnia-enable-leds-in-dts.patch…
Applied patch target/linux/mvebu/patches-4.14/8888-Turris-Omnia-Add-separate-DTS-for-SFP-support.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/8889-Reenable-Turris-Omnia-second-ethernet-connection-to-.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/8890-turris-omnia-led-driver.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/8891-turris-omnia-custom-led-functions.patch cleanly.
Applied patch target/linux/mvebu/patches-4.14/8892-turris-omnia-enable-leds-in-dts.patch cleanly.
warning: squelched 60 whitespace errors
warning: 65 lines add whitespace errors.
Applying: Add kernel configuration options for Turris 1.x
Checking patch target/linux/mpc85xx/config-4.14…
Hunk #11 succeeded at 411 (offset -7 lines).
Checking patch target/linux/mpc85xx/config-4.19…
Hunk #10 succeeded at 377 (offset -7 lines).
Applied patch target/linux/mpc85xx/config-4.14 cleanly.
Applied patch target/linux/mpc85xx/config-4.19 cleanly.
Getting feeds
Updating feed ‘turrispackages’ from ‘https://gitlab.labs.nic.cz/turris/turris-os-packages.git;master’ …
Cloning into ‘./feeds/turrispackages’…
remote: Enumerating objects: 773, done.
remote: Counting objects: 100% (773/773), done.
remote: Compressing objects: 100% (614/614), done.
remote: Total 773 (delta 79), reused 579 (delta 32)
Receiving objects: 100% (773/773), 19.04 MiB | 27.93 MiB/s, done.
Resolving deltas: 100% (79/79), done.
Create index file ‘./feeds/turrispackages.index’
Checking ‘working-make’… ok.
Checking ‘case-sensitive-fs’… ok.
Checking ‘proper-umask’… ok.
Checking ‘gcc’… ok.
Checking ‘working-gcc’… ok.
Checking ‘g++’… ok.
Checking ‘working-g++’… ok.
Checking ‘ncurses’… ok.
Checking ‘perl-thread-queue’… ok.
Checking ‘tar’… ok.
Checking ‘find’… ok.
Checking ‘bash’… ok.
Checking ‘patch’… ok.
Checking ‘diff’… ok.
Checking ‘cp’… ok.
Checking ‘seq’… ok.
Checking ‘awk’… ok.
Checking ‘grep’… ok.
Checking ‘getopt’… ok.
Checking ‘stat’… ok.
Checking ‘unzip’… ok.
Checking ‘bzip2’… ok.
Checking ‘wget’… ok.
Checking ‘perl’… ok.
Checking ‘python’… ok.
Checking ‘git’… ok.
Checking ‘file’… ok.
Checking ‘ldconfig-stub’… ok.
ERROR: please fix feeds/turrispackages/cznic/foris/foris/Makefile - see logs/feeds/turrispackages/cznic/foris/foris/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-client/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-client/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-controller/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-controller/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-controller-data_collect-module/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-controller-data_collect-module/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-controller-diagnostics-module/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-controller-diagnostics-module/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-controller-netboot-module/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-controller-netboot-module/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-controller-netmetr-module/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-controller-netmetr-module/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-controller-openvpn-module/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-controller-openvpn-module/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-controller-pakon-module/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-controller-pakon-module/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-controller-ssbackups-module/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-controller-ssbackups-module/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-controller-storage-module/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-controller-storage-module/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-controller-subordinates-module/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-controller-subordinates-module/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-data_collect-plugin/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-data_collect-plugin/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-diagnostics-plugin/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-diagnostics-plugin/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-netmetr-plugin/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-netmetr-plugin/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-openvpn-plugin/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-openvpn-plugin/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-pakon-plugin/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-pakon-plugin/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-plugins-distutils/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-plugins-distutils/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-schema/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-schema/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-ssbackups-plugin/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-ssbackups-plugin/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-storage-plugin/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-storage-plugin/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-subordinates-plugin/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-subordinates-plugin/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/foris/foris-ws/Makefile - see logs/feeds/turrispackages/cznic/foris/foris-ws/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/haas-proxy/Makefile - see logs/feeds/turrispackages/cznic/haas-proxy/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/home-assistant/Makefile - see logs/feeds/turrispackages/cznic/home-assistant/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/home-assistant-turris-gadgets/Makefile - see logs/feeds/turrispackages/cznic/home-assistant-turris-gadgets/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/netmetr/Makefile - see logs/feeds/turrispackages/cznic/netmetr/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/ssbackups/Makefile - see logs/feeds/turrispackages/cznic/ssbackups/dump.txt for details
ERROR: please fix feeds/turrispackages/cznic/turrishw/Makefile - see logs/feeds/turrispackages/cznic/turrishw/dump.txt for details
ERROR: please fix feeds/turrispackages/hardware/atsha204/libatsha204/Makefile - see logs/feeds/turrispackages/hardware/atsha204/libatsha204/dump.txt for details
ERROR: please fix feeds/turrispackages/hardware/mox/mox-otp/Makefile - see logs/feeds/turrispackages/hardware/mox/mox-otp/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/cython3/Makefile - see logs/feeds/turrispackages/lang/cython3/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-astral/Makefile - see logs/feeds/turrispackages/lang/python-astral/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-babel/Makefile - see logs/feeds/turrispackages/lang/python-babel/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-bottle-i18n/Makefile - see logs/feeds/turrispackages/lang/python-bottle-i18n/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-cachetools/Makefile - see logs/feeds/turrispackages/lang/python-cachetools/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-flup/Makefile - see logs/feeds/turrispackages/lang/python-flup/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-jsonschema/Makefile - see logs/feeds/turrispackages/lang/python-jsonschema/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-libsass/Makefile - see logs/feeds/turrispackages/lang/python-libsass/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-markdown/Makefile - see logs/feeds/turrispackages/lang/python-markdown/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-msgpack/Makefile - see logs/feeds/turrispackages/lang/python-msgpack/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-netdisco/Makefile - see logs/feeds/turrispackages/lang/python-netdisco/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-netiface/Makefile - see logs/feeds/turrispackages/lang/python-netiface/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-pbkdf2/Makefile - see logs/feeds/turrispackages/lang/python-pbkdf2/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-periphery/Makefile - see logs/feeds/turrispackages/lang/python-periphery/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-pifacecad/Makefile - see logs/feeds/turrispackages/lang/python-pifacecad/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-pifacecommon/Makefile - see logs/feeds/turrispackages/lang/python-pifacecommon/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-prctl/Makefile - see logs/feeds/turrispackages/lang/python-prctl/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-pydispatcher/Makefile - see logs/feeds/turrispackages/lang/python-pydispatcher/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-pyrsistent/Makefile - see logs/feeds/turrispackages/lang/python-pyrsistent/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-sentry-sdk/Makefile - see logs/feeds/turrispackages/lang/python-sentry-sdk/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-stem/Makefile - see logs/feeds/turrispackages/lang/python-stem/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-ubus/Makefile - see logs/feeds/turrispackages/lang/python-ubus/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-uci/Makefile - see logs/feeds/turrispackages/lang/python-uci/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-usb/Makefile - see logs/feeds/turrispackages/lang/python-usb/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-websocket-server/Makefile - see logs/feeds/turrispackages/lang/python-websocket-server/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-websockets/Makefile - see logs/feeds/turrispackages/lang/python-websockets/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-zeroconf/Makefile - see logs/feeds/turrispackages/lang/python-zeroconf/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-zmq/Makefile - see logs/feeds/turrispackages/lang/python-zmq/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python-zope/Makefile - see logs/feeds/turrispackages/lang/python-zope/dump.txt for details
ERROR: please fix feeds/turrispackages/lang/python3-pyyaml/Makefile - see logs/feeds/turrispackages/lang/python3-pyyaml/dump.txt for details
ERROR: please fix feeds/turrispackages/sentinel/sentinel-nikola/Makefile - see logs/feeds/turrispackages/sentinel/sentinel-nikola/dump.txt for details
ERROR: please fix feeds/turrispackages/updater/updater-supervisor/Makefile - see logs/feeds/turrispackages/updater/updater-supervisor/dump.txt for details
Collecting package info: done
Collecting target info: done
Updating feed ‘packages’ from ‘https://git.openwrt.org/feed/packages.git’ …
Cloning into ‘./feeds/packages’…
remote: Enumerating objects: 4955, done.
remote: Counting objects: 100% (4955/4955), done.
remote: Compressing objects: 100% (4205/4205), done.
remote: Total 4955 (delta 220), reused 4044 (delta 131)
Receiving objects: 100% (4955/4955), 2.95 MiB | 10.62 MiB/s, done.
Resolving deltas: 100% (220/220), done.
Create index file ‘./feeds/packages.index’
Collecting package info: done
Collecting target info: done
Updating feed ‘luci’ from ‘https://git.openwrt.org/project/luci.git’ …
Cloning into ‘./feeds/luci’…
remote: Enumerating objects: 3970, done.
remote: Counting objects: 100% (3970/3970), done.
remote: Compressing objects: 100% (1924/1924), done.
remote: Total 3970 (delta 918), reused 2998 (delta 625)
Receiving objects: 100% (3970/3970), 3.99 MiB | 9.60 MiB/s, done.
Resolving deltas: 100% (918/918), done.
Checking out files: 100% (2160/2160), done.
Create index file ‘./feeds/luci.index’
Collecting package info: done
Collecting target info: done
Updating feed ‘routing’ from ‘https://git.openwrt.org/feed/routing.git’ …
Cloning into ‘./feeds/routing’…
remote: Enumerating objects: 380, done.
remote: Counting objects: 100% (380/380), done.
remote: Compressing objects: 100% (318/318), done.
remote: Total 380 (delta 25), reused 100 (delta 1)
Receiving objects: 100% (380/380), 261.97 KiB | 3.59 MiB/s, done.
Resolving deltas: 100% (25/25), done.
Create index file ‘./feeds/routing.index’
Collecting package info: done
Collecting target info: done
Updating feed ‘telephony’ from ‘https://git.openwrt.org/feed/telephony.git’ …
Cloning into ‘./feeds/telephony’…
remote: Enumerating objects: 266, done.
remote: Counting objects: 100% (266/266), done.
remote: Compressing objects: 100% (254/254), done.
remote: Total 266 (delta 20), reused 25 (delta 0)
Receiving objects: 100% (266/266), 169.08 KiB | 2.87 MiB/s, done.
Resolving deltas: 100% (20/20), done.
Create index file ‘./feeds/telephony.index’
Collecting package info: done
Collecting target info: done
Updating feed ‘openwisp’ from ‘https://github.com/openwisp/openwisp-config.git’ …
Cloning into ‘./feeds/openwisp’…
remote: Enumerating objects: 52, done.
remote: Counting objects: 100% (52/52), done.
remote: Compressing objects: 100% (43/43), done.
remote: Total 52 (delta 4), reused 29 (delta 2), pack-reused 0
Unpacking objects: 100% (52/52), done.
Create index file ‘./feeds/openwisp.index’
Collecting package info: done
Collecting target info: done
Updating feed ‘sidn’ from ‘https://github.com/SIDN/sidn_openwrt_pkgs.git’ …
Cloning into ‘./feeds/sidn’…
remote: Enumerating objects: 146, done.
remote: Counting objects: 100% (146/146), done.
remote: Compressing objects: 100% (111/111), done.
remote: Total 146 (delta 11), reused 89 (delta 3), pack-reused 0
Receiving objects: 100% (146/146), 698.36 KiB | 1.78 MiB/s, done.
Resolving deltas: 100% (11/11), done.
Create index file ‘./feeds/sidn.index’
Collecting package info: done
Collecting target info: done
Patching feeds
Applying: Drop uhttpd dependency
Checking patch collections/luci/Makefile…
Applied patch collections/luci/Makefile cleanly.
Applying: luci-base: Add webapps configuration
Checking patch modules/luci-base/root/usr/share/turris-webapps/05_luci.conf…
Checking patch modules/luci-base/root/www/webapps-icons/luci.png…
Applied patch modules/luci-base/root/usr/share/turris-webapps/05_luci.conf cleanly.
Applied patch modules/luci-base/root/www/webapps-icons/luci.png cleanly.
Applying: transmission: Add to webapps
Checking patch net/transmission/Makefile…
Hunk #1 succeeded at 175 (offset 3 lines).
Checking patch net/transmission/files/30_transmission.conf…
Checking patch net/transmission/files/transmission.png…
Applied patch net/transmission/Makefile cleanly.
Applied patch net/transmission/files/30_transmission.conf cleanly.
Applied patch net/transmission/files/transmission.png cleanly.
Applying: lxc: Use our servers by default
Checking patch utils/lxc/patches/030-turris-servers.patch…
Applied patch utils/lxc/patches/030-turris-servers.patch cleanly.
Applying: mozilla-iot-gateway: Better integration
.git/rebase-apply/patch:39: trailing whitespace.

.git/rebase-apply/patch:40: space before tab in indent.
# Clean up of old build files that confuse OpenWrt’s dependency checker
.git/rebase-apply/patch:44: trailing whitespace.

Checking patch lang/node-mozilla-iot-gateway/Makefile…
Hunk #1 succeeded at 30 (offset -4 lines).
Hunk #2 succeeded at 63 (offset -2 lines).
Checking patch lang/node-mozilla-iot-gateway/files/mozilla-iot-gateway.init…
Applied patch lang/node-mozilla-iot-gateway/Makefile cleanly.
Applied patch lang/node-mozilla-iot-gateway/files/mozilla-iot-gateway.init cleanly.
warning: 3 lines add whitespace errors.
Applying: php7: Tunning of default options
Checking patch lang/php7/Makefile…
Hunk #1 succeeded at 597 (offset 23 lines).
Checking patch lang/php7/files/opcache.ini…
Checking patch lang/php7/files/php.ini…
Applied patch lang/php7/Makefile cleanly.
Applied patch lang/php7/files/opcache.ini cleanly.
Applied patch lang/php7/files/php.ini cleanly.
Applying: php7: Integrate php-fpm into lighttpd
Checking patch lang/php7/Makefile…
Hunk #1 succeeded at 547 (offset 23 lines).
Checking patch lang/php7/files/php-fpm.lighttpd…
Applied patch lang/php7/Makefile cleanly.
Applied patch lang/php7/files/php-fpm.lighttpd cleanly.
Applying: python: Fix build
Checking patch lang/python/python-host.mk…
Checking patch lang/python/python/Makefile…
Hunk #1 succeeded at 301 (offset 14 lines).
Checking patch lang/python/python3-host.mk…
Checking patch lang/python/python3/Makefile…
Hunk #1 succeeded at 296 (offset 12 lines).
Applied patch lang/python/python-host.mk cleanly.
Applied patch lang/python/python/Makefile cleanly.
Applied patch lang/python/python3-host.mk cleanly.
Applied patch lang/python/python3/Makefile cleanly.
Applying: luajit: Try to build something on 64bits
.git/rebase-apply/patch:32: trailing whitespace.

.git/rebase-apply/patch:42: trailing whitespace.

Checking patch lang/luajit/Makefile…
Checking patch lang/luajit/patches/64bit-build.patch…
Applied patch lang/luajit/Makefile cleanly.
Applied patch lang/luajit/patches/64bit-build.patch cleanly.
warning: 2 lines add whitespace errors.
Applying: squid: disable ccache
Checking patch net/squid/Makefile…
Applied patch net/squid/Makefile cleanly.
Applying: net/openssh: permit root login
Checking patch net/openssh/Makefile…
Hunk #1 succeeded at 230 (offset -6 lines).
Hunk #2 succeeded at 241 (offset -6 lines).
Applied patch net/openssh/Makefile cleanly.
Applying: firewall: accept and drop chains added + option to set uci config directory added
.git/rebase-apply/patch:19: trailing whitespace.

.git/rebase-apply/patch:21: space before tab in indent.
C(ANY, FILTER, UNSPEC, “reject”),
.git/rebase-apply/patch:24: space before tab in indent.
C(ANY, FILTER, CUSTOM_CHAINS, “input_rule”),
.git/rebase-apply/patch:25: space before tab in indent.
C(ANY, FILTER, CUSTOM_CHAINS, “output_rule”),
.git/rebase-apply/patch:26: space before tab in indent.
C(ANY, FILTER, CUSTOM_CHAINS, “forwarding_rule”),
Checking patch package/network/config/firewall/patches/01-accept-and-reject-chains-added.patch…
Checking patch package/network/config/firewall/patches/02-uci_config_dir-option-added.patch…
Applied patch package/network/config/firewall/patches/01-accept-and-reject-chains-added.patch cleanly.
Applied patch package/network/config/firewall/patches/02-uci_config_dir-option-added.patch cleanly.
warning: squelched 58 whitespace errors
warning: 63 lines add whitespace errors.
Applying: luajit: Enable build on arm64
Checking patch lang/luajit/Makefile…
Applied patch lang/luajit/Makefile cleanly.
Applying: openssh: Enable pthread hack when compiling with pam
Checking patch net/openssh/Makefile…
Hunk #1 succeeded at 192 (offset -2 lines).
Applied patch net/openssh/Makefile cleanly.
Applying: pythons: intepreter in scripts fix
Checking patch lang/python/python-package.mk…
Hunk #1 succeeded at 97 (offset 1 line).
Hunk #2 succeeded at 119 (offset 2 lines).
Hunk #3 succeeded at 140 (offset 3 lines).
Checking patch lang/python/python3-package.mk…
Hunk #1 succeeded at 96 (offset 1 line).
Hunk #2 succeeded at 118 (offset 2 lines).
Hunk #3 succeeded at 139 (offset 3 lines).
Applied patch lang/python/python-package.mk cleanly.
Applied patch lang/python/python3-package.mk cleanly.
Applying: python3: Make python version part of release number
Checking patch lang/python/python3-package.mk…
Applied patch lang/python/python3-package.mk cleanly.
Applying: syslog-ng: add missing libmaxminddb dependency
Checking patch admin/syslog-ng/Makefile…
Applied patch admin/syslog-ng/Makefile cleanly.
Applying: syslong-ng: rotate default log with logrotate
Checking patch admin/syslog-ng/Makefile…
Checking patch admin/syslog-ng/files/logrotate.conf…
Applied patch admin/syslog-ng/Makefile cleanly.
Applied patch admin/syslog-ng/files/logrotate.conf cleanly.
Applying: Jinja2: update to version 2.10.1
Checking patch lang/python/Jinja2/Makefile…
Applied patch lang/python/Jinja2/Makefile cleanly.
Applying: logrotate: add cron job
Checking patch utils/logrotate/Makefile…
Checking patch utils/logrotate/files/logrotate.cron…
Applied patch utils/logrotate/Makefile cleanly.
Applied patch utils/logrotate/files/logrotate.cron cleanly.
Applying: bird1: update to version 1.6.6
Checking patch bird1/Makefile…
Applied patch bird1/Makefile cleanly.
Applying: bird2: update to version 2.0.3
Checking patch bird2/Makefile…
Checking patch bird2/patches/0001-BGP-Fix-extended-next-hop-handling.patch…
Checking patch bird2/patches/0002-Filter-Added-missing-instruction-comparators.patch…
Checking patch bird2/patches/0003-babel-Fix-type-of-route-entry-router-ID.patch…
Checking patch bird2/patches/0004-Babel-Add-option-to-randomize-router-ID.patch…
Checking patch bird2/patches/0005-Better-initialization-of-random-generator.patch…
Checking patch bird2/patches/0006-babel-Set-onlink-flag-for-IPv4-routes-with-unreachab.patch…
Checking patch bird2/patches/0007-Fix-build-version.patch…
Checking patch bird2/patches/0008-Filter-Add-support-for-src-filter-op-to-access-SADR-.patch…
Applied patch bird2/Makefile cleanly.
Applied patch bird2/patches/0001-BGP-Fix-extended-next-hop-handling.patch cleanly.
Applied patch bird2/patches/0002-Filter-Added-missing-instruction-comparators.patch cleanly.
Applied patch bird2/patches/0003-babel-Fix-type-of-route-entry-router-ID.patch cleanly.
Applied patch bird2/patches/0004-Babel-Add-option-to-randomize-router-ID.patch cleanly.
Applied patch bird2/patches/0005-Better-initialization-of-random-generator.patch cleanly.
Applied patch bird2/patches/0006-babel-Set-onlink-flag-for-IPv4-routes-with-unreachab.patch cleanly.
Applied patch bird2/patches/0007-Fix-build-version.patch cleanly.
Applied patch bird2/patches/0008-Filter-Add-support-for-src-filter-op-to-access-SADR-.patch cleanly.
Applying: asterisk{13,15}: add liburiparser as dependency
Checking patch net/asterisk-13.x/Makefile…
Checking patch net/asterisk-15.x/Makefile…
Applied patch net/asterisk-13.x/Makefile cleanly.
Applied patch net/asterisk-15.x/Makefile cleanly.
Installing feeds packages
Create index file ‘./feeds/turrispackages.index’
Create index file ‘./feeds/packages.index’
Collecting package info: done
Create index file ‘./feeds/luci.index’
Collecting package info: done
Create index file ‘./feeds/routing.index’
Collecting package info: done
Create index file ‘./feeds/telephony.index’
Collecting package info: done
Create index file ‘./feeds/openwisp.index’
Create index file ‘./feeds/sidn.index’
Collecting package info: done
Collecting target info: done
WARNING: Makefile ‘package/utils/busybox/Makefile’ has a dependency on ‘libpam’, which does not exist
WARNING: Makefile ‘package/utils/busybox/Makefile’ has a build dependency on ‘libpam’, which does not exist
WARNING: Makefile ‘package/network/utils/curl/Makefile’ has a dependency on ‘libgnutls’, which does not exist
WARNING: Makefile ‘package/network/utils/curl/Makefile’ has a dependency on ‘libopenldap’, which does not exist
WARNING: Makefile ‘package/network/utils/curl/Makefile’ has a dependency on ‘libidn2’, which does not exist
WARNING: Makefile ‘package/network/utils/curl/Makefile’ has a dependency on ‘libssh2’, which does not exist
WARNING: Makefile ‘package/boot/kexec-tools/Makefile’ has a dependency on ‘liblzma’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/network/services/lldpd/Makefile’ has a dependency on ‘libnetsnmp’, which does not exist
WARNING: Makefile ‘package/network/utils/nftables/Makefile’ has a dependency on ‘jansson’, which does not exist
WARNING: Makefile ‘package/system/opkg/Makefile’ has a dependency on ‘switch-branch’, which does not exist
Installing all packages from feed turrispackages.
Installing package ‘asm1062-fix’ from turrispackages
Installing package ‘c-rehash’ from turrispackages
Installing package ‘cert-backup’ from turrispackages
Installing package ‘cronie’ from turrispackages
Installing package ‘crypto-wrapper’ from turrispackages
Installing package ‘libatsha204’ from turrispackages
Installing package ‘python3’ from packages
Installing package ‘expat’ from packages
Installing package ‘libffi’ from packages
Installing package ‘python-pip-conf’ from packages
Installing package ‘sqlite3’ from packages
Installing package ‘libedit’ from packages
Installing package ‘gdbm’ from packages
Installing package ‘db47’ from packages
Installing package ‘libxml2’ from packages
Installing package ‘xz’ from packages
Installing package ‘bash’ from packages
Installing package ‘bluez’ from packages
Installing package ‘python’ from packages
Installing package ‘glib2’ from packages
Installing package ‘attr’ from packages
Installing package ‘dbus’ from packages
Installing package ‘libical’ from packages
Installing package ‘unbound’ from turrispackages
WARNING: No feed for source package ‘libexpat’ found
Installing package ‘ldns’ from packages
Installing package ‘dnssec-rootkey’ from turrispackages
Installing package ‘resolver-conf’ from turrispackages
Installing package ‘cython3’ from turrispackages
Installing package ‘czmq’ from turrispackages
Installing package ‘zmq’ from packages
Installing package ‘libsodium’ from packages
Installing package ‘pcre’ from packages
Installing package ‘libmicrohttpd’ from packages
Installing package ‘libgcrypt’ from packages
Installing package ‘libgpg-error’ from packages
Installing package ‘gnutls’ from packages
Installing package ‘libtasn1’ from packages
Installing package ‘p11-kit’ from packages
Installing package ‘liblz4’ from packages
Installing package ‘cznic-cacert-bundle’ from turrispackages
Installing package ‘cznic-repo-keys’ from turrispackages
Installing package ‘dhparam’ from turrispackages
Installing package ‘ffmpeg’ from turrispackages
Installing package ‘speex’ from packages
Installing package ‘alsa-lib’ from packages
Installing package ‘freetype’ from packages
Installing package ‘libpng’ from packages
Installing package ‘foris’ from turrispackages
Installing package ‘ruby’ from turrispackages
Installing package ‘yaml’ from packages
Installing package ‘python3-bottle’ from packages
Installing package ‘python-bottle-i18n’ from turrispackages
Installing package ‘python-flup’ from turrispackages
Installing package ‘python-ubus’ from turrispackages
Installing package ‘Jinja2’ from packages
Installing package ‘MarkupSafe’ from packages
Installing package ‘lighttpd’ from turrispackages
Installing package ‘foris-ws’ from turrispackages
Installing package ‘python-websockets’ from turrispackages
Installing package ‘python-prctl’ from turrispackages
Installing package ‘libcap’ from packages
Installing package ‘foris-client’ from turrispackages
Installing package ‘foris-controller’ from turrispackages
Installing package ‘python-pbkdf2’ from turrispackages
Installing package ‘foris-schema’ from turrispackages
Installing package ‘python-jsonschema’ from turrispackages
Installing package ‘python-attrs’ from packages
Installing package ‘python-six’ from packages
Installing package ‘python-pyrsistent’ from turrispackages
Installing package ‘turrishw’ from turrispackages
Installing package ‘server-uplink’ from turrispackages
WARNING: No feed for package ‘libatsh204’ found
Installing package ‘turris-maintain’ from turrispackages
Installing package ‘python-uci’ from turrispackages
Installing package ‘coreutils’ from packages
Installing package ‘acl’ from packages
Installing package ‘updater-supervisor’ from turrispackages
Installing package ‘updater-ng’ from turrispackages
Installing package ‘libb64’ from turrispackages
Installing package ‘uthash’ from turrispackages
Installing package ‘uriparser’ from turrispackages
Installing package ‘pkglists’ from turrispackages
Installing package ‘l10n_supported’ from turrispackages
Installing package ‘user-notify’ from turrispackages
Installing package ‘at’ from packages
Installing package ‘msmtp’ from packages
Installing package ‘sqm-scripts’ from packages
Installing package ‘luci-base’ from luci
Installing package ‘csstidy’ from luci
Installing package ‘luci-lib-nixio’ from luci
Installing package ‘luci-lib-ip’ from luci
Installing package ‘luci-lib-jsonc’ from luci
Installing package ‘lucihttp’ from luci
Installing package ‘fosquitto’ from turrispackages
Installing package ‘mosquitto’ from packages
Installing package ‘libwebsockets’ from packages
Installing package ‘libuv’ from packages
Installing package ‘c-ares’ from packages
Installing package ‘python-paho-mqtt’ from packages
Installing package ‘turris-cagen’ from turrispackages
Installing package ‘luci’ from luci
Installing package ‘luci-mod-admin-full’ from luci
Installing package ‘luci-mod-status’ from luci
Installing package ‘luci-mod-system’ from luci
Installing package ‘luci-mod-network’ from luci
Installing package ‘luci-theme-bootstrap’ from luci
Installing package ‘luci-app-firewall’ from luci
Installing package ‘luci-app-opkg’ from luci
Installing package ‘luci-proto-ppp’ from luci
Installing package ‘luci-proto-ipv6’ from luci
Installing package ‘rpcd-mod-rrdns’ from luci
Installing package ‘foris-controller-data_collect-module’ from turrispackages
Installing package ‘foris-controller-diagnostics-module’ from turrispackages
Installing package ‘turris-diagnostics’ from turrispackages
Installing package ‘foris-controller-netboot-module’ from turrispackages
Installing package ‘turris-netboot’ from turrispackages
WARNING: No feed for source package ‘openssh-utils’ found
WARNING: No feed for source package ‘openssh-client’ found
WARNING: No feed for source package ‘uboot-envtools’ found
Installing package ‘dtc’ from packages
Installing package ‘openssh’ from packages
Installing package ‘libpam’ from packages
Installing package ‘avahi’ from packages
Installing package ‘intltool’ from packages
Installing package ‘libdaemon’ from packages
Installing package ‘python-cryptography’ from packages
Installing package ‘python-cffi’ from packages
Installing package ‘python-pycparser’ from packages
Installing package ‘python-ply’ from packages
Installing package ‘python-enum34’ from packages
Installing package ‘python-ipaddress’ from packages
Installing package ‘python-asn1crypto’ from packages
Installing package ‘foris-controller-netmetr-module’ from turrispackages
Installing package ‘netmetr’ from turrispackages
Installing package ‘rmbt’ from turrispackages
Installing package ‘vixie-cron’ from turrispackages
Installing package ‘syslog-ng’ from packages
Installing package ‘libdbi’ from packages
Installing package ‘libmaxminddb’ from packages
Installing package ‘logrotate’ from packages
Installing package ‘python-pyserial’ from packages
Installing package ‘foris-controller-openvpn-module’ from turrispackages
Installing package ‘foris-controller-pakon-module’ from turrispackages
Installing package ‘pakon’ from turrispackages
Installing package ‘suricata-pakon’ from turrispackages
Installing package ‘suricata-bin’ from turrispackages
Installing package ‘jansson’ from packages
Installing package ‘file’ from packages
Installing package ‘libhtp’ from turrispackages
Installing package ‘libnet-1.2.x’ from packages
WARNING: No feed for package ‘python3-cachetools’ found
Installing package ‘pakon-lists’ from turrispackages
Installing package ‘ouidb’ from turrispackages
Installing package ‘suricata-conntrack-flows’ from turrispackages
Installing package ‘foris-controller-ssbackups-module’ from turrispackages
Installing package ‘ssbackups’ from turrispackages
Installing package ‘gnupg’ from packages
Installing package ‘foris-controller-storage-module’ from turrispackages
Installing package ‘btrfs-progs’ from packages
Installing package ‘zstd’ from packages
Installing package ‘rsync’ from packages
Installing package ‘foris-controller-subordinates-module’ from turrispackages
Installing package ‘foris-data_collect-plugin’ from turrispackages
Installing package ‘foris-plugins-distutils’ from turrispackages
Installing package ‘python-libsass’ from turrispackages
WARNING: No feed for package ‘foris-l10n-cs’ found
WARNING: No feed for package ‘foris-l10n-da’ found
WARNING: No feed for package ‘foris-l10n-fr’ found
WARNING: No feed for package ‘foris-l10n-de’ found
WARNING: No feed for package ‘foris-l10n-hu’ found
WARNING: No feed for package ‘foris-l10n-it’ found
WARNING: No feed for package ‘foris-l10n-lt’ found
WARNING: No feed for package ‘foris-l10n-nb’ found
WARNING: No feed for package ‘foris-l10n-pl’ found
WARNING: No feed for package ‘foris-l10n-ru’ found
WARNING: No feed for package ‘foris-l10n-sk’ found
Installing package ‘foris-diagnostics-plugin’ from turrispackages
WARNING: No feed for package ‘foris-l10n-cs’ found
WARNING: No feed for package ‘foris-l10n-de’ found
WARNING: No feed for package ‘foris-l10n-sk’ found
WARNING: No feed for package ‘foris-l10n-pl’ found
WARNING: No feed for package ‘foris-l10n-fr’ found
WARNING: No feed for package ‘foris-l10n-ru’ found
WARNING: No feed for package ‘foris-l10n-lt’ found
WARNING: No feed for package ‘foris-l10n-hu’ found
WARNING: No feed for package ‘foris-l10n-it’ found
WARNING: No feed for package ‘foris-l10n-nb’ found
Installing package ‘foris-netmetr-plugin’ from turrispackages
WARNING: No feed for package ‘foris-l10n-cs’ found
WARNING: No feed for package ‘foris-l10n-it’ found
WARNING: No feed for package ‘foris-l10n-de’ found
WARNING: No feed for package ‘foris-l10n-sk’ found
WARNING: No feed for package ‘foris-l10n-ru’ found
WARNING: No feed for package ‘foris-l10n-pl’ found
WARNING: No feed for package ‘foris-l10n-it’ found
WARNING: No feed for package ‘foris-l10n-hu’ found
WARNING: No feed for package ‘foris-l10n-fr’ found
WARNING: No feed for package ‘foris-l10n-nb’ found
Installing package ‘foris-openvpn-plugin’ from turrispackages
WARNING: No feed for package ‘foris-l10n-cs’ found
WARNING: No feed for package ‘foris-l10n-de’ found
WARNING: No feed for package ‘foris-l10n-sk’ found
WARNING: No feed for package ‘foris-l10n-pl’ found
WARNING: No feed for package ‘foris-l10n-fr’ found
WARNING: No feed for package ‘foris-l10n-ru’ found
WARNING: No feed for package ‘foris-l10n-hu’ found
WARNING: No feed for package ‘foris-l10n-it’ found
WARNING: No feed for package ‘foris-l10n-nb’ found
Installing package ‘foris-pakon-plugin’ from turrispackages
WARNING: No feed for package ‘foris-l10n-cs’ found
WARNING: No feed for package ‘foris-l10n-nb’ found
WARNING: No feed for package ‘foris-l10n-pl’ found
WARNING: No feed for package ‘foris-l10n-sk’ found
Installing package ‘foris-ssbackups-plugin’ from turrispackages
WARNING: No feed for package ‘foris-l10n-cs’ found
WARNING: No feed for package ‘foris-l10n-de’ found
WARNING: No feed for package ‘foris-l10n-fr’ found
WARNING: No feed for package ‘foris-l10n-hu’ found
WARNING: No feed for package ‘foris-l10n-pl’ found
WARNING: No feed for package ‘foris-l10n-ru’ found
WARNING: No feed for package ‘foris-l10n-sk’ found
WARNING: No feed for package ‘foris-l10n-nb’ found
Installing package ‘foris-storage-plugin’ from turrispackages
WARNING: No feed for package ‘foris-l10n-cs’ found
WARNING: No feed for package ‘foris-l10n-nb’ found
WARNING: No feed for package ‘foris-l10n-pl’ found
WARNING: No feed for package ‘foris-l10n-sk’ found
Installing package ‘foris-subordinates-plugin’ from turrispackages
WARNING: No feed for package ‘foris-l10n-cs’ found
WARNING: No feed for package ‘foris-l10n-de’ found
Installing package ‘getmac’ from turrispackages
Installing package ‘haas-proxy’ from turrispackages
WARNING: No feed for package ‘python3-cachetools’ found
Installing package ‘python-requests’ from packages
Installing package ‘python-chardet’ from packages
Installing package ‘python-idna’ from packages
Installing package ‘python-urllib3’ from packages
Installing package ‘python-certifi’ from packages
Installing package ‘python-twisted’ from packages
Installing package ‘libtirpc’ from packages
Installing package ‘python-automat’ from packages
Installing package ‘python-constantly’ from packages
Installing package ‘python-incremental’ from packages
Installing package ‘python-hyperlink’ from packages
Installing package ‘python-zope-interface’ from packages
Installing package ‘python-crypto’ from packages
Installing package ‘python-service-identity’ from packages
Installing package ‘python-pyasn1’ from packages
Installing package ‘python-pyasn1-modules’ from packages
Installing package ‘sshpass’ from turrispackages
Installing package ‘hashdeep’ from turrispackages
Installing package ‘home-assistant’ from turrispackages
Installing package ‘python-pytz’ from packages
Installing package ‘python3-pyyaml’ from turrispackages
Installing package ‘home-assistant-turris-gadgets’ from turrispackages
Installing package ‘python-pydispatcher’ from turrispackages
Installing package ‘knot’ from turrispackages
Installing package ‘liburcu’ from packages
Installing package ‘knot-resolver’ from turrispackages
Installing package ‘luajit’ from packages
Installing package ‘luasec’ from packages
Installing package ‘luasocket’ from packages
Installing package ‘libpaho-mqtt-c’ from turrispackages
Installing package ‘libsass’ from turrispackages
Installing package ‘libx265’ from turrispackages
Installing package ‘lighttpd-https-cert’ from turrispackages
Installing package ‘localrepo’ from turrispackages
Installing package ‘luci-app-rainbow’ from turrispackages
Installing package ‘luci-lighttpd’ from turrispackages
Installing package ‘mariadb’ from turrispackages
Installing package ‘libaio’ from packages
Installing package ‘mcutool’ from turrispackages
Installing package ‘mox-otp’ from turrispackages
Installing package ‘mox-support’ from turrispackages
Installing package ‘mozilla-iot-gateway-webapp’ from turrispackages
Installing package ‘turris-webapps’ from turrispackages
Installing package ‘msgpack-c’ from turrispackages
Installing package ‘nethist’ from turrispackages
Installing package ‘thermometer’ from turrispackages
Installing package ‘lm-sensors’ from packages
Installing package ‘perl’ from packages
Installing package ‘nextcloud’ from turrispackages
Installing package ‘php7’ from packages
Installing package ‘zoneinfo’ from packages
Installing package ‘libjpeg’ from packages
Installing package ‘uw-imap’ from packages
Installing package ‘icu’ from packages
Installing package ‘openldap’ from packages
Installing package ‘cyrus-sasl’ from packages
Installing package ‘postgresql’ from packages
Installing package ‘net-snmp’ from packages
Installing package ‘pciutils’ from packages
Installing package ‘kmod’ from packages
Installing package ‘sudo’ from packages
Installing package ‘nfacct’ from turrispackages
Installing package ‘libnetfilter-acct’ from packages
WARNING: No feed for package ‘iptables-mod-nfacct’ found
Installing package ‘nor-update’ from turrispackages
Installing package ‘ntpclient’ from turrispackages
Installing package ‘omnia-support’ from turrispackages
Installing package ‘oneshot’ from turrispackages
Installing package ‘pakon-dev-detect’ from turrispackages
Installing package ‘psmisc’ from turrispackages
Installing package ‘python-astral’ from turrispackages
Installing package ‘python-babel’ from turrispackages
Installing package ‘python-cachetools’ from turrispackages
Installing package ‘python-markdown’ from turrispackages
Installing package ‘python-msgpack’ from turrispackages
Installing package ‘python-netdisco’ from turrispackages
Installing package ‘python-zeroconf’ from turrispackages
Installing package ‘python-netiface’ from turrispackages
Installing package ‘python-periphery’ from turrispackages
Installing package ‘python-pifacecad’ from turrispackages
Installing package ‘python-pifacecommon’ from turrispackages
Installing package ‘python-sentry-sdk’ from turrispackages
Installing package ‘python-stem’ from turrispackages
Installing package ‘python-usb’ from turrispackages
Installing package ‘python-websocket-server’ from turrispackages
Installing package ‘python-zmq’ from turrispackages
Installing package ‘python-zope’ from turrispackages
Installing package ‘rainbow’ from turrispackages
Installing package ‘rainbow-omnia’ from turrispackages
Installing package ‘reptyr’ from turrispackages
Installing package ‘rescue-image’ from turrispackages
Installing package ‘schnapps’ from turrispackages
Installing package ‘tar’ from packages
Installing package ‘wget’ from packages
WARNING: No feed for source package ‘uboot-envtools’ found
Installing package ‘rescue-mode’ from turrispackages
Installing package ‘rescue-mode-omnia’ from turrispackages
Installing package ‘resolver-debug’ from turrispackages
Installing package ‘sentinel-certgen’ from turrispackages
Installing package ‘sentinel-dynfw-client’ from turrispackages
Installing package ‘sentinel-minipot’ from turrispackages
Installing package ‘sentinel-proxy’ from turrispackages
Installing package ‘sentinel-nikola’ from turrispackages
Installing package ‘smrt’ from turrispackages
Installing package ‘smrt-image’ from turrispackages
Installing package ‘socat’ from turrispackages
Installing package ‘start-indicator’ from turrispackages
Installing package ‘suricata-emergingthreats-rules’ from turrispackages
Installing package ‘suricata-monitor’ from turrispackages
WARNING: No feed for package ‘python-bottle’ found
Installing package ‘switch-branch’ from turrispackages
Installing package ‘torsocks’ from turrispackages
Installing package ‘tor’ from packages
Installing package ‘tos3to4’ from turrispackages
Installing package ‘updater-opkg-wrapper’ from turrispackages
Installing package ‘turris-btrfs’ from turrispackages
Installing package ‘dosfstools’ from packages
Installing package ‘turris-firewall-rules’ from turrispackages
Installing package ‘ulogd’ from turrispackages
Installing package ‘diffutils’ from packages
Installing package ‘turris-translations’ from turrispackages
WARNING: No feed for source package ‘gettext-tools’ found
Installing package ‘turris-utils’ from turrispackages
Installing package ‘turris1x-support’ from turrispackages
Installing package ‘tvheadend’ from turrispackages
Installing package ‘libx264’ from packages
Installing package ‘pcre2’ from packages
Installing package ‘tvheadend-cz-dvb-t2’ from turrispackages
Installing package ‘u-boot-mox’ from turrispackages
Installing package ‘update_mac’ from turrispackages
Installing package ‘userspace_time_sync’ from turrispackages
Installing package ‘watchdog_adjust’ from turrispackages
Installing package ‘wrapsix’ from turrispackages
Installing package ‘wsdd2’ from turrispackages
Installing all packages from feed packages.
Installing package ‘acme’ from packages
Installing package ‘acpica-unix’ from packages
Installing package ‘acpid’ from packages
Installing package ‘adblock’ from packages
Installing package ‘addrwatch’ from packages
Installing package ‘aggregate’ from packages
Installing package ‘aircrack-ng’ from packages
Installing package ‘hwloc’ from packages
Installing package ‘procps-ng’ from packages
Installing package ‘alpine’ from packages
Installing package ‘alsa-utils’ from packages
Installing package ‘announce’ from packages
Installing package ‘ap51-flash’ from packages
Installing package ‘apache’ from packages
Installing package ‘apr’ from packages
Installing package ‘apr-util’ from packages
Installing package ‘unixodbc’ from packages
Installing package ‘apcupsd’ from packages
Installing package ‘libgd’ from packages
Installing package ‘tiff’ from packages
Installing package ‘apinger’ from packages
Installing package ‘aria2’ from packages
Installing package ‘libssh2’ from packages
Installing package ‘ariang’ from packages
Installing package ‘nginx’ from packages
Installing package ‘uwsgi-cgi’ from packages
Installing package ‘arp-scan’ from packages
Installing package ‘asu’ from packages
Installing package ‘gawk’ from packages
Installing package ‘gcc’ from packages
Installing package ‘git’ from packages
Installing package ‘perl-cgi’ from packages
Installing package ‘perl-html-parser’ from packages
Installing package ‘perl-html-tagset’ from packages
Installing package ‘make’ from packages
Installing package ‘patch’ from packages
Installing package ‘unzip’ from packages
Installing package ‘psqlodbc’ from packages
Installing package ‘Flask’ from packages
Installing package ‘click’ from packages
Installing package ‘itsdangerous’ from packages
Installing package ‘Werkzeug’ from packages
Installing package ‘gunicorn’ from packages
Installing package ‘pyodbc’ from packages
Installing package ‘python-yaml’ from packages
Installing package ‘atftp’ from packages
Installing package ‘atop’ from packages
Installing package ‘attendedsysupgrade-common’ from packages
Installing package ‘auc’ from packages
Installing package ‘autoconf’ from packages
Installing package ‘m4’ from packages
Installing package ‘automake’ from packages
Installing package ‘autossh’ from packages
Installing package ‘avrdude’ from packages
Installing package ‘libftdi1’ from packages
Installing package ‘confuse’ from packages
Installing package ‘avro’ from packages
Installing package ‘bandwidthd’ from packages
Installing package ‘banhosts’ from packages
Installing package ‘banip’ from packages
Installing package ‘bc’ from packages
Installing package ‘bcp38’ from packages
Installing package ‘bcrypt’ from packages
Installing package ‘beanstalkd’ from packages
Installing package ‘beep’ from packages
Installing package ‘bigclown-control-tool’ from packages
Installing package ‘click-log’ from packages
Installing package ‘python-simplejson’ from packages
Installing package ‘bigclown-gateway’ from packages
Installing package ‘python-schema’ from packages
Installing package ‘python-contextlib2’ from packages
Installing package ‘python-appdirs’ from packages
Installing package ‘bigclown-mqtt2influxdb’ from packages
Installing package ‘python-influxdb’ from packages
Installing package ‘python-dateutil’ from packages
Installing package ‘python-jsonpath-ng’ from packages
Installing package ‘python-decorator’ from packages
Installing package ‘bind’ from packages
Installing package ‘bitlbee’ from packages
Installing package ‘bluelog’ from packages
Installing package ‘bmon’ from packages
Installing package ‘bmx7-dnsupdate’ from packages
Installing package ‘bmx7’ from routing
Installing package ‘inotify-tools’ from packages
Installing package ‘bogofilter’ from packages
Installing package ‘bonding’ from packages
Installing package ‘bonnie++’ from packages
Installing package ‘boost’ from packages
Installing package ‘botan’ from packages
Installing package ‘bridge-utils’ from packages
Installing package ‘bwm-ng’ from packages
Installing package ‘canutils’ from packages
Installing package ‘ccid’ from packages
Installing package ‘pcsc-lite’ from packages
Installing package ‘ccrypt’ from packages
Installing package ‘cgi-io’ from packages
Installing package ‘chaosvpn’ from packages
Installing package ‘tinc’ from packages
Installing package ‘check’ from packages
Installing package ‘chicken-scheme’ from packages
Installing package ‘chrony’ from packages
Installing package ‘pps-tools’ from packages
Installing package ‘cifs-utils’ from packages
Installing package ‘clamav’ from packages
Installing package ‘sendmail’ from packages
Installing package ‘musl-fts’ from packages
Installing package ‘clamsmtp’ from packages
Installing package ‘classpath’ from packages
Installing package ‘cmdpad’ from packages
Installing package ‘collectd’ from packages
Installing package ‘libmodbus’ from packages
Installing package ‘nut’ from packages
Installing package ‘owfs’ from packages
Installing package ‘liboping’ from packages
Installing package ‘rrdtool1’ from packages
Installing package ‘conntrack-tools’ from packages
Installing package ‘conserver’ from packages
Installing package ‘coova-chilli’ from packages
Installing package ‘crconf’ from packages
Installing package ‘crelay’ from packages
Installing package ‘hidapi’ from packages
Installing package ‘crtmpserver’ from packages
Installing package ‘cryptsetup’ from packages
Installing package ‘lvm2’ from packages
Installing package ‘cshark’ from packages
Installing package ‘daemonlogger’ from packages
Installing package ‘libdnet’ from packages
Installing package ‘danish’ from packages
Installing package ‘python-dns’ from packages
Installing package ‘python-pcapy’ from packages
Installing package ‘python-dpkt’ from packages
Installing package ‘darkstat’ from packages
Installing package ‘davfs2’ from packages
Installing package ‘neon’ from packages
Installing package ‘ddns-scripts’ from packages
Installing package ‘debootstrap’ from packages
Installing package ‘dejavu-fonts-ttf’ from packages
Installing package ‘device-observatory’ from packages
Installing package ‘vim’ from packages
Installing package ‘dfu-programmer’ from packages
Installing package ‘dfu-util’ from packages
Installing package ‘dhcp-forwarder’ from packages
Installing package ‘dhcpcd’ from packages
Installing package ‘digitemp’ from packages
Installing package ‘django’ from packages
Installing package ‘django-appconf’ from packages
Installing package ‘django-compressor’ from packages
Installing package ‘django-constance’ from packages
Installing package ‘django-formtools’ from packages
Installing package ‘django-jsonfield’ from packages
Installing package ‘django-picklefield’ from packages
Installing package ‘django-postoffice’ from packages
Installing package ‘django-ranged-response’ from packages
Installing package ‘django-restframework’ from packages
Installing package ‘django-simple-captcha’ from packages
Installing package ‘pillow’ from packages
Installing package ‘django-statici18n’ from packages
Installing package ‘django-webpack-loader’ from packages
Installing package ‘dkjson’ from packages
Installing package ‘dmapd’ from packages
Installing package ‘libdmapsharing’ from packages
Installing package ‘libsoup’ from packages
Installing package ‘libpsl’ from packages
Installing package ‘libidn2’ from packages
Installing package ‘libunistring’ from packages
Installing package ‘mdnsresponder’ from packages
Installing package ‘gstreamer1’ from packages
Installing package ‘gst1-plugins-base’ from packages
Installing package ‘libogg’ from packages
Installing package ‘opus’ from packages
Installing package ‘libtheora’ from packages
Installing package ‘libvorbis’ from packages
Installing package ‘liboil’ from packages
Installing package ‘vips’ from packages
Installing package ‘libexif’ from packages
Installing package ‘giflib’ from packages
Installing package ‘dmidecode’ from packages
Installing package ‘dmx_usb_module’ from packages
Installing package ‘dnscrypt-proxy’ from packages
Installing package ‘domoticz’ from packages
Installing package ‘openzwave’ from packages
Installing package ‘dovecot’ from packages
Installing package ‘krb5’ from packages
Installing package ‘dtndht’ from packages
Installing package ‘dump1090’ from packages
Installing package ‘rtl-sdr’ from packages
Installing package ‘dvtm’ from packages
Installing package ‘dynapoint’ from packages
Installing package ‘e2guardian’ from packages
Installing package ‘ecdsautils’ from packages
Installing package ‘libuecc’ from packages
Installing package ‘elektra’ from packages
Installing package ‘swig’ from packages
Installing package ‘libxerces-c’ from packages
Installing package ‘libyaml-cpp’ from packages
Installing package ‘yajl’ from packages
Installing package ‘emailrelay’ from packages
Installing package ‘erlang’ from packages
Installing package ‘esniper’ from packages
Installing package ‘espeak’ from packages
Installing package ‘portaudio’ from packages
Installing package ‘et_xmlfile’ from packages
Installing package ‘etherwake’ from packages
Installing package ‘evtest’ from packages
Installing package ‘exfat-nofuse’ from packages
Installing package ‘faad2’ from packages
Installing package ‘fakeidentd’ from packages
Installing package ‘fastd’ from packages
Installing package ‘nacl’ from packages
Installing package ‘fcgi’ from packages
Installing package ‘fdk-aac’ from packages
Installing package ‘fdm’ from packages
Installing package ‘tdb’ from packages
Installing package ‘fft-eval’ from packages
Installing package ‘fftw3’ from packages
Installing package ‘findutils’ from packages
Installing package ‘fio’ from packages
Installing package ‘fish’ from packages
Installing package ‘flac’ from packages
Installing package ‘flashrom’ from packages
Installing package ‘flent-tools’ from packages
Installing package ‘flup’ from packages
Installing package ‘fontconfig’ from packages
Installing package ‘foolsm’ from packages
Installing package ‘ssmtp’ from packages
Installing package ‘forked-daapd’ from packages
Installing package ‘libantlr3c’ from packages
Installing package ‘mxml’ from packages
Installing package ‘libplist’ from packages
Installing package ‘protobuf-c’ from packages
Installing package ‘protobuf’ from packages
Installing package ‘fossil’ from packages
Installing package ‘fping’ from packages
Installing package ‘freeradius3’ from packages
Installing package ‘libtalloc’ from packages
Installing package ‘fswebcam’ from packages
Installing package ‘fwknop’ from packages
Installing package ‘gammu’ from packages
Installing package ‘gddrescue’ from packages
Installing package ‘getdns’ from packages
Installing package ‘geth’ from packages
Installing package ‘golang’ from packages
Installing package ‘gitolite’ from packages
Installing package ‘gkermit’ from packages
Installing package ‘gkrellmd’ from packages
Installing package ‘glpk’ from packages
Installing package ‘gnunet’ from packages
Installing package ‘pulseaudio’ from packages
Installing package ‘libsndfile’ from packages
Installing package ‘tcp_wrappers’ from packages
Installing package ‘sbc’ from packages
Installing package ‘gnurl’ from packages
Installing package ‘libextractor’ from packages
Installing package ‘libarchive’ from packages
Installing package ‘libmpeg2’ from packages
Installing package ‘libpbc’ from packages
Installing package ‘libgabe’ from packages
Installing package ‘gnunet-fuse’ from packages
Installing package ‘gnunet-secushare’ from packages
Installing package ‘golang-github-agl-ed25519’ from packages
Installing package ‘golang-golang-x-crypto’ from packages
Installing package ‘golang-golang-x-net’ from packages
Installing package ‘golang-golang-x-text’ from packages
Installing package ‘golang-golang-x-sys’ from packages
Installing package ‘golang-github-dchest-siphash’ from packages
Installing package ‘golang-torproject-pluggable-transports-goptlib’ from packages
Installing package ‘google-authenticator-libpam’ from packages
Installing package ‘qrencode’ from packages
Installing package ‘gperf’ from packages
Installing package ‘gphoto2’ from packages
Installing package ‘libgphoto2’ from packages
Installing package ‘gpsd’ from packages
Installing package ‘gptfdisk’ from packages
Installing package ‘graphicsmagick’ from packages
Installing package ‘grep’ from packages
Installing package ‘greyfix’ from packages
Installing package ‘grilo’ from packages
Installing package ‘vala’ from packages
Installing package ‘grilo-plugins’ from packages
Installing package ‘gst1-libav’ from packages
Installing package ‘gst1-plugins-bad’ from packages
Installing package ‘gst1-plugins-good’ from packages
Installing package ‘lame’ from packages
Installing package ‘libid3tag’ from packages
Installing package ‘mpg123’ from packages
Installing package ‘libv4l’ from packages
Installing package ‘libvpx’ from packages
Installing package ‘gst1-plugins-ugly’ from packages
Installing package ‘gzip’ from packages
Installing package ‘hamlib’ from packages
Installing package ‘haproxy’ from packages
Installing package ‘haserl’ from packages
Installing package ‘haveged’ from packages
Installing package ‘hd-idle’ from packages
Installing package ‘hdparm’ from packages
Installing package ‘hfsprogs’ from packages
Installing package ‘hiredis’ from packages
Installing package ‘horst’ from packages
Installing package ‘hplip’ from packages
Installing package ‘libcups’ from packages
Installing package ‘sane-backends’ from packages
Installing package ‘htop’ from packages
Installing package ‘htpdate’ from packages
Installing package ‘httping’ from packages
Installing package ‘https-dns-proxy’ from packages
Installing package ‘libev’ from packages
Installing package ‘hub-ctrl’ from packages
Installing package ‘i2c-tools’ from packages
Installing package ‘i2pd’ from packages
Installing package ‘ibrcommon’ from packages
Installing package ‘ibrdtn’ from packages
Installing package ‘ibrdtn-tools’ from packages
Installing package ‘ibrdtnd’ from packages
Installing package ‘icecast’ from packages
Installing package ‘libxslt’ from packages
Installing package ‘libvorbisidec’ from packages
Installing package ‘ices’ from packages
Installing package ‘libshout’ from packages
Installing package ‘ifstat’ from packages
Installing package ‘inadyn’ from packages
Installing package ‘io’ from packages
Installing package ‘iodine’ from packages
Installing package ‘iotivity’ from packages
Installing package ‘ipmitool’ from packages
Installing package ‘ipsec-tools’ from packages
Installing package ‘iptraf-ng’ from packages
Installing package ‘ipvsadm’ from packages
Installing package ‘irqbalance’ from packages
Installing package ‘irssi’ from packages
Installing package ‘isc-dhcp’ from packages
Installing package ‘jamvm’ from packages
Installing package ‘jdcal’ from packages
Installing package ‘joe’ from packages
Installing package ‘jool’ from packages
Installing package ‘jose’ from packages
Installing package ‘jq’ from packages
Installing package ‘json4lua’ from packages
Installing package ‘jsoncpp’ from packages
Installing package ‘jupp’ from packages
Installing package ‘kadnode’ from packages
Installing package ‘miniupnpc’ from packages
Installing package ‘libnatpmp’ from packages
Installing package ‘kea’ from packages
Installing package ‘log4cplus’ from packages
Installing package ‘keepalived’ from packages
Installing package ‘keyutils’ from packages
Installing package ‘kismet’ from packages
Installing package ‘klish’ from packages
Installing package ‘knxd’ from packages
Installing package ‘libfmt’ from packages
Installing package ‘kplex’ from packages
Installing package ‘lcd4linux’ from packages
Installing package ‘libmpdclient’ from packages
Installing package ‘lcdgrilo’ from packages
Installing package ‘libgee’ from packages
Installing package ‘lcdproc’ from packages
Installing package ‘libugpio’ from packages
Installing package ‘lcdringer’ from packages
Installing package ‘loudmouth’ from packages
Installing package ‘ldbus’ from packages
Installing package ‘luarocks’ from packages
Installing package ‘less’ from packages
Installing package ‘lftp’ from packages
Installing package ‘libao’ from packages
Installing package ‘libartnet’ from packages
Installing package ‘libaudiofile’ from packages
Installing package ‘libavl’ from packages
Installing package ‘libcanfestival’ from packages
Installing package ‘libcgroup’ from packages
Installing package ‘libcoap’ from packages
Installing package ‘libdaq’ from packages
Installing package ‘libdbi-drivers’ from packages
Installing package ‘libdouble-conversion’ from packages
Installing package ‘libdrm’ from packages
Installing package ‘libesmtp’ from packages
Installing package ‘libestr’ from packages
Installing package ‘libevdev’ from packages
Installing package ‘libevhtp’ from packages
Installing package ‘libfastjson’ from packages
Installing package ‘libftdi’ from packages
Installing package ‘libglog’ from packages
Installing package ‘libgpiod’ from packages
Installing package ‘libhttp-parser’ from packages
Installing package ‘libidn’ from packages
Installing package ‘libiio’ from packages
Installing package ‘libimobiledevice’ from packages
Installing package ‘libusbmuxd’ from packages
Installing package ‘libinput’ from packages
Installing package ‘mtdev’ from packages
Installing package ‘libudev-fbsd’ from packages
Installing package ‘liblo’ from packages
Installing package ‘libmad’ from packages
Installing package ‘libmcrypt’ from packages
Installing package ‘libmms’ from packages
Installing package ‘libmraa’ from packages
Installing package ‘node’ from packages
Installing package ‘libndp’ from packages
Installing package ‘libndpi’ from packages
Installing package ‘libnetconf2’ from packages
Installing package ‘libyang’ from packages
Installing package ‘libssh’ from packages
Installing package ‘libnopoll’ from packages
Installing package ‘libopusenc’ from packages
Installing package ‘libowfat’ from packages
Installing package ‘libp11’ from packages
Installing package ‘libpfring’ from packages
Installing package ‘pfring’ from packages
Installing package ‘libradcli’ from packages
Installing package ‘libredblack’ from packages
Installing package ‘libreswan’ from packages
Installing package ‘nss’ from packages
Installing package ‘nspr’ from packages
Installing package ‘libsamplerate’ from packages
Installing package ‘libsearpc’ from packages
Installing package ‘libseccomp’ from packages
Installing package ‘libsigc++’ from packages
Installing package ‘libsoc’ from packages
Installing package ‘libsoxr’ from packages
Installing package ‘libstrophe’ from packages
Installing package ‘libtins’ from packages
Installing package ‘libtool-bin’ from packages
Installing package ‘libtorrent’ from packages
Installing package ‘libuhttpd’ from packages
Installing package ‘libupm’ from packages
Installing package ‘libupnp’ from packages
Installing package ‘libupnpp’ from packages
Installing package ‘libuvc’ from packages
Installing package ‘libuwsc’ from packages
Installing package ‘libyubikey’ from packages
Installing package ‘libzdb’ from packages
Installing package ‘linknx’ from packages
Installing package ‘pthsem’ from packages
Installing package ‘linuxptp’ from packages
Installing package ‘lksctp-tools’ from packages
Installing package ‘lpc21isp’ from packages
Installing package ‘lpeg’ from packages
Installing package ‘lrzsz’ from packages
Installing package ‘lsof’ from packages
Installing package ‘lttng-modules’ from packages
Installing package ‘lttng-tools’ from packages
Installing package ‘lttng-ust’ from packages
Installing package ‘lua-bencode’ from packages
Installing package ‘lua-cjson’ from packages
Installing package ‘lua-copas’ from packages
Installing package ‘lua-coxpcall’ from packages
Installing package ‘lua-libmodbus’ from packages
Installing package ‘lua-lsqlite3’ from packages
Installing package ‘lua-lzlib’ from packages
Installing package ‘lua-md5’ from packages
Installing package ‘lua-mobdebug’ from packages
Installing package ‘lua-mosquitto’ from packages
Installing package ‘lua-openssl’ from packages
Installing package ‘lua-penlight’ from packages
Installing package ‘luafilesystem’ from packages
Installing package ‘lua-rings’ from packages
Installing package ‘lua-rs232’ from packages
Installing package ‘lua-sha2’ from packages
Installing package ‘lua-wsapi’ from packages
Installing package ‘lua-xavante’ from packages
Installing package ‘luabitop’ from packages
Installing package ‘luaexpat’ from packages
Installing package ‘lualanes’ from packages
Installing package ‘luaposix’ from packages
Installing package ‘luasoap’ from packages
Installing package ‘luasql’ from packages
Installing package ‘luv’ from packages
Installing package ‘lxc’ from packages
Installing package ‘shadow’ from packages
Installing package ‘lynx’ from packages
Installing package ‘lzmq’ from packages
Installing package ‘mac-telnet’ from packages
Installing package ‘macchanger’ from packages
Installing package ‘madplay’ from packages
Installing package ‘mailman’ from packages
Installing package ‘postfix’ from packages
Installing package ‘tinycdb’ from packages
Installing package ‘mailsend’ from packages
Installing package ‘mbtools’ from packages
Installing package ‘mc’ from packages
Installing package ‘measurement-kit’ from packages
Installing package ‘memcached’ from packages
Installing package ‘micropython’ from packages
Installing package ‘micropython-lib’ from packages
Installing package ‘mii-tool’ from packages
Installing package ‘mikrotik-btest’ from packages
Installing package ‘mini_snmpd’ from packages
Installing package ‘minicom’ from packages
Installing package ‘minidlna’ from packages
Installing package ‘miniupnpd’ from packages
Installing package ‘mjpg-streamer’ from packages
Installing package ‘mksh’ from packages
Installing package ‘mktorrent’ from packages
Installing package ‘mmc-utils’ from packages
Installing package ‘mocp’ from packages
Installing package ‘monit’ from packages
Installing package ‘moreutils’ from packages
Installing package ‘motion’ from packages
Installing package ‘mpack’ from packages
Installing package ‘mpc’ from packages
Installing package ‘mpd’ from packages
Installing package ‘msmtp-scripts’ from packages
Installing package ‘xinetd’ from packages
Installing package ‘mt-st’ from packages
Installing package ‘mtd-rw’ from packages
Installing package ‘mtr’ from packages
Installing package ‘muninlite’ from packages
Installing package ‘mutt’ from packages
Installing package ‘mwan3’ from packages
Installing package ‘nail’ from packages
Installing package ‘nano’ from packages
Installing package ‘nbd’ from packages
Installing package ‘ncdu’ from packages
Installing package ‘ncp’ from packages
Installing package ‘netatalk’ from packages
Installing package ‘netatop’ from packages
Installing package ‘netcat’ from packages
Installing package ‘netdata’ from packages
Installing package ‘netdiscover’ from packages
Installing package ‘netifyd’ from packages
Installing package ‘Netopeer2’ from packages
Installing package ‘sysrepo’ from packages
Installing package ‘netperf’ from packages
Installing package ‘netwhere’ from packages
Installing package ‘nfs-kernel-server’ from packages
Installing package ‘rpcbind’ from packages
Installing package ‘nft-qos’ from packages
Installing package ‘ngircd’ from packages
Installing package ‘nlbwmon’ from packages
Installing package ‘nmap’ from packages
Installing package ‘noddos’ from packages
Installing package ‘node-arduino-firmata’ from packages
Installing package ‘node-serialport’ from packages
Installing package ‘node-cylon’ from packages
Installing package ‘node-hid’ from packages
Installing package ‘node-homebridge’ from packages
Installing package ‘node-mozilla-iot-gateway’ from packages
Installing package ‘nsd’ from packages
Installing package ‘ntfs-3g’ from packages
Installing package ‘ntpd’ from packages
Installing package ‘ntripcaster’ from packages
Installing package ‘ntripclient’ from packages
Installing package ‘ntripserver’ from packages
Installing package ‘oath-toolkit’ from packages
Installing package ‘obfs4proxy’ from packages
Installing package ‘obfsproxy’ from packages
Installing package ‘python-pyptlib’ from packages
Installing package ‘ocserv’ from packages
Installing package ‘oggfwd’ from packages
Installing package ‘ola’ from packages
Installing package ‘oor’ from packages
Installing package ‘open-plc-utils’ from packages
Installing package ‘open-vm-tools’ from packages
Installing package ‘open2300’ from packages
Installing package ‘openconnect’ from packages
Installing package ‘vpnc-scripts’ from packages
Installing package ‘stoken’ from packages
Installing package ‘opencv’ from packages
Installing package ‘opendkim’ from packages
Installing package ‘opennhrp’ from packages
Installing package ‘openobex’ from packages
Installing package ‘openocd’ from packages
Installing package ‘openpyxl’ from packages
Installing package ‘opensc’ from packages
Installing package ‘opentracker’ from packages
Installing package ‘openvswitch’ from packages
Installing package ‘openwisp-config’ from packages
Installing package ‘opus-tools’ from packages
Installing package ‘opusfile’ from packages
Installing package ‘p910nd’ from packages
Installing package ‘pagekitec’ from packages
Installing package ‘passlib’ from packages
Installing package ‘pcmciautils’ from packages
Installing package ‘pcsc-tools’ from packages
Installing package ‘pen’ from packages
Installing package ‘perl-authen-sasl’ from packages
Installing package ‘perl-authen-sasl-xs’ from packages
Installing package ‘perl-compress-bzip2’ from packages
Installing package ‘perl-dbi’ from packages
Installing package ‘perl-device-serialport’ from packages
Installing package ‘perl-device-usb’ from packages
Installing package ‘perl-inline-c’ from packages
Installing package ‘perl-inline’ from packages
Installing package ‘perl-parse-recdescent’ from packages
Installing package ‘perl-file-sharedir-install’ from packages
Installing package ‘perl-encode-locale’ from packages
Installing package ‘perl-file-listing’ from packages
Installing package ‘perl-http-date’ from packages
Installing package ‘perl-html-form’ from packages
Installing package ‘perl-http-message’ from packages
Installing package ‘perl-io-html’ from packages
Installing package ‘perl-lwp-mediatypes’ from packages
Installing package ‘perl-uri’ from packages
Installing package ‘perl-html-tree’ from packages
Installing package ‘perl-http-cookies’ from packages
Installing package ‘perl-http-daemon’ from packages
Installing package ‘perl-http-negotiate’ from packages
Installing package ‘perl-http-server-simple’ from packages
Installing package ‘perl-lockfile-simple’ from packages
Installing package ‘perl-net-http’ from packages
Installing package ‘perl-net-telnet’ from packages
Installing package ‘perl-sub-uplevel’ from packages
Installing package ‘perl-test-harness’ from packages
Installing package ‘perl-test-warn’ from packages
Installing package ‘perl-text-csv_xs’ from packages
Installing package ‘perl-www’ from packages
Installing package ‘perl-www-robotrules’ from packages
Installing package ‘perl-www-curl’ from packages
Installing package ‘perl-www-mechanize’ from packages
Installing package ‘perl-xml-parser’ from packages
Installing package ‘php7-pecl-dio’ from packages
Installing package ‘php7-pecl-http’ from packages
Installing package ‘php7-pecl-propro’ from packages
Installing package ‘php7-pecl-raphf’ from packages
Installing package ‘php7-pecl-krb5’ from packages
Installing package ‘php7-pecl-libevent’ from packages
Installing package ‘php7-pecl-mcrypt’ from packages
Installing package ‘pianod’ from packages
Installing package ‘picocom’ from packages
Installing package ‘pigeonhole’ from packages
Installing package ‘pingcheck’ from packages
Installing package ‘pixiewps’ from packages
Installing package ‘pixman’ from packages
Installing package ‘pkg-config’ from packages
Installing package ‘poco’ from packages
Installing package ‘polipo’ from packages
Installing package ‘port-mirroring’ from packages
Installing package ‘powertop’ from packages
Installing package ‘pppossh’ from packages
Installing package ‘pptpd’ from packages
Installing package ‘privoxy’ from packages
Installing package ‘progress’ from packages
Installing package ‘prometheus’ from packages
Installing package ‘prometheus-node-exporter-lua’ from packages
Installing package ‘bmx6’ from routing
Installing package ‘prometheus-statsd-exporter’ from packages
Installing package ‘prosody’ from packages
Installing package ‘ptunnel-ng’ from packages
Installing package ‘pv’ from packages
Installing package ‘pyjwt’ from packages
Installing package ‘python-aiohttp’ from packages
Installing package ‘python-multidict’ from packages
Installing package ‘python-async-timeout’ from packages
Installing package ‘python-yarl’ from packages
Installing package ‘python-crcmod’ from packages
Installing package ‘python-cryptodome’ from packages
Installing package ‘python-cryptodomex’ from packages
Installing package ‘python-curl’ from packages
Installing package ‘python-egenix-mx-base’ from packages
Installing package ‘python-evdev’ from packages
Installing package ‘python-gmpy2’ from packages
Installing package ‘python-gnupg’ from packages
Installing package ‘python-ldap’ from packages
Installing package ‘python-lxml’ from packages
Installing package ‘python-mysql’ from packages
Installing package ‘python-oauthlib’ from packages
Installing package ‘python-packages’ from packages
Installing package ‘python-parsley’ from packages
Installing package ‘python-psycopg2’ from packages
Installing package ‘python-pyopenssl’ from packages
Installing package ‘python-pyotp’ from packages
Installing package ‘python-qrcode’ from packages
Installing package ‘python-requests-oauthlib’ from packages
Installing package ‘python-slugify’ from packages
Installing package ‘text-unidecode’ from packages
Installing package ‘python-txsocksx’ from packages
Installing package ‘python-voluptuous’ from packages
Installing package ‘python-voluptuous-serialize’ from packages
Installing package ‘python3-netifaces’ from packages
Installing package ‘python3-pyroute2’ from packages
Installing package ‘python3-unidecode’ from packages
Installing package ‘qemu’ from packages
Installing package ‘quassel-irssi’ from packages
Installing package ‘quasselc’ from packages
Installing package ‘radicale’ from packages
Installing package ‘radicale2’ from packages
Installing package ‘vobject’ from packages
Installing package ‘radsecproxy’ from packages
Installing package ‘ratechecker’ from packages
Installing package ‘rcssmin’ from packages
Installing package ‘reaver’ from packages
Installing package ‘redsocks’ from packages
Installing package ‘relayctl’ from packages
Installing package ‘remserial’ from packages
Installing package ‘rng-tools’ from packages
Installing package ‘rosy-file-server’ from packages
Installing package ‘rp-pppoe’ from packages
Installing package ‘rpcd-mod-lxc’ from packages
Installing package ‘rsyslog’ from packages
Installing package ‘rtklib’ from packages
Installing package ‘rtl-ais’ from packages
Installing package ‘rtl_433’ from packages
Installing package ‘rtorrent’ from packages
Installing package ‘xmlrpc-c’ from packages
Installing package ‘rtty’ from packages
Installing package ‘ruamel-yaml’ from packages
Installing package ‘rxtx’ from packages
Installing package ‘safe-search’ from packages
Installing package ‘samba4’ from packages
Installing package ‘scapy’ from packages
Installing package ‘screen’ from packages
Installing package ‘seafile-ccnet’ from packages
Installing package ‘seafile-seahub’ from packages
Installing package ‘seafile-server’ from packages
Installing package ‘ser2net’ from packages
Installing package ‘serialconsole’ from packages
Installing package ‘setserial’ from packages
Installing package ‘shadowsocks-libev’ from packages
Installing package ‘shairplay’ from packages
Installing package ‘shairport-sync’ from packages
Installing package ‘shine’ from packages
Installing package ‘shorewall’ from packages
Installing package ‘shorewall-core’ from packages
Installing package ‘shorewall-lite’ from packages
Installing package ‘shorewall6’ from packages
Installing package ‘shorewall6-lite’ from packages
Installing package ‘siit’ from packages
Installing package ‘simple-adblock’ from packages
Installing package ‘sispmctl’ from packages
Installing package ‘slide-switch’ from packages
Installing package ‘smartmontools’ from packages
Installing package ‘smartsnmpd’ from packages
Installing package ‘smstools3’ from packages
Installing package ‘snort’ from packages
Installing package ‘snort3’ from packages
Installing package ‘sockread’ from packages
Installing package ‘softethervpn’ from packages
Installing package ‘softethervpn5’ from packages
Installing package ‘softflowd’ from packages
Installing package ‘sox’ from packages
Installing package ‘spawn-fcgi’ from packages
Installing package ‘speedtest-netperf’ from packages
Installing package ‘speexdsp’ from packages
Installing package ‘spi-tools’ from packages
Installing package ‘spoofer’ from packages
Installing package ‘sqm-scripts-extra’ from packages
Installing package ‘squashfs-tools’ from packages
Installing package ‘squeezelite’ from packages
Installing package ‘squid’ from packages
Installing package ‘ssdeep’ from packages
Installing package ‘sshfs’ from packages
Installing package ‘sshtunnel’ from packages
Installing package ‘sslh’ from packages
Installing package ‘sstp-client’ from packages
Installing package ‘stm32flash’ from packages
Installing package ‘stress’ from packages
Installing package ‘strongswan’ from packages
Installing package ‘stubby’ from packages
Installing package ‘stunnel’ from packages
Installing package ‘subversion’ from packages
Installing package ‘sumo’ from packages
Installing package ‘svox’ from packages
Installing package ‘sysstat’ from packages
Installing package ‘tang’ from packages
Installing package ‘taskwarrior’ from packages
Installing package ‘tayga’ from packages
Installing package ‘tcl’ from packages
Installing package ‘tcpproxy’ from packages
Installing package ‘tcpreplay’ from packages
Installing package ‘tcsh’ from packages
Installing package ‘telldus-core’ from packages
Installing package ‘temperusb’ from packages
Installing package ‘tgt’ from packages
Installing package ‘tinyproxy’ from packages
Installing package ‘tio’ from packages
Installing package ‘tmux’ from packages
Installing package ‘tor-fw-helper’ from packages
Installing package ‘tracertools’ from packages
Installing package ‘trafficshaper’ from packages
Installing package ‘transmission’ from packages
Installing package ‘travelmate’ from packages
Installing package ‘tree’ from packages
Installing package ‘triggerhappy’ from packages
Installing package ‘ttyd’ from packages
Installing package ‘u2pnpd’ from packages
Installing package ‘uanytun’ from packages
Installing package ‘udns’ from packages
Installing package ‘udptunnel’ from packages
Installing package ‘udpxy’ from packages
Installing package ‘uledd’ from packages
Installing package ‘umurmur’ from packages
Installing package ‘unrar’ from packages
Installing package ‘upmpdcli’ from packages
Installing package ‘usbip’ from packages
Installing package ‘usbmuxd’ from packages
Installing package ‘uuid’ from packages
Installing package ‘uvcdynctrl’ from packages
Installing package ‘v4l2rtspserver’ from packages
Installing package ‘vallumd’ from packages
Installing package ‘vncrepeater’ from packages
Installing package ‘vnstat’ from packages
Installing package ‘vpnbypass’ from packages
Installing package ‘vpnc’ from packages
Installing package ‘vsftpd’ from packages
Installing package ‘wakeonlan’ from packages
Installing package ‘watchcat’ from packages
Installing package ‘wavemon’ from packages
Installing package ‘websocketpp’ from packages
Installing package ‘webui-aria2’ from packages
Installing package ‘wifidog’ from packages
Installing package ‘wifidog-ng’ from packages
Installing package ‘wifischedule’ from packages
Installing package ‘wifitoggle’ from packages
Installing package ‘xl2tpd’ from packages
Installing package ‘xr_usb_serial_common’ from packages
Installing package ‘xtables-addons’ from packages
Installing package ‘xupnpd’ from packages
Installing package ‘yaaw’ from packages
Installing package ‘yara’ from packages
Installing package ‘yggdrasil’ from packages
Installing package ‘ykclient’ from packages
Installing package ‘ykpers’ from packages
Installing package ‘youtube-dl’ from packages
Installing package ‘yubico-pam’ from packages
Installing package ‘yunbridge’ from packages
Installing package ‘zabbix’ from packages
Installing package ‘zerotier’ from packages
Installing package ‘zile’ from packages
Installing package ‘zip’ from packages
Installing package ‘znc’ from packages
Installing package ‘zsh’ from packages
Installing all packages from feed luci.
Installing package ‘luci-app-adblock’ from luci
Installing package ‘luci-app-advanced-reboot’ from luci
Installing package ‘luci-app-ahcp’ from luci
Installing package ‘ahcpd’ from routing
Installing package ‘luci-app-aria2’ from luci
Installing package ‘luci-lib-ipkg’ from luci
Installing package ‘luci-app-attendedsysupgrade’ from luci
Installing package ‘luci-app-banip’ from luci
Installing package ‘luci-app-bcp38’ from luci
Installing package ‘luci-app-clamav’ from luci
Installing package ‘luci-app-commands’ from luci
Installing package ‘luci-app-coovachilli’ from luci
Installing package ‘luci-app-cshark’ from luci
Installing package ‘luci-app-ddns’ from luci
Installing package ‘luci-app-diag-core’ from luci
Installing package ‘luci-app-dnscrypt-proxy’ from luci
Installing package ‘luci-lib-httpprotoutils’ from luci
Installing package ‘luci-app-dump1090’ from luci
Installing package ‘luci-app-dynapoint’ from luci
Installing package ‘luci-app-e2guardian’ from luci
Installing package ‘luci-app-fwknopd’ from luci
Installing package ‘luci-app-hd-idle’ from luci
Installing package ‘luci-app-https_dns_proxy’ from luci
Installing package ‘luci-app-ltqtapi’ from luci
Installing package ‘luci-app-lxc’ from luci
Installing package ‘luci-app-minidlna’ from luci
Installing package ‘luci-app-mjpg-streamer’ from luci
Installing package ‘luci-app-mosquitto’ from luci
Installing package ‘luci-app-mwan3’ from luci
Installing package ‘luci-app-nft-qos’ from luci
Installing package ‘luci-app-nlbwmon’ from luci
Installing package ‘luci-app-noddos’ from luci
Installing package ‘luci-app-ntpc’ from luci
Installing package ‘luci-app-nut’ from luci
Installing package ‘luci-app-ocserv’ from luci
Installing package ‘luci-app-olsr’ from luci
Installing package ‘olsrd’ from routing
Installing package ‘luci-lib-luaneightbl’ from luci
Installing package ‘luci-lib-json’ from luci
Installing package ‘luci-app-olsr-services’ from luci
Installing package ‘luci-app-olsr-viz’ from luci
Installing package ‘luci-app-openvpn’ from luci
Installing package ‘luci-app-p910nd’ from luci
Installing package ‘luci-app-pagekitec’ from luci
Installing package ‘luci-app-polipo’ from luci
Installing package ‘luci-app-privoxy’ from luci
Installing package ‘luci-app-qos’ from luci
Installing package ‘luci-app-radicale’ from luci
Installing package ‘luci-app-radicale2’ from luci
Installing package ‘rpcd-mod-rad2-enc’ from luci
Installing package ‘luci-app-rosy-file-server’ from luci
Installing package ‘luci-app-rp-pppoe-server’ from luci
Installing package ‘luci-app-samba’ from luci
Installing package ‘luci-app-samba4’ from luci
Installing package ‘luci-app-shadowsocks-libev’ from luci
Installing package ‘luci-app-shairplay’ from luci
Installing package ‘luci-app-siitwizard’ from luci
Installing package ‘luci-app-simple-adblock’ from luci
Installing package ‘luci-app-snmpd’ from luci
Installing package ‘luci-app-splash’ from luci
Installing package ‘luci-lib-iptparser’ from luci
Installing package ‘luci-app-squid’ from luci
Installing package ‘luci-app-statistics’ from luci
Installing package ‘luci-app-tinyproxy’ from luci
Installing package ‘luci-app-transmission’ from luci
Installing package ‘luci-app-travelmate’ from luci
Installing package ‘luci-app-udpxy’ from luci
Installing package ‘luci-app-uhttpd’ from luci
Installing package ‘luci-app-unbound’ from luci
Installing package ‘luci-app-upnp’ from luci
Installing package ‘luci-app-vnstat’ from luci
Installing package ‘luci-app-vpnbypass’ from luci
Installing package ‘luci-app-watchcat’ from luci
Installing package ‘luci-app-wifischedule’ from luci
Installing package ‘luci-app-wireguard’ from luci
Installing package ‘luci-proto-wireguard’ from luci
Installing package ‘luci-app-wol’ from luci
Installing package ‘luci-lib-httpclient’ from luci
Installing package ‘luci-lib-px5g’ from luci
Installing package ‘luci-lib-rpcc’ from luci
Installing package ‘luci-light’ from luci
Installing package ‘luci-mod-admin-mini’ from luci
Installing package ‘luci-theme-openwrt’ from luci
Installing package ‘luci-mod-failsafe’ from luci
Installing package ‘luci-mod-rpc’ from luci
Installing package ‘luci-nginx’ from luci
Installing package ‘luci-proto-3g’ from luci
Installing package ‘luci-proto-hnet’ from luci
Installing package ‘luci-proto-ipip’ from luci
Installing package ‘luci-proto-ncm’ from luci
Installing package ‘luci-proto-openconnect’ from luci
Installing package ‘luci-proto-pppossh’ from luci
Installing package ‘luci-proto-qmi’ from luci
Installing package ‘luci-proto-relay’ from luci
Installing package ‘luci-proto-vpnc’ from luci
Installing package ‘luci-ssl’ from luci
Installing package ‘luci-ssl-nginx’ from luci
Installing package ‘luci-ssl-openssl’ from luci
Installing package ‘luci-theme-material’ from luci
Installing package ‘luci-theme-rosy’ from luci
Installing all packages from feed routing.
Installing package ‘alfred’ from routing
Installing package ‘babel-pinger’ from routing
Installing package ‘babeld’ from routing
Installing package ‘batctl’ from routing
Installing package ‘batman-adv’ from routing
Installing package ‘batmand’ from routing
Installing package ‘bird1’ from routing
Installing package ‘bird1-ipv4-openwrt’ from routing
Installing package ‘bird1-ipv6-openwrt’ from routing
Installing package ‘bird2’ from routing
Installing package ‘cjdns’ from routing
Installing package ‘hnetd’ from routing
Installing package ‘ohybridproxy’ from routing
Installing package ‘minimalist-pcproxy’ from routing
Installing package ‘luci-app-bmx6’ from routing
Installing package ‘luci-app-bmx7’ from routing
Installing package ‘luci-app-cjdns’ from routing
Installing package ‘mcproxy’ from routing
Installing package ‘mrd6’ from routing
Installing package ‘ndppd’ from routing
Installing package ‘nodogsplash’ from routing
Installing package ‘oonf-dlep-proxy’ from routing
Installing package ‘oonf-init-scripts’ from routing
Installing package ‘oonf-dlep-radio’ from routing
Installing package ‘oonf-olsrd2’ from routing
Installing package ‘pimbd’ from routing
Installing package ‘prince’ from routing
Installing package ‘quagga’ from routing
Installing package ‘smcroute’ from routing
Installing package ‘vis’ from routing
Installing all packages from feed telephony.
Installing package ‘asterisk-13.x’ from telephony
Installing package ‘dahdi-tools’ from telephony
Installing package ‘dahdi-linux’ from telephony
Installing package ‘libpri’ from telephony
Installing package ‘pjproject’ from telephony
Installing package ‘libsrtp2’ from telephony
Installing package ‘iksemel’ from telephony
Installing package ‘spandsp’ from telephony
Installing package ‘asterisk-13.x-chan-lantiq’ from telephony
Installing package ‘asterisk-15.x’ from telephony
Installing package ‘asterisk-15.x-chan-lantiq’ from telephony
Installing package ‘asterisk-chan-dongle’ from telephony
Installing package ‘asterisk-chan-sccp’ from telephony
Installing package ‘asterisk-g72x’ from telephony
Installing package ‘bcg729’ from telephony
Installing package ‘asterisk-opus’ from telephony
Installing package ‘baresip’ from telephony
Installing package ‘re’ from telephony
Installing package ‘rem’ from telephony
Installing package ‘freeswitch’ from telephony
Installing package ‘libsrtp’ from telephony
Installing package ‘freeswitch-stable’ from telephony
Installing package ‘gsmlib’ from telephony
Installing package ‘libctb’ from telephony
Installing package ‘freeswitch-stable-mod-bcg729’ from telephony
Installing package ‘kamailio-5.x’ from telephony
Installing package ‘libosip2’ from telephony
Installing package ‘miax’ from telephony
Installing package ‘pcapsipdump’ from telephony
Installing package ‘restund’ from telephony
Installing package ‘rtpproxy’ from telephony
Installing package ‘sipgrep’ from telephony
Installing package ‘sipp’ from telephony
Installing package ‘siproxd’ from telephony
Installing package ‘sngrep’ from telephony
Installing package ‘yate’ from telephony
Installing all packages from feed openwisp.
Installing all packages from feed sidn.
Installing package ‘autonta’ from sidn
Installing package ‘lua-minittp’ from sidn
Installing package ‘lua-websockets’ from sidn
Installing package ‘sidn-unbound’ from sidn
Installing package ‘sidn-valibox-all’ from sidn
Installing package ‘spin’ from sidn
Collecting package info: done
WARNING: Makefile ‘package/feeds/packages/gammu/Makefile’ has a dependency on ‘libmariadb’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/nfacct/Makefile’ has a dependency on ‘iptables-mod-nfacct’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/rescue-image/Makefile’ has a build dependency on ‘uboot-envtools’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/server-uplink/Makefile’ has a dependency on ‘libatsh204’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/suricata-monitor/Makefile’ has a dependency on ‘python-bottle’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/turris-netboot/Makefile’ has a build dependency on ‘openssh-utils’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/turris-netboot/Makefile’ has a build dependency on ‘openssh-client’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/turris-netboot/Makefile’ has a build dependency on ‘uboot-envtools’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/turris-translations/Makefile’ has a build dependency on ‘gettext-tools’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/unbound/Makefile’ has a dependency on ‘unbound-control’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/unbound/Makefile’ has a build dependency on ‘libexpat’, which does not exist
Uninstalling package ‘cshark’
Uninstalling package ‘libpsl’
Generating turris-version package
/srv/test /srv/test
[detached HEAD ccf108c477] turris-version: Create a package with release notes
1 file changed, 40 insertions(+)
create mode 100644 package/system/turris-version/Makefile
/srv/test
Creating default configuration
Collecting package info: done
WARNING: Makefile ‘package/feeds/packages/gammu/Makefile’ has a dependency on ‘libmariadb’, which does not exist
WARNING: Makefile ‘package/feeds/packages/libsoup/Makefile’ has a dependency on ‘libpsl’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/feeds/luci/luci-app-cshark/Makefile’ has a dependency on ‘cshark’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/nfacct/Makefile’ has a dependency on ‘iptables-mod-nfacct’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/rescue-image/Makefile’ has a build dependency on ‘uboot-envtools’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/server-uplink/Makefile’ has a dependency on ‘libatsh204’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/suricata-monitor/Makefile’ has a dependency on ‘python-bottle’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/turris-netboot/Makefile’ has a build dependency on ‘openssh-utils’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/turris-netboot/Makefile’ has a build dependency on ‘openssh-client’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/turris-netboot/Makefile’ has a build dependency on ‘uboot-envtools’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/turris-translations/Makefile’ has a build dependency on ‘gettext-tools’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/unbound/Makefile’ has a dependency on ‘unbound-control’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/unbound/Makefile’ has a build dependency on ‘libexpat’, which does not exist
tmp/.config-package.in:132692:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
tmp/.config-package.in:132692: symbol PACKAGE_coreutils is selected by PACKAGE_foris-controller-storage-module
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
tmp/.config-package.in:5362: symbol PACKAGE_foris-controller-storage-module is selected by PACKAGE_foris-storage-plugin
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
tmp/.config-package.in:6953: symbol PACKAGE_foris-storage-plugin depends on PACKAGE_coreutils
tmp/.config-package.in:6137:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
tmp/.config-package.in:6137: symbol PACKAGE_foris-netmetr-plugin depends on PACKAGE_cronie
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
tmp/.config-package.in:1537: symbol PACKAGE_cronie depends on PACKAGE_vixie-cron
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
tmp/.config-package.in:9629: symbol PACKAGE_vixie-cron is selected by PACKAGE_netmetr
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
tmp/.config-package.in:7433: symbol PACKAGE_netmetr is selected by PACKAGE_foris-controller-netmetr-module
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
tmp/.config-package.in:5220: symbol PACKAGE_foris-controller-netmetr-module is selected by PACKAGE_foris-netmetr-plugin
tmp/.config-package.in:5057:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
tmp/.config-package.in:5057: symbol PACKAGE_foris-controller-app is selected by PACKAGE_foris-client
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
tmp/.config-package.in:4991: symbol PACKAGE_foris-client depends on PACKAGE_python3-attrs
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
tmp/.config-package.in:33113: symbol PACKAGE_python3-attrs is selected by PACKAGE_python3-jsonschema
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
tmp/.config-package.in:34629: symbol PACKAGE_python3-jsonschema is selected by PACKAGE_foris-schema
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
tmp/.config-package.in:6717: symbol PACKAGE_foris-schema is selected by PACKAGE_foris-controller-app
tmp/.config-package.in:9014:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
tmp/.config-package.in:9014: symbol PACKAGE_server-uplink is selected by PACKAGE_server-nouplink
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
tmp/.config-package.in:9001: symbol PACKAGE_server-nouplink depends on PACKAGE_server-uplink
tmp/.config-package.in:33834:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
tmp/.config-package.in:33834: symbol PACKAGE_python3-cryptography is selected by PACKAGE_turris-netboot-tools
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
tmp/.config-package.in:9283: symbol PACKAGE_turris-netboot-tools depends on PACKAGE_python3-cryptography
tmp/.config-package.in:64806:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
tmp/.config-package.in:64806: symbol PACKAGE_getdns is selected by PACKAGE_stubby
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
tmp/.config-package.in:92904: symbol PACKAGE_stubby depends on GETDNS_ENABLE_STUB_ONLY
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
feeds/packages/libs/getdns/Config.in:4: symbol GETDNS_ENABLE_STUB_ONLY depends on PACKAGE_getdns
tmp/.config-package.in:35091:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
tmp/.config-package.in:35091: symbol PACKAGE_python3-netifaces is selected by PACKAGE_python3-netifaces
tmp/.config-package.in:13276:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection “Kconfig recursive dependency limitations”
tmp/.config-package.in:13276: symbol PACKAGE_kmod-dvb-tuner-dib0070 is selected by PACKAGE_kmod-dvb-tuner-dib0070
.config:182:warning: unexpected data: TARGET_ROOTFS_SQUASHFS=n

configuration written to .config

WARNING: Makefile ‘package/feeds/packages/gammu/Makefile’ has a dependency on ‘libmariadb’, which does not exist
WARNING: Makefile ‘package/feeds/packages/libsoup/Makefile’ has a dependency on ‘libpsl’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/feeds/luci/luci-app-cshark/Makefile’ has a dependency on ‘cshark’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/nfacct/Makefile’ has a dependency on ‘iptables-mod-nfacct’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/rescue-image/Makefile’ has a build dependency on ‘uboot-envtools’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/server-uplink/Makefile’ has a dependency on ‘libatsh204’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/suricata-monitor/Makefile’ has a dependency on ‘python-bottle’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/turris-netboot/Makefile’ has a build dependency on ‘openssh-utils’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/turris-netboot/Makefile’ has a build dependency on ‘openssh-client’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/turris-netboot/Makefile’ has a build dependency on ‘uboot-envtools’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/turris-translations/Makefile’ has a build dependency on ‘gettext-tools’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/unbound/Makefile’ has a dependency on ‘unbound-control’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/unbound/Makefile’ has a build dependency on ‘libexpat’, which does not exist
time: target/linux/prereq#0.16#0.09#0.25
make[1] diffconfig
[detached HEAD 0a110691a4] kernel: Add customized kernel options
1 file changed, 62 insertions(+)
Setting ccache paths
Compiling tools
WARNING: Makefile ‘package/feeds/packages/gammu/Makefile’ has a dependency on ‘libmariadb’, which does not exist
WARNING: Makefile ‘package/feeds/packages/libsoup/Makefile’ has a dependency on ‘libpsl’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/kernel/linux/Makefile’ has a dependency on ‘kmod-regmap’, which does not exist
WARNING: Makefile ‘package/feeds/luci/luci-app-cshark/Makefile’ has a dependency on ‘cshark’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/nfacct/Makefile’ has a dependency on ‘iptables-mod-nfacct’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/rescue-image/Makefile’ has a build dependency on ‘uboot-envtools’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/server-uplink/Makefile’ has a dependency on ‘libatsh204’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/suricata-monitor/Makefile’ has a dependency on ‘python-bottle’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/turris-netboot/Makefile’ has a build dependency on ‘openssh-utils’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/turris-netboot/Makefile’ has a build dependency on ‘openssh-client’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/turris-netboot/Makefile’ has a build dependency on ‘uboot-envtools’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/turris-translations/Makefile’ has a build dependency on ‘gettext-tools’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/unbound/Makefile’ has a dependency on ‘unbound-control’, which does not exist
WARNING: Makefile ‘package/feeds/turrispackages/unbound/Makefile’ has a build dependency on ‘libexpat’, which does not exist
time: target/linux/prereq#0.15#0.10#0.25
make[1] tools/compile
make[2] -C tools/flock compile
make[2] -C tools/xz compile
make[2] -C tools/sed compile
make[2] -C tools/tar compile
make[2] -C tools/patch compile
make -r tools/compile: build failed. Please re-run make with -j1 V=s or V=sc for a higher verbosity level to see what’s going on
make: *** [/srv/test/include/toplevel.mk:218: tools/compile] Error 1

Since the same error happens on the git clone from upstream I ran

`make -j1 V=sc tools/install` which produced
checking whether mknod can create fifo without root privileges... configure: error: in `/srv/openwrt/build_dir/host/tar-1.32':
configure: error: you should not run configure as root (set FORCE_UNSAFE_CONFIGURE=1 in environment to bypass this check)
See `config.log' for more details
make[2]: *** [Makefile:32: /srv/openwrt/build_dir/host/tar-1.32/.configured] Error 1
make[2]: Leaving directory '/srv/openwrt/tools/tar'
time: tools/tar/compile#23.22#14.78#40.21
make[1]: *** [tools/Makefile:159: tools/tar/compile] Error 2
make[1]: Leaving directory '/srv/openwrt'
make: *** [/srv/openwrt/include/toplevel.mk:218: tools/install] Error 2

running sudo make -j1 V=sc tools/install produces however the same error.

1 Like

Well it does not. It means what help tells you and that is that it prepares OpenWRT build environment with compiled tools. I acknowledge that we are missing dependencies list and I am going to add such list to readme. Thank you for suggestion. The limitation is that it is not possible to have it complete, I am afraid, because those are duplicates of some other lists somewhere else but I will try my best.

This formulation was meant in form of: Create new directory for build. Change to created directory.
That is formulation which does not refer to content of repository but rather to something that was introduced/generated in previous step.

:wink:
You are running it as root (uid=0). You should not do that. Create user you use to compile it as.

Looked into turris-build/turris-build.conf.example

Note that some of these configuration can be overriden by script arguments.
This file is sourced to bash script (compile_pkgs) so you can use any bash
compatible syntax here

as bash compatible my understanding would be

Primary options:
-t BOARD Set target board to BOARD. This is required for almost all commands.
-jNUM Number of jobs in paralel to be run. In default number of CPUs is used.
-a ARG Add build arguments - passed directly to make. This option can be specified multiple times.
-f[NUM] Try hard to get stuff to compile (optional number specifies number of tries)
-o PATH Path to output directory where repository is prepared. In default ./pkgsrepo is used.
-s KEY Sign packges with given private key. Key has to be generated using using tool.
-h, --help Show this help text

Configuration override options:
-b BRANCH Branch to checkout in OpenWRT. You can optionaly use here any valid git reference in OpenWRT git tree.
-p BRANCH Name of the branch that is being build. If not specified ‘hbs’ is used.
-l Do not update local git mirrors. Use them as they are to fetch OpenWRT and its feeds.
-d Do not use shallow checkouts
-x Enable debug mode

But that turned out a wrong perception - as not working to put those options in the conf file. However, in the example are only a few samples of what appears to be bash compatible but not a full list of how all those options would translate into bash compatible code.


To use specific stable release you have to checkout that specific tag.

How is that checkout to be achieved in the conf file?

It is somewhat misleading: https://gitlab.labs.nic.cz/turris/turris-build/merge_requests/20

Looked into the commits but I am afraid that does not clear up much, particularly how to translate -o|b|x|d|a into something bash compatible and how to deploy BUILD_ARGS=()

This being the use case (cinf file) and perhaps you would be kind enough to modify it in a way that makes it usable (and sense to the user)?
set_target omnia
autopkg
compile
gen_version
configure
pkgsrepo
store_hash
conflicts
prefetch
repatch_feeds
patch_openwrt
checkout
BUILD_JOBS="6"
- o /srv/compiled/tos/5
- b v5.0
PUBLISH_BRANCH="hbd"
- x
- d

#BUILD_ARGS=()
CONFIG_KERNEL_NETFILTER_XT_TARGET_HMARK=y
CONFIG_KERNEL_NETFILTER_XT_TARGET_TCPOPTSTRIP=y
CONFIG_KERNEL_NETFILTER_XT_MATCH_CGROUP=y
CONFIG_KERNEL_NETFILTER_XT_MATCH_IPCOMP=y
CONFIG_KERNEL_NETFILTER_XT_MATCH_L2TP=y
CONFIG_KERNEL_NETFILTER_XT_MATCH_OSF=y
CONFIG_KERNEL_NETFILTER_XT_MATCH_SCTP=y
CONFIG_KERNEL_NETFILTER_XT_TARGET_NOTRACK
CONFIG_KERNEL_NFT_RT=y
CONFIG_KERNEL_NFT_SET_BITMAP=y
CONFIG_KERNEL_NFT_OBJREF=y
CONFIG_KERNEL_NFT_QUEUE=y
CONFIG_KERNEL_NFT_COMPAT=y
CONFIG_KERNEL_NFT_DUP_IPV4=y
CONFIG_KERNEL_NFT_DUP_IPV6=y
CONFIG_KERNEL_NFT_FIB_NETDEV=y
CONFIG_KERNEL_NET_VRF=y
CONFIG_KERNEL_NET_L3_MASTER_DEV=y
CONFIG_KERNEL_IPV6_SEG6_HMAC=y
CONFIG_KERNEL_IPV6_SEG6_LWTUNNEL=y
CONFIG_KERNEL_IPV6_OPTIMISTIC_DAD=y
CONFIG_KERNEL_IPV6_ROUTER_PREF=y

From what I am able to piece together from source code my understanding for bash compatible options in conf file vs matching command line options - please feel at liberty to correct/complete

command line option bash compatible purpose sample syntax
-t set_target Set target board to BOARD -t omnia set_target omnia
-jNUM BUILD_JOBS="$(nproc)" Number of jobs in paralel to be run -jNUM 6 BUILD_JOBS=“6”
-a BUILD_ARGS=() Add build arguments -a CONFIG_KERNEL_NETFILTER_XT_TARGET_HMARK=y ? (multiple arguments?)
-f FORCE= Try hard to get stuff to compile -f 3 FORCE=“3”
-o OUTPUT_DIR= Path to output directory where repository is prepared -o /srv/compiled/tos OUTPUT_DIR="/srv/compiled/tos"
-s SIGN_KEY= Sign packges with given private key -s /path/to/key SIGN_KEY="/path/to/key"
-b OPENWRT_BRANCH= Branch to checkout in OpenWRT -b v5.0 OPENWRT_BRANCH=“v5.0”
-p PUBLISH_BRANCH= Name of the branch that is being build -p hbd PUBLISH_BRANCH=“hbd”
-l ? Do not update local git mirrors -l ?
-d ? Do not use shallow checkouts -d ?
-x sh_debug= Enable debug mode -x sh_debug="-x"
1 Like
Cobbled this conf file
set_target omnia
autopkg
compile
gen_version
configure
pkgsrepo
store_hash
conflicts
prefetch
repatch_feeds
patch_openwrt
checkout
BUILD_JOBS="6"
OUTPUT_DIR="/srv/compiled/tos/5"
OPENWRT_BRANCH="v5.0"
PUBLISH_BRANCH="hbd"
BUILD_ARGS=(CONFIG_KERNEL_NETFILTER_XT_TARGET_HMARK=y CONFIG_KERNEL_NETFILTER_XT_TARGET_TCPOPTSTRIP=y CONFIG_KERNEL_NETFILTER_XT_MATCH_CGROUP=y CONFIG_KERNEL_NETFILTER_XT_MATCH_IPCOMP=y CONFIG_KERNEL_NETFILTER_XT_MATCH_L2TP=y CONFIG_KERNEL_NETFILTER_XT_MATCH_OSF=y CONFIG_KERNEL_NETFILTER_XT_MATCH_SCTP=y CONFIG_KERNEL_NETFILTER_XT_TARGET_NOTRACK CONFIG_KERNEL_NFT_RT=y CONFIG_KERNEL_NFT_SET_BITMAP=m CONFIG_KERNEL_NFT_OBJREF=m CONFIG_KERNEL_NFT_QUEUE=m CONFIG_KERNEL_NFT_COMPAT=m CONFIG_KERNEL_NFT_DUP_IPV4=m CONFIG_KERNEL_NFT_DUP_IPV6=m CONFIG_KERNEL_NFT_FIB_NETDEV=m CONFIG_KERNEL_NET_VRF=y CONFIG_KERNEL_NET_L3_MASTER_DEV=y CONFIG_KERNEL_IPV6_SEG6_HMAC=y CONFIG_KERNEL_IPV6_SEG6_LWTUNNEL=y CONFIG_KERNEL_IPV6_OPTIMISTIC_DAD=y CONFIG_KERNEL_IPV6_ROUTER_PREF=y)

and ran compile_pkgs which though then produces (stumbles)

Setting target as omnia
Invalid target board!!! Use -t [turris1x|omnia|mox]!!!


It appears that the parser does not handle CRLF (control characters coded 0x0D (13 decimal)) but only LF (control characters coded 0x0A (10 decimal))

Not clear why this is being produced:

line 2: autopkg: command not found


after having removed autopkg from the conf file next up then is

line 2: compile: command not found

Suppose that continues for any further such command.

What can actually be put in the conf file and what not?

would appear that none of compile_pkgs's primary options || configuration override options || available commands are usable in the conf file but in the command line only.

thus amended the conf file now reading
set_target omnia
BUILD_JOBS="6"
OUTPUT_DIR="/srv/compiled/tos/5"
OPENWRT_BRANCH="v5.0"
PUBLISH_BRANCH="hbd"
BUILD_ARGS=(CONFIG_KERNEL_NETFILTER_XT_TARGET_HMARK=y CONFIG_KERNEL_NETFILTER_XT_TARGET_TCPOPTSTRIP=y CONFIG_KERNEL_NETFILTER_XT_MATCH_CGROUP=y CONFIG_KERNEL_NETFILTER_XT_MATCH_IPCOMP=y CONFIG_KERNEL_NETFILTER_XT_MATCH_L2TP=y CONFIG_KERNEL_NETFILTER_XT_MATCH_OSF=y CONFIG_KERNEL_NETFILTER_XT_MATCH_SCTP=y CONFIG_KERNEL_NETFILTER_XT_TARGET_NOTRACK CONFIG_KERNEL_NFT_RT=y CONFIG_KERNEL_NFT_SET_BITMAP=m CONFIG_KERNEL_NFT_OBJREF=m CONFIG_KERNEL_NFT_QUEUE=m CONFIG_KERNEL_NFT_COMPAT=m CONFIG_KERNEL_NFT_DUP_IPV4=m CONFIG_KERNEL_NFT_DUP_IPV6=m CONFIG_KERNEL_NFT_FIB_NETDEV=m CONFIG_KERNEL_NET_VRF=y CONFIG_KERNEL_NET_L3_MASTER_DEV=y CONFIG_KERNEL_IPV6_SEG6_HMAC=y CONFIG_KERNEL_IPV6_SEG6_LWTUNNEL=y CONFIG_KERNEL_IPV6_OPTIMISTIC_DAD=y CONFIG_KERNEL_IPV6_ROUTER_PREF=y)

and executing

compile_pkgs autopkg compile gen_version configure pkgsrepo store_hash conflicts prefetch repatch_feeds patch_openwrt checkout

producing now

Setting target as omnia
Deploying autopkg scripts
cp: target ‘/srv/compiled/tos/5/include/’ is not a directory

One would have expected that the script generates that /include directory but apparently not, has to be done manually - which is not mentioned anywhere in the documentation.


Done that it then produces

Setting target as omnia
Deploying autopkg scripts
fatal: not a git repository (or any of the parent directories): .git

What is that all about?


Removing autopkg from the equation and being left with

compile_pkgs compile gen_version configure pkgsrepo store_hash conflicts prefetch repatch_feeds patch_openwrt checkout

then produces

Setting target as omnia
Compiling tools
make: the ‘-j’ option requires a positive integer argument

What is that all about?


Removing compile from the equation and being left with

compile_pkgs gen_version configure pkgsrepo store_hash conflicts prefetch repatch_feeds patch_openwrt checkout

then produces

Setting target as omnia
Generating turris-version package
/srv/compiled/tos/5 /srv/compiled/tos/5
fatal: not a git repository (or any of the parent directories): .git

Now what?


How is this supposed to be working at all?

Please just run it without argument. You are passing steps in invalid order. If operation is executed in unexpected order it fails. It is not all mighty script it is just simple small script. In general you should use it with more or less with only prepare, prepare_tools, repo_prepare or without arguments. Anything else are steps called during full build and are available to allow tou you to debug failed step. See default commands and remember that oder is important!

1 Like

Right, but that still does not end well

Setting target as omnia
Starting out fresh!
Checking out clean OpenWRT repository
Initialized empty Git repository in /srv/compiled/tos/5/.git/
fatal: invalid refspec ‘v5.0?’

Suppose that is pertinent to

you have to checkout that specific tag. Please see all available tags in repository.

?

Yet there are no 5.x || master tags available in the repo but only 4.x tags… Compiling 5.x || master is thus not supported?