[{"id":1765933,"web_url":"http://patchwork.ozlabs.org/comment/1765933/","msgid":"<20170910103032.GF3536@scaer>","list_archive_url":null,"date":"2017-09-10T10:30:32","subject":"Re: [Buildroot] [PATCH v2 05/11] package/glibc: needs kernel\n\theaders >= 3.10 on powerpc64le","submitter":{"id":13903,"url":"http://patchwork.ozlabs.org/api/people/13903/","name":"Yann E. MORIN","email":"yann.morin.1998@free.fr"},"content":"On 2017-09-02 22:54 +0200, Romain Naour spake thusly:\n> Since glibc 2.26, kernel headers >= 3.10 are needed on powerpc64le [1].\n> In order to prepare the glibc bump to this version, we don't allow to\n> build a Buildroot toolchain with kernel headers older than 3.10.\n> \n> [1] https://sourceware.org/git/?p=glibc.git;a=commit;h=c2ff5ec13fca1bdd1cd646a0260808386d7bd7ff\n> \n> Signed-off-by: Romain Naour <romain.naour@gmail.com>\n> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>\n> ---\n>  toolchain/toolchain-buildroot/Config.in | 8 +++++++-\n>  1 file changed, 7 insertions(+), 1 deletion(-)\n> \n> diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in\n> index f47001f..8ffad61 100644\n> --- a/toolchain/toolchain-buildroot/Config.in\n> +++ b/toolchain/toolchain-buildroot/Config.in\n> @@ -45,7 +45,8 @@ config BR2_TOOLCHAIN_BUILDROOT_GLIBC\n>  \tdepends on BR2_arm         || BR2_armeb      || BR2_aarch64 || \\\n>  \t\t   BR2_aarch64_be  || BR2_i386       || BR2_mips    || \\\n>  \t\t   BR2_mipsel      || BR2_mips64     || BR2_mips64el|| \\\n> -\t\t   BR2_powerpc     || BR2_powerpc64  || BR2_powerpc64le || \\\n> +\t\t   BR2_powerpc     || BR2_powerpc64  || \\\n> +\t\t   (BR2_powerpc64le && BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10) || \\\n\nI would leave this section about architectures totally intact, and add\nthe dependency later, right after the 3.2 one:\n\n    depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2\n    depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10 || !BR2_powerpc64le\n\nRegards,\nYann E. MORIN.\n\n>  \t\t   BR2_sh          || BR2_sparc64    || BR2_x86_64 || \\\n>  \t\t   BR2_microblaze || BR2_nios2\n>  \tdepends on BR2_USE_MMU\n> @@ -65,6 +66,11 @@ comment \"glibc needs a toolchain w/ dynamic library, kernel headers >= 3.2\"\n>  \tdepends on BR2_USE_MMU\n>  \tdepends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2\n>  \n> +# glibc >= 2.26 require kernel headers >= 3.10 on powerpc64le.\n> +comment \"glibc on powerpc64le needs a toolchain w/ headers >= 3.10\"\n> +\tdepends on BR2_powerpc64le\n> +\tdepends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10\n> +\n>  config BR2_TOOLCHAIN_BUILDROOT_MUSL\n>  \tbool \"musl\"\n>  \tdepends on BR2_aarch64\t  || BR2_arm     || BR2_armeb     || BR2_i386 || \\\n> -- \n> 2.9.5\n> \n> _______________________________________________\n> buildroot mailing list\n> buildroot@busybox.net\n> http://lists.busybox.net/mailman/listinfo/buildroot","headers":{"Return-Path":"<buildroot-bounces@busybox.net>","X-Original-To":["incoming@patchwork.ozlabs.org","buildroot@lists.busybox.net"],"Delivered-To":["patchwork-incoming@bilbo.ozlabs.org","buildroot@osuosl.org"],"Authentication-Results":["ozlabs.org;\n\tspf=pass (mailfrom) smtp.mailfrom=busybox.net\n\t(client-ip=140.211.166.137; helo=fraxinus.osuosl.org;\n\tenvelope-from=buildroot-bounces@busybox.net;\n\treceiver=<UNKNOWN>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n\tunprotected) header.d=gmail.com header.i=@gmail.com\n\theader.b=\"O2F67Y8D\"; dkim-atps=neutral"],"Received":["from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137])\n\t(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xqnQH5Gj8z9ryT\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSun, 10 Sep 2017 20:30:47 +1000 (AEST)","from localhost (localhost [127.0.0.1])\n\tby fraxinus.osuosl.org (Postfix) with ESMTP id 707BE873BB;\n\tSun, 10 Sep 2017 10:30:44 +0000 (UTC)","from fraxinus.osuosl.org ([127.0.0.1])\n\tby localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)\n\twith ESMTP id pjXyfTK9olLz; Sun, 10 Sep 2017 10:30:41 +0000 (UTC)","from ash.osuosl.org (ash.osuosl.org [140.211.166.34])\n\tby fraxinus.osuosl.org (Postfix) with ESMTP id 05F6587395;\n\tSun, 10 Sep 2017 10:30:41 +0000 (UTC)","from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138])\n\tby ash.osuosl.org (Postfix) with ESMTP id 4875E1C40B0\n\tfor <buildroot@lists.busybox.net>;\n\tSun, 10 Sep 2017 10:30:39 +0000 (UTC)","from localhost (localhost [127.0.0.1])\n\tby whitealder.osuosl.org (Postfix) with ESMTP id 41C4487FED\n\tfor <buildroot@lists.busybox.net>;\n\tSun, 10 Sep 2017 10:30:39 +0000 (UTC)","from whitealder.osuosl.org ([127.0.0.1])\n\tby localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)\n\twith ESMTP id Lxmlj0AWXVfI for <buildroot@lists.busybox.net>;\n\tSun, 10 Sep 2017 10:30:37 +0000 (UTC)","from mail-wr0-f193.google.com (mail-wr0-f193.google.com\n\t[209.85.128.193])\n\tby whitealder.osuosl.org (Postfix) with ESMTPS id 1116387FF1\n\tfor <buildroot@buildroot.org>; Sun, 10 Sep 2017 10:30:37 +0000 (UTC)","by mail-wr0-f193.google.com with SMTP id u48so3122177wrf.4\n\tfor <buildroot@buildroot.org>; Sun, 10 Sep 2017 03:30:36 -0700 (PDT)","from ymorin.is-a-geek.org\n\t(2a01cb0886107300657f7108ce6fc3b7.ipv6.abo.wanadoo.fr.\n\t[2a01:cb08:8610:7300:657f:7108:ce6f:c3b7])\n\tby smtp.gmail.com with ESMTPSA id\n\t195sm8152297wmj.18.2017.09.10.03.30.32\n\t(version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);\n\tSun, 10 Sep 2017 03:30:33 -0700 (PDT)","by ymorin.is-a-geek.org (sSMTP sendmail emulation);\n\tSun, 10 Sep 2017 12:30:32 +0200"],"X-Virus-Scanned":["amavisd-new at osuosl.org","amavisd-new at osuosl.org"],"X-Greylist":"domain auto-whitelisted by SQLgrey-1.7.6","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;\n\th=sender:date:from:to:cc:subject:message-id:references:mime-version\n\t:content-disposition:in-reply-to:user-agent;\n\tbh=C1xT7w0CPlH+JC7q0/JqrfCcwNy5bmwKxqeMzkZKyEI=;\n\tb=O2F67Y8DsibbHi2ehFexjlNkLOMouTopR51917KU9Kh7CrPOPnDlMZAMZiApqBNPe3\n\tDH0gJhwuSgIdiRLlHwvuGHLjgu/nG7zVt1JrH2k3XWJIm/1a5Q7jXpIkFvPHxU54/b7N\n\tlEbbOKV7E4oBUMiv8MykXpBWWCFaGF8UK3MygTEt7JmzP64Dd5W/SXAp6GtHcYmrEna0\n\t0uflra+YKGNLXj4U/pYDenWFQqhD5aacEBx9nvNbrCO5374oSbx5uDOCuBbKwt5nfs5S\n\tMksz1U4kJT9duAfGi7Kh4GYMVSLq8Dub2cV4r7FCNbgWDQWHmp3qCyN4FwN9mFTC+gHN\n\t3yHA==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:sender:date:from:to:cc:subject:message-id\n\t:references:mime-version:content-disposition:in-reply-to:user-agent; \n\tbh=C1xT7w0CPlH+JC7q0/JqrfCcwNy5bmwKxqeMzkZKyEI=;\n\tb=Bl/Pvzx5p4RPSeNDExLl9/BWOZJZ0MHT+mxJiowUtALk28AkKiO8AwDRzt0gv3/D6k\n\tHBboQqXemC2WKHMqDCZjWjxMCnAAr1r7WT1AcNHoqn0xldG3lnNrgiPVoXHyGhp1EUNF\n\trejhlbGBGLaR9pZmFZRZ70AzO//PBu3OjZ/lzu5yjiyjhwyTjIizxTOYFHLElx+CohkZ\n\t8X/vaWIow5fGlr4KJuzpw+Sp3mLT66A5FYXpd8jEJfr31Nkssny5QDvP2RWa6bbBOAj8\n\tqF1gDyT781M5BCSK925pjSYwMk8896C0RzlTJ8W5bBLEmKBhdC8Kq4HR4n7382Iq61uw\n\tA/Qg==","X-Gm-Message-State":"AHPjjUgAoWDV2UwtIBEri+u/xBLIKSCllmG9PwBzsUNdMhSY04o8YP1Z\n\t53IWZfj3edkLVA==","X-Google-Smtp-Source":"ADKCNb7/AEfwc/7ccWOlLTu50md/lNzICRXDnIb3UimOPhIawhBZygyrMcvu5A9dYbs8PWB+3Eiqlg==","X-Received":"by 10.223.175.217 with SMTP id y25mr6587811wrd.255.1505039435455;\n\tSun, 10 Sep 2017 03:30:35 -0700 (PDT)","Date":"Sun, 10 Sep 2017 12:30:32 +0200","From":"\"Yann E. MORIN\" <yann.morin.1998@free.fr>","To":"Romain Naour <romain.naour@gmail.com>","Message-ID":"<20170910103032.GF3536@scaer>","References":"<20170902205423.21288-1-romain.naour@gmail.com>\n\t<20170902205423.21288-6-romain.naour@gmail.com>","MIME-Version":"1.0","Content-Disposition":"inline","In-Reply-To":"<20170902205423.21288-6-romain.naour@gmail.com>","User-Agent":"Mutt/1.5.22 (2013-10-16)","Cc":"Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,\n\tbuildroot@buildroot.org","Subject":"Re: [Buildroot] [PATCH v2 05/11] package/glibc: needs kernel\n\theaders >= 3.10 on powerpc64le","X-BeenThere":"buildroot@busybox.net","X-Mailman-Version":"2.1.18-1","Precedence":"list","List-Id":"Discussion and development of buildroot <buildroot.busybox.net>","List-Unsubscribe":"<http://lists.busybox.net/mailman/options/buildroot>,\n\t<mailto:buildroot-request@busybox.net?subject=unsubscribe>","List-Archive":"<http://lists.busybox.net/pipermail/buildroot/>","List-Post":"<mailto:buildroot@busybox.net>","List-Help":"<mailto:buildroot-request@busybox.net?subject=help>","List-Subscribe":"<http://lists.busybox.net/mailman/listinfo/buildroot>,\n\t<mailto:buildroot-request@busybox.net?subject=subscribe>","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Errors-To":"buildroot-bounces@busybox.net","Sender":"\"buildroot\" <buildroot-bounces@busybox.net>"}},{"id":1766618,"web_url":"http://patchwork.ozlabs.org/comment/1766618/","msgid":"<ef182f62-d373-945b-c212-e5483c6d97a1@mind.be>","list_archive_url":null,"date":"2017-09-11T23:05:18","subject":"Re: [Buildroot] [PATCH v2 05/11] package/glibc: needs kernel\n\theaders >= 3.10 on powerpc64le","submitter":{"id":11809,"url":"http://patchwork.ozlabs.org/api/people/11809/","name":"Arnout Vandecappelle","email":"arnout@mind.be"},"content":"On 10-09-17 12:30, Yann E. MORIN wrote:\n>     depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10 || !BR2_powerpc64le\n\n I find\n\n\tdepends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10 if BR2_powerpc64le\n\neasier to grok.\n\n Regards,\n Arnout","headers":{"Return-Path":"<buildroot-bounces@busybox.net>","X-Original-To":["incoming@patchwork.ozlabs.org","buildroot@lists.busybox.net"],"Delivered-To":["patchwork-incoming@bilbo.ozlabs.org","buildroot@osuosl.org"],"Authentication-Results":"ozlabs.org;\n\tspf=pass (mailfrom) smtp.mailfrom=busybox.net\n\t(client-ip=140.211.166.133; helo=hemlock.osuosl.org;\n\tenvelope-from=buildroot-bounces@busybox.net;\n\treceiver=<UNKNOWN>)","Received":["from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133])\n\t(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xrk6f66zXz9s7B\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 12 Sep 2017 09:05:30 +1000 (AEST)","from localhost (localhost [127.0.0.1])\n\tby hemlock.osuosl.org (Postfix) with ESMTP id 44B0488C0B;\n\tMon, 11 Sep 2017 23:05:27 +0000 (UTC)","from hemlock.osuosl.org ([127.0.0.1])\n\tby localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)\n\twith ESMTP id 4JJm4xbhHrIW; Mon, 11 Sep 2017 23:05:26 +0000 (UTC)","from ash.osuosl.org (ash.osuosl.org [140.211.166.34])\n\tby hemlock.osuosl.org (Postfix) with ESMTP id DD47B88B72;\n\tMon, 11 Sep 2017 23:05:25 +0000 (UTC)","from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133])\n\tby ash.osuosl.org (Postfix) with ESMTP id 3DAE11CEB87\n\tfor <buildroot@lists.busybox.net>;\n\tMon, 11 Sep 2017 23:05:25 +0000 (UTC)","from localhost (localhost [127.0.0.1])\n\tby hemlock.osuosl.org (Postfix) with ESMTP id 36B6588B77\n\tfor <buildroot@lists.busybox.net>;\n\tMon, 11 Sep 2017 23:05:25 +0000 (UTC)","from hemlock.osuosl.org ([127.0.0.1])\n\tby localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)\n\twith ESMTP id W6x8o6ahu0+u for <buildroot@lists.busybox.net>;\n\tMon, 11 Sep 2017 23:05:24 +0000 (UTC)","from exchange.essensium.com (220.77.144.195.ipv4.evonet.be\n\t[195.144.77.220])\n\tby hemlock.osuosl.org (Postfix) with ESMTP id 30EE288B50\n\tfor <buildroot@buildroot.org>; Mon, 11 Sep 2017 23:05:24 +0000 (UTC)","from [10.8.0.14] (10.3.7.11) by beleexch01.local.ess-mail.com\n\t(10.3.7.8) with Microsoft SMTP Server (TLS) id 15.0.847.32;\n\tTue, 12 Sep 2017 01:05:20 +0200"],"X-Virus-Scanned":["amavisd-new at osuosl.org","amavisd-new at osuosl.org"],"X-Greylist":"domain auto-whitelisted by SQLgrey-1.7.6","To":"\"Yann E. MORIN\" <yann.morin.1998@free.fr>, Romain Naour\n\t<romain.naour@gmail.com>","References":"<20170902205423.21288-1-romain.naour@gmail.com>\n\t<20170902205423.21288-6-romain.naour@gmail.com>\n\t<20170910103032.GF3536@scaer>","From":"Arnout Vandecappelle <arnout@mind.be>","Organization":"Essensium/Mind","Message-ID":"<ef182f62-d373-945b-c212-e5483c6d97a1@mind.be>","Date":"Tue, 12 Sep 2017 01:05:18 +0200","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<20170910103032.GF3536@scaer>","Content-Language":"en-GB","X-Originating-IP":"[10.3.7.11]","X-ClientProxiedBy":"beleexch01.local.ess-mail.com (10.3.7.8) To\n\tbeleexch01.local.ess-mail.com (10.3.7.8)","Cc":"Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,\n\tbuildroot@buildroot.org","Subject":"Re: [Buildroot] [PATCH v2 05/11] package/glibc: needs kernel\n\theaders >= 3.10 on powerpc64le","X-BeenThere":"buildroot@busybox.net","X-Mailman-Version":"2.1.18-1","Precedence":"list","List-Id":"Discussion and development of buildroot <buildroot.busybox.net>","List-Unsubscribe":"<http://lists.busybox.net/mailman/options/buildroot>,\n\t<mailto:buildroot-request@busybox.net?subject=unsubscribe>","List-Archive":"<http://lists.busybox.net/pipermail/buildroot/>","List-Post":"<mailto:buildroot@busybox.net>","List-Help":"<mailto:buildroot-request@busybox.net?subject=help>","List-Subscribe":"<http://lists.busybox.net/mailman/listinfo/buildroot>,\n\t<mailto:buildroot-request@busybox.net?subject=subscribe>","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Errors-To":"buildroot-bounces@busybox.net","Sender":"\"buildroot\" <buildroot-bounces@busybox.net>"}},{"id":1766623,"web_url":"http://patchwork.ozlabs.org/comment/1766623/","msgid":"<20170912013726.474d54e8@windsurf>","list_archive_url":null,"date":"2017-09-11T23:37:26","subject":"Re: [Buildroot] [PATCH v2 05/11] package/glibc: needs kernel\n\theaders >= 3.10 on powerpc64le","submitter":{"id":2230,"url":"http://patchwork.ozlabs.org/api/people/2230/","name":"Thomas Petazzoni","email":"thomas.petazzoni@free-electrons.com"},"content":"Hello,\n\nOn Tue, 12 Sep 2017 01:05:18 +0200, Arnout Vandecappelle wrote:\n\n> \tdepends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10 if BR2_powerpc64le\n\n\"depends on ... if ...\" is not a valid Kconfig construct if I remember\ncorrectly.\n\nBest regards,\n\nThomas","headers":{"Return-Path":"<buildroot-bounces@busybox.net>","X-Original-To":["incoming@patchwork.ozlabs.org","buildroot@lists.busybox.net"],"Delivered-To":["patchwork-incoming@bilbo.ozlabs.org","buildroot@osuosl.org"],"Authentication-Results":"ozlabs.org;\n\tspf=pass (mailfrom) smtp.mailfrom=busybox.net\n\t(client-ip=140.211.166.133; helo=hemlock.osuosl.org;\n\tenvelope-from=buildroot-bounces@busybox.net;\n\treceiver=<UNKNOWN>)","Received":["from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133])\n\t(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xrkql6mzLz9s7F\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 12 Sep 2017 09:37:39 +1000 (AEST)","from localhost (localhost [127.0.0.1])\n\tby hemlock.osuosl.org (Postfix) with ESMTP id 4BD2A88E9F;\n\tMon, 11 Sep 2017 23:37:37 +0000 (UTC)","from hemlock.osuosl.org ([127.0.0.1])\n\tby localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)\n\twith ESMTP id QIUu+85YNoyD; Mon, 11 Sep 2017 23:37:36 +0000 (UTC)","from ash.osuosl.org (ash.osuosl.org [140.211.166.34])\n\tby hemlock.osuosl.org (Postfix) with ESMTP id A353288E93;\n\tMon, 11 Sep 2017 23:37:36 +0000 (UTC)","from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137])\n\tby ash.osuosl.org (Postfix) with ESMTP id 4434A1C0146\n\tfor <buildroot@lists.busybox.net>;\n\tMon, 11 Sep 2017 23:37:35 +0000 (UTC)","from localhost (localhost [127.0.0.1])\n\tby fraxinus.osuosl.org (Postfix) with ESMTP id 401D486D8B\n\tfor <buildroot@lists.busybox.net>;\n\tMon, 11 Sep 2017 23:37:35 +0000 (UTC)","from fraxinus.osuosl.org ([127.0.0.1])\n\tby localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)\n\twith ESMTP id gNMrdREMzfBM for <buildroot@lists.busybox.net>;\n\tMon, 11 Sep 2017 23:37:34 +0000 (UTC)","from mail.free-electrons.com (mail.free-electrons.com [62.4.15.54])\n\tby fraxinus.osuosl.org (Postfix) with ESMTP id 016AD86D8A\n\tfor <buildroot@buildroot.org>; Mon, 11 Sep 2017 23:37:33 +0000 (UTC)","by mail.free-electrons.com (Postfix, from userid 110)\n\tid 553D5209A1; Tue, 12 Sep 2017 01:37:32 +0200 (CEST)","from windsurf (cpe-172-88-65-44.socal.res.rr.com [172.88.65.44])\n\tby mail.free-electrons.com (Postfix) with ESMTPSA id D99482099E;\n\tTue, 12 Sep 2017 01:37:30 +0200 (CEST)"],"X-Virus-Scanned":["amavisd-new at osuosl.org","amavisd-new at osuosl.org"],"X-Greylist":"domain auto-whitelisted by SQLgrey-1.7.6","Date":"Tue, 12 Sep 2017 01:37:26 +0200","From":"Thomas Petazzoni <thomas.petazzoni@free-electrons.com>","To":"Arnout Vandecappelle <arnout@mind.be>","Message-ID":"<20170912013726.474d54e8@windsurf>","In-Reply-To":"<ef182f62-d373-945b-c212-e5483c6d97a1@mind.be>","References":"<20170902205423.21288-1-romain.naour@gmail.com>\n\t<20170902205423.21288-6-romain.naour@gmail.com>\n\t<20170910103032.GF3536@scaer>\n\t<ef182f62-d373-945b-c212-e5483c6d97a1@mind.be>","Organization":"Free Electrons","X-Mailer":"Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu)","MIME-Version":"1.0","Cc":"Romain Naour <romain.naour@gmail.com>,\n\t\"Yann E. MORIN\" <yann.morin.1998@free.fr>, buildroot@buildroot.org","Subject":"Re: [Buildroot] [PATCH v2 05/11] package/glibc: needs kernel\n\theaders >= 3.10 on powerpc64le","X-BeenThere":"buildroot@busybox.net","X-Mailman-Version":"2.1.18-1","Precedence":"list","List-Id":"Discussion and development of buildroot <buildroot.busybox.net>","List-Unsubscribe":"<http://lists.busybox.net/mailman/options/buildroot>,\n\t<mailto:buildroot-request@busybox.net?subject=unsubscribe>","List-Archive":"<http://lists.busybox.net/pipermail/buildroot/>","List-Post":"<mailto:buildroot@busybox.net>","List-Help":"<mailto:buildroot-request@busybox.net?subject=help>","List-Subscribe":"<http://lists.busybox.net/mailman/listinfo/buildroot>,\n\t<mailto:buildroot-request@busybox.net?subject=subscribe>","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Errors-To":"buildroot-bounces@busybox.net","Sender":"\"buildroot\" <buildroot-bounces@busybox.net>"}},{"id":1766696,"web_url":"http://patchwork.ozlabs.org/comment/1766696/","msgid":"<20170912060419.GA3625@scaer>","list_archive_url":null,"date":"2017-09-12T06:04:19","subject":"Re: [Buildroot] [PATCH v2 05/11] package/glibc: needs kernel\n\theaders >= 3.10 on powerpc64le","submitter":{"id":13903,"url":"http://patchwork.ozlabs.org/api/people/13903/","name":"Yann E. MORIN","email":"yann.morin.1998@free.fr"},"content":"Thomas, Arnout, All,\n\nOn 2017-09-12 01:37 +0200, Thomas Petazzoni spake thusly:\n> On Tue, 12 Sep 2017 01:05:18 +0200, Arnout Vandecappelle wrote:\n> > \tdepends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10 if BR2_powerpc64le\n> \"depends on ... if ...\" is not a valid Kconfig construct if I remember\n> correctly.\n\nIndeed it is not.\n\nRegards,\nYann E. MORIN.","headers":{"Return-Path":"<buildroot-bounces@busybox.net>","X-Original-To":["incoming@patchwork.ozlabs.org","buildroot@lists.busybox.net"],"Delivered-To":["patchwork-incoming@bilbo.ozlabs.org","buildroot@osuosl.org"],"Authentication-Results":["ozlabs.org;\n\tspf=pass (mailfrom) smtp.mailfrom=busybox.net\n\t(client-ip=140.211.166.138; helo=whitealder.osuosl.org;\n\tenvelope-from=buildroot-bounces@busybox.net;\n\treceiver=<UNKNOWN>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n\tunprotected) header.d=gmail.com header.i=@gmail.com\n\theader.b=\"mf5+KHjs\"; dkim-atps=neutral"],"Received":["from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138])\n\t(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xrvQD6j4dz9s7g\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 12 Sep 2017 16:04:35 +1000 (AEST)","from localhost (localhost [127.0.0.1])\n\tby whitealder.osuosl.org (Postfix) with ESMTP id 11A6087F45;\n\tTue, 12 Sep 2017 06:04:29 +0000 (UTC)","from whitealder.osuosl.org ([127.0.0.1])\n\tby localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)\n\twith ESMTP id WkCccfp9IheR; Tue, 12 Sep 2017 06:04:26 +0000 (UTC)","from ash.osuosl.org (ash.osuosl.org [140.211.166.34])\n\tby whitealder.osuosl.org (Postfix) with ESMTP id BD94E87E74;\n\tTue, 12 Sep 2017 06:04:26 +0000 (UTC)","from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136])\n\tby ash.osuosl.org (Postfix) with ESMTP id 32AAB1C2306\n\tfor <buildroot@lists.busybox.net>;\n\tTue, 12 Sep 2017 06:04:25 +0000 (UTC)","from localhost (localhost [127.0.0.1])\n\tby silver.osuosl.org (Postfix) with ESMTP id 2DB6130900\n\tfor <buildroot@lists.busybox.net>;\n\tTue, 12 Sep 2017 06:04:25 +0000 (UTC)","from silver.osuosl.org ([127.0.0.1])\n\tby localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)\n\twith ESMTP id JZaW8-wnd7ar for <buildroot@lists.busybox.net>;\n\tTue, 12 Sep 2017 06:04:24 +0000 (UTC)","from mail-wm0-f41.google.com (mail-wm0-f41.google.com\n\t[74.125.82.41])\n\tby silver.osuosl.org (Postfix) with ESMTPS id 42BE225AD8\n\tfor <buildroot@buildroot.org>; Tue, 12 Sep 2017 06:04:24 +0000 (UTC)","by mail-wm0-f41.google.com with SMTP id f199so53388052wme.0\n\tfor <buildroot@buildroot.org>; Mon, 11 Sep 2017 23:04:24 -0700 (PDT)","from ymorin.is-a-geek.org\n\t(2a01cb08861073007c3c366a3023302e.ipv6.abo.wanadoo.fr.\n\t[2a01:cb08:8610:7300:7c3c:366a:3023:302e])\n\tby smtp.gmail.com with ESMTPSA id\n\tb72sm6095656wmf.30.2017.09.11.23.04.19\n\t(version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);\n\tMon, 11 Sep 2017 23:04:21 -0700 (PDT)","by ymorin.is-a-geek.org (sSMTP sendmail emulation);\n\tTue, 12 Sep 2017 08:04:19 +0200"],"X-Virus-Scanned":["amavisd-new at osuosl.org","amavisd-new at osuosl.org"],"X-Greylist":"domain auto-whitelisted by SQLgrey-1.7.6","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;\n\th=sender:date:from:to:cc:subject:message-id:references:mime-version\n\t:content-disposition:in-reply-to:user-agent;\n\tbh=mT8KEjvKYAswx0NaWQHbKwqaOIOUP2lCnLGMio7OMf4=;\n\tb=mf5+KHjsIVw4VdenZUc1rCy7BqaLgWBv2t94RoG7We7Da34UAT2RXUhOLOONTiqL12\n\t7oSNGntHMhoaazZq3y/QHpgrgeBi7zXakZB2anfEM/ZsNK0sJArZnknqfJeMZywpFGT5\n\tAtt82KV0AgAUYtRw7TIJCiCNQ7fAC5RriUJdC6gSa3OGszv3c9f9u/oyZq8FJh+eCW4C\n\ti+NX3pxYpEJ0lYyb7YLS88WucMnhMY/XT6Ho2CROXrjq2UT0Yqj/sPGJ/beNWh6PWMAj\n\trmRXrmYTiOTDZEQyo0zNFJfi9GR+ZY0d5a8zCNM1lh0EH1BO6nnaGKkJQHGtCjiOyPm3\n\tU6mA==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:sender:date:from:to:cc:subject:message-id\n\t:references:mime-version:content-disposition:in-reply-to:user-agent; \n\tbh=mT8KEjvKYAswx0NaWQHbKwqaOIOUP2lCnLGMio7OMf4=;\n\tb=ZT4lejPnpVo/5CWCzrX0TwIrjq/1OuBUaDKsaVbcc6zHfjEWmtCAWSzoJ9AB23ssTt\n\tp9TfeNqqrT4mtq/I2uNk8p0qc7fq+2USWLCqgAOZUAfm7ZA6qeMWNOdZ5ItgKx7aD639\n\tipb3EBKbHoIc3oY/gTaJ4eH1nlt01KHYg/2J08AZxdu0Bzp7Ua1djZJZzz0Cx5Bmd994\n\toWAH99sceTXI1Nz1Z/IEh3T8h7Wa0nvwNlzxLWNCn9m4mUeePnkHrP6G/PmUuR9n7BdA\n\tCiskUd9wzxEwnDo2hutsrshCROdjAwQ1827FiLHhJjoF3ZxpOiLvEJ0jxImmzJCMPcqk\n\tvWMg==","X-Gm-Message-State":"AHPjjUhAUN2+9ixyL2fROc262w8RZ6m2HjqgAbmrYQ99TzpC+ysuXzba\n\tTcMXfmBpQh55Ig==","X-Google-Smtp-Source":"AOwi7QCSUEkbRrH057LqTLbYDlJoBZtRBqH5ateVPnbkj8qoE009KWy7lO0bKESSD7RmdcL8BHDkBA==","X-Received":"by 10.28.47.13 with SMTP id v13mr9336251wmv.4.1505196262531;\n\tMon, 11 Sep 2017 23:04:22 -0700 (PDT)","Date":"Tue, 12 Sep 2017 08:04:19 +0200","From":"\"Yann E. MORIN\" <yann.morin.1998@free.fr>","To":"Thomas Petazzoni <thomas.petazzoni@free-electrons.com>","Message-ID":"<20170912060419.GA3625@scaer>","References":"<20170902205423.21288-1-romain.naour@gmail.com>\n\t<20170902205423.21288-6-romain.naour@gmail.com>\n\t<20170910103032.GF3536@scaer>\n\t<ef182f62-d373-945b-c212-e5483c6d97a1@mind.be>\n\t<20170912013726.474d54e8@windsurf>","MIME-Version":"1.0","Content-Disposition":"inline","In-Reply-To":"<20170912013726.474d54e8@windsurf>","User-Agent":"Mutt/1.5.22 (2013-10-16)","Cc":"Romain Naour <romain.naour@gmail.com>, buildroot@buildroot.org","Subject":"Re: [Buildroot] [PATCH v2 05/11] package/glibc: needs kernel\n\theaders >= 3.10 on powerpc64le","X-BeenThere":"buildroot@busybox.net","X-Mailman-Version":"2.1.18-1","Precedence":"list","List-Id":"Discussion and development of buildroot <buildroot.busybox.net>","List-Unsubscribe":"<http://lists.busybox.net/mailman/options/buildroot>,\n\t<mailto:buildroot-request@busybox.net?subject=unsubscribe>","List-Archive":"<http://lists.busybox.net/pipermail/buildroot/>","List-Post":"<mailto:buildroot@busybox.net>","List-Help":"<mailto:buildroot-request@busybox.net?subject=help>","List-Subscribe":"<http://lists.busybox.net/mailman/listinfo/buildroot>,\n\t<mailto:buildroot-request@busybox.net?subject=subscribe>","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Errors-To":"buildroot-bounces@busybox.net","Sender":"\"buildroot\" <buildroot-bounces@busybox.net>"}},{"id":1766728,"web_url":"http://patchwork.ozlabs.org/comment/1766728/","msgid":"<7a8b6931-13e1-7057-6024-88c05cb574f4@mind.be>","list_archive_url":null,"date":"2017-09-12T07:47:41","subject":"Re: [Buildroot] [PATCH v2 05/11] package/glibc: needs kernel\n\theaders >= 3.10 on powerpc64le","submitter":{"id":11809,"url":"http://patchwork.ozlabs.org/api/people/11809/","name":"Arnout Vandecappelle","email":"arnout@mind.be"},"content":"On 12-09-17 08:04, Yann E. MORIN wrote:\n> Thomas, Arnout, All,\n> \n> On 2017-09-12 01:37 +0200, Thomas Petazzoni spake thusly:\n>> On Tue, 12 Sep 2017 01:05:18 +0200, Arnout Vandecappelle wrote:\n>>> \tdepends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10 if BR2_powerpc64le\n>> \"depends on ... if ...\" is not a valid Kconfig construct if I remember\n>> correctly.\n> \n> Indeed it is not.\n\n D'oh, right, it's \"select ... if ...\".\n\n Sorry for the noise.\n\n Regards,\n Arnout","headers":{"Return-Path":"<buildroot-bounces@busybox.net>","X-Original-To":["incoming@patchwork.ozlabs.org","buildroot@lists.busybox.net"],"Delivered-To":["patchwork-incoming@bilbo.ozlabs.org","buildroot@osuosl.org"],"Authentication-Results":"ozlabs.org;\n\tspf=pass (mailfrom) smtp.mailfrom=busybox.net\n\t(client-ip=140.211.166.137; helo=fraxinus.osuosl.org;\n\tenvelope-from=buildroot-bounces@busybox.net;\n\treceiver=<UNKNOWN>)","Received":["from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137])\n\t(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xrxkG67cWz9s4q\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 12 Sep 2017 17:48:38 +1000 (AEST)","from localhost (localhost [127.0.0.1])\n\tby fraxinus.osuosl.org (Postfix) with ESMTP id 957CA87283;\n\tTue, 12 Sep 2017 07:48:33 +0000 (UTC)","from fraxinus.osuosl.org ([127.0.0.1])\n\tby localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)\n\twith ESMTP id 390NOKQJHZiq; Tue, 12 Sep 2017 07:48:30 +0000 (UTC)","from ash.osuosl.org (ash.osuosl.org [140.211.166.34])\n\tby fraxinus.osuosl.org (Postfix) with ESMTP id 1DE6E87508;\n\tTue, 12 Sep 2017 07:48:30 +0000 (UTC)","from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133])\n\tby ash.osuosl.org (Postfix) with ESMTP id 8ED021C01F1\n\tfor <buildroot@lists.busybox.net>;\n\tTue, 12 Sep 2017 07:48:28 +0000 (UTC)","from localhost (localhost [127.0.0.1])\n\tby hemlock.osuosl.org (Postfix) with ESMTP id 844F789118\n\tfor <buildroot@lists.busybox.net>;\n\tTue, 12 Sep 2017 07:48:28 +0000 (UTC)","from hemlock.osuosl.org ([127.0.0.1])\n\tby localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)\n\twith ESMTP id btSx-r9+x9an for <buildroot@lists.busybox.net>;\n\tTue, 12 Sep 2017 07:48:26 +0000 (UTC)","from exchange.essensium.com (220.77.144.195.ipv4.evonet.be\n\t[195.144.77.220])\n\tby hemlock.osuosl.org (Postfix) with ESMTP id 441A38909A\n\tfor <buildroot@buildroot.org>; Tue, 12 Sep 2017 07:48:25 +0000 (UTC)","from [10.8.0.14] (10.3.7.11) by beleexch01.local.ess-mail.com\n\t(10.3.7.8) with Microsoft SMTP Server (TLS) id 15.0.847.32;\n\tTue, 12 Sep 2017 09:47:41 +0200"],"X-Virus-Scanned":["amavisd-new at osuosl.org","amavisd-new at osuosl.org"],"X-Greylist":"domain auto-whitelisted by SQLgrey-1.7.6","To":"\"Yann E. MORIN\" <yann.morin.1998@free.fr>, Thomas Petazzoni\n\t<thomas.petazzoni@free-electrons.com>","References":"<20170902205423.21288-1-romain.naour@gmail.com>\n\t<20170902205423.21288-6-romain.naour@gmail.com>\n\t<20170910103032.GF3536@scaer>\n\t<ef182f62-d373-945b-c212-e5483c6d97a1@mind.be>\n\t<20170912013726.474d54e8@windsurf> <20170912060419.GA3625@scaer>","From":"Arnout Vandecappelle <arnout@mind.be>","Organization":"Essensium/Mind","Message-ID":"<7a8b6931-13e1-7057-6024-88c05cb574f4@mind.be>","Date":"Tue, 12 Sep 2017 09:47:41 +0200","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<20170912060419.GA3625@scaer>","Content-Language":"en-GB","X-Originating-IP":"[10.3.7.11]","X-ClientProxiedBy":"beleexch01.local.ess-mail.com (10.3.7.8) To\n\tbeleexch01.local.ess-mail.com (10.3.7.8)","Cc":"Romain Naour <romain.naour@gmail.com>, buildroot@buildroot.org","Subject":"Re: [Buildroot] [PATCH v2 05/11] package/glibc: needs kernel\n\theaders >= 3.10 on powerpc64le","X-BeenThere":"buildroot@busybox.net","X-Mailman-Version":"2.1.18-1","Precedence":"list","List-Id":"Discussion and development of buildroot <buildroot.busybox.net>","List-Unsubscribe":"<http://lists.busybox.net/mailman/options/buildroot>,\n\t<mailto:buildroot-request@busybox.net?subject=unsubscribe>","List-Archive":"<http://lists.busybox.net/pipermail/buildroot/>","List-Post":"<mailto:buildroot@busybox.net>","List-Help":"<mailto:buildroot-request@busybox.net?subject=help>","List-Subscribe":"<http://lists.busybox.net/mailman/listinfo/buildroot>,\n\t<mailto:buildroot-request@busybox.net?subject=subscribe>","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Errors-To":"buildroot-bounces@busybox.net","Sender":"\"buildroot\" <buildroot-bounces@busybox.net>"}}]