From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#36685: ant-bootstrap fails on core-updates (409 dependents) Date: Sat, 20 Jul 2019 10:42:25 +0200 Message-ID: <87zhl9drm6.fsf@elephly.net> References: <8736j61n57.fsf@gmail.com> <87o91ugdot.fsf@elephly.net> <87ftn5gjzw.fsf@elephly.net> <871ryogu6j.fsf@elephly.net> <87r26nfwes.fsf@elephly.net> <87a7dafntp.fsf@elephly.net> <878ssufajf.fsf@elephly.net> <875znyf0mr.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <875znyf0mr.fsf@elephly.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?G=C3=A1bor?= Boskovits Cc: Guix-devel , 36685@debbugs.gnu.org List-Id: guix-devel.gnu.org Ricardo Wurmus writes: > The build aborts early with =E2=80=9CERROR: FreeType version 2.2.1 or hig= her is > required.=E2=80=9D So I added this: > > (substitute* "patches/freetypeversion.patch" > (("REQUIRED_FREETYPE_VERSION =3D 2.2.1") > "REQUIRED_FREETYPE_VERSION =3D 2.10.1")) > > and icedtea is being built now. Next problem: icedtea 2 fails its configure phase: --8<---------------cut here---------------start------------->8--- checking attr/xattr.h usability... no checking attr/xattr.h presence... no checking for attr/xattr.h... no configure: error: Could not find required system headers; install the appro= priate files from glibc-headers, libc6-dev and/or libattr-devel, libattr1-d= ev or use --disable-compile-against-syscalls if necessary. command "/gnu/store/h9c5g3inn5zmkixk08m27zzpj58zbfgy-bash-minimal-5.0.7/bin= /bash" "./configure" "CONFIG_SHELL=3D/gnu/store/h9c5g3inn5zmkixk08m27zzpj58= zbfgy-bash-minimal-5.0.7/bin/bash" "SHELL=3D/gnu/store/h9c5g3inn5zmkixk08m2= 7zzpj58zbfgy-bash-minimal-5.0.7/bin/bash" "--prefix=3D/gnu/store/wg3ywf88n2= qd1hpc8fk39svm9ksah1l4-icedtea-2.6.13" "--enable-fast-install" "--docdir=3D= /gnu/store/4l3xf1dmbx9494ica8cgllm6dvs3py2n-icedtea-2.6.13-doc/share/doc/ic= edtea" "--build=3Dx86_64-unknown-linux-gnu" "--disable-system-pcsc" "--disa= ble-system-sctp" "--enable-bootstrap" "--enable-nss" "--without-rhino" "--d= isable-downloading" "--disable-tests" "--with-openjdk-src-dir=3D./openjdk.s= rc" "--with-jdk-home=3D/gnu/store/r4jz94v5xjxw95s0msxdxm36hlv07x64-icedtea-= 1.13.13-jdk" failed with status 1 builder for `/gnu/store/cda07il6lpg0j9l8blx5z8ah8d7wmjlz-icedtea-2.6.13.drv= ' failed with exit code 1 build of /gnu/store/cda07il6lpg0j9l8blx5z8ah8d7wmjlz-icedtea-2.6.13.drv fai= led --8<---------------cut here---------------end--------------->8--- Of course the inputs include the attr package. Any ideas? -- Ricardo