X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by lists.alpinelinux.org (Postfix) with ESMTP id 1EB345C4E8E for ; Wed, 7 Mar 2018 07:57:02 +0000 (GMT) Received: by mail-wm0-f54.google.com with SMTP id 188so2845897wme.1 for ; Tue, 06 Mar 2018 23:57:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=HoaNcTRItSrjMlNsXssBhszg+wiXRj5I79SOzQQLaUE=; b=Bj+4djyUS8A/qJA1IbhF+W6u+pIo4Ow49zNVT+ghGWb5FSgEOb/W9nRQR84oNA7de3 RSxNylujSoe3M2KXbGZXaXTCM/Bk17uw/3uVygFJwR6UcxDXdCjQswlX1WcZAxZlf5VP rYbfRwEtxELEvvSEgEyNBa+Di3f13ZY4GPKnoiZtoBrIJYWFVdfMtGwuJMspW/37y6WO z33L+p6RFbP8HhGQHMquXjRTtKexLIGX9dJwOXruqLLVCeHYS6LfB/kbMbgvuLQxklrc 2MaFHxRJF+Gny9m84Dp1KSnjqvHCLZ7nwB3hMPrD7wFwi6knnG6bPtDsIzWiKZx949Xd 5b0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=HoaNcTRItSrjMlNsXssBhszg+wiXRj5I79SOzQQLaUE=; b=RpyYQoGbS8mVaLnnzTSK5hn7FWQud1t+E+PA//2So27ud4qdbjvX8qsA9Rkv9OkPFY gmoZKFiZ5i6ozoxpdoILpEtt1WYtqpbsUwW/FEdA+IftKBTou2UUHxdVKLZZyseBAevi 22nV2H1BFpx+ecf1hVykGYMDRieY1+mspa/uFQEV5RaVridbgZpyX+UqfVpaYON6jL50 BPv47ExQhmrzinDGG2E29KkCtwCV/eza+6aSWoQPDmZ7ZXkm3Xm2VsMZjPm/Vc+Qjoak LiJCVVr7hqTBQg1E1pN0JAl2WPEJgcXtyMxEEmWCi3e2RiOEf9x2hWbp0MUZ7lNtVIWz RFVQ== X-Gm-Message-State: APf1xPApZNrkJMtuWufMnQok1CD57pTiTp9lxt69fFhK0csw2Pl+BqyA ErL/Fz+Se+ah/PRBUrfbXNdp+7W3E2iDrrx/H3vuGQ== X-Google-Smtp-Source: AG47ELvwpViUSNYF2UCfYjo8z3DsxH7cP2TlSoBAzyiCINzxwT2eWzP5iFC5uXMyPzAYk1jGGduWTJwFC12O5OnRlyk= X-Received: by 10.80.166.144 with SMTP id e16mr25273194edc.97.1520409420901; Tue, 06 Mar 2018 23:57:00 -0800 (PST) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.80.243.18 with HTTP; Tue, 6 Mar 2018 23:57:00 -0800 (PST) From: Harshal Govind Date: Tue, 6 Mar 2018 23:57:00 -0800 Message-ID: Subject: [alpine-devel] linux hardened kernel build fails for alpine-3.6 To: alpine-devel@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="94eb2c0e9d4e72309e0566cde7f0" --94eb2c0e9d4e72309e0566cde7f0 Content-Type: text/plain; charset="UTF-8" Hi, I am trying to build the kernel hardened for alpine-3.6. But it fails at autoconf build which is one of the dependency. I am using alpine-3.6 VM to build the kernel using sdk(abuild). PATH="../tests:../build-aux:$PATH"; \ export PATH; \ /bin/bash /home/alpine/aports/main/autoconf/src/autoconf-2.69/build-aux/missing --run help2man \ --include=config.sub.x \ --include=./common.x \ --source='GNU Autoconf 2.69' \ --output=config.sub.1.t `echo 'config.sub' | sed 's,.*/,,'` help2man: can't get `--help' info from config.sub Try `--no-discard-stderr' if option outputs to stderr make[2]: *** [Makefile:461: config.sub.1] Error 1 make[2]: Leaving directory '/home/alpine/aports/main/autoconf/src/autoconf-2.69/man' make[1]: *** [Makefile:357: all-recursive] Error 1 make[1]: Leaving directory '/home/alpine/aports/main/autoconf/src/autoconf-2.69' make: *** [Makefile:292: all] Error 2 >>> ERROR: autoconf: abuildindex failed >>> ERROR: linux-hardened: all failed Am I missing anything in my build environment while building the kernel? Thanks, Harshal --94eb2c0e9d4e72309e0566cde7f0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

I am trying to build the kernel har= dened for alpine-3.6. But it fails at autoconf build which is one of the de= pendency. I am using alpine-3.6 VM to build the kernel using sdk(abuild).

PATH=3D"../tests:../build-aux:$PATH"= ; \
export PATH; \
/bin/bash /home/alpine/aports/main/a= utoconf/src/autoconf-2.69/build-aux/missing --run help2man \
=C2= =A0 =C2=A0 --include=3Dconfig.sub.x \
=C2=A0 =C2=A0 --include=3D.= /common.x \
=C2=A0 =C2=A0 --source=3D'GNU Autoconf 2.69' = \
=C2=A0 =C2=A0 --output=3Dconfig.sub.1.t `echo 'config.sub&#= 39; | sed 's,.*/,,'`
help2man: can't get `--help'= info from config.sub
Try `--no-discard-stderr' if option out= puts to stderr
make[2]: *** [Makefile:461: config.sub.1] Error 1<= /div>
make[2]: Leaving directory '/home/alpine/aports/main/autoconf= /src/autoconf-2.69/man'
make[1]: *** [Makefile:357: all-recur= sive] Error 1
make[1]: Leaving directory '/home/alpine/aports= /main/autoconf/src/autoconf-2.69'
make: *** [Makefile:292: al= l] Error 2
>>> ERROR: autoconf: abuildindex failed
=
>>> ERROR: linux-hardened: all failed


Am I missing anything in my build environment while = building the kernel?


Thanks,
<= div>Harshal
--94eb2c0e9d4e72309e0566cde7f0-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---