#20138: xtables-addon 2.7 fails to build (rtsp module)
----------------------+------------------------
Reporter: zloop | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone:
Component: packages | Version: Trunk
Keywords: |
----------------------+------------------------
- trunk (r46434)
- observed on clean buildenvironment (make dirclean)
- found while trying to investigate another issue
- I get this error when RTSP is not selected (see diffconfig)
diffconfig:
```
CONFIG_TARGET_ar71xx=y
CONFIG_TARGET_ar71xx_generic=y
CONFIG_TARGET_ar71xx_generic_Default=y
CONFIG_DEVEL=y
CONFIG_BUILD_LOG=y
# CONFIG_PACKAGE_dnsmasq is not set
# CONFIG_PACKAGE_firewall is not set
# CONFIG_PACKAGE_ip6tables is not set
CONFIG_PACKAGE_iptables-mod-chaos=y
# CONFIG_PACKAGE_kmod-ath is not set
# CONFIG_PACKAGE_kmod-ath9k is not set
# CONFIG_PACKAGE_kmod-ath9k-common is not set
# CONFIG_PACKAGE_kmod-gpio-button-hotplug is not set
CONFIG_PACKAGE_kmod-ipt-chaos=y
CONFIG_PACKAGE_kmod-ipt-compat-xtables=y
CONFIG_PACKAGE_kmod-ipt-delude=y
# CONFIG_PACKAGE_kmod-ipt-nat is not set
CONFIG_PACKAGE_kmod-ipt-tarpit=y
# CONFIG_PACKAGE_kmod-lib-crc-ccitt is not set
CONFIG_PACKAGE_kmod-mac80211-hwsim=y
CONFIG_PACKAGE_kmod-mii=y
# CONFIG_PACKAGE_kmod-nf-nat is not set
# CONFIG_PACKAGE_kmod-nf-nathelper is not set
# CONFIG_PACKAGE_kmod-nls-base is not set
CONFIG_PACKAGE_kmod-pcnet32=y
# CONFIG_PACKAGE_kmod-ppp is not set
# CONFIG_PACKAGE_kmod-usb-core is not set
# CONFIG_PACKAGE_kmod-usb-ohci is not set
# CONFIG_PACKAGE_kmod-usb2 is not set
# CONFIG_PACKAGE_odhcp6c is not set
# CONFIG_PACKAGE_odhcpd is not set
# CONFIG_PACKAGE_ppp is not set
# CONFIG_PACKAGE_swconfig is not set
# CONFIG_PACKAGE_uboot-envtools is not set
CONFIG_TARGET_INITRAMFS_COMPRESSION_NONE=y
CONFIG_TARGET_ROOTFS_INITRAMFS=y
# CONFIG_TARGET_ROOTFS_SQUASHFS is not set
```
error:
```
error: 'struct nf_conntrack_expect' has no member named 'saved_addr'
rtp_exp->saved_addr = saddr;
```
saved_addr is only available when CONFIG_NF_NAT_NEEDED
BUT:
- yes by default in Kconfig
- disabled/not set in OpenWrt .config.target and .config.old
build_dir/target.../linux-.../linux-4.1.2/)
Cannot test, but:
This module might be broken anyway according to: https://github.com/maru-
sama/rtsp-linux/issues/4
--
Ticket URL: <https://dev.openwrt.org/ticket/20138>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets