On Fri, Jun 30, 2023 at 01:37:48PM +0200, solene wrote: > > I don't know if this is expected, I wanted to try to build sbcl using > ecl on amd64 because I don't have any other arch to try the build with > ecl, but it's not working, I attached the build log
> ===> lang/sbcl > ===> Building from scratch sbcl-2.3.6p0 > ===> sbcl-2.3.6p0 depends on: ecl-* -> ecl-21.2.1 the ecl version isn't the latest in -current. you need ecl-21.2.1p0 which contains a backport to be able to build recent sbcl. the p0 version was commited yesterday. > ===> sbcl-2.3.6p0 depends on: texinfo-* -> texinfo-6.5p4 > ===> sbcl-2.3.6p0 depends on: gmake-* -> gmake-4.4.1 > ===> sbcl-2.3.6p0 depends on: dwz-* -> dwz-0.15 > ===> sbcl-2.3.6p0 depends on: bzip2-* -> bzip2-1.0.8p0 > ===> sbcl-2.3.6p0 depends on: zstd-* -> zstd-1.5.5 > ===> Verifying specs: c m util zstd > ===> found c.97.0 m.10.1 util.17.0 zstd.6.3 thanks for testing it. -- Sebastien Marie