<?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>23464</bug_id>
          <alias>dumb-ebuild-problem</alias>
          <creation_ts>2003-06-25 09:21 0000</creation_ts>
          <short_desc>Change in DUMB&apos;s ebuild will be problematic</short_desc>
          <delta_ts>2007-08-23 23:38:40 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>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <keywords>EBUILD</keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>Future</target_milestone>
          <dependson>2272</dependson>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>entheh@users.sf.net</reporter>
          <assigned_to>sound@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>entheh@users.sf.net</who>
            <bug_when>2003-06-25 09:21:25 0000</bug_when>
            <thetext>DUMB consists of two parts: a core that generates music, and an optional
interface with Allegro that can send the music through Allegro&apos;s sound output
system. Most people using DUMB use both (but not all, for instance DUMB-XMMS
doesn&apos;t use Allegro).

DUMB v0.9.1&apos;s ebuild depended unconditionally on Allegro, and always compiled
the Allegro interface.

DUMB v0.9.2&apos;s ebuild (submitted by me) does not depend on Allegro unless the
(local) use flag &apos;allegro&apos; is set. If you want the Allegro interface to be
compiled, you need to do `USE=&quot;allegro&quot; emerge dumb`.

There is at least one ebuild (app-games/raptor2) that depends on &gt;=dumb-0.9.1
and requires the Allegro interface. I have not tried to install this (mainly
because as DUMB&apos;s developer I have installed CVS manually rather than using the
ebuilds), but I know it will fail on systems with ACCEPT_KEYWORDS=&quot;~x86&quot; because
DUMB&apos;s Allegro interface won&apos;t be built.

Here are the solutions I am aware of, and associated problems:

- Split DUMB into two ebuilds, one that does the core and one that does the
Allegro interface. Tricky, because DUMB comes in one package, and stuff may end
up being built twice.

- Always build the Allegro interface. But then Allegro is a dependency, and
Allegro takes ages to compile. Software like DUMB-XMMS that doesn&apos;t require
Allegro would then take ages to install and pull unnecessary stuff into the system.

- Is it possible to force use flags in a dependency? If so, how do we do this?
Something makes me think this isn&apos;t possible because then the package would have
to reinstall if the USE flags changed one way but not if they changed the other,
or whatever ...

If the last-mentioned solution is possible, I&apos;d like to change DUMB&apos;s ebuild so
that you specify a USE flag if you DON&apos;T want Allegro set up. But it may be
academic.

I&apos;d like to hear some opinions from those who know ebuilds inside out, but if no
one has any suggestions I&apos;ll work on the first solution. So, any suggestions?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>tigger@gentoo.org</who>
            <bug_when>2003-06-30 02:41:28 0000</bug_when>
            <thetext>There is no way to specify a use flag in a DEP. So, we can&apos;t really win here. We have DEP which want it both ways (XMMS vs Most other things depending on DUMB).

It would have to be done upstream by you I think, and then split into two ebuilds here. Or something..

Messy :/</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>entheh@users.sf.net</who>
            <bug_when>2003-07-07 07:23:59 0000</bug_when>
            <thetext>Hmm. Oops. Just to clear up some misinformation for those browsing this bug report, you actually need to do: USE=dumb-allegro emerge dumb
No one told me about this when the ebuild was committed :P

Anyhow, I think it should be possible to build only the Allegro interface part of DUMB without the core being built. Of course it wouldn&apos;t be usable, but it should compile. That means it may be feasible to split it into two ebuilds without incurring too much extra work. I also noticed that emerge keeps the packages around, so it won&apos;t even have to download it twice. Yippee \o/

So I&apos;ll start working on that sometime soon.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>entheh@users.sf.net</who>
            <bug_when>2003-07-08 08:54:30 0000</bug_when>
            <thetext>Created an attachment (id=14277)
New ebuild; does DUMB&apos;s core alone

This ebuild goes in media-libs/dumb and does DUMB&apos;s core alone. It no longer
leverages the dumb-allegro USE flag; this can be removed from use.local.desc as
soon as dumb-0.9.2.ebuild is removed from portage. (There is no rush to remove
this old ebuild, since it will function the same as the new one as long as no
one tries to use the old USE flag.)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>entheh@users.sf.net</who>
            <bug_when>2003-07-08 08:59:25 0000</bug_when>
            <thetext>Created an attachment (id=14278)
New ebuild: does DUMB&apos;s Allegro support alone

This ebuild, to go in media-libs/aldumb, does DUMB&apos;s Allegro support, and
suitably depends on &apos;dumb&apos; and &apos;allegro&apos;. A small patch to DUMB&apos;s Makefile was
necessary so that DUMB would link the example program with the already
installed core instead of rebuilding the core for use by the example program.
Yay. See below ...</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>entheh@users.sf.net</who>
            <bug_when>2003-07-08 09:01:21 0000</bug_when>
            <thetext>Created an attachment (id=14279)
Patch required by aldumb-0.9.2.ebuild

... and here&apos;s the patch.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>entheh@users.sf.net</who>
            <bug_when>2003-07-08 09:06:05 0000</bug_when>
            <thetext>Created an attachment (id=14280)
Change to the existing ebuild for the game Raptor

Raptor (app-games/raptor2) is the only game in the portage tree that uses DUMB
- unless others have been submitted very recently. If they have, I daresay I&apos;ll
find them when I do a bug search :)

This patch modifies the existing ebuild so that it will require DUMB v0.9.1, no
more, no less. This is because the DUMB v0.9.1 ebuild always builds Allegro
support, and the DUMB v0.9.2 ebuild does not. Since raptor2-1.0.0 and
dumb-0.9.1 are both marked as stable, and dumb-0.9.2 is marked as unstable, I
think it&apos;s wise to make this change. I also have a new raptor2 ebuild revision,
which I will attach in a moment ...</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>entheh@users.sf.net</who>
            <bug_when>2003-07-08 09:12:42 0000</bug_when>
            <thetext>Created an attachment (id=14281)
Raptor update - this one is for DUMB v0.9.2

Here&apos;s the new ebuild for Raptor 2. It depends on aldumb-0.9.2, which in turn
depends on dumb-0.9.2-r1.

There, all done! I don&apos;t see any need to revise the DUMB-XMMS ebuild to depend
on dumb-0.9.2-r1 or greater. DUMB-XMMS may be built with dumb-0.9.2, but this
ebuild doesn&apos;t do the Allegro support by default so I don&apos;t see a problem. :)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>entheh@users.sf.net</who>
            <bug_when>2003-07-08 09:16:53 0000</bug_when>
            <thetext>Hmm, OK, it seems Bugzilla stripped the filenames. In order of attachment, the filenames should be:

media-libs/dumb/dumb-0.9.2-r1.ebuild
media-libs/aldumb/aldumb-0.9.2-r1.ebuild
media-libs/aldumb/files/aldumb-0.9.2.Makefile.patch
patch to be applied to: app-games/raptor2/raptor2-1.0.0.ebuild
app-games/raptor2/raptor2-1.0.0-r1.ebuild</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>entheh@users.sf.net</who>
            <bug_when>2003-07-08 09:23:59 0000</bug_when>
            <thetext>Just to say, all the ebuilds have been tested.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>entheh@users.sf.net</who>
            <bug_when>2003-07-08 09:36:12 0000</bug_when>
            <thetext>D&apos;OH! The second file should be named:

media-libs/aldumb/aldumb-0.9.2.ebuild

without the &apos;-r1&apos;. Oops :)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jje@gentoo.org</who>
            <bug_when>2003-07-19 19:30:24 0000</bug_when>
            <thetext>k. I think i&apos;ve finally got my head around this and will attempt to commit it all. You may well be hearing pleas for help from me... :-)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jje@gentoo.org</who>
            <bug_when>2003-07-19 21:53:45 0000</bug_when>
            <thetext>Commited. Let me know if i missed anything.

Thanks for the update!</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>14277</attachid>
            <date>2003-07-08 08:54 0000</date>
            <desc>New ebuild; does DUMB&apos;s core alone</desc>
            <filename>dumb-0.9.2-r1.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDAzIEdlbnRvbyBUZWNobm9sb2dpZXMsIEluYy4KIyBEaXN0cmli
dXRlZCB1bmRlciB0aGUgdGVybXMgb2YgdGhlIEdOVSBHZW5lcmFsIFB1YmxpYyBMaWNlbnNlIHYy
CiMgJEhlYWRlcjogJAoKREVTQ1JJUFRJT049IklUL1hNL1MzTS9NT0QgcGxheWVyIGxpYnJhcnkg
d2l0aCBjbGljayByZW1vdmFsIGFuZCBJVCBmaWx0ZXJzLiBNb3N0IHVzZXJzIHdpbGwgYWxzbyB3
YW50IHRoZSAnYWxkdW1iJyBwYWNrYWdlLiIKU1JDX1VSST0ibWlycm9yOi8vc291cmNlZm9yZ2Uv
ZHVtYi8ke1B9LWZpeGVkLnRhci5neiIKSE9NRVBBR0U9Imh0dHA6Ly9kdW1iLnNvdXJjZWZvcmdl
Lm5ldC8iCgpMSUNFTlNFPSJEVU1CLTAuOS4yIgpTTE9UPSIwIgpLRVlXT1JEUz0ifng4NiIKCklV
U0U9IiIKREVQRU5EPSIiCgpTPSR7V09SS0RJUn0vJHtQTn0KCnNyY19jb21waWxlKCkgewoJZWNo
byAnaW5jbHVkZSBtYWtlL3VuaXguaW5jJyA+IG1ha2UvY29uZmlnLnR4dCB8fCBkaWUKCWVjaG8g
J0FMTF9UQVJHRVRTIDo9IGNvcmUgY29yZS1leGFtcGxlcyBjb3JlLWhlYWRlcnMnID4+IG1ha2Uv
Y29uZmlnLnR4dCB8fCBkaWUKCWVjaG8gJ1BSRUZJWCA6PSAvdXNyJyA+PiBtYWtlL2NvbmZpZy50
eHQgfHwgZGllCgllbWFrZSBPRkxBR1M9IiR7Q0ZMQUdTfSIgYWxsIHx8IGRpZQp9CgpzcmNfaW5z
dGFsbCgpIHsKCWRvZGlyIC91c3IvbGliIC91c3IvaW5jbHVkZSAvdXNyL2JpbgoJbWFrZSBpbnN0
YWxsIFBSRUZJWD0ke0R9L3VzciB8fCBkaWUKCglkb2RvYyByZWFkbWUudHh0IHJlbGVhc2UudHh0
IGRvY3MvKgoKCWVpbmZvCgllaW5mbyAiRFVNQidzIGNvcmUgaGFzIGJlZW4gaW5zdGFsbGVkLiBU
aGlzIHdpbGwgZW5hYmxlIHlvdSB0byBjb252ZXJ0IG1vZHVsZSIKCWVpbmZvICJmaWxlcyB0byBQ
Q00gZGF0YSAocmVhZHkgZm9yIHNlbmRpbmcgdG8gL2Rldi9kc3AsIHdyaXRpbmcgdG8gYSAud2F2
IgoJZWluZm8gImZpbGUsIHBpcGluZyB0aHJvdWdoIG9nZ2VuYywgZXRjLikuIgoJZWluZm8KCWVp
bmZvICJJZiB5b3UgYXJlIHVzaW5nIEFsbGVncm8sIHlvdSB3aWxsIGFsc28gd2FudCB0byAnZW1l
cmdlIGFsZHVtYicuIFRoaXMiCgllaW5mbyAicHJvdmlkZXMgeW91IHdpdGggYSBjb252ZW5pZW50
IEFQSSBmb3IgcGxheWluZyBtb2R1bGUgZmlsZXMgdGhyb3VnaCIKCWVpbmZvICJBbGxlZ3JvJ3Mg
c291bmQgc3lzdGVtLCBhbmQgYWxzbyBlbmFibGVzIERVTUIgdG8gaW50ZWdyYXRlIHdpdGgiCgll
aW5mbyAiQWxsZWdybydzIGRhdGFmaWxlIHN5c3RlbSBzbyB5b3UgY2FuIGFkZCBtb2R1bGVzIHRv
IGRhdGFmaWxlcy4iCgllaW5mbwoJZWluZm8gIkFzIGEgZGV2ZWxvcGVyLCB3aGVuIHlvdSBkaXN0
cmlidXRlIHlvdXIgZ2FtZSBhbmQgd3JpdGUgeW91ciBkb2NzLCBiZSIKCWVpbmZvICJhd2FyZSB0
aGF0ICdkdW1iJyBhbmQgJ2FsZHVtYicgYWN0dWFsbHkgY29tZSBmcm9tIHRoZSBzYW1lIGRvd25s
b2FkLiIKCWVpbmZvICJQZW9wbGUgd2hvIGRvbid0IHVzZSBHZW50b28gd2lsbCBvbmx5IGhhdmUg
dG8gZG93bmxvYWQgYW5kIGluc3RhbGwgb25lIgoJZWluZm8gInBhY2thZ2UuIFNlZSAvdXNyL3No
YXJlL2RvYy8ke1BGfS9yZWFkbWUudHh0Lmd6IGZvciBkZXRhaWxzIG9uIgoJZWluZm8gImhvdyBE
VU1CIHdvdWxkIGJlIGNvbXBpbGVkIG1hbnVhbGx5LiIKCWVpbmZvCn0K
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>14278</attachid>
            <date>2003-07-08 08:59 0000</date>
            <desc>New ebuild: does DUMB&apos;s Allegro support alone</desc>
            <filename>aldumb-0.9.2.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDAzIEdlbnRvbyBUZWNobm9sb2dpZXMsIEluYy4KIyBEaXN0cmli
dXRlZCB1bmRlciB0aGUgdGVybXMgb2YgdGhlIEdOVSBHZW5lcmFsIFB1YmxpYyBMaWNlbnNlIHYy
CiMgJEhlYWRlcjogJAoKREVTQ1JJUFRJT049IkFsbGVncm8gc3VwcG9ydCBmb3IgRFVNQi4gU2Vl
IHRoZSAnZHVtYicgcGFja2FnZSdzIGRlc2NyaXB0aW9uIGZvciBkZXRhaWxzLiIKU1JDX1VSST0i
bWlycm9yOi8vc291cmNlZm9yZ2UvZHVtYi9kdW1iLSR7UFZ9LWZpeGVkLnRhci5neiIKSE9NRVBB
R0U9Imh0dHA6Ly9kdW1iLnNvdXJjZWZvcmdlLm5ldC8iCgpMSUNFTlNFPSJEVU1CLTAuOS4yIgpT
TE9UPSIwIgpLRVlXT1JEUz0ifng4NiIKCklVU0U9IiIKREVQRU5EPSI9bWVkaWEtbGlicy9kdW1i
LTAuOS4yLXIxCgltZWRpYS1saWJzL2FsbGVncm8iCgpTPSR7V09SS0RJUn0vZHVtYgoKc3JjX3Vu
cGFjaygpIHsKCXVucGFjayAke0F9CgljZCAke1N9CglwYXRjaCBNYWtlZmlsZSA8ICR7RklMRVNE
SVJ9L2FsZHVtYi0wLjkuMi5NYWtlZmlsZS5wYXRjaCB8fCBkaWUKfQoKc3JjX2NvbXBpbGUoKSB7
CgllY2hvICdpbmNsdWRlIG1ha2UvdW5peC5pbmMnID4gbWFrZS9jb25maWcudHh0IHx8IGRpZQoJ
ZWNobyAnQUxMX1RBUkdFVFMgOj0gYWxsZWdybyBhbGxlZ3JvLWV4YW1wbGVzIGFsbGVncm8taGVh
ZGVycycgPj4gbWFrZS9jb25maWcudHh0IHx8IGRpZQoJZWNobyAnUFJFRklYIDo9IC91c3InID4+
IG1ha2UvY29uZmlnLnR4dCB8fCBkaWUKCWVtYWtlIE9GTEFHUz0iJHtDRkxBR1N9IiBhbGwgfHwg
ZGllCn0KCnNyY19pbnN0YWxsKCkgewoJZG9kaXIgL3Vzci9saWIgL3Vzci9pbmNsdWRlIC91c3Iv
YmluCgltYWtlIGluc3RhbGwgUFJFRklYPSR7RH0vdXNyIHx8IGRpZQp9Cg==
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>14279</attachid>
            <date>2003-07-08 09:01 0000</date>
            <desc>Patch required by aldumb-0.9.2.ebuild</desc>
            <filename>aldumb-0.9.2.Makefile.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIE1ha2VmaWxlCTIwMDMtMDQtMDQgMDE6MzQ6MTguMDAwMDAwMDAwICswMTAwCisrKyBNYWtl
ZmlsZS5hbGR1bWIJMjAwMy0wNy0wOCAxNjoxNzoxNC4wMDAwMDAwMDAgKzAxMDAKQEAgLTI4Niw4
ICsyODYsOCBAQAogJChDT1JFX0VYQU1QTEVTX0VYRSk6IGV4YW1wbGVzLyUkKEVYRV9TVUZGSVgp
OiBleGFtcGxlcy8lLm8gJChDT1JFX0xJQl9GSUxFX1JFTEVBU0UpCiAJJChDQykgJF4gLW8gJEAg
JChMREZMQUdTKSAkKExJTktfTUFUSCkKIAotJChBTExFR1JPX0VYQU1QTEVTX0VYRSk6IGV4YW1w
bGVzLyUkKEVYRV9TVUZGSVgpOiBleGFtcGxlcy8lLm8gJChBTExFR1JPX0xJQl9GSUxFX1JFTEVB
U0UpICQoQ09SRV9MSUJfRklMRV9SRUxFQVNFKQotCSQoQ0MpICReIC1vICRAICQoTERGTEFHUykg
JChMSU5LX0FMTEVHUk8pCiskKEFMTEVHUk9fRVhBTVBMRVNfRVhFKTogZXhhbXBsZXMvJSQoRVhF
X1NVRkZJWCk6IGV4YW1wbGVzLyUubyAkKEFMTEVHUk9fTElCX0ZJTEVfUkVMRUFTRSkKKwkkKEND
KSAkXiAtbyAkQCAkKExERkxBR1MpIC1sZHVtYiAkKExJTktfQUxMRUdSTykKIAogJChDT1JFX0VY
QU1QTEVTX09CSik6IGV4YW1wbGVzLyUubzogZXhhbXBsZXMvJS5jIGluY2x1ZGUvZHVtYi5oCiAJ
JChDQykgLWMgJDwgLW8gJEAgJChDRkxBR1NfUkVMRUFTRSkK
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>14280</attachid>
            <date>2003-07-08 09:06 0000</date>
            <desc>Change to the existing ebuild for the game Raptor</desc>
            <filename>raptor2-1.0.0.ebuild.diff</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIC91c3IvcG9ydGFnZS9hcHAtZ2FtZXMvcmFwdG9yMi9yYXB0b3IyLTEuMC4wLmVidWlsZAky
MDAzLTAzLTEwIDA5OjQyOjM2LjAwMDAwMDAwMCArMDAwMAorKysgL3Vzci9sb2NhbC9wb3J0YWdl
L2FwcC1nYW1lcy9yYXB0b3IyL3JhcHRvcjItMS4wLjAuZWJ1aWxkCTIwMDMtMDctMDggMTU6MjQ6
MDEuMDAwMDAwMDAwICswMTAwCkBAIC0xNSw3ICsxNSw3IEBACiBJVVNFPSJvZ2d2b3JiaXMgbmxz
IgogCiBSREVQRU5EPSI+PW1lZGlhLWxpYnMvYWxsZWdyby00LjAuMAotCT49bWVkaWEtbGlicy9k
dW1iLTAuOS4xIgorCT1tZWRpYS1saWJzL2R1bWItMC45LjEiCiAKIFM9JHtXT1JLRElSfS8ke01Z
X1B9CiAK
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>14281</attachid>
            <date>2003-07-08 09:12 0000</date>
            <desc>Raptor update - this one is for DUMB v0.9.2</desc>
            <filename>raptor2-1.0.0-r1.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDAzIEdlbnRvbyBUZWNobm9sb2dpZXMsIEluYy4KIyBEaXN0cmli
dXRlZCB1bmRlciB0aGUgdGVybXMgb2YgdGhlIEdOVSBHZW5lcmFsIFB1YmxpYyBMaWNlbnNlIHYy
CiMgJEhlYWRlcjogJAoKaW5oZXJpdCBldXRpbHMgZ2FtZXMKCk1ZX1A9InJhcHRvci0ke1BWfSIK
REVTQ1JJUFRJT049InNwYWNlIHNob290LWVtLXVwIGdhbWUiClNSQ19VUkk9Im1pcnJvcjovL3Nv
dXJjZWZvcmdlL3JhcHRvcnYyLyR7TVlfUH0udGFyLmd6IgpIT01FUEFHRT0iaHR0cDovL3JhcHRv
cnYyLnNvdXJjZWZvcmdlLm5ldC8iCgpMSUNFTlNFPSJHUEwtMiIKU0xPVD0iMCIKS0VZV09SRFM9
In54ODYiCklVU0U9Im9nZ3ZvcmJpcyBubHMiCgpSREVQRU5EPSI+PW1lZGlhLWxpYnMvYWxsZWdy
by00LjAuMAoJPj1tZWRpYS1saWJzL2FsZHVtYi0wLjkuMiIKClM9JHtXT1JLRElSfS8ke01ZX1B9
CgpzcmNfdW5wYWNrKCkgewoJdW5wYWNrICR7QX0gJiYgY2QgJHtTfQoJZXBhdGNoICR7RklMRVNE
SVJ9LyR7UFZ9LWNoZGlyLnBhdGNoCgljZCBzcmMgJiYgY3AgcmFwdG9yLmNwcHssLm9yaWd9Cglz
ZWQgLWUgInM6R0VOVE9PX0RBVEFESVI6JHtHQU1FU19EQVRBRElSfS8ke1BOfS86IiBcCgkJcmFw
dG9yLmNwcC5vcmlnID4gcmFwdG9yLmNwcAp9CgpzcmNfY29tcGlsZSgpIHsKCWVnYW1lc2NvbmYg
fHwgZGllICJDb25maWd1cmF0aW9uIGZhaWxlZCIKCWVtYWtlIHx8IGRpZSAiQ29tcGlsYXRpb24g
ZmFpbGVkIgp9CgpzcmNfaW5zdGFsbCgpIHsKCWRvZ2FtZXNiaW4gc3JjL3JhcHRvcgoKCWluc2lu
dG8gJHtHQU1FU19EQVRBRElSfS8ke1BOfS9kYXRhCglkb2lucyBkYXRhLyoKCglkb2RvYyBBVVRI
T1JTIENoYW5nZUxvZyBSRUFETUUgTkVXUwp9Cg==
</data>        

          </attachment>
    </bug>

</bugzilla>