nice to see you at this mailinglist. we were chatting at irc for
hours.
my ambitions with lime-sdk with lede-trunk are the same: i also have
those tplinks 850v2.
https://github.com/libremesh/lime-sdk/issues/2
so, after some weeks of tries the lime-cooker will now cook
lede-trunk-firmware with these commands (you might forgot to change
the feeds?):
git clone https://github.com/freifunk-leipzig/libremesh-lime-sdk.git
cd libremesh-lime-sdk/
git checkout ledetrunk
./cooker -d ar71xx/generic # download SDK and IB
./cooker -f # download and prepare feeds
./cooker -b ar71xx/generic # build the SDK and link it to IB
./cooker -c ar71xx/generic
--profile=tl-wa850re-v2
--flavor=freifunk_zero_minus_opkg_wan
(meanwhile p4u was updating the develop brunch of original
lime-sdk git almost the same way)
i wrote down your perception about useless opkg-stuff when
using firmware without opkg to a ticket for lede:
https://bugs.lede-project.org/index.php?do=details&task_id=817
please tell us your others "disable quite a bit just to not only"
stuff. (you told us about disabling nat, minimizing busybox
already).
you might saw these many requests not to use lede-trunk anymore in
no case. (tickets, chats)? so also daniel told me, it could be
easier to cherrypick the 850v2-patch back to lede-release-lime-sdk.
btw, its not called "patches" anymore, now these are "snippets" :-/
see also problems with that small flashsize and long-winded tplink
partitions and safeloader with the next device (860v2)
https://forum.freifunk.net/t/wa860re-v2-boot/14836
ufo
Interesting
I'm trying to build for the WR WA850RE V2 which only exits in
Snapshots.
I was successful in doing so using BuiltRoot although i had to
disable quite a bit just to not only have the image compile, but
also have enough jffs2 space to allow it to create an overlay. I
think i might be able to put some of the stuff back in (like
verbose help and shadow files) as near the end i saw i still had
USB enabled! but i was told cooker is the way to go!
Yes thank you disabling DNSMASQ and enabling DNSMASQ6 did work! I
did not disable this module the second time around, glad to know
thats all it was :)
As for cooker
II changed the options.conf to use snapshots insead of stable
release=snapshots
base_url=https://downloads.lede-project.org/$release/targets/
cooker line is as follows
./cooker -c ar71xx/generic --flavor=lime_zero
--profile=tl-wa850re-v2
looks like
make -r world: build failed. Please re-run make with -j1 V=s to
see what's going on
/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/sdk/include/toplevel.mk:199:
recipe for target 'world' failed
make: *** [world] Error 1
Full outut below.
-----------Full output-------------
user@Y-PC:/usr/src/lede/cooker$ git clone
https://github.com/libremesh/lime-sdk.git
Cloning into 'lime-sdk'...
remote: Counting objects: 322, done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 322 (delta 3), reused 6 (delta 2), pack-reused 312
Receiving objects: 100% (322/322), 75.37 KiB | 0 bytes/s, done.
Resolving deltas: 100% (187/187), done.
Checking connectivity... done.
user@Y-PC:/usr/src/lede/cooker$ cd lime-sdk
user@Y-PC:/usr/src/lede/cooker/lime-sdk$ nano options.conf
user@Y-PC:/usr/src/lede/cooker/lime-sdk$ ./cooker -c
ar71xx/generic --flavor=lime_zero --profile=tl-wa850re-v2
-> ImageBuilder for target ar71xx/generic not ready
-> Downloading
https://downloads.lede-project.org/snapshots/targets//ar71xx/generic/lede-imagebuilder-ar71xx-generic.Linux-x86_64.tar.xz
--2017-06-01 08:04:20--
https://downloads.lede-project.org/snapshots/targets//ar71xx/generic/lede-imagebuilder-ar71xx-generic.Linux-x86_64.tar.xz
Resolving downloads.lede-project.org
(downloads.lede-project.org)... 148.251.78.235,
2a01:4f8:202:43ea::3
Connecting to downloads.lede-project.org
(downloads.lede-project.org)|148.251.78.235|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 270393568 (258M) [application/octet-stream]
Saving to:
‘tmp/lede-imagebuilder-ar71xx-generic.Linux-x86_64.tar.xz’
tmp/lede-imagebuilder-ar71xx-generic.Linux-x86_64.ta
100%[=====================================================================================================================>]
257.87M 2.45MB/s in 2m 2s
2017-06-01 08:06:23 (2.11 MB/s) -
‘tmp/lede-imagebuilder-ar71xx-generic.Linux-x86_64.tar.xz’ saved
[270393568/270393568]
-> Unpacking ImageBuilder to snapshots/ar71xx/generic
-> SDK for target ar71xx/generic not found
-> Downloading
https://downloads.lede-project.org/snapshots/targets//ar71xx/generic/lede-sdk-ar71xx-generic_gcc-5.4.0_musl.Linux-x86_64.tar.xz
--2017-06-01 08:06:27--
https://downloads.lede-project.org/snapshots/targets//ar71xx/generic/lede-sdk-ar71xx-generic_gcc-5.4.0_musl.Linux-x86_64.tar.xz
Resolving downloads.lede-project.org
(downloads.lede-project.org)... 148.251.78.235,
2a01:4f8:202:43ea::3
Connecting to downloads.lede-project.org
(downloads.lede-project.org)|148.251.78.235|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 42182372 (40M) [application/octet-stream]
Saving to:
‘tmp/lede-sdk-ar71xx-generic_gcc-5.4.0_musl.Linux-x86_64.tar.xz’
tmp/lede-sdk-ar71xx-generic_gcc-5.4.0_musl.Linux-x86
100%[=====================================================================================================================>]
40.23M 2.00MB/s in 22s
2017-06-01 08:06:49 (1.86 MB/s) -
‘tmp/lede-sdk-ar71xx-generic_gcc-5.4.0_musl.Linux-x86_64.tar.xz’
saved [42182372/42182372]
-> Unpacking SDK to snapshots/ar71xx/generic
-> Building snapshots/ar71xx/generic/sdk
-> Local feeds file not found
-> Downloading feeds into feeds/
https://github.com/lede-project/source.git;v17.01.1
Cloning into 'feeds/base'...
remote: Counting objects: 388531, done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 388531 (delta 6), reused 9 (delta 1), pack-reused
388501
Receiving objects: 100% (388531/388531), 136.75 MiB | 2.74 MiB/s,
done.
Resolving deltas: 100% (263007/263007), done.
Checking connectivity... done.
Note: checking out '48461b5abc382b26edd0d2637f0f7b952bed90ba'.
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 <new-branch-name>
https://git.lede-project.org/feed/packages.git;lede-17.01
Cloning into 'feeds/packages'...
remote: Counting objects: 44167, done.
remote: Compressing objects: 100% (19887/19887), done.
remote: Total 44167 (delta 23118), reused 42647 (delta 21948)
Receiving objects: 100% (44167/44167), 11.57 MiB | 2.58 MiB/s,
done.
Resolving deltas: 100% (23118/23118), done.
Checking connectivity... done.
https://git.lede-project.org/project/luci.git;lede-17.01
Cloning into 'feeds/luci'...
remote: Counting objects: 95933, done.
remote: Compressing objects: 100% (26648/26648), done.
remote: Total 95933 (delta 56852), reused 94762 (delta 55796)
Receiving objects: 100% (95933/95933), 23.36 MiB | 2.25 MiB/s,
done.
Resolving deltas: 100% (56852/56852), done.
Checking connectivity... done.
https://git.lede-project.org/feed/routing.git;master
Cloning into 'feeds/routing'...
remote: Counting objects: 6105, done.
remote: Compressing objects: 100% (3749/3749), done.
remote: Total 6105 (delta 2419), reused 5212 (delta 1977)
Receiving objects: 100% (6105/6105), 1.46 MiB | 1.12 MiB/s, done.
Resolving deltas: 100% (2419/2419), done.
Checking connectivity... done.
https://git.lede-project.org/feed/telephony.git;lede-17.01
Cloning into 'feeds/telephony'...
remote: Counting objects: 3990, done.
remote: Compressing objects: 100% (2011/2011), done.
remote: Total 3990 (delta 2039), reused 3671 (delta 1867)
Receiving objects: 100% (3990/3990), 845.03 KiB | 1.10 MiB/s,
done.
Resolving deltas: 100% (2039/2039), done.
Checking connectivity... done.
https://github.com/libremesh/lime-packages.git;develop
Cloning into 'feeds/libremesh'...
remote: Counting objects: 8583, done.
remote: Total 8583 (delta 0), reused 0 (delta 0), pack-reused 8583
Receiving objects: 100% (8583/8583), 1.27 MiB | 2.45 MiB/s, done.
Resolving deltas: 100% (3265/3265), done.
Checking connectivity... done.
https://github.com/libremap/libremap-agent-openwrt.git;master
Cloning into 'feeds/libremap'...
remote: Counting objects: 522, done.
remote: Total 522 (delta 0), reused 0 (delta 0), pack-reused 522
Receiving objects: 100% (522/522), 64.86 KiB | 0 bytes/s, done.
Resolving deltas: 100% (212/212), done.
Checking connectivity... done.
https://github.com/libremesh/lime-ui-ng.git;master
Cloning into 'feeds/limeui'...
remote: Counting objects: 188, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 188 (delta 0), reused 8 (delta 0), pack-reused 178
Receiving objects: 100% (188/188), 50.50 KiB | 0 bytes/s, done.
Resolving deltas: 100% (38/38), done.
Checking connectivity... done.
Updating feed 'base' from
'/usr/src/lede/cooker/lime-sdk/feeds/base' ...
Create index file './feeds/base.index'
Collecting package info: done
ERROR: please fix feeds/base/target/linux/apm821xx/Makefile - see
logs/feeds/base/target/linux/apm821xx/dump.txt for details
ERROR: please fix feeds/base/target/linux/brcm2708/Makefile - see
logs/feeds/base/target/linux/brcm2708/dump.txt for details
ERROR: please fix feeds/base/target/linux/sunxi/Makefile - see
logs/feeds/base/target/linux/sunxi/dump.txt for details
ERROR: please fix feeds/base/target/linux/uml/Makefile - see
logs/feeds/base/target/linux/uml/dump.txt for details
ERROR: please fix feeds/base/target/linux/zynq/Makefile - see
logs/feeds/base/target/linux/zynq/dump.txt for details
Collecting target info: done
Updating feed 'packages' from
'/usr/src/lede/cooker/lime-sdk/feeds/packages' ...
Create index file './feeds/packages.index'
Collecting package info: done
Collecting target info: done
Updating feed 'luci' from
'/usr/src/lede/cooker/lime-sdk/feeds/luci' ...
Create index file './feeds/luci.index'
Collecting package info: done
Collecting target info: done
Updating feed 'routing' from
'/usr/src/lede/cooker/lime-sdk/feeds/routing' ...
Create index file './feeds/routing.index'
Collecting package info: done
Collecting target info: done
Updating feed 'telephony' from
'/usr/src/lede/cooker/lime-sdk/feeds/telephony' ...
Create index file './feeds/telephony.index'
Collecting package info: done
Collecting target info: done
Updating feed 'libremesh' from
'/usr/src/lede/cooker/lime-sdk/feeds/libremesh' ...
Create index file './feeds/libremesh.index'
Collecting package info: done
Collecting target info: done
Updating feed 'libremap' from
'/usr/src/lede/cooker/lime-sdk/feeds/libremap' ...
Create index file './feeds/libremap.index'
Collecting package info: done
Collecting target info: done
Updating feed 'limeui' from
'/usr/src/lede/cooker/lime-sdk/feeds/limeui' ...
Create index file './feeds/limeui.index'
Collecting package info: done
Collecting target info: done
Collecting package info: done
Collecting target info: done
Installing all packages from feed libremesh.
Installing package 'altermap-agent' from libremesh
WARNING: No feed for package 'luci-lib-core' found, maybe it's
already part of the standard packages?
Installing package 'luci-lib-httpclient' from luci
Installing package 'luci-base' from luci
Installing package 'lua' from base
Installing package 'uci' from base
Installing package 'libubox' from base
Installing package 'libjson-c' from base
Installing package 'luci-lib-nixio' from luci
Installing package 'openssl' from base
Installing package 'zlib' from base
Installing package 'cyassl' from base
Installing package 'gettext' from base
Installing package 'libiconv' from base
Installing package 'luci-lib-ip' from luci
Installing package 'libnl-tiny' from base
Installing package 'rpcd' from base
Installing package 'ubus' from base
Installing package 'iwinfo' from base
Installing package 'luci-lib-jsonc' from luci
Installing package 'luci-lib-json' from luci
Installing package 'batman-adv-auto-gw-mode' from libremesh
Installing package 'batman-adv' from routing
Installing package 'mac80211' from base
Installing package 'linux-firmware' from base
Installing package 'b43legacy-firmware' from base
Installing package 'iw' from base
Installing package 'hostapd' from base
Installing package 'prism54-firmware' from base
Installing package 'watchping' from libremesh
Installing package 'dnsmasq' from base
Installing package 'nettle' from base
Installing package 'gmp' from base
Installing package 'libnetfilter-conntrack' from base
Installing package 'libnfnetlink' from base
Installing package 'libmnl' from base
Installing package 'iproute2' from base
Installing package 'bmx6-auto-gw-mode' from libremesh
Installing package 'bmx6' from routing
Installing package 'bmx7-auto-gw-mode' from libremesh
Installing package 'bmx7' from routing
Installing package 'mbedtls' from base
Installing package 'dhcpdiscover' from libremesh
Installing package 'dnsmasq-distributed-hosts' from libremesh
Installing package 'alfred' from routing
Installing package 'gpsd' from packages
Installing package 'ncurses' from base
Installing package 'libusb' from base
Installing package 'libcap' from packages
Installing package 'dnsmasq-lease-share' from libremesh
Installing package 'fft-eval' from libremesh
Installing package 'lime-altermesh' from libremesh
Installing package 'lime-system' from libremesh
Installing package 'lime-proto-batadv' from libremesh
Installing package 'reghack' from libremesh
Installing package 'luci-app-batman-adv' from libremesh
Installing package 'luci-app-bmx6' from routing
Installing package 'batctl' from routing
Installing package 'luci-app-openairview' from libremesh
Installing package 'luci-lib-jquery-flot' from libremesh
Installing package 'luci-mod-status' from libremesh
Installing package 'uhttpd' from base
WARNING: No feed for package 'luci-mod-lime-basic-ssl' found,
maybe it's already part of the standard packages?
Installing package 'libremap-agent' from libremap
Installing package 'lime-ap-watchping' from libremesh
Installing package 'lime-basic' from libremesh
Installing package 'lime-proto-bmx6' from libremesh
Installing package 'iptables' from base
Installing package 'lime-proto-anygw' from libremesh
Installing package 'ebtables' from base
Installing package 'lime-proto-wan' from libremesh
Installing package 'lime-webui' from libremesh
Installing package 'luci-theme-bootstrap' from luci
Installing package 'lime-hwd-openwrt-wan' from libremesh
Installing package 'lime-hwd-ground-routing' from libremesh
Installing package 'lime-basic-uing' from libremesh
Installing package 'lime-webui-ng' from limeui
Installing package 'orange-rpcd' from limeui
Installing package 'luaposix33' from limeui
Installing package 'luabitop' from packages
Installing package 'libblobpack' from limeui
Installing package 'libusys' from limeui
Installing package 'libutype' from limeui
Installing package 'libwebsockets' from limeui
Installing package 'lighttpd-ws' from limeui
Installing package 'pcre' from packages
Installing package 'lime-api-orange-rpc' from limeui
Installing package 'luci-mod-admin-full' from luci
Installing package 'lime-debug' from libremesh
Installing package 'busybox' from base
Installing package 'librpc' from base
Installing package 'libpam' from packages
Installing package 'jsonfilter' from base
Installing package 'ethtool' from packages
Installing package 'mtr' from packages
Installing package 'iputils' from base
Installing package 'sysfsutils' from base
Installing package 'sprunge' from libremesh
Installing package 'safe-reboot' from libremesh
Installing package 'netperf' from packages
Installing package 'pv' from packages
Installing package 'tcpdump' from base
Installing package 'libpcap' from base
Installing package 'bwm-ng' from packages
Installing package 'lime-freifunk' from libremesh
Installing package 'lime-full' from libremesh
Installing package 'lime-map-agent' from libremesh
Installing package 'luci-app-lime-location' from libremesh
Installing package 'lime-hwd-usbradio' from libremesh
Installing package 'lime-proto-bgp' from libremesh
Installing package 'bird' from routing
Installing package 'libreadline' from base
Installing package 'lime-proto-bmx7' from libremesh
Installing package 'lime-proto-eigennet' from libremesh
Installing package 'lime-proto-olsr' from libremesh
Installing package 'olsrd' from routing
Installing package 'lime-proto-olsr2' from libremesh
Installing package 'oonf-olsrd2' from routing
Installing package 'oonf-init-scripts' from routing
Installing package 'lime-proto-olsr6' from libremesh
Installing package 'lime-proto-qmp' from libremesh
Installing package 'spectral-scan-webgui' from libremesh
Installing package 'vale' from libremesh
Collecting package info: done
Installing all packages from feed libremap.
Installing all packages from feed limeui.
Installing package 'ustream-ssl' from base
make: Entering directory
'/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/sdk'
make[1]: Entering directory
'/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/sdk'
make[1]: Leaving directory
'/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/sdk'
Collecting package info: done
tmp/.config-package.in:7:warning: ignoring type redefinition of
'PACKAGE_busybox' from 'boolean' to 'tristate'
tmp/.config-package.in:27:warning: ignoring type redefinition of
'PACKAGE_dnsmasq' from 'boolean' to 'tristate'
tmp/.config-package.in:101:warning: ignoring type redefinition of
'PACKAGE_jsonfilter' from 'boolean' to 'tristate'
tmp/.config-package.in:145:warning: ignoring type redefinition of
'PACKAGE_libc' from 'boolean' to 'tristate'
tmp/.config-package.in:173:warning: ignoring type redefinition of
'PACKAGE_libgcc' from 'boolean' to 'tristate'
tmp/.config-package.in:258:warning: ignoring type redefinition of
'PACKAGE_libpthread' from 'boolean' to 'tristate'
tmp/.config-package.in:462:warning: ignoring type redefinition of
'PACKAGE_ubus' from 'boolean' to 'tristate'
tmp/.config-package.in:477:warning: ignoring type redefinition of
'PACKAGE_ubusd' from 'boolean' to 'tristate'
tmp/.config-package.in:491:warning: ignoring type redefinition of
'PACKAGE_uci' from 'boolean' to 'tristate'
tmp/.config-package.in:1410:warning: ignoring type redefinition of
'PACKAGE_kmod-ath' from 'boolean' to 'tristate'
tmp/.config-package.in:1484:warning: ignoring type redefinition of
'PACKAGE_kmod-ath9k' from 'boolean' to 'tristate'
tmp/.config-package.in:1514:warning: ignoring type redefinition of
'PACKAGE_kmod-ath9k-common' from 'boolean' to 'tristate'
tmp/.config-package.in:1916:warning: ignoring type redefinition of
'PACKAGE_kmod-cfg80211' from 'boolean' to 'tristate'
tmp/.config-package.in:2185:warning: ignoring type redefinition of
'PACKAGE_kmod-mac80211' from 'boolean' to 'tristate'
tmp/.config-package.in:2882:warning: ignoring type redefinition of
'PACKAGE_libip4tc' from 'boolean' to 'tristate'
tmp/.config-package.in:2896:warning: ignoring type redefinition of
'PACKAGE_libip6tc' from 'boolean' to 'tristate'
tmp/.config-package.in:2926:warning: ignoring type redefinition of
'PACKAGE_libxtables' from 'boolean' to 'tristate'
tmp/.config-package.in:2995:warning: ignoring type redefinition of
'PACKAGE_libblobmsg-json' from 'boolean' to 'tristate'
tmp/.config-package.in:3096:warning: ignoring type redefinition of
'PACKAGE_libiwinfo' from 'boolean' to 'tristate'
tmp/.config-package.in:3111:warning: ignoring type redefinition of
'PACKAGE_libjson-c' from 'boolean' to 'tristate'
tmp/.config-package.in:3240:warning: ignoring type redefinition of
'PACKAGE_libnl-tiny' from 'boolean' to 'tristate'
tmp/.config-package.in:3353:warning: ignoring type redefinition of
'PACKAGE_libubox' from 'boolean' to 'tristate'
tmp/.config-package.in:3379:warning: ignoring type redefinition of
'PACKAGE_libubus' from 'boolean' to 'tristate'
tmp/.config-package.in:3406:warning: ignoring type redefinition of
'PACKAGE_libuci' from 'boolean' to 'tristate'
tmp/.config-package.in:4302:warning: ignoring type redefinition of
'LUCI_LANG_hu' from 'boolean' to 'tristate'
tmp/.config-package.in:4305:warning: ignoring type redefinition of
'LUCI_LANG_pt' from 'boolean' to 'tristate'
tmp/.config-package.in:4308:warning: ignoring type redefinition of
'LUCI_LANG_sk' from 'boolean' to 'tristate'
tmp/.config-package.in:4311:warning: ignoring type redefinition of
'LUCI_LANG_no' from 'boolean' to 'tristate'
tmp/.config-package.in:4314:warning: ignoring type redefinition of
'LUCI_LANG_en' from 'boolean' to 'tristate'
tmp/.config-package.in:4317:warning: ignoring type redefinition of
'LUCI_LANG_el' from 'boolean' to 'tristate'
tmp/.config-package.in:4320:warning: ignoring type redefinition of
'LUCI_LANG_uk' from 'boolean' to 'tristate'
tmp/.config-package.in:4323:warning: ignoring type redefinition of
'LUCI_LANG_ru' from 'boolean' to 'tristate'
tmp/.config-package.in:4326:warning: ignoring type redefinition of
'LUCI_LANG_vi' from 'boolean' to 'tristate'
tmp/.config-package.in:4329:warning: ignoring type redefinition of
'LUCI_LANG_de' from 'boolean' to 'tristate'
tmp/.config-package.in:4332:warning: ignoring type redefinition of
'LUCI_LANG_ro' from 'boolean' to 'tristate'
tmp/.config-package.in:4335:warning: ignoring type redefinition of
'LUCI_LANG_pt-br' from 'boolean' to 'tristate'
tmp/.config-package.in:4338:warning: ignoring type redefinition of
'LUCI_LANG_ms' from 'boolean' to 'tristate'
tmp/.config-package.in:4341:warning: ignoring type redefinition of
'LUCI_LANG_pl' from 'boolean' to 'tristate'
tmp/.config-package.in:4344:warning: ignoring type redefinition of
'LUCI_LANG_zh-cn' from 'boolean' to 'tristate'
tmp/.config-package.in:4347:warning: ignoring type redefinition of
'LUCI_LANG_ko' from 'boolean' to 'tristate'
tmp/.config-package.in:4350:warning: ignoring type redefinition of
'LUCI_LANG_he' from 'boolean' to 'tristate'
tmp/.config-package.in:4353:warning: ignoring type redefinition of
'LUCI_LANG_zh-tw' from 'boolean' to 'tristate'
tmp/.config-package.in:4356:warning: ignoring type redefinition of
'LUCI_LANG_tr' from 'boolean' to 'tristate'
tmp/.config-package.in:4359:warning: ignoring type redefinition of
'LUCI_LANG_sv' from 'boolean' to 'tristate'
tmp/.config-package.in:4362:warning: ignoring type redefinition of
'LUCI_LANG_ja' from 'boolean' to 'tristate'
tmp/.config-package.in:4365:warning: ignoring type redefinition of
'LUCI_LANG_ca' from 'boolean' to 'tristate'
tmp/.config-package.in:4368:warning: ignoring type redefinition of
'LUCI_LANG_es' from 'boolean' to 'tristate'
tmp/.config-package.in:4371:warning: ignoring type redefinition of
'LUCI_LANG_cs' from 'boolean' to 'tristate'
tmp/.config-package.in:4374:warning: ignoring type redefinition of
'LUCI_LANG_fr' from 'boolean' to 'tristate'
tmp/.config-package.in:4377:warning: ignoring type redefinition of
'LUCI_LANG_it' from 'boolean' to 'tristate'
tmp/.config-package.in:5144:warning: ignoring type redefinition of
'PACKAGE_ip6tables' from 'boolean' to 'tristate'
tmp/.config-package.in:5192:warning: ignoring type redefinition of
'PACKAGE_iptables' from 'boolean' to 'tristate'
tmp/.config-package.in:6707:warning: ignoring type redefinition of
'PACKAGE_hostapd-common' from 'boolean' to 'tristate'
tmp/.config-package.in:6870:warning: ignoring type redefinition of
'PACKAGE_iw' from 'boolean' to 'tristate'
tmp/.config-package.in:7083:warning: ignoring type redefinition of
'PACKAGE_wpad-mini' from 'boolean' to 'tristate'
tmp/.config-package.in:7131:warning: ignoring type redefinition of
'PACKAGE_iwinfo' from 'boolean' to 'tristate'
tmp/.config-package.in:7144:warning: ignoring type redefinition of
'PACKAGE_jshn' from 'boolean' to 'tristate'
tmp/.config-package.in:7215:warning: ignoring type redefinition of
'PACKAGE_libjson-script' from 'boolean' to 'tristate'
Config-build.in:10355:warning: defaults for choice values not
supported
Config-build.in:10359:warning: defaults for choice values not
supported
Config-build.in:10363:warning: defaults for choice values not
supported
Config-build.in:10367:warning: defaults for choice values not
supported
Config-build.in:10371:warning: defaults for choice values not
supported
Config-build.in:10375:warning: defaults for choice values not
supported
Config-build.in:10391:warning: defaults for choice values not
supported
tmp/.config-package.in:1793:error: recursive dependency detected!
For a resolution refer to
Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:1793: symbol PACKAGE_kmod-brcmfmac
depends on BRCMFMAC_SDIO
For a resolution refer to
Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:1815: symbol BRCMFMAC_SDIO depends on
PACKAGE_kmod-brcmfmac
#
# configuration written to .config
#
make: Leaving directory
'/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/sdk'
make: Entering directory
'/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/sdk'
make[1]: Entering directory
'/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/sdk'
make[2]: Entering directory
'/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/sdk'
make[2]: Leaving directory
'/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/sdk'
make[2]: Entering directory
'/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/sdk'
make[2]: Leaving directory
'/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/sdk'
make[1]: Leaving directory
'/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/sdk'
tmp/.config-package.in:7:warning: ignoring type redefinition of
'PACKAGE_busybox' from 'boolean' to 'tristate'
tmp/.config-package.in:27:warning: ignoring type redefinition of
'PACKAGE_dnsmasq' from 'boolean' to 'tristate'
tmp/.config-package.in:101:warning: ignoring type redefinition of
'PACKAGE_jsonfilter' from 'boolean' to 'tristate'
tmp/.config-package.in:145:warning: ignoring type redefinition of
'PACKAGE_libc' from 'boolean' to 'tristate'
tmp/.config-package.in:173:warning: ignoring type redefinition of
'PACKAGE_libgcc' from 'boolean' to 'tristate'
tmp/.config-package.in:258:warning: ignoring type redefinition of
'PACKAGE_libpthread' from 'boolean' to 'tristate'
tmp/.config-package.in:462:warning: ignoring type redefinition of
'PACKAGE_ubus' from 'boolean' to 'tristate'
tmp/.config-package.in:477:warning: ignoring type redefinition of
'PACKAGE_ubusd' from 'boolean' to 'tristate'
tmp/.config-package.in:491:warning: ignoring type redefinition of
'PACKAGE_uci' from 'boolean' to 'tristate'
tmp/.config-package.in:1410:warning: ignoring type redefinition of
'PACKAGE_kmod-ath' from 'boolean' to 'tristate'
tmp/.config-package.in:1484:warning: ignoring type redefinition of
'PACKAGE_kmod-ath9k' from 'boolean' to 'tristate'
tmp/.config-package.in:1514:warning: ignoring type redefinition of
'PACKAGE_kmod-ath9k-common' from 'boolean' to 'tristate'
tmp/.config-package.in:1916:warning: ignoring type redefinition of
'PACKAGE_kmod-cfg80211' from 'boolean' to 'tristate'
tmp/.config-package.in:2185:warning: ignoring type redefinition of
'PACKAGE_kmod-mac80211' from 'boolean' to 'tristate'
tmp/.config-package.in:2882:warning: ignoring type redefinition of
'PACKAGE_libip4tc' from 'boolean' to 'tristate'
tmp/.config-package.in:2896:warning: ignoring type redefinition of
'PACKAGE_libip6tc' from 'boolean' to 'tristate'
tmp/.config-package.in:2926:warning: ignoring type redefinition of
'PACKAGE_libxtables' from 'boolean' to 'tristate'
tmp/.config-package.in:2995:warning: ignoring type redefinition of
'PACKAGE_libblobmsg-json' from 'boolean' to 'tristate'
tmp/.config-package.in:3096:warning: ignoring type redefinition of
'PACKAGE_libiwinfo' from 'boolean' to 'tristate'
tmp/.config-package.in:3111:warning: ignoring type redefinition of
'PACKAGE_libjson-c' from 'boolean' to 'tristate'
tmp/.config-package.in:3240:warning: ignoring type redefinition of
'PACKAGE_libnl-tiny' from 'boolean' to 'tristate'
tmp/.config-package.in:3353:warning: ignoring type redefinition of
'PACKAGE_libubox' from 'boolean' to 'tristate'
tmp/.config-package.in:3379:warning: ignoring type redefinition of
'PACKAGE_libubus' from 'boolean' to 'tristate'
tmp/.config-package.in:3406:warning: ignoring type redefinition of
'PACKAGE_libuci' from 'boolean' to 'tristate'
tmp/.config-package.in:4302:warning: ignoring type redefinition of
'LUCI_LANG_hu' from 'boolean' to 'tristate'
tmp/.config-package.in:4305:warning: ignoring type redefinition of
'LUCI_LANG_pt' from 'boolean' to 'tristate'
tmp/.config-package.in:4308:warning: ignoring type redefinition of
'LUCI_LANG_sk' from 'boolean' to 'tristate'
tmp/.config-package.in:4311:warning: ignoring type redefinition of
'LUCI_LANG_no' from 'boolean' to 'tristate'
tmp/.config-package.in:4314:warning: ignoring type redefinition of
'LUCI_LANG_en' from 'boolean' to 'tristate'
tmp/.config-package.in:4317:warning: ignoring type redefinition of
'LUCI_LANG_el' from 'boolean' to 'tristate'
tmp/.config-package.in:4320:warning: ignoring type redefinition of
'LUCI_LANG_uk' from 'boolean' to 'tristate'
tmp/.config-package.in:4323:warning: ignoring type redefinition of
'LUCI_LANG_ru' from 'boolean' to 'tristate'
tmp/.config-package.in:4326:warning: ignoring type redefinition of
'LUCI_LANG_vi' from 'boolean' to 'tristate'
tmp/.config-package.in:4329:warning: ignoring type redefinition of
'LUCI_LANG_de' from 'boolean' to 'tristate'
tmp/.config-package.in:4332:warning: ignoring type redefinition of
'LUCI_LANG_ro' from 'boolean' to 'tristate'
tmp/.config-package.in:4335:warning: ignoring type redefinition of
'LUCI_LANG_pt-br' from 'boolean' to 'tristate'
tmp/.config-package.in:4338:warning: ignoring type redefinition of
'LUCI_LANG_ms' from 'boolean' to 'tristate'
tmp/.config-package.in:4341:warning: ignoring type redefinition of
'LUCI_LANG_pl' from 'boolean' to 'tristate'
tmp/.config-package.in:4344:warning: ignoring type redefinition of
'LUCI_LANG_zh-cn' from 'boolean' to 'tristate'
tmp/.config-package.in:4347:warning: ignoring type redefinition of
'LUCI_LANG_ko' from 'boolean' to 'tristate'
tmp/.config-package.in:4350:warning: ignoring type redefinition of
'LUCI_LANG_he' from 'boolean' to 'tristate'
tmp/.config-package.in:4353:warning: ignoring type redefinition of
'LUCI_LANG_zh-tw' from 'boolean' to 'tristate'
tmp/.config-package.in:4356:warning: ignoring type redefinition of
'LUCI_LANG_tr' from 'boolean' to 'tristate'
tmp/.config-package.in:4359:warning: ignoring type redefinition of
'LUCI_LANG_sv' from 'boolean' to 'tristate'
tmp/.config-package.in:4362:warning: ignoring type redefinition of
'LUCI_LANG_ja' from 'boolean' to 'tristate'
tmp/.config-package.in:4365:warning: ignoring type redefinition of
'LUCI_LANG_ca' from 'boolean' to 'tristate'
tmp/.config-package.in:4368:warning: ignoring type redefinition of
'LUCI_LANG_es' from 'boolean' to 'tristate'
tmp/.config-package.in:4371:warning: ignoring type redefinition of
'LUCI_LANG_cs' from 'boolean' to 'tristate'
tmp/.config-package.in:4374:warning: ignoring type redefinition of
'LUCI_LANG_fr' from 'boolean' to 'tristate'
tmp/.config-package.in:4377:warning: ignoring type redefinition of
'LUCI_LANG_it' from 'boolean' to 'tristate'
tmp/.config-package.in:5144:warning: ignoring type redefinition of
'PACKAGE_ip6tables' from 'boolean' to 'tristate'
tmp/.config-package.in:5192:warning: ignoring type redefinition of
'PACKAGE_iptables' from 'boolean' to 'tristate'
tmp/.config-package.in:6707:warning: ignoring type redefinition of
'PACKAGE_hostapd-common' from 'boolean' to 'tristate'
tmp/.config-package.in:6870:warning: ignoring type redefinition of
'PACKAGE_iw' from 'boolean' to 'tristate'
tmp/.config-package.in:7083:warning: ignoring type redefinition of
'PACKAGE_wpad-mini' from 'boolean' to 'tristate'
tmp/.config-package.in:7131:warning: ignoring type redefinition of
'PACKAGE_iwinfo' from 'boolean' to 'tristate'
tmp/.config-package.in:7144:warning: ignoring type redefinition of
'PACKAGE_jshn' from 'boolean' to 'tristate'
tmp/.config-package.in:7215:warning: ignoring type redefinition of
'PACKAGE_libjson-script' from 'boolean' to 'tristate'
Config-build.in:10355:warning: defaults for choice values not
supported
Config-build.in:10359:warning: defaults for choice values not
supported
Config-build.in:10363:warning: defaults for choice values not
supported
Config-build.in:10367:warning: defaults for choice values not
supported
Config-build.in:10371:warning: defaults for choice values not
supported
Config-build.in:10375:warning: defaults for choice values not
supported
Config-build.in:10391:warning: defaults for choice values not
supported
tmp/.config-package.in:1793:error: recursive dependency detected!
For a resolution refer to
Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:1793: symbol PACKAGE_kmod-brcmfmac
depends on BRCMFMAC_SDIO
For a resolution refer to
Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:1815: symbol BRCMFMAC_SDIO depends on
PACKAGE_kmod-brcmfmac
#
# configuration written to .config
#
make[1] world
make[2] package/compile
make[3] -C package/toolchain compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/libs/ncurses
host-compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/utils/lua
host-compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/luci/modules/luci-base
host-compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/libremesh/packages/watchping
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/libremesh/packages/luci-lib-jquery-flot
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/luci/themes/luci-theme-bootstrap
compile
make[3] -C /usr/src/lede/cooker/lime-sdk/feeds/packages/libs/pcre
compile
make[3] -C /usr/src/lede/cooker/lime-sdk/feeds/limeui/libblobpack
compile
make[3] -C /usr/src/lede/cooker/lime-sdk/feeds/limeui/libutype
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/libs/gettext
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/libs/libiconv
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/libremesh/packages/safe-reboot
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/libremesh/packages/sprunge
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/packages/net/bwm-ng compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/packages/net/ethtool compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/packages/net/netperf compile
make[3] -C /usr/src/lede/cooker/lime-sdk/feeds/packages/utils/pv
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/libs/libreadline
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/routing/oonf-init-scripts
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/firmware/b43legacy-firmware
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/libs/libjson-c
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/utils/lua compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/network/services/dnsmasq
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/firmware/linux-firmware
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/firmware/prism54-firmware
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/libs/libnl-tiny
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/libs/sysfsutils
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/network/utils/iw
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/libs/libpcap
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/libs/mbedtls
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/libs/ncurses
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/libs/openssl
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/network/utils/tcpdump
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/libs/zlib compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/luci/libs/luci-lib-ip compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/luci/libs/luci-lib-jsonc
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/luci/libs/luci-lib-nixio
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/luci/libs/luci-lib-json
compile
make[3] -C /usr/src/lede/cooker/lime-sdk/feeds/routing/alfred
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/libremesh/packages/lime-ap-watchping
compile
make[3] -C /usr/src/lede/cooker/lime-sdk/feeds/limeui/lighttpd-ws
compile
make[3] -C /usr/src/lede/cooker/lime-sdk/feeds/limeui/libusys
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/libs/cyassl
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/packages/lang/luabitop compile
make[3] -C /usr/src/lede/cooker/lime-sdk/feeds/packages/net/mtr
compile
make[3] -C /usr/src/lede/cooker/lime-sdk/feeds/routing/bird
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/libs/libubox
compile
make[3] -C package/linux compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/system/ubus
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/network/utils/iputils
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/system/uci
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/libs/ustream-ssl
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/libremesh/packages/dnsmasq-distributed-hosts
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/libremesh/packages/dnsmasq-lease-share
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/libremesh/packages/lime-system
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/limeui/libwebsockets compile
make[3] -C /usr/src/lede/cooker/lime-sdk/feeds/limeui/luaposix33
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/libremesh/packages/lime-hwd-usbradio
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/libremesh/packages/lime-proto-bgp
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/routing/oonf-olsrd2 compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/utils/jsonfilter
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/network/utils/ebtables
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/network/services/hostapd
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/network/utils/iproute2
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/network/utils/iptables
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/network/utils/iwinfo
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/kernel/mac80211
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/system/rpcd
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/base/package/network/services/uhttpd
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/luci/modules/luci-base compile
make[3] -C /usr/src/lede/cooker/lime-sdk/feeds/routing/bmx6
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/libremesh/packages/lime-hwd-ground-routing
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/libremesh/packages/lime-proto-wan
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/libremesh/packages/lime-proto-anygw
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/libremesh/packages/lime-proto-bmx6
compile
make[3] -C /usr/src/lede/cooker/lime-sdk/feeds/limeui/orange-rpcd
compile
make[3] -C
/usr/src/lede/cooker/lime-sdk/feeds/luci/modules/luci-mod-admin-full
compile
make[3] -C /usr/src/lede/cooker/lime-sdk/feeds/routing/bmx7
compile
make -r world: build failed. Please re-run make with -j1 V=s to
see what's going on
/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/sdk/include/toplevel.mk:199:
recipe for target 'world' failed
make: *** [world] Error 1
make: Leaving directory
'/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/sdk'
-> Error compiling SDK
cp: cannot stat
'snapshots/ar71xx/generic/ib/repositories.sdk.conf': No such file
or directory
-> Cooking ar71xx/generic/tl-wa850re-v2
make: Entering directory
'/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/ib'
/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/ib/scripts/target-metadata.pl
profile_mk .targetinfo 'ar71xx/generic' > .profiles.mk
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 'zlib'... 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.
Building images for ar71xx - TP-LINK TL-WA850RE v2
Packages: lime-basic-no-ui hostapd-mini base-files busybox
dropbear fstools ip6tables iptables kernel kmod-ath9k
kmod-gpio-button-hotplug libc libgcc logd mtd netifd opkg rssileds
swconfig uboot-envtools uci uclient-fetch
Package list missing or not up-to-date, generating it.
Building package index...
Downloading
http://downloads.lede-project.org/snapshots/targets/ar71xx/generic/packages/Packages.gz
Updated list of available packages in
/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/ib/build_dir/target-mips_24kc_musl/root-ar71xx/../../../../../../../../../../../../usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/ib/dl/reboot_core
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/Packages.gz
Updated list of available packages in
/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/ib/build_dir/target-mips_24kc_musl/root-ar71xx/../../../../../../../../../../../../usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/ib/dl/reboot_base
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/luci/Packages.gz
Updated list of available packages in
/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/ib/build_dir/target-mips_24kc_musl/root-ar71xx/../../../../../../../../../../../../usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/ib/dl/reboot_luci
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/packages/Packages.gz
Updated list of available packages in
/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/ib/build_dir/target-mips_24kc_musl/root-ar71xx/../../../../../../../../../../../../usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/ib/dl/reboot_packages
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/routing/Packages.gz
Updated list of available packages in
/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/ib/build_dir/target-mips_24kc_musl/root-ar71xx/../../../../../../../../../../../../usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/ib/dl/reboot_routing
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/telephony/Packages.gz
Updated list of available packages in
/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/ib/build_dir/target-mips_24kc_musl/root-ar71xx/../../../../../../../../../../../../usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/ib/dl/reboot_telephony
Downloading file:packages/Packages
Updated list of available packages in
/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/ib/build_dir/target-mips_24kc_musl/root-ar71xx/../../../../../../../../../../../../usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/ib/dl/imagebuilder
Installing packages...
Installing libc (1.1.16-1) to root...
Installing libgcc (5.4.0-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/targets/ar71xx/generic/packages/libgcc_5.4.0-1_mips_24kc.ipk
Configuring libgcc.
Configuring libc.
Installing kernel (4.4.70-1-781fe4b5c515c9d57d5ddd19aaafdc7a) to
root...
Configuring kernel.
Unknown package 'lime-basic-no-ui'.
Installing hostapd-mini (2016-12-19-ad02e79d-3) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/hostapd-mini_2016-12-19-ad02e79d-3_mips_24kc.ipk
Installing libnl-tiny (0.1-5) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/libnl-tiny_0.1-5_mips_24kc.ipk
Installing hostapd-common (2016-12-19-ad02e79d-3) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/hostapd-common_2016-12-19-ad02e79d-3_mips_24kc.ipk
Installing libubox (2017-02-24-96305a3c-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/libubox_2017-02-24-96305a3c-1_mips_24kc.ipk
Installing libubus (2017-02-18-34c6e818-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/libubus_2017-02-18-34c6e818-1_mips_24kc.ipk
Installing base-files (172-r4291-21f25bc) to root...
Downloading
http://downloads.lede-project.org/snapshots/targets/ar71xx/generic/packages/base-files_172-r4291-21f25bc_mips_24kc.ipk
Installing libuci (2016-07-04-e1bf4356-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/libuci_2016-07-04-e1bf4356-1_mips_24kc.ipk
Installing libjson-c (0.12.1-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/libjson-c_0.12.1-1_mips_24kc.ipk
Installing libblobmsg-json (2017-02-24-96305a3c-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/libblobmsg-json_2017-02-24-96305a3c-1_mips_24kc.ipk
Installing ubusd (2017-02-18-34c6e818-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/ubusd_2017-02-18-34c6e818-1_mips_24kc.ipk
Installing ubus (2017-02-18-34c6e818-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/ubus_2017-02-18-34c6e818-1_mips_24kc.ipk
Installing jshn (2017-02-24-96305a3c-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/jshn_2017-02-24-96305a3c-1_mips_24kc.ipk
Installing netifd (2017-05-27-08f18752-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/netifd_2017-05-27-08f18752-1_mips_24kc.ipk
Installing libjson-script (2017-02-24-96305a3c-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/libjson-script_2017-02-24-96305a3c-1_mips_24kc.ipk
Installing ubox (2017-03-03-21a4bd04-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/ubox_2017-03-03-21a4bd04-1_mips_24kc.ipk
Installing procd (2017-05-30-e7bb2c8d-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/procd_2017-05-30-e7bb2c8d-1_mips_24kc.ipk
Installing jsonfilter (2016-07-02-dea067ad-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/jsonfilter_2016-07-02-dea067ad-1_mips_24kc.ipk
Installing usign (2015-07-04-ef641914-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/usign_2015-07-04-ef641914-1_mips_24kc.ipk
Installing lede-keyring (2017-01-20-a50b7529-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/lede-keyring_2017-01-20-a50b7529-1_mips_24kc.ipk
Installing fstools (2017-05-09-c43ae11e-2) to root...
Downloading
http://downloads.lede-project.org/snapshots/targets/ar71xx/generic/packages/fstools_2017-05-09-c43ae11e-2_mips_24kc.ipk
Installing fwtool (1) to root...
Downloading
http://downloads.lede-project.org/snapshots/targets/ar71xx/generic/packages/fwtool_1_mips_24kc.ipk
Installing busybox (1.26.2-7) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/busybox_1.26.2-7_mips_24kc.ipk
Installing dropbear (2017.75-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/dropbear_2017.75-1_mips_24kc.ipk
Package fstools (2017-05-09-c43ae11e-2) installed in root is up to
date.
Installing ip6tables (1.6.1-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/ip6tables_1.6.1-1_mips_24kc.ipk
Installing kmod-nf-ipt (4.4.70-1) to root...
Downloading file:packages/kmod-nf-ipt_4.4.70-1_mips_24kc.ipk
Installing kmod-nf-conntrack (4.4.70-1) to root...
Downloading file:packages/kmod-nf-conntrack_4.4.70-1_mips_24kc.ipk
Installing kmod-nf-conntrack6 (4.4.70-1) to root...
Downloading
file:packages/kmod-nf-conntrack6_4.4.70-1_mips_24kc.ipk
Installing kmod-nf-ipt6 (4.4.70-1) to root...
Downloading file:packages/kmod-nf-ipt6_4.4.70-1_mips_24kc.ipk
Installing kmod-ipt-core (4.4.70-1) to root...
Downloading file:packages/kmod-ipt-core_4.4.70-1_mips_24kc.ipk
Installing kmod-ipt-conntrack (4.4.70-1) to root...
Downloading
file:packages/kmod-ipt-conntrack_4.4.70-1_mips_24kc.ipk
Installing kmod-ip6tables (4.4.70-1) to root...
Downloading file:packages/kmod-ip6tables_4.4.70-1_mips_24kc.ipk
Installing libxtables (1.6.1-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/libxtables_1.6.1-1_mips_24kc.ipk
Installing libip4tc (1.6.1-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/libip4tc_1.6.1-1_mips_24kc.ipk
Installing libip6tc (1.6.1-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/libip6tc_1.6.1-1_mips_24kc.ipk
Installing iptables (1.6.1-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/iptables_1.6.1-1_mips_24kc.ipk
Package iptables (1.6.1-1) installed in root is up to date.
Package kernel (4.4.70-1-781fe4b5c515c9d57d5ddd19aaafdc7a)
installed in root is up to date.
Installing kmod-ath9k (4.4.70+2017-01-31-2) to root...
Downloading
file:packages/kmod-ath9k_4.4.70+2017-01-31-2_mips_24kc.ipk
Installing iw (4.9-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/iw_4.9-1_mips_24kc.ipk
Installing kmod-cfg80211 (4.4.70+2017-01-31-2) to root...
Downloading
file:packages/kmod-cfg80211_4.4.70+2017-01-31-2_mips_24kc.ipk
Installing kmod-mac80211 (4.4.70+2017-01-31-2) to root...
Downloading
file:packages/kmod-mac80211_4.4.70+2017-01-31-2_mips_24kc.ipk
Installing kmod-ath (4.4.70+2017-01-31-2) to root...
Downloading
file:packages/kmod-ath_4.4.70+2017-01-31-2_mips_24kc.ipk
Installing kmod-ath9k-common (4.4.70+2017-01-31-2) to root...
Downloading
file:packages/kmod-ath9k-common_4.4.70+2017-01-31-2_mips_24kc.ipk
Installing kmod-gpio-button-hotplug (4.4.70-2) to root...
Downloading
file:packages/kmod-gpio-button-hotplug_4.4.70-2_mips_24kc.ipk
Package libc (1.1.16-1) installed in root is up to date.
Package libgcc (5.4.0-1) installed in root is up to date.
Installing logd (2017-03-03-21a4bd04-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/logd_2017-03-03-21a4bd04-1_mips_24kc.ipk
Installing mtd (21) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/mtd_21_mips_24kc.ipk
Package netifd (2017-05-27-08f18752-1) installed in root is up to
date.
Installing opkg (2017-05-03-04e279eb-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/targets/ar71xx/generic/packages/opkg_2017-05-03-04e279eb-1_mips_24kc.ipk
Installing libuclient (2016-12-09-52d955fd-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/libuclient_2016-12-09-52d955fd-1_mips_24kc.ipk
Installing uclient-fetch (2016-12-09-52d955fd-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/uclient-fetch_2016-12-09-52d955fd-1_mips_24kc.ipk
Installing libpthread (1.1.16-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/targets/ar71xx/generic/packages/libpthread_1.1.16-1_mips_24kc.ipk
Installing rssileds (0.2-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/rssileds_0.2-1_mips_24kc.ipk
Installing libiwinfo (2016-09-21-fd9e17be-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/targets/ar71xx/generic/packages/libiwinfo_2016-09-21-fd9e17be-1_mips_24kc.ipk
Installing swconfig (11) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/swconfig_11_mips_24kc.ipk
Installing uboot-envtools (2015.10-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/targets/ar71xx/generic/packages/uboot-envtools_2015.10-1_mips_24kc.ipk
Installing uci (2016-07-04-e1bf4356-1) to root...
Downloading
http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/uci_2016-07-04-e1bf4356-1_mips_24kc.ipk
Package uclient-fetch (2016-12-09-52d955fd-1) installed in root is
up to date.
Configuring libubox.
Configuring libuclient.
Configuring uclient-fetch.
Configuring libpthread.
Configuring opkg.
Configuring libubus.
Configuring libjson-c.
Configuring libblobmsg-json.
Configuring ubusd.
Configuring ubus.
Configuring libnl-tiny.
Configuring iw.
Configuring busybox.
Configuring libuci.
Configuring swconfig.
Configuring libiwinfo.
Configuring kmod-nf-ipt.
Configuring kmod-ipt-core.
Configuring kmod-nf-conntrack.
Configuring kmod-ipt-conntrack.
Configuring jshn.
Configuring netifd.
Configuring libjson-script.
Configuring ubox.
Configuring procd.
Configuring jsonfilter.
Configuring usign.
Configuring lede-keyring.
Configuring fstools.
Configuring fwtool.
Configuring base-files.
Configuring uboot-envtools.
Configuring libxtables.
Configuring libip4tc.
Configuring kmod-nf-conntrack6.
Configuring kmod-nf-ipt6.
Configuring kmod-ip6tables.
Configuring kmod-cfg80211.
Configuring hostapd-common.
Configuring kmod-mac80211.
Configuring kmod-ath.
Configuring kmod-ath9k-common.
Configuring kmod-ath9k.
Configuring uci.
Configuring dropbear.
Configuring mtd.
Configuring rssileds.
Configuring libip6tc.
Configuring kmod-gpio-button-hotplug.
Configuring logd.
Configuring iptables.
Configuring ip6tables.
Configuring hostapd-mini.
Collected errors:
* opkg_install_cmd: Cannot install package lime-basic-no-ui.
Makefile:139: recipe for target 'package_install' failed
make[2]: *** [package_install] Error 255
Makefile:109: recipe for target '_call_image' failed
make[1]: *** [_call_image] Error 2
Makefile:195: recipe for target 'image' failed
make: *** [image] Error 2
make: Leaving directory
'/usr/src/lede/cooker/lime-sdk/snapshots/ar71xx/generic/ib'
Ok BuildRoot
On 2017-06-01 06:13, Pau wrote:
On 01/06/17 04:58,
mailer@networkedserver.net wrote:
Correction, this seems to be only a
problem with the SNAPSHOTS version
Any one have any ideas why this is?
....
Configuring iptables.
Configuring ip6tables.
Configuring hostapd-mini.
Collected errors:
* opkg_install_cmd: Cannot install package lime-basic-no-ui.
Makefile:139: recipe for target 'package_install' failed
make[2]: *** [package_install] Error 255
Makefile:109: recipe for target '_call_image' failed
make[1]: *** [_call_image] Error 2
Makefile:195: recipe for target 'image' failed
make: *** [image] Error 2
Check if the libremesh feed exists in your lime-sdk
ls feeds/
If not, force to redownload the feeds:
./cooker -f --force
And try again
For which target are you trying to cook? Can you post the whole
bash
line you are using?
On 2017-05-31 22:11, mailer@networkedserver.net wrote:
Trying to use COOKER i been getting
errors with not being to install
lime-full or other lime "collections"
It seems to be a problem with old BUILDROOM method to
The first time i did it I was able to compile using BUILD
ROOT
When i tried to re-produce the steps collections area was
completly
blank, this is where lime-full was located
has something broken in the feeds?
_______________________________________________
lime-users mailing list
lime-users@lists.libremesh.org
https://lists.libremesh.org/mailman/listinfo/lime-users
_______________________________________________
lime-users mailing list
lime-users@lists.libremesh.org
https://lists.libremesh.org/mailman/listinfo/lime-users
_______________________________________________
lime-users mailing list
lime-users@lists.libremesh.org
https://lists.libremesh.org/mailman/listinfo/lime-users
_______________________________________________
lime-users mailing list
lime-users@lists.libremesh.org
https://lists.libremesh.org/mailman/listinfo/lime-users