From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Marshall Subject: When installing pycurl through pip, linux/limits.h is missing from glibc Date: Thu, 23 Apr 2020 08:23:16 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000dcbb3305a3f450dc" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54028) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRat8-0002C1-5h for guix-devel@gnu.org; Thu, 23 Apr 2020 08:23:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jRat7-0005MB-OT for guix-devel@gnu.org; Thu, 23 Apr 2020 08:23:29 -0400 Received: from mail-ua1-x932.google.com ([2607:f8b0:4864:20::932]:32883) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jRat7-0005M0-At for guix-devel@gnu.org; Thu, 23 Apr 2020 08:23:29 -0400 Received: by mail-ua1-x932.google.com with SMTP id v24so5431724uak.0 for ; Thu, 23 Apr 2020 05:23:28 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --000000000000dcbb3305a3f450dc Content-Type: text/plain; charset="UTF-8" `python3 -m pip install pycurl` fails due to glibc not being able to find the header "linux/limits.h". I am aware that there is a "python-pycurl" package in guix, but the above should still work. I think glibc is missing a dependency on linux headers, but I'm not sure that all this is actionable. Should I be opening up a bug report for this? --000000000000dcbb3305a3f450dc Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
`python3 -m pip install pycurl` fails due to glibc no= t being able to find the header "linux/limits.h".=C2=A0 I am awar= e that there is a "python-pycurl" package in guix, but the above = should still work.=C2=A0 I think glibc is missing a dependency on linux hea= ders, but I'm not sure that all this is actionable.=C2=A0 Should I be o= pening up a bug report for this?
--000000000000dcbb3305a3f450dc--