Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 60149
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Daniel Black <dragonheart@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Mihai Limbasan <mihailim@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 60149 depends on: Show dependency tree
Bug 60149 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-08-12 09:20 0000
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 From Mihai Limbasan 2004-08-12 10:45:07 0000 -------
Err, I mean 's:gpgme\.h:gpgme3.h:g', not .m4, but you get the point :)

------- Comment #2 From Daniel Black 2004-08-12 13:08:26 0000 -------
Thankyou - fixed.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug