Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60149 - gpgme 0.3.14-r1 ebuild misses to sed gpgme/mkerrors file
Summary: gpgme 0.3.14-r1 ebuild misses to sed gpgme/mkerrors file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-12 09:20 UTC by Mihai Limbasan
Modified: 2004-08-12 13:08 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 Mihai Limbasan 2004-08-12 09:20:20 UTC
The gpgme-0.3.14-r1 misses to sed -i -e 's:gpgme\.m4:gpgme3.m4:g' the gpgme/mkerrors file, which at build time generates gpgme/errors.c. As a result, at compile time the build fails due to gpgme.h not being found.

Patch:

--- /usr/portage/app-crypt/gpgme/gpgme-0.3.14-r1.ebuild 2004-08-08 23:11:25.000000000 +0300
+++ /usr/local/portage/app-crypt/gpgme/gpgme-0.3.14-r1.ebuild   2004-08-12 19:10:28.909268672 +0300
@@ -51,5 +51,5 @@
        sed -i -e 's:gpgme\.m4:gpgme3.m4:g' \
                -e 's:gpgme\.h:gpgme3.h:g' \
-               gpgme/Makefile.am configure.ac doc/gpgme.texi \
+               gpgme/Makefile.am configure.ac doc/gpgme.texi gpgme/mkerrors \
                `find . -name \*.c -o -name \*.h`
Comment 1 Mihai Limbasan 2004-08-12 10:45:07 UTC
Err, I mean 's:gpgme\.h:gpgme3.h:g', not .m4, but you get the point :)
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-08-12 13:08:26 UTC
Thankyou - fixed.