On Fri, May 15, 2015 at 12:34 PM, Zoltan Kiss <[email protected]> wrote: > After pulling from odp.git into odp-dpdk.git I see this failure: > > $ ./bootstrap > + aclocal -I config -I m4 > ./platform/linux-generic/m4/configure.m4:19: error: > `platform/linux-generic/test/Makefile' is already registered with > AC_CONFIG_FILES. > ../../lib/autoconf/status.m4:288: AC_CONFIG_FILES is expanded from... > ./platform/linux-generic/m4/configure.m4:19: the top level > autom4te: /usr/bin/m4 failed with exit status: 1 > aclocal: error: echo failed with exit status: 1 > > Due to this: > > https://git.linaro.org/lng/odp.git/commitdiff/810ad597 > > What's the proper solution?
For odp-netmap I had the same problem, you can diff against it to find out how I did it: https://git.linaro.org/lng/odp-netmap.git/blob/HEAD:/configure.ac#l80 I also have per platform env file: https://git.linaro.org/lng/odp-netmap.git/blob/HEAD:/platform/linux-netmap/test/pktio_env > > Zoltan > _______________________________________________ > lng-odp mailing list > [email protected] > https://lists.linaro.org/mailman/listinfo/lng-odp _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
