From nobody Thu Mar 28 12:08:45 2024 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 --- From nobody Thu Mar 28 12:08:45 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail.wilcox-tech.com (mail.wilcox-tech.com [45.32.83.9]) by lists.alpinelinux.org (Postfix) with ESMTP id C08115C4E91 for ; Wed, 7 Mar 2018 20:29:01 +0000 (GMT) Received: (qmail 32219 invoked from network); 7 Mar 2018 20:28:58 -0000 Received: from 107-131-85-28.lightspeed.tulsok.sbcglobal.net (HELO ?192.168.1.237?) (awilcox@wilcox-tech.com@107.131.85.28) by mail.wilcox-tech.com with ESMTPA; 7 Mar 2018 20:28:58 -0000 Subject: Re: [alpine-devel] linux hardened kernel build fails for alpine-3.6 To: alpine-devel@lists.alpinelinux.org References: From: "A. Wilcox" Organization: =?UTF-8?Q?Ad=c3=a9lie_Linux?= Message-ID: <6f25d503-50c8-90a1-e483-5edf5514a003@adelielinux.org> Date: Wed, 7 Mar 2018 14:29:19 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Anr7hxkkt0f4fswqMmeRvfG3isb3BgaTT" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Anr7hxkkt0f4fswqMmeRvfG3isb3BgaTT Content-Type: multipart/mixed; boundary="WhmbHWtcwT0S6Ljadui4jnu8P8ggJLlg8"; protected-headers="v1" From: "A. Wilcox" To: alpine-devel@lists.alpinelinux.org Message-ID: <6f25d503-50c8-90a1-e483-5edf5514a003@adelielinux.org> Subject: Re: [alpine-devel] linux hardened kernel build fails for alpine-3.6 References: In-Reply-To: --WhmbHWtcwT0S6Ljadui4jnu8P8ggJLlg8 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 03/07/18 01:57, Harshal Govind wrote: > Hi, >=20 > I am trying to build the kernel hardened for alpine-3.6. But it fails a= t > autoconf build which is one of the dependency. I am using alpine-3.6 VM= > to build the kernel using sdk(abuild). >=20 > PATH=3D"../tests:../build-aux:$PATH"; \ > export PATH; \ > /bin/bash > /home/alpine/aports/main/autoconf/src/autoconf-2.69/build-aux/missing > --run help2man \ > --include=3Dconfig.sub.x \ > --include=3D./common.x \ > --source=3D'GNU Autoconf 2.69' \ > --output=3Dconfig.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 >=20 >=20 > Am I missing anything in my build environment while building the kernel= ? >=20 >=20 > Thanks, > Harshal This usually means config.sub doesn't have executable permissions[1]. What file system are you using to build? Are you doing a cross-compile or is this native? Best, --arw [1]: https://mail-index.netbsd.org/pkgsrc-users/2015/07/10/msg021812.html= --=20 A. Wilcox (awilfox) Project Lead, Ad=C3=A9lie Linux http://adelielinux.org --WhmbHWtcwT0S6Ljadui4jnu8P8ggJLlg8-- --Anr7hxkkt0f4fswqMmeRvfG3isb3BgaTT Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQJMBAEBCAA2FiEEjNyWOYPU1SaTSMHHyynLUZIrnRQFAlqgS58YHGF3aWxmb3hA YWRlbGllbGludXgub3JnAAoJEMspy1GSK50UJqUQAJHiE3xUt/lP3SfeL1I4jmrh 9ZcvaB87NK8e9IqVu9Ui0tZTYFTA/987cA1+SJj52KMF4T9SSXvL9VhfRfxClkLr 4pLZrttZzZWf/cBx7rbgTeRrkOKaJTJ+sw5FFXystyI7dw9fOgXfJThIyi/dTIcZ 7NbGBTXdXqUy9Z7Jc1cT9BUbDyA9OcX33k8vOg2Nsf2Zt3EWR3/SUK7X+pb0xsTH 7P+zzQ7IxnAnJ/53wbiSLx+fxhPLeOBaov2Zx6Dfiog7Hmik95tV5MAhNbIDFErM x8j8K4ViX0HPLlWteBSQjcOxICMkSego1Y49rCvvUnFxO99mrVMgtp3x5oqXUJba NvkV6bSmH4EDZ9qXNkdVj2wY/Z7tu8knH+txM8DwOOWe7ATmsWyGDvh9/qT1fu16 uJEpzRjvyGAjUXuzMrZ5uzDGqCUKjD96MND0Xhgl+T2W24AcMNGI/5K8MX5lfFPm Ltmh59mVKKKjlqOOgf4W5o7CTk8ZmorLmRie3r6M7rnNG2B498nYwZF6YGL5G0ei 57mohIMpvyhiWrxDhM/a+LAWvhahynKNI5lYIXzevLGcyRatCEk5z4MszZnMN0ZL r1vWX5A5Vox89y08p+PEdKPzsTN/iqalcYp/xPXOGmPvJKU/OKwu1ci0gcgh65lD uVfBz3teoAtPn70lM32s =47La -----END PGP SIGNATURE----- --Anr7hxkkt0f4fswqMmeRvfG3isb3BgaTT-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---