NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.08k stars 14.13k forks source link

Trouble updating iproute2 to 4.6.0 #17259

Closed mrobbetts closed 8 years ago

mrobbetts commented 8 years ago

Issue description

I am trying out updating the iproute2 package to the upstream release 4.6.0, by making the addition of:

nixpkgs.config.packageOverrides = pkgs: rec {
        ...
        iproute = pkgs.lib.overrideDerivation pkgs.iproute (attrs: rec {
                name = "iproute2-4.6.0";
                src = pkgs.fetchurl {
                        url = "mirror://kernel/linux/utils/net/iproute2/${name}.tar.xz";
                        sha256 = "01nl55l4dbpi6gr1j5hhkspl4nrqmyxmi0cz2md0kgl5s256mz3l";
                };
                makeFlags = [
                        "DESTDIR="
                        "LIBDIR=$(out)/lib"
                        "SBINDIR=$(out)/sbin"
                        "MANDIR=$(out)/share/man"
                        "DOCDIR=$(TMPDIR)/share/doc/${name}" # Don't install docs
                ];
        });
        ...

to my configuration.nix.

The build for this fails, with:

building Nix...
building the system configuration...
these derivations will be built:
  /nix/store/7pis197dkmj533df9awyrvgil3wylv9i-iproute2-4.6.0.drv
  /nix/store/51zyd3c77f1bd43ijrs4mp4xmydw1l55-system-path.drv
  /nix/store/61hw05c149zzfj0wc08irx7pjs3kpi3s-unit-br0-netdev.service.drv
  /nix/store/6lvmr5swrgjsn6gklx8a8j0f0dr08yjq-unit-network-setup.service.drv
  /nix/store/rg3ksrmz8b7mhk98jn7z6sfshhfim27k-nix.conf.drv
  /nix/store/9fn6xrq3kcwsf7s9wzmnspp0hd9v4sa9-unit-nix-daemon.service.drv
  /nix/store/baf8lq2rv24dg69czz6cwrgvppjl7p32-unit-container-.service.drv
  /nix/store/c273zr4l0vl4sp2gm8y8xf47vf7ibjj1-unit-network-addresses-br0.service.drv
  /nix/store/zjk1cmnr52fbs4p0z4y07j1fgdzbja0l-dbus-conf.drv
  /nix/store/n2v944k0l3vg8j3bp3mk87z14b8njrxr-unit-dbus.service.drv
  /nix/store/p41jcqjvgcg72w3niy2wnbavvprsf570-unit-network-local-commands.service.drv
  /nix/store/si929hlpn1lqrlx7pmxxsq8rssj53m50-unit-polkit.service.drv
  /nix/store/vw9db2hdfjb25m14w15ms5knab9wq9w8-unit-network-link-br0.service.drv
  /nix/store/gifh5437n9524fy8zz6crs1v954xms4n-system-units.drv
  /nix/store/h8ss07n16rf5y44zgw9sy05g7g47f4nm-etc.drv
  /nix/store/dwq4chhgrs3mby5pskq9wn7xlfhrgm9n-nixos-system-braid-16.09pre87354.d217279.drv
these paths will be fetched (0.00 MiB download, 0.00 MiB unpacked):
  /nix/store/rdjmmkqbmzbq331nlrdc8x1lni0xs4q3-runtime-deps
fetching path ‘/nix/store/rdjmmkqbmzbq331nlrdc8x1lni0xs4q3-runtime-deps’...
building path(s) ‘/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0’
unpacking sources
unpacking source archive /nix/store/dc9p15pwkkhga59yip1prgxdgx6nv4nl-iproute2-4.6.0.tar.xz

*** Downloading ‘https://cache.nixos.org/nar/1j3lxkld1hsvwsakxdh33q2hzkdgs3bzjzm0qg6fdwlvyzs9lm6k.nar.xz’ (signed by ‘cache.nixos.org-1’) to ‘/nix/store/rdjmmkqbmzbq331nlrdc8x1lni0xs4q3-runtime-deps’...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0source root is iproute2-4.6.0
setting SOURCE_DATE_EPOCH to timestamp 1463597762 of file iproute2-4.6.0/tipc/tipc.c
patching sources
configuring
patching script interpreter paths in ./configure
./configure: interpreter directive changed from " /bin/bash" to "/nix/store/b4xk5zs6w92xnzg851idlh2380401id1-bash-4.3-p42/bin/bash"
configure flags: --prefix=/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0  
TC schedulers
 ATM    no
 IPT    using xtables
 IPSET  yes

iptables modules directory: /nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables
libc has setns: yes
SELinux support: no
ELF support: no
libmnl support: no
Berkeley DB: yes

docs: latex: no
 WARNING: no docs can be built from LaTeX files
 sgml2html: no
 WARNING: no HTML docs can be built from SGML

building
make flags: SHELL=/nix/store/b4xk5zs6w92xnzg851idlh2380401id1-bash-4.3-p42/bin/bash DESTDIR= LIBDIR=$(out)/lib SBINDIR=$(out)/sbin MANDIR=$(out)/share/man DOCDIR=$(TMPDIR)/share/doc/iproute2-4.6.0  CONFDIR=/etc/iproute2 
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/lib'
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -fPIC   -c -o libgenl.o libgenl.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -fPIC   -c -o ll_map.o ll_map.c
100   220  100   220    0     0    583      0 --:--:-- --:--:-- --:--:--   585

building path(s) ‘/nix/store/5gcwy69ns489xn9g42yk9x3fnw9n2xjf-nix.conf’
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -fPIC   -c -o libnetlink.o libnetlink.c
building path(s) ‘/nix/store/ny9vhsd45l8vpwld3af5m024ns6g3mis-unit-nix-daemon.service’
ar rcs libnetlink.a libgenl.o ll_map.o libnetlink.o
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -fPIC   -c -o utils.o utils.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -fPIC   -c -o rt_names.o rt_names.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -fPIC   -c -o ll_types.o ll_types.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -fPIC   -c -o ll_proto.o ll_proto.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -fPIC   -c -o ll_addr.o ll_addr.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -fPIC   -c -o inet_proto.o inet_proto.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -fPIC   -c -o namespace.o namespace.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -fPIC   -c -o json_writer.o json_writer.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -fPIC   -c -o names.o names.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -fPIC   -c -o color.o color.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -fPIC   -c -o dnet_ntop.o dnet_ntop.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -fPIC   -c -o dnet_pton.o dnet_pton.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -fPIC   -c -o ipx_ntop.o ipx_ntop.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -fPIC   -c -o ipx_pton.o ipx_pton.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -fPIC   -c -o mpls_ntop.o mpls_ntop.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -fPIC   -c -o mpls_pton.o mpls_pton.c
ar rcs libutil.a utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o inet_proto.o namespace.o json_writer.o names.o color.o dnet_ntop.o dnet_pton.o ipx_ntop.o ipx_pton.o mpls_ntop.o mpls_pton.o
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/lib'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/ip'
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o ip.o ip.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o ipaddress.o ipaddress.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o ipaddrlabel.o ipaddrlabel.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o iproute.o iproute.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o iprule.o iprule.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o ipnetns.o ipnetns.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o rtm_map.o rtm_map.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o iptunnel.o iptunnel.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o ip6tunnel.o ip6tunnel.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o tunnel.o tunnel.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o ipneigh.o ipneigh.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o ipntable.o ipntable.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o iplink.o iplink.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o ipmaddr.o ipmaddr.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o ipmonitor.o ipmonitor.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o ipmroute.o ipmroute.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o ipprefix.o ipprefix.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o iptuntap.o iptuntap.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o iptoken.o iptoken.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o ipxfrm.o ipxfrm.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o xfrm_state.o xfrm_state.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o xfrm_policy.o xfrm_policy.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o xfrm_monitor.o xfrm_monitor.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o iplink_vlan.o iplink_vlan.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o link_veth.o link_veth.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o link_gre.o link_gre.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o iplink_can.o iplink_can.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o iplink_macvlan.o iplink_macvlan.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o ipl2tp.o ipl2tp.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o link_vti.o link_vti.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o link_vti6.o link_vti6.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o iplink_vxlan.o iplink_vxlan.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o tcp_metrics.o tcp_metrics.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o iplink_ipoib.o iplink_ipoib.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o ipnetconf.o ipnetconf.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o link_ip6tnl.o link_ip6tnl.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o link_iptnl.o link_iptnl.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o link_gre6.o link_gre6.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o iplink_bond.o iplink_bond.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o iplink_bond_slave.o iplink_bond_slave.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o iplink_hsr.o iplink_hsr.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o iplink_bridge.o iplink_bridge.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o iplink_bridge_slave.o iplink_bridge_slave.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o ipfou.o ipfou.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o iplink_ipvlan.o iplink_ipvlan.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o iplink_geneve.o iplink_geneve.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o iplink_vrf.o iplink_vrf.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o iproute_lwtunnel.o iproute_lwtunnel.c
gcc -Wl,-export-dynamic  ip.o ipaddress.o ipaddrlabel.o iproute.o iprule.o ipnetns.o rtm_map.o iptunnel.o ip6tunnel.o tunnel.o ipneigh.o ipntable.o iplink.o ipmaddr.o ipmonitor.o ipmroute.o ipprefix.o iptuntap.o iptoken.o ipxfrm.o xfrm_state.o xfrm_policy.o xfrm_monitor.o iplink_vlan.o link_veth.o link_gre.o iplink_can.o iplink_macvlan.o ipl2tp.o link_vti.o link_vti6.o iplink_vxlan.o tcp_metrics.o iplink_ipoib.o ipnetconf.o link_ip6tnl.o link_iptnl.o link_gre6.o iplink_bond.o iplink_bond_slave.o iplink_hsr.o iplink_bridge.o iplink_bridge_slave.o ipfou.o iplink_ipvlan.o iplink_geneve.o iplink_vrf.o iproute_lwtunnel.o ../lib/libnetlink.a ../lib/libutil.a  ../lib/libnetlink.a ../lib/libutil.a -ldl -o ip
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o rtmon.o rtmon.c
gcc -Wl,-export-dynamic  rtmon.o  ../lib/libnetlink.a ../lib/libutil.a -ldl -o rtmon
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/ip'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/tc'
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o tc_core.o tc_core.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o tc_red.o tc_red.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o tc_cbq.o tc_cbq.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o tc_estimator.o tc_estimator.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o tc_stab.o tc_stab.c
ar rcs libtc.a tc_core.o tc_red.o tc_cbq.o tc_estimator.o tc_stab.o
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o tc.o tc.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o tc_qdisc.o tc_qdisc.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o tc_class.o tc_class.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o tc_filter.o tc_filter.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o tc_util.o tc_util.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o tc_monitor.o tc_monitor.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o tc_exec.o tc_exec.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o tc_bpf.o tc_bpf.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o m_police.o m_police.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o m_estimator.o m_estimator.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o m_action.o m_action.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o m_ematch.o m_ematch.c
bison -d -t -v -o emp_ematch.yacc.c emp_ematch.y
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o emp_ematch.yacc.o emp_ematch.yacc.c
flex  -oemp_ematch.lex.c emp_ematch.l
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o emp_ematch.lex.o emp_ematch.lex.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_fifo.o q_fifo.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_sfq.o q_sfq.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_red.o q_red.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_prio.o q_prio.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_tbf.o q_tbf.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_cbq.o q_cbq.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_rr.o q_rr.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_multiq.o q_multiq.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_netem.o q_netem.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_choke.o q_choke.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_sfb.o q_sfb.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o f_rsvp.o f_rsvp.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o f_u32.o f_u32.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o f_route.o f_route.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o f_fw.o f_fw.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o f_basic.o f_basic.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o f_bpf.o f_bpf.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o f_flow.o f_flow.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o f_cgroup.o f_cgroup.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o f_flower.o f_flower.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_dsmark.o q_dsmark.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_gred.o q_gred.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o f_tcindex.o f_tcindex.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_ingress.o q_ingress.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_hfsc.o q_hfsc.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_htb.o q_htb.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_drr.o q_drr.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_qfq.o q_qfq.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o m_gact.o m_gact.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o m_mirred.o m_mirred.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o m_nat.o m_nat.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o m_pedit.o m_pedit.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o m_ife.o m_ife.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o m_skbedit.o m_skbedit.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o m_csum.o m_csum.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o m_simple.o m_simple.c
m_simple.c: In function 'parse_simple':
m_simple.c:153:21: warning: too many arguments for format [-Wformat-extra-args]
     fprintf(stderr, "simple: Illegal \"index\"\n",
                     ^
m_simple.c:103:14: warning: unused variable 'maybe_bind' [-Wunused-variable]
  int ok = 0, maybe_bind = 0;
              ^
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o m_vlan.o m_vlan.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o m_connmark.o m_connmark.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o m_bpf.o m_bpf.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o p_ip.o p_ip.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o p_icmp.o p_icmp.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o p_tcp.o p_tcp.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o p_udp.o p_udp.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o em_nbyte.o em_nbyte.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o em_cmp.o em_cmp.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o em_u32.o em_u32.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o em_canid.o em_canid.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o em_meta.o em_meta.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_mqprio.o q_mqprio.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_codel.o q_codel.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_fq_codel.o q_fq_codel.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_fq.o q_fq.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_pie.o q_pie.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_hhf.o q_hhf.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o q_clsact.o q_clsact.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT   -c -o e_bpf.o e_bpf.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT $(pkg-config xtables --cflags)   -c -o em_ipset.o em_ipset.c
gcc -Wl,-export-dynamic  tc.o tc_qdisc.o tc_class.o tc_filter.o tc_util.o tc_monitor.o tc_exec.o tc_bpf.o m_police.o m_estimator.o m_action.o m_ematch.o emp_ematch.yacc.o emp_ematch.lex.o q_fifo.o q_sfq.o q_red.o q_prio.o q_tbf.o q_cbq.o q_rr.o q_multiq.o q_netem.o q_choke.o q_sfb.o f_rsvp.o f_u32.o f_route.o f_fw.o f_basic.o f_bpf.o f_flow.o f_cgroup.o f_flower.o q_dsmark.o q_gred.o f_tcindex.o q_ingress.o q_hfsc.o q_htb.o q_drr.o q_qfq.o m_gact.o m_mirred.o m_nat.o m_pedit.o m_ife.o m_skbedit.o m_csum.o m_simple.o m_vlan.o m_connmark.o m_bpf.o p_ip.o p_icmp.o p_tcp.o p_udp.o em_nbyte.o em_cmp.o em_u32.o em_canid.o em_meta.o q_mqprio.o q_codel.o q_fq_codel.o q_fq.o q_pie.o q_hhf.o q_clsact.o e_bpf.o em_ipset.o tc_core.o tc_red.o tc_cbq.o tc_estimator.o tc_stab.o  ../lib/libnetlink.a ../lib/libutil.a -L. -ltc -lm -ldl -o tc
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/nix/store/35yhbx8nqi59a5rijhwjqcym3hm6fcmi-iptables-1.6.0/lib/xtables\" -DYY_NO_INPUT -Wl,-export-dynamic -shared -fpic -o m_xt.so m_xt.c $(pkg-config xtables --cflags --libs)
rm emp_ematch.lex.c
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/tc'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/bridge'
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o bridge.o bridge.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o fdb.o fdb.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o monitor.o monitor.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o link.o link.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o mdb.o mdb.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o vlan.o vlan.c
gcc   bridge.o fdb.o monitor.o link.o mdb.o vlan.o ../lib/libnetlink.a ../lib/libutil.a  ../lib/libnetlink.a ../lib/libutil.a -o bridge
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/bridge'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/misc'
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o ss.o ss.c
bison ssfilter.y -o ssfilter.c
ssfilter.y: warning: 27 shift/reduce conflicts [-Wconflicts-sr]
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o ssfilter.o ssfilter.c
gcc   ss.o ssfilter.o  ../lib/libnetlink.a ../lib/libutil.a -o ss
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS  -o nstat nstat.c ../lib/libnetlink.a ../lib/libutil.a -lm
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS  -o ifstat ifstat.c ../lib/libnetlink.a ../lib/libutil.a -lm
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS  -o rtacct rtacct.c ../lib/libnetlink.a ../lib/libutil.a -lm
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o lnstat.o lnstat.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS   -c -o lnstat_util.o lnstat_util.c
gcc   lnstat.o lnstat_util.o  ../lib/libnetlink.a ../lib/libutil.a -o lnstat
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DHAVE_SETNS -I/usr/include  -o arpd arpd.c ../lib/libnetlink.a ../lib/libutil.a -ldb -lpthread
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/misc'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/netem'
gcc  -I../include -o maketable maketable.c -lm
gcc  -I../include -o normal normal.c -lm
gcc  -I../include -o pareto pareto.c -lm
gcc  -I../include -o paretonormal paretonormal.c -lm
./normal > normal.dist
./pareto > pareto.dist
./paretonormal > paretonormal.dist
./maketable experimental.dat > experimental.dist
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/netem'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/genl'
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -fno-strict-aliasing   -c -o genl.o genl.c
gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -fno-strict-aliasing   -c -o ctrl.o ctrl.c
gcc -Wl,-export-dynamic  genl.o ctrl.o ../lib/libnetlink.a ../lib/libutil.a  ../lib/libnetlink.a ../lib/libutil.a -lm -ldl -o genl
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/genl'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/tipc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/tipc'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/devlink'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/devlink'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man'
make[2]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man/man3'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man/man3'
make[2]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man/man7'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man/man7'
make[2]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man/man8'
sed "s|@SYSCONFDIR@|/etc/iproute2|g" ip-address.8.in > ip-address.8
sed "s|@SYSCONFDIR@|/etc/iproute2|g" ip-link.8.in > ip-link.8
sed "s|@SYSCONFDIR@|/etc/iproute2|g" ip-route.8.in > ip-route.8
make[2]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man/man8'
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man'
installing
install flags: install SHELL=/nix/store/b4xk5zs6w92xnzg851idlh2380401id1-bash-4.3-p42/bin/bash DESTDIR= LIBDIR=$(out)/lib SBINDIR=$(out)/sbin MANDIR=$(out)/share/man DOCDIR=$(TMPDIR)/share/doc/iproute2-4.6.0  CONFDIR=$(out)/etc/iproute2 
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/lib'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/lib'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/ip'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/ip'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/tc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/tc'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/bridge'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/bridge'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/misc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/misc'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/netem'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/netem'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/genl'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/genl'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/tipc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/tipc'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/devlink'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/devlink'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man'
make[2]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man/man3'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man/man3'
make[2]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man/man7'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man/man7'
make[2]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man/man8'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man/man8'
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man'
install -m 0755 -d /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/sbin
install -m 0755 -d /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/etc/iproute2
install -m 0755 -d /tmp/nix-build-iproute2-4.6.0.drv-0/share/doc/iproute2-4.6.0/examples
install -m 0755 -d /tmp/nix-build-iproute2-4.6.0.drv-0/share/doc/iproute2-4.6.0/examples/diffserv
install -m 0644 README.iproute2+tc examples/README.cbq examples/cbqinit.eth1 examples/SYN-DoS.rate.limit examples/dhcp-client-script examples/cbq.init-v0.7.3 examples/gaiconf \
    /tmp/nix-build-iproute2-4.6.0.drv-0/share/doc/iproute2-4.6.0/examples
install -m 0644 examples/diffserv/Edge1 examples/diffserv/Edge2 examples/diffserv/README examples/diffserv/Edge31-ca-u32 examples/diffserv/efcbq examples/diffserv/Edge32-ca-u32 examples/diffserv/Edge32-cb-u32 examples/diffserv/Edge31-cb-chains examples/diffserv/regression-testing examples/diffserv/Edge32-cb-chains examples/diffserv/ef-prio examples/diffserv/afcbq \
    /tmp/nix-build-iproute2-4.6.0.drv-0/share/doc/iproute2-4.6.0/examples/diffserv
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/lib'
make[1]: Nothing to be done for 'install'.
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/lib'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/ip'
install -m 0755 ip rtmon /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/sbin
install -m 0755 ifcfg rtpr routel routef /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/sbin
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/ip'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/tc'
mkdir -p /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib/tc
install -m 0755 tc /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/sbin
for i in  m_xt.so; \
do install -m 755 $i /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib/tc; \
done
if [ ! -f /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib/tc/m_ipt.so ]; then \
if [ -f /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib/tc/m_xt.so ]; \
    then ln -s m_xt.so /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib/tc/m_ipt.so ; \
elif [ -f /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib/tc/m_xt_old.so ]; \
    then ln -s m_xt_old.so /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib/tc/m_ipt.so ; \
fi; \
fi
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/tc'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/bridge'
install -m 0755 bridge /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/sbin
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/bridge'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/misc'
install -m 0755 ss nstat ifstat rtacct lnstat arpd /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/sbin
ln -sf lnstat /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/sbin/rtstat
ln -sf lnstat /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/sbin/ctstat
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/misc'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/netem'
mkdir -p /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib/tc
for i in normal.dist pareto.dist paretonormal.dist experimental.dist; \
do install -m 644 $i /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/lib/tc; \
done
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/netem'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/genl'
install -m 0755 genl /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/sbin
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/genl'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/tipc'
install -m 0755  /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/sbin
install: missing destination file operand after '/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/sbin'
Try 'install --help' for more information.
make[1]: *** [Makefile:24: install] Error 1
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/tipc'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/devlink'
install -m 0755  /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/sbin
install: missing destination file operand after '/nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/sbin'
Try 'install --help' for more information.
make[1]: *** [Makefile:17: install] Error 1
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/devlink'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man'
make[2]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man/man3'
install -m 0755 -d /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/share/man/man3
install -m 0644 libnetlink.3 /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/share/man/man3
make[2]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man/man3'
make[2]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man/man7'
install -m 0755 -d /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/share/man/man7
install -m 0644 tc-hfsc.7 /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/share/man/man7
make[2]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man/man7'
make[2]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man/man8'
install -m 0755 -d /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/share/man/man8
install -m 0644 ip-address.8 ip-link.8 ip-route.8 ip.8 arpd.8 lnstat.8 routel.8 rtacct.8 rtmon.8 rtpr.8 ss.8 tc.8 tc-bfifo.8 tc-bpf.8 tc-cbq.8 tc-cbq-details.8 tc-choke.8 tc-codel.8 tc-fq.8 tc-drr.8 tc-ematch.8 tc-fq_codel.8 tc-hfsc.8 tc-htb.8 tc-pie.8 tc-mqprio.8 tc-netem.8 tc-pfifo.8 tc-pfifo_fast.8 tc-prio.8 tc-red.8 tc-sfb.8 tc-sfq.8 tc-stab.8 tc-tbf.8 bridge.8 rtstat.8 ctstat.8 nstat.8 routef.8 ip-addrlabel.8 ip-fou.8 ip-gue.8 ip-l2tp.8 ip-maddress.8 ip-monitor.8 ip-mroute.8 ip-neighbour.8 ip-netns.8 ip-ntable.8 ip-rule.8 ip-tunnel.8 ip-xfrm.8 ip-tcp_metrics.8 ip-netconf.8 ip-token.8 tipc.8 tipc-bearer.8 tipc-link.8 tipc-media.8 tipc-nametable.8 tipc-node.8 tipc-socket.8 tc-basic.8 tc-cgroup.8 tc-flow.8 tc-flower.8 tc-fw.8 tc-route.8 tc-tcindex.8 tc-u32.8 tc-connmark.8 tc-csum.8 tc-mirred.8 tc-nat.8 tc-pedit.8 tc-police.8 tc-simple.8 tc-skbedit.8 tc-vlan.8 tc-xt.8 /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/share/man/man8
make[2]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man/man8'
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/man'
make[1]: Entering directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/doc'
install -m 0644 SNAPSHOT.tex api-ip6-flowlabels.tex ip-cref.tex ip-tunnels.tex preamble.tex tc-filters.tex /tmp/nix-build-iproute2-4.6.0.drv-0/share/doc/iproute2-4.6.0
install -m 0644 arpd.sgml nstat.sgml rtstat.sgml ss.sgml /tmp/nix-build-iproute2-4.6.0.drv-0/share/doc/iproute2-4.6.0
make[1]: Leaving directory '/tmp/nix-build-iproute2-4.6.0.drv-0/iproute2-4.6.0/doc'
install -m 0644 etc/iproute2/group etc/iproute2/rt_realms etc/iproute2/ematch_map etc/iproute2/rt_scopes etc/iproute2/rt_tables etc/iproute2/rt_dsfield etc/iproute2/bpf_pinning etc/iproute2/nl_protos etc/iproute2/rt_protos /nix/store/sc0vjinlg646l1msnnhd41rl7kg9n1dx-iproute2-4.6.0/etc/iproute2
install -m 0755 -d /usr/share/bash-completion/completions
install: cannot create directory '/usr': Permission denied
make: *** [Makefile:66: install] Error 1
builder for ‘/nix/store/7pis197dkmj533df9awyrvgil3wylv9i-iproute2-4.6.0.drv’ failed with exit code 2
cannot build derivation ‘/nix/store/51zyd3c77f1bd43ijrs4mp4xmydw1l55-system-path.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/61hw05c149zzfj0wc08irx7pjs3kpi3s-unit-br0-netdev.service.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/baf8lq2rv24dg69czz6cwrgvppjl7p32-unit-container-.service.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/c273zr4l0vl4sp2gm8y8xf47vf7ibjj1-unit-network-addresses-br0.service.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/vw9db2hdfjb25m14w15ms5knab9wq9w8-unit-network-link-br0.service.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/p41jcqjvgcg72w3niy2wnbavvprsf570-unit-network-local-commands.service.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/6lvmr5swrgjsn6gklx8a8j0f0dr08yjq-unit-network-setup.service.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/zjk1cmnr52fbs4p0z4y07j1fgdzbja0l-dbus-conf.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/si929hlpn1lqrlx7pmxxsq8rssj53m50-unit-polkit.service.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/n2v944k0l3vg8j3bp3mk87z14b8njrxr-unit-dbus.service.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/gifh5437n9524fy8zz6crs1v954xms4n-system-units.drv’: 8 dependencies couldn't be built
cannot build derivation ‘/nix/store/h8ss07n16rf5y44zgw9sy05g7g47f4nm-etc.drv’: 2 dependencies couldn't be built
cannot build derivation ‘/nix/store/dwq4chhgrs3mby5pskq9wn7xlfhrgm9n-nixos-system-braid-16.09pre87354.d217279.drv’: 2 dependencies couldn't be built
error: build of ‘/nix/store/dwq4chhgrs3mby5pskq9wn7xlfhrgm9n-nixos-system-braid-16.09pre87354.d217279.drv’ failed

so, apparently the builder is trying to do something naughty with /usr/. That said, the package file doesn't contain any mention of it (or indeed bash completion additions in general), so I'm not sure where in the pile this is occurring.

Have I done something wrong with my configuration.nix or is there a bug here?

Technical details

fadenb commented 8 years ago

@mrobbetts: I believe this is caused by additions to the Makefile in Version 4.6.0:

PREFIX?=/usr
DATADIR?=$(PREFIX)/share
BASH_COMPDIR?=$(DATADIR)/bash-completion/completions
fpletz commented 8 years ago

The Ubuntu fan patches are also not compatible with 4.6.0 and Ubuntu still ships with 4.3.0, even in their unstable version. Not sure if we should keep 4.5.0 or just use 4.5.0 for the version with fan.

mrobbetts commented 8 years ago

@fpletz, sorry for my ignorance -- what are the fan patches? My Google-fu is letting me down. Are they important to us?

Oh wait, it's an Ubuntu thing (duh). Do we use it in Nix?

mrobbetts commented 8 years ago

@fadenb, of course! Thanks for that. I'll see if I can think of an easy way to make it work.

fpletz commented 8 years ago

Closed by #18435.