Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM build missing libstdc++10 dependency #109

Open
meassick opened this issue Feb 15, 2023 · 1 comment
Open

ARM build missing libstdc++10 dependency #109

meassick opened this issue Feb 15, 2023 · 1 comment

Comments

@meassick
Copy link

In trying to install ZeroTier on a OpenWrt 22.03 branch, it seems that there is a missing libstdc++10 dependency

@meassick meassick changed the title ARM building missing libstdc++10 dependency ARM build missing libstdc++10 dependency Feb 15, 2023
@mwarning
Copy link
Owner

I do not have an ARM device.
But this is on a MIPS device:

root@OpenWrt:~# opkg update
Downloading https://downloads.openwrt.org/releases/22.03.3/targets/ramips/mt7620/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_core
Downloading https://downloads.openwrt.org/releases/22.03.3/targets/ramips/mt7620/packages/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/mipsel_24kc/base/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_base
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/mipsel_24kc/base/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/mipsel_24kc/luci/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_luci
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/mipsel_24kc/luci/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/mipsel_24kc/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_packages
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/mipsel_24kc/packages/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/mipsel_24kc/routing/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_routing
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/mipsel_24kc/routing/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/mipsel_24kc/telephony/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_telephony
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/mipsel_24kc/telephony/Packages.sig
Signature check passed.
root@OpenWrt:~# opkg install zerotier
Installing zerotier (1.10.2-1) to root...
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/mipsel_24kc/packages/zerotier_1.10.2-1_mipsel_24kc.ipk
Installing libstdcpp6 (11.2.0-4) to root...
Downloading https://downloads.openwrt.org/releases/22.03.3/targets/ramips/mt7620/packages/libstdcpp6_11.2.0-4_mipsel_24kc.ipk
Installing kmod-tun (5.10.161-1) to root...
Downloading https://downloads.openwrt.org/releases/22.03.3/targets/ramips/mt7620/packages/kmod-tun_5.10.161-1_mipsel_24kc.ipk
Installing ip-tiny (5.15.0-3) to root...
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/mipsel_24kc/base/ip-tiny_5.15.0-3_mipsel_24kc.ipk
Installing libminiupnpc (2.2.3-1) to root...
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/mipsel_24kc/packages/libminiupnpc_2.2.3-1_mipsel_24kc.ipk
Installing libnatpmp1 (20150609-3) to root...
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/mipsel_24kc/packages/libnatpmp1_20150609-3_mipsel_24kc.ipk
Configuring kmod-tun.
Configuring libstdcpp6.
Configuring ip-tiny.
Configuring libminiupnpc.
Configuring libnatpmp1.
Configuring zerotier.
disabled in config
root@OpenWrt:~#

At least this works..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants