karlp@strem:~/src/smartgate_firmware/openwrt-master (master)$ cat logs/package/feeds/owrt_pub_feeds/mosquitto-next/compile.txt make[3]: Entering directory '/home/karlp/src/owrt_pub_feeds/net/mosquitto-next' mkdir -p /home/karlp/src/dl SHELL= flock /home/karlp/src/smartgate_firmware/openwrt-master/tmp/.mosquitto-next-2.90.tar.xz.flock -c ' echo "Checking out files from the git repository..."; mkdir -p /home/karlp/src/smartgate_firmware/openwrt-master/tmp/dl && cd /home/karlp/src/smartgate_firmware/openwrt-master/tmp/dl && rm -rf mosquitto-next-2.90 && [ \! -d mosquitto-next-2.90 ] && git clone http://github.com/ralight/mosquitto.git mosquitto-next-2.90 && (cd mosquitto-next-2.90 && git checkout 1d40e443663585bd315887ec69c6bef9a833b4ad && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd mosquitto-next-2.90 && git log -1 --format='\''@%ct'\''` && rm -rf mosquitto-next-2.90/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c mosquitto-next-2.90 | xz -zc -7e > /home/karlp/src/smartgate_firmware/openwrt-master/tmp/dl/mosquitto-next-2.90.tar.xz && mv /home/karlp/src/smartgate_firmware/openwrt-master/tmp/dl/mosquitto-next-2.90.tar.xz /home/karlp/src/dl/ && rm -rf mosquitto-next-2.90; ' Checking out files from the git repository... Cloning into 'mosquitto-next-2.90'... warning: redirecting to https://github.com/ralight/mosquitto.git/ fatal: reference is not a tree: 1d40e443663585bd315887ec69c6bef9a833b4ad make[3]: *** [Makefile:168: /home/karlp/src/dl/mosquitto-next-2.90.tar.xz] Error 128 make[3]: Leaving directory '/home/karlp/src/owrt_pub_feeds/net/mosquitto-next' time: package/feeds/owrt_pub_feeds/mosquitto-next/compile#3.11#0.54#4.26 karlp@strem:~/src/smartgate_firmware/openwrt-master (master)$ grep -- mosquitto-next .config # CONFIG_PACKAGE_libmosquitto-next is not set # CONFIG_PACKAGE_mosquitto-next-client is not set karlp@strem:~/src/smartgate_firmware/openwrt-master (master)$