<?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>209849</bug_id>
          
          <creation_ts>2008-02-12 14:41 0000</creation_ts>
          <short_desc>kde-base/kdemultimedia-3.5.8-r1: build fails on version check for xine-lib-1.1.10.1</short_desc>
          <delta_ts>2008-02-20 20:08:56 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>KDE</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <votes>1</votes>
          <everconfirmed>1</everconfirmed>
          <reporter>amlabs@free.fr</reporter>
          <assigned_to>kde@gentoo.org</assigned_to>
          <cc>mhaney@ercbroadband.org</cc>

      

      
          <long_desc isprivate="0">
            <who>amlabs@free.fr</who>
            <bug_when>2008-02-12 14:41:08 0000</bug_when>
            <thetext>During emerge kdemultimedia in ./configure while compiling there is a check on xine version which is incorrectly detected. Cause it is looking for x.y.z version format while it is x.y.z.w in newer version of xine-lib.

In configure there is :
xine_config_major_version=`$XINE_CONFIG $xine_config_args --version | \
             sed &apos;s/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/&apos;`
which set xine_config_major_version to 10.1  while xine-config --version return 1.1.10.1 

upstream has a bug about it:  http://bugs.xine-project.org/show_bug.cgi?id=41
but the sed expression in the patch may failed (for xine_config_sub_version or two digit number) (a simple test: echo &quot;3.2.50.9999&quot; |  sed -n &apos;s/^\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*$/\3/p&apos;  retrun 5  not 50 , so sed &apos;s/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\3/&apos;  looks better )

As I am not aware on how automake works, xine-lib package with /usr/share/aclocal/xine.m4 file may also be fixed or be the root cause.

Reproducible: Always

Steps to Reproduce:
1. emerge -pv =kde-base/kdemultimedia-3.5.8-r1
with USE flag xine and media-libs/xine-lib-1.1.10.1 installed  
Actual Results:  
checking for xine-config... /usr/bin/xine-config
checking for XINE-LIB version &gt;= 1.0.0...
*** &apos;xine-config --version&apos; returned -1717986918.1072798105.-1717986918, but XINE (1072798105.858993459.1076114227)
*** was found! If xine-config was correct, then it is best
*** to remove the old version of XINE. You may also be able to fix the error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If xine-config was wrong, set the environment variable XINE_CONFIG
*** to point to the correct copy of xine-config, and remove the file config.cache
*** before re-running configure
no
checking for strsep... yes
checking for strpbrk... yes
checking for setenv... yes
configure: error: --with-xine was given, but test for Xine failed


Expected Results:  
checking for xine-config... /usr/bin/xine-config
checking for XINE-LIB version &gt;= 1.0.0... yes
checking for strsep... yes
checking for strpbrk... yes
checking for setenv... yes
checking if arts should be compiled... yes


Portage 2.1.3.19 (default-linux/x86/2007.0/desktop, gcc-4.1.2, glibc-2.6.1-r0, 2.6.23-gentoo-r3 i686)
=================================================================
System uname: 2.6.23-gentoo-r3 i686 Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz
Timestamp of tree: Mon, 11 Feb 2008 10:16:01 +0000
ccache version 2.4 [disabled]
app-shells/bash:     3.2_p17-r1
dev-java/java-config: 1.3.7, 2.1.4
dev-lang/python:     2.4.4-r6
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.10-r5
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS=&quot;x86&quot;
CBUILD=&quot;i686-pc-linux-gnu&quot;
CFLAGS=&quot; -O2 -mtune=i686 -fomit-frame-pointer &quot;
CHOST=&quot;i686-pc-linux-gnu&quot;
CONFIG_PROTECT=&quot;/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config&quot;
CONFIG_PROTECT_MASK=&quot;/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d&quot;
CXXFLAGS=&quot; -O2 -mtune=i686 -fomit-frame-pointer &quot;
DISTDIR=&quot;/usr/portage/distfiles&quot;
FEATURES=&quot;distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch&quot;
GENTOO_MIRRORS=&quot;http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ ftp://pandemonium.tiscali.de/pub/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo ftp://ft p.tu-clausthal.de/pub/linux/gentoo/ http://distro.ibiblio.org/pub/linux/distributions/gentoo/&quot;
LINGUAS=&quot;fr fr_FR en&quot;
MAKEOPTS=&quot;-j2&quot;
PKGDIR=&quot;/usr/portage/packages&quot;
PORTAGE_RSYNC_OPTS=&quot;--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*&quot;
PORTAGE_TMPDIR=&quot;/var/tmp&quot;
PORTDIR=&quot;/usr/portage&quot;
PORTDIR_OVERLAY=&quot;/usr/local/portage&quot;
SYNC=&quot;rsync://rsync.europe.gentoo.org/gentoo-portage&quot;
USE=&quot;X Xaw3d a52 aac aalib accessibility acl acpi activefilter adns aiglx akode alsa amr apache2 arts atm audio audiofile avahi avi bash-completion berkdb bidi bitmap-fonts bl bluetooth bookmarks browserplugin bzip2 bzlib cairo calendar caps cario cdda cddb cdparanoia cdr chroot cli corba cpudetection cracklib crypt css ctype cups curl daap dba dbus dbx dga dhcp dio directfb divx4linux dmx dri dts dv dvb dvd dvdnav dvdr dvdread dvi eds emboss enca encode esd ethereal evo fam fame fbcon ffmpeg fftw firefox flac font-server foomaticdb fortran ftp gd ggi gif gimpprint glib glibc-omitfp glitz gnome gnomedb gnutls gphoto2 gpm gstreamer gtk gtk2 gtkhtml hal hardenedphp hddtemp howl-compat iconv ieee1394 imagemagick imap imlib imlib2 innodb ipv6 irda isdnlog jabber jack java javascript jpeg jpeg2k kde kerberos ladcca latex ldap libcaca libgda libnotify live lm_sensors lzo mad maildir matroska mbox mcal md5sum mdnsresponder-compat memlimit mhash midi mikmod mime mixer mjpeg mmap mmx mmxext mng mod modplug mono mozcalendar mozdomi mozilla mozp3p mozsvg mozxmlterm mp2 mp3 mp4 mpeg mpeg4 mpi mudflap musepack music musicbrainz mysql nas ncurses network nls nntp nptl nptlonly nsplugin nvidia odbc ogg oggvorbis openal opengl openmp openntpd oracle oss pam pcntl pcre pdf pdflib perl php png pnm pnp portaudio posix postgres ppds pppd print profile pulseaudio python qt qt3support qt4 quicktime rar readline real reflection rplay rtsp ruby samba sasl screen sdl session shared sharedmem shout slang slp smime sndfile snmp sockets socks5 sox speex spell spl sql sqlite sqlite3 srt sse sse2 ssl ssse3 stream svg svga syslog sysvipc tcl tga theora threads tiff timidity tk transcode transparent-proxy truetype truetype-fonts type1-fonts udev unicode usb v4l v4l2 vcd vidix virus-scan vlm vorbis wifi win32codecs wma wmf wxwindows x264 x86 xanim xine xinerama xml xml2 xmlrpc xorg xosd xpm xprint xsl xv xvid xvmc zeroconf zlib&quot; ALSA_CARDS=&quot;ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci&quot; ALSA_PCM_PLUGINS=&quot;adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol&quot; APACHE2_MODULES=&quot;actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias&quot; ELIBC=&quot;glibc&quot; INPUT_DEVICES=&quot;keyboard mouse evdev vmmouse synaptics&quot; KERNEL=&quot;linux&quot; LCD_DEVICES=&quot;bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text&quot; LINGUAS=&quot;fr fr_FR en&quot; USERLAND=&quot;GNU&quot; VIDEO_CARDS=&quot;v4l vesa vga fbdev vmware apm glint i128 i740 i810 nvidia&quot;
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>imbezol@criticaldamage.com</who>
            <bug_when>2008-02-12 17:56:59 0000</bug_when>
            <thetext>I have the same problem but my version numbers are reported slightly different than yours. I&apos;m on AMD64 if that makes a difference.

checking for _x_ao_new_port in -lxine... yes
checking for ao_new_port... no
checking for xine-config... /usr/bin/xine-config
checking for XINE-LIB version &gt;= 1.0.0... 
*** &apos;xine-config --version&apos; returned 1.1.10, but XINE (-1717986919.10.184153408)
*** was found! If xine-config was correct, then it is best
*** to remove the old version of XINE. You may also be able to fix the error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If xine-config was wrong, set the environment variable XINE_CONFIG
*** to point to the correct copy of xine-config, and remove the file config.cache
*** before re-running configure
no
checking for strsep... yes
checking for strpbrk... yes
checking for setenv... yes
configure: error: --with-xine was given, but test for Xine failed

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/kde-base/kdemultimedia-3.5.8-r1/work/kdemultimedia-3.5.8/config.log
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>pirata@gmail.com</who>
            <bug_when>2008-02-13 15:53:30 0000</bug_when>
            <thetext>same problem here.

checking for XINE-LIB version &gt;= 1.0.0...
*** &apos;xine-config --version&apos; returned 1.1.10, but XINE (-1.0.1820041856)
*** was found! If xine-config was correct, then it is best
*** to remove the old version of XINE. You may also be able to fix the error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If xine-config was wrong, set the environment variable XINE_CONFIG
*** to point to the correct copy of xine-config, and remove the file config.cache
*** before re-running configure
no
checking for strsep... yes
checking for strpbrk... yes
checking for setenv... yes
configure: error: --with-xine was given, but test for Xine failed
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>bugs-gentoo@kotiaho.net</who>
            <bug_when>2008-02-13 21:07:44 0000</bug_when>
            <thetext>amd64 here too and I get:
checking for XINE-LIB version &gt;= 1.0.0...
*** &apos;xine-config --version&apos; returned 1.1.10, but XINE (-1.0.1420870336)
*** was found! If xine-config was correct, then it is best
*** to remove the old version of XINE. You may also be able to fix the error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.

Tried with kdemultimedia 3.5.8 and 3.5.8-r1</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>amlabs@free.fr</who>
            <bug_when>2008-02-13 22:36:01 0000</bug_when>
            <thetext>Created an attachment (id=143457)
Patch for kdemultimedia-3.5.8/xine_artsplugin/configure.in.in

Got a successfully run of ./configure during compile and emerge. 
It solve the problem for me.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>imbezol@criticaldamage.com</who>
            <bug_when>2008-02-14 00:10:49 0000</bug_when>
            <thetext>Thanks, I was able to ebuild unpack, apply your patch, then compile install qmerge and get past this breakage.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>pirata@gmail.com</who>
            <bug_when>2008-02-14 18:15:43 0000</bug_when>
            <thetext>Patch works for me too!</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>weijie90@gmail.com</who>
            <bug_when>2008-02-15 03:46:50 0000</bug_when>
            <thetext>I can confirm this bug.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>itcs@tu-clausthal.de</who>
            <bug_when>2008-02-15 16:05:10 0000</bug_when>
            <thetext>The patch solved the problem. So I
Propose to Push the Patch to Portage (Please!)
:-)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>octavsly@gmail.com</who>
            <bug_when>2008-02-16 22:21:59 0000</bug_when>
            <thetext>Hi there,

I have also solved the problem with the patch. 

However, konqueror now shows a movie icon instead of the preview-thumbnails for my video files.
Since xine(lib) is used for video-thumbnails rendering can this compilation problem be related with my new video-thumbnails problem?

Do you guys have the same problem?

Best regards,
Octavian</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>octavsly@gmail.com</who>
            <bug_when>2008-02-16 22:39:49 0000</bug_when>
            <thetext>Forget about my post.

I had to enable the preview from View=&gt; Preview.

Octav&apos;</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mueli@gentoo.org</who>
            <bug_when>2008-02-17 18:01:27 0000</bug_when>
            <thetext>Patch solved problem for me too!

g, Mueli</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>bill.chase4@verizon.net</who>
            <bug_when>2008-02-18 02:12:35 0000</bug_when>
            <thetext>Pardon a noob breaking in, but how is this patch applied? I couldn&apos;t get it to go with the usual &quot;patch&quot; command against the kdemultimedia-3.5.8.ebuild.

TIA!</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>imbezol@criticaldamage.com</who>
            <bug_when>2008-02-18 04:54:46 0000</bug_when>
            <thetext>Quick instructions would be something like:
ebuild /usr/portage/kde-base/kdemultimedia/kdemultimedia-3.5.8-r1.ebuild unpack
cd /var/tmp/portage/kde-base/kdemultimedia-3.5.8-r1/work/kdemultimedia-3.5.8/
curl -o xinefix.patch &apos;http://bugs.gentoo.org/attachment.cgi?id=143457&amp;action=view&apos;
patch -p1 &lt; xinefix.patch
cd -
ebuild /usr/portage/kde-base/kdemultimedia/kdemultimedia-3.5.8-r1.ebuild compile
ebuild /usr/portage/kde-base/kdemultimedia/kdemultimedia-3.5.8-r1.ebuild install
ebuild /usr/portage/kde-base/kdemultimedia/kdemultimedia-3.5.8-r1.ebuild qmerge

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>konstantin@muenning.com</who>
            <bug_when>2008-02-18 09:21:30 0000</bug_when>
            <thetext>Created an attachment (id=143866)
Patch for ebuild to use xine-patch.

Xine Patch works for me too!

Here a patch for the ebuild to use the xine patch.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>ingmar@gentoo.org</who>
            <bug_when>2008-02-18 14:40:18 0000</bug_when>
            <thetext>*** Bug 209699 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>figueroa@andyfigueroa.net</who>
            <bug_when>2008-02-19 22:02:41 0000</bug_when>
            <thetext>(In reply to comment #15)
&gt; *** Bug 209699 has been marked as a duplicate of this bug. ***
&gt; 

(In reply to comment #12)
&gt; Pardon a noob breaking in, but how is this patch applied? I couldn&apos;t get it to
&gt; go with the usual &quot;patch&quot; command against the kdemultimedia-3.5.8.ebuild.
&gt; 
&gt; TIA!
 
I thought it was way too difficult and took too long to figure out how to make this work, thought I did with hints here and in the forum.  See:
http://forums.gentoo.org/viewtopic-p-4878803.html#4878803
for my approach that worked successfully.

Es todo!</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>ingmar@gentoo.org</who>
            <bug_when>2008-02-20 20:08:56 0000</bug_when>
            <thetext>Fixed in CVS, thanks for the patch :)</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>143457</attachid>
            <date>2008-02-13 22:36 0000</date>
            <desc>Patch for kdemultimedia-3.5.8/xine_artsplugin/configure.in.in</desc>
            <filename>kdemultimedia-3.5.8-xine-x.y.z.w.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIGtkZW11bHRpbWVkaWEtMy41Ljgub3JpZy94aW5lX2FydHNwbHVnaW4vY29uZmlndXJlLmlu
LmluCTIwMDUtMDktMTAgMTA6MjA6MDkuMDAwMDAwMDAwICswMjAwCisrKyBrZGVtdWx0aW1lZGlh
LTMuNS44L3hpbmVfYXJ0c3BsdWdpbi9jb25maWd1cmUuaW4uaW4JMjAwOC0wMi0xMyAyMzoxNTo0
OC4wMDAwMDAwMDAgKzAxMDAKQEAgLTY5LDExICs2OSwxMSBAQAogICAgICAgWElORV9DRkxBR1M9
YCRYSU5FX0NPTkZJRyAkeGluZV9jb25maWdfYXJncyAtLWNmbGFnc2AKICAgICAgIFhJTkVfTElC
Uz1gJFhJTkVfQ09ORklHICR4aW5lX2NvbmZpZ19hcmdzIC0tbGlic2AKICAgICAgIHhpbmVfY29u
ZmlnX21ham9yX3ZlcnNpb249YCRYSU5FX0NPTkZJRyAkeGluZV9jb25maWdfYXJncyAtLXZlcnNp
b24gfCBcCi0gICAgICAgICAgICAgc2VkICdzL1woW1swLTldXSpcKS5cKFtbMC05XV0qXCkuXChb
WzAtOV1dKlwpL1wxLydgCisgICAgICAgICAgICAgc2VkICdzL1woW1swLTldXSpcKS5cKFtbMC05
XV0qXCkuXChbWzAtOV1dKlwpLiovXDEvJ2AKICAgICAgIHhpbmVfY29uZmlnX21pbm9yX3ZlcnNp
b249YCRYSU5FX0NPTkZJRyAkeGluZV9jb25maWdfYXJncyAtLXZlcnNpb24gfCBcCi0gICAgICAg
ICAgICAgc2VkICdzL1woW1swLTldXSpcKS5cKFtbMC05XV0qXCkuXChbWzAtOV1dKlwpL1wyLydg
CisgICAgICAgICAgICAgc2VkICdzL1woW1swLTldXSpcKS5cKFtbMC05XV0qXCkuXChbWzAtOV1d
KlwpLiovXDIvJ2AKICAgICAgIHhpbmVfY29uZmlnX3N1Yl92ZXJzaW9uPWAkWElORV9DT05GSUcg
JHhpbmVfY29uZmlnX2FyZ3MgLS12ZXJzaW9uIHwgXAotICAgICAgICAgICAgIHNlZCAncy9cKFtb
MC05XV0qXCkuXChbWzAtOV1dKlwpLlwoW1swLTldXSpcKS9cMy8nYAorICAgICAgICAgICAgIHNl
ZCAncy9cKFtbMC05XV0qXCkuXChbWzAtOV1dKlwpLlwoW1swLTldXSpcKS4qL1wzLydgCiAgICAg
ICB4aW5lX3NjcmlwdF9kaXI9YCRYSU5FX0NPTkZJRyAkeGluZV9jb25maWdfYXJncyAtLXNjcmlw
dGRpcmAKICAgICAgIHhpbmVfcGx1Z2luX2Rpcj1gJFhJTkVfQ09ORklHICR4aW5lX2NvbmZpZ19h
cmdzIC0tcGx1Z2luZGlyYAogICAgICAgeGluZV9sb2NhbGVfZGlyPWAkWElORV9DT05GSUcgJHhp
bmVfY29uZmlnX2FyZ3MgLS1sb2NhbGVkaXJgCg==
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>143866</attachid>
            <date>2008-02-18 09:21 0000</date>
            <desc>Patch for ebuild to use xine-patch.</desc>
            <filename>kdemultimedia-3.5.8-r1.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIGtkZW11bHRpbWVkaWEtMy41LjgtcjEuZWJ1aWxkCTIwMDgtMDEtMzEgMDM6Mzc6NDguMDAw
MDAwMDAwICswMTAwCisrKyBrZGVtdWx0aW1lZGlhLTMuNS44LXIyLmVidWlsZAkyMDA4LTAyLTE4
IDEwOjAzOjM0LjAwMDAwMDAwMCArMDEwMApAQCAtMzYsNyArMzYsOCBAQAogCiBQQVRDSEVTPSIk
e0ZJTEVTRElSfS9rZGVtdWx0aW1lZGlhLTMuNS41K2ZsYWMtMS4xLjMucGF0Y2gKIAkJJHtGSUxF
U0RJUn0va2RlbXVsdGltZWRpYS1raW9zbGF2ZXMtMy41LjgtZnJlZWJzZC5wYXRjaAotCQkke0ZJ
TEVTRElSfS9rbWl4LTMuNS44LTE5ODAxNV9YRjg2QXVkaW8ucGF0Y2giCisJCSR7RklMRVNESVJ9
L2ttaXgtMy41LjgtMTk4MDE1X1hGODZBdWRpby5wYXRjaAorCQkke0ZJTEVTRElSfS9rZGVtdWx0
aW1lZGlhLTMuNS44LXhpbmUteC55Lnoudy5wYXRjaCIKIAogcGtnX3NldHVwKCkgewogCWtkZV9w
a2dfc2V0dXAK
</data>        

          </attachment>
    </bug>

</bugzilla>