<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>60149</bug_id>
          
          <creation_ts>2004-08-12 09:20 0000</creation_ts>
          <short_desc>gpgme 0.3.14-r1 ebuild misses to sed gpgme/mkerrors file</short_desc>
          <delta_ts>2004-08-12 13:08:26 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>mihailim@gmail.com</reporter>
          <assigned_to>dragonheart@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>mihailim@gmail.com</who>
            <bug_when>2004-08-12 09:20:20 0000</bug_when>
            <thetext>The gpgme-0.3.14-r1 misses to sed -i -e &apos;s:gpgme\.m4:gpgme3.m4:g&apos; 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 &apos;s:gpgme\.m4:gpgme3.m4:g&apos; \
                -e &apos;s:gpgme\.h:gpgme3.h:g&apos; \
-               gpgme/Makefile.am configure.ac doc/gpgme.texi \
+               gpgme/Makefile.am configure.ac doc/gpgme.texi gpgme/mkerrors \
                `find . -name \*.c -o -name \*.h`</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mihailim@gmail.com</who>
            <bug_when>2004-08-12 10:45:07 0000</bug_when>
            <thetext>Err, I mean &apos;s:gpgme\.h:gpgme3.h:g&apos;, not .m4, but you get the point :)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>dragonheart@gentoo.org</who>
            <bug_when>2004-08-12 13:08:26 0000</bug_when>
            <thetext>Thankyou - fixed.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>