unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* When installing pycurl through pip, linux/limits.h is missing from glibc
@ 2020-04-23 12:23 Josh Marshall
  2020-04-28 14:56 ` Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Josh Marshall @ 2020-04-23 12:23 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 347 bytes --]

`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?

[-- Attachment #2: Type: text/html, Size: 411 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: When installing pycurl through pip, linux/limits.h is missing from glibc
  2020-04-23 12:23 When installing pycurl through pip, linux/limits.h is missing from glibc Josh Marshall
@ 2020-04-28 14:56 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-04-28 14:56 UTC (permalink / raw)
  To: Josh Marshall, guix-devel

[-- Attachment #1: Type: text/plain, Size: 601 bytes --]

Josh Marshall <joshua.r.marshall.1991@gmail.com> writes:

> `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?

Does it work if you run it in a 'guix environment --ad-hoc
gcc-toolchain'?  That would set up CPATH and related variables and
should allow the build system to locate the Linux headers.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-28 14:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-23 12:23 When installing pycurl through pip, linux/limits.h is missing from glibc Josh Marshall
2020-04-28 14:56 ` Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).