Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 619350 - dev-python/cffi-1.9.1 has missing virtual/pkgconfig DEPEND
Summary: dev-python/cffi-1.9.1 has missing virtual/pkgconfig DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-22 09:06 UTC by Mike Hiretsky
Modified: 2017-05-23 16:08 UTC (History)
1 user (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 Mike Hiretsky 2017-05-22 09:06:21 UTC
emerge could not detect libffi include path without pkgconfig.

creating /var/calculate/tmp/portage/dev-python/cffi-1.9.1/work/cffi-1.9.1-python2_7/build/temp.linux-x86_64-2.7/c
x86_64-pc-linux-gnu-gcc -O2 -march=x86-64 -pipe -fPIC -DUSE__THREAD -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python2.7 -c c/_cffi_backend.c -o /var/calculate/tmp/portage/dev-python/cffi-1.9.1/work/cffi-1.9.1-python2_7/build/temp.linux-x86_64-2.7/c/_cffi_backend.o
c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory



Reproducible: Always
Comment 1 Mike Gilbert gentoo-dev 2017-05-23 16:08:12 UTC
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda4d43190aa94d0bfd445b1c8774b76da117848

commit cda4d43190aa94d0bfd445b1c8774b76da117848
Author: Mike Gilbert <floppym@gentoo.org>
Date:   Tue May 23 12:07:17 2017 -0400

    dev-python/cffi: depend on virtual/pkgconfig

    Bug: https://bugs.gentoo.org/619350
    Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69

 dev-python/cffi/cffi-1.10.0.ebuild | 1 +
 dev-python/cffi/cffi-1.5.2.ebuild  | 1 +
 dev-python/cffi/cffi-1.9.1.ebuild  | 1 +
 3 files changed, 3 insertions(+)