Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 804142 - dev-libs/gobject-introspection-1.68.0 - meson.build:161:3: ERROR: C header 'Python.h' not usable - fatal error: crypt.h: No such file or directory
Summary: dev-libs/gobject-introspection-1.68.0 - meson.build:161:3: ERROR: C header 'P...
Status: RESOLVED DUPLICATE of bug 802210
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-25 12:54 UTC by Nick
Modified: 2021-07-26 19:45 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick 2021-07-25 12:54:15 UTC
Otherwise it fails to build with 

meson.build:161:3: ERROR: C header 'Python.h' not usable

Checking meson.log shows

fatal error: crypt.h: No such file or directory

Installing sys-libs/libxcrypt fixes this.

Reproducible: Always

Steps to Reproduce:
1. Update @world on ~amd64
2. Fail
Comment 1 Mike Gilbert gentoo-dev 2021-07-26 16:08:52 UTC
Please attach a build log and meson-log.txt from the build directory.
Comment 2 Mike Gilbert gentoo-dev 2021-07-26 16:12:45 UTC
Python.h from dev-lang/python has this:

#include <crypt.h>

All versions of dev-lang/python currently in Gentoo have virtual/libcrypt in RDEPEND.
Comment 3 Mike Gilbert gentoo-dev 2021-07-26 19:45:05 UTC
I assume this is just a portage merge order problem.

*** This bug has been marked as a duplicate of bug 802210 ***