On Tue, Jun 05, 2018 at 02:44:05AM -0400, [email protected] wrote: > From: Jon Ringle <[email protected]> > > Signed-off-by: Jon Ringle <[email protected]>
With all modules enabled, building fails: --------------------- target: boost.compile --------------------- make[1]: Entering directory '/srv/jenkins-data/agent/workspace/ptxdist-tests/all-yes/master.mol-next.arm-hf/platform-arm-hf/build-target/boost_1_67_0' /lib/ld-linux-armhf.so.3: No such file or directory error: wrong library name 'coroutine2' in the --with-<library> option. Makefile:2: recipe for target 'all' failed make[1]: *** [all] Error 1 make[1]: Leaving directory '/srv/jenkins-data/agent/workspace/ptxdist-tests/all-yes/master.mol-next.arm-hf/platform-arm-hf/build-target/boost_1_67_0' /srv/jenkins-data/agent/workspace/ptxdist-tests/all-yes/master.mol-next.arm-hf/ptxdist/rules/post/ptxd_make_world_compile.make:21: recipe for target '/srv/jenkins-data/agent/workspace/ptxdist-tests/all-yes/master.mol-next.arm-hf/platform-arm-hf/state/boost.compile' failed make: *** [/srv/jenkins-data/agent/workspace/ptxdist-tests/all-yes/master.mol-next.arm-hf/platform-arm-hf/state/boost.compile] Error 2 I haven't looked closer, but I guess the module list needs updating. Michael > --- > rules/boost.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rules/boost.make b/rules/boost.make > index 8e8b5a3..0ca210c 100644 > --- a/rules/boost.make > +++ b/rules/boost.make > @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_BOOST) += boost > # > # Paths and names > # > -BOOST_VERSION := 1_60_0 > -BOOST_MD5 := 65a840e1a0b13a558ff19eeb2c4f0cbe > +BOOST_VERSION := 1_67_0 > +BOOST_MD5 := ced776cb19428ab8488774e1415535ab > BOOST := boost_$(BOOST_VERSION) > BOOST_SUFFIX := tar.bz2 > BOOST_URL := $(call ptx/mirror, SF, boost/$(BOOST).$(BOOST_SUFFIX)) > -- > 1.9.1 > > > _______________________________________________ > ptxdist mailing list > [email protected] -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected]
