Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278720 - dev-python/pyme fails with app-crypt/gpgme >= 1.2.0
Summary: dev-python/pyme fails with app-crypt/gpgme >= 1.2.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 278625
  Show dependency tree
 
Reported: 2009-07-22 18:00 UTC by Christian Faulhammer (RETIRED)
Modified: 2009-08-15 16:32 UTC (History)
0 users

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 Christian Faulhammer (RETIRED) gentoo-dev 2009-07-22 18:00:27 UTC
swig -python `gpgme-config --cflags` -I/usr/include  gpgme.i
gpgme.h:80: Error: CPP #error "GPGME was compiled with _FILE_OFFSET_BITS = 64, please see the section "Largefile support (LFS)" in the GPGME manual.". Use the -cpperraswarn option to continue swig processing.
make: *** [gpgme_wrap.c] Error 1

That's also true for a bumped 0.8.1 version.
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-07-23 03:06:33 UTC
Please check if it is fixed.
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2009-07-23 09:47:33 UTC
Succeeds on the first part but later fails with:

In file included from helpers.c:21:
/var/tmp/portage/dev-python/pyme-0.8.1/work/pyme-0.8.1/gpgme.h:80:2: error: #error GPGME was compiled with _FILE_OFFSET_BITS = 64, please see the section "Largefile support (LFS)" in the GPGME manual.
error: command 'i686-pc-linux-gnu-gcc' failed with exit status 1
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-07-23 20:42:25 UTC
It should be fixed now.
Comment 4 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-08-15 16:32:48 UTC
I fixed it also in dev-python/pyme-0.6.0-r1, so that stabilization of newer version of dev-python/pyme doesn't block bug #278625.