<?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>49829</bug_id>
          
          <creation_ts>2004-05-03 05:22 0000</creation_ts>
          <short_desc>media-gfx/giram-0.3.4 failes to compile after upgrading to gtk+-2.4.0-r1</short_desc>
          <delta_ts>2005-08-19 16:33:48 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>x86</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>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>andre.hinrichs@gmx.de</reporter>
          <assigned_to>graphics@gentoo.org</assigned_to>
          <cc>jakub@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>andre.hinrichs@gmx.de</who>
            <bug_when>2004-05-03 05:22:23 0000</bug_when>
            <thetext>Did an &apos;emerge -e world&apos; just two weeks ago and everything compiled fine.
Now, after upgrading the gtk+, atk and pango packages I decided to recompile
again, but unfortunately compile of giram fails.

Here is the error message:

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../src -I../../src -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include    -g -O2 -Wall -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -O3 -march=i686 -funroll-loops -pipe -DPLUGINS_DIR=&quot;\&quot;/usr/lib/giram/plug-ins/\&quot;&quot; -DHELPFILE=&quot;\&quot;/usr/share/doc/giram-0.3.4/Tutorial\&quot;&quot; -c gtkcolorbutton.c
gtkcolorbutton.c:26:2: warning: #warning GTK_DISABLE_DEPRECATED
gtkcolorbutton.c: In function `gtk_color_button_destroy&apos;:
gtkcolorbutton.c:60: error: structure has no member named `title&apos;
gtkcolorbutton.c:62: error: structure has no member named `title&apos;
gtkcolorbutton.c:63: error: structure has no member named `title&apos;
gtkcolorbutton.c:66: error: structure has no member named `gcs&apos;
gtkcolorbutton.c:68: error: structure has no member named `gcs&apos;
gtkcolorbutton.c:69: error: structure has no member named `gcs&apos;
gtkcolorbutton.c:72: error: structure has no member named `color&apos;
gtkcolorbutton.c:74: error: structure has no member named `color&apos;
gtkcolorbutton.c:75: error: structure has no member named `color&apos;
gtkcolorbutton.c: In function `gtk_color_button_class_init&apos;:
gtkcolorbutton.c:101: error: structure has no member named `color_changed&apos;
gtkcolorbutton.c:105: error: structure has no member named `color_changed&apos;
gtkcolorbutton.c: In function `gtk_color_button_init&apos;:
gtkcolorbutton.c:117: error: structure has no member named `title&apos;
gtkcolorbutton.c:119: error: structure has no member named `color&apos;
gtkcolorbutton.c:120: error: structure has no member named `preview&apos;
gtkcolorbutton.c:121: error: structure has no member named `gcs&apos;
gtkcolorbutton.c: At top level:
gtkcolorbutton.c:170: error: conflicting types for `gtk_color_button_new&apos;
/usr/include/gtk-2.0/gtk/gtkcolorbutton.h:79: error: previous declaration of `gtk_color_button_new&apos;
gtkcolorbutton.c: In function `gtk_color_button_new&apos;:
gtkcolorbutton.c:178: error: structure has no member named `title&apos;
gtkcolorbutton.c:179: error: structure has no member named `width&apos;
gtkcolorbutton.c:180: error: structure has no member named `height&apos;
gtkcolorbutton.c:182: error: structure has no member named `color&apos;
gtkcolorbutton.c:187: error: structure has no member named `color&apos;
gtkcolorbutton.c:191: error: structure has no member named `color&apos;
gtkcolorbutton.c:194: error: structure has no member named `preview&apos;
gtkcolorbutton.c:195: error: structure has no member named `preview&apos;
gtkcolorbutton.c:195: error: structure has no member named `preview&apos;
gtkcolorbutton.c:198: error: structure has no member named `preview&apos;
gtkcolorbutton.c:199: error: structure has no member named `preview&apos;
gtkcolorbutton.c:200: error: structure has no member named `preview&apos;
gtkcolorbutton.c: In function `gtk_color_button_update&apos;:
gtkcolorbutton.c:220: error: structure has no member named `gcs&apos;
gtkcolorbutton.c:221: error: structure has no member named `gcs&apos;
gtkcolorbutton.c:221: error: structure has no member named `color&apos;
gtkcolorbutton.c: In function `gtk_color_button_state_changed&apos;:
gtkcolorbutton.c:229: error: structure has no member named `gcs&apos;
gtkcolorbutton.c:230: error: structure has no member named `gcs&apos;
gtkcolorbutton.c: In function `gtk_color_button_clicked&apos;:
gtkcolorbutton.c:243: error: structure has no member named `gcs&apos;
gtkcolorbutton.c:245: error: structure has no member named `gcs&apos;
gtkcolorbutton.c:246: error: structure has no member named `gcs&apos;
gtkcolorbutton.c:248: error: structure has no member named `gcs&apos;
gtkcolorbutton.c:248: error: structure has no member named `gcs&apos;
gtkcolorbutton.c:250: error: structure has no member named `gcs&apos;
gtkcolorbutton.c:253: error: structure has no member named `gcs&apos;
gtkcolorbutton.c:254: error: structure has no member named `gcs&apos;
gtkcolorbutton.c:255: error: structure has no member named `gcs&apos;
gtkcolorbutton.c:256: error: structure has no member named `gcs&apos;
gtkcolorbutton.c:256: error: structure has no member named `gcs&apos;
gtkcolorbutton.c:260: error: structure has no member named `gcs&apos;
gtkcolorbutton.c:260: error: structure has no member named `color&apos;
gtkcolorbutton.c:261: error: structure has no member named `gcs&apos;
gtkcolorbutton.c: In function `gtk_color_button_paint&apos;:
gtkcolorbutton.c:271: error: structure has no member named `width&apos;
gtkcolorbutton.c:272: error: structure has no member named `width&apos;
gtkcolorbutton.c:275: error: structure has no member named `color&apos;
gtkcolorbutton.c:277: error: structure has no member named `height&apos;
gtkcolorbutton.c:278: error: structure has no member named `preview&apos;
gtkcolorbutton.c:279: error: structure has no member named `width&apos;
gtkcolorbutton.c:280: error: structure has no member named `preview&apos;
gtkcolorbutton.c: In function `gtk_color_button_color_changed&apos;:
gtkcolorbutton.c:290: error: structure has no member named `gcs&apos;
gtkcolorbutton.c:293: error: structure has no member named `color&apos;
gtkcolorbutton.c: At top level:
gtkcolorbutton.c:300: error: conflicting types for `gtk_color_button_set_color&apos;
/usr/include/gtk-2.0/gtk/gtkcolorbutton.h:82: error: previous declaration of `gtk_color_button_set_color&apos;
gtkcolorbutton.c: In function `gtk_color_button_set_color&apos;:
gtkcolorbutton.c:305: error: structure has no member named `color&apos;
gtkcolorbutton.c:307: error: structure has no member named `gcs&apos;
gtkcolorbutton.c:309: error: structure has no member named `gcs&apos;
make[3]: *** [gtkcolorbutton.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/giram-0.3.4/work/giram-0.3.4/src/widgets&apos;
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/giram-0.3.4/work/giram-0.3.4/src&apos;
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/giram-0.3.4/work/giram-0.3.4&apos;
make: *** [all-recursive-am] Error 2

!!! ERROR: media-gfx/giram-0.3.4 failed.
!!! Function src_compile, Line 42, Exitcode 2
!!! (no error message)


Reproducible: Always
Steps to Reproduce:
1.emerge -Du world
2.emerge -e world




Portage 2.0.50-r6 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.6.5-gentoo-r1)
=================================================================
System uname: 2.6.5-gentoo-r1 i686 Pentium III (Coppermine)
Gentoo Base System version 1.4.9
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS=&quot;x86&quot;
AUTOCLEAN=&quot;yes&quot;
CFLAGS=&quot;-O3 -march=i686 -funroll-loops -pipe&quot;
CHOST=&quot;i686-pc-linux-gnu&quot;
COMPILER=&quot;gcc3&quot;
CONFIG_PROTECT=&quot;/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config
/usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/bind /var/qmail/control&quot;
CONFIG_PROTECT_MASK=&quot;/etc/gconf /etc/terminfo /etc/env.d&quot;
CXXFLAGS=&quot;-O3 -march=i686 -funroll-loops -pipe&quot;
DISTDIR=&quot;/usr/portage/distfiles&quot;
FEATURES=&quot;autoaddcvs ccache sandbox&quot;
GENTOO_MIRRORS=&quot;ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/
http://ds.thn.htu.se/linux/gentoo
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/&quot;
MAKEOPTS=&quot;-j 3&quot;
PKGDIR=&quot;/usr/portage/packages&quot;
PORTAGE_TMPDIR=&quot;/var/tmp&quot;
PORTDIR=&quot;/usr/portage&quot;
PORTDIR_OVERLAY=&quot;&quot;
SYNC=&quot;rsync://rsync8.de.gentoo.org/gentoo-portage&quot;
USE=&quot;X Xaw3d aalib acl alsa apache2 apm arts audiofile avi berkdb bonobo cdr
crypt cups curl divx4linux dvd emacs encode esd flac flash foomaticdb gd gdbm
ggi gif gmp gnome gphoto2 gpm gtk gtk2 gtkhtml guile icq imagemagick imlib java
jpeg kde lcms ldap leim libg++ libwww mad maildir mikmod motif mozilla mpeg
mysql nas ncurses nls nocardbus odbc oggvorbis opengl oss pam pcmcia pda pdflib
perl plotutils png ppds python qt quicktime readline samba sasl scanner sdl
slang speex spell ssl svga tcltk tcpd tetex theora tiff truetype unicode usb wmf
wxwindows x86 xml xml2 xmms xv xvid zlib&quot;</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jfmuggs@gentoo.org</who>
            <bug_when>2004-06-03 11:36:16 0000</bug_when>
            <thetext>For what it&apos;s worth, I attempted to compile from the tarball for 0.3.5 from the giram website on a system with gtk+ 2.4.1, and it failed in exactly the same.  This looks like something that needs to be checked by the application developer.

Andy
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>gentoo@feeleas.org</who>
            <bug_when>2004-12-28 06:18:22 0000</bug_when>
            <thetext>It fail for me too</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jean.brefort@normalesup.org</who>
            <bug_when>2005-01-22 05:30:19 0000</bug_when>
            <thetext>There are several problems there.

- First, stable packages should NOT have -DGTK_DISABLE_DEPRECATED and analogs in their CFLAGS settings, just because some feautures might become deprecated.

- Second, giram developpers have their own version of GtkColorButton. This could work before gtk-2.4 but there is now a GtkColorButton (starting from 2.4.0) in GTK. Tey should not have used a Gtk prefixed custom widget.

- Third, it seems that giram is not maintained. There have been no news in 2004 and cvs ChangeLog did not change since feb. 22, 2004</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>gentoo-bugs@theblob.org</who>
            <bug_when>2005-04-11 14:16:28 0000</bug_when>
            <thetext>I also have this problem...

Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5, glibc-2.3.4.20041102-r1, 2.6.9-gentoo-r9 i686)
=================================================================
System uname: 2.6.9-gentoo-r9 i686 Intel(R) Pentium(R) 4 CPU 1400MHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Feb  8 2005, 02:51:43)]
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS=&quot;x86&quot;
AUTOCLEAN=&quot;yes&quot;
CFLAGS=&quot;-O2 -mcpu=i686 -pipe&quot;
CHOST=&quot;i686-pc-linux-gnu&quot;
CONFIG_PROTECT=&quot;/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/bind /var/qmail/control&quot;
CONFIG_PROTECT_MASK=&quot;/etc/gconf /etc/terminfo /etc/env.d&quot;
CXXFLAGS=&quot;&quot;
DISTDIR=&quot;/usr/portage/distfiles&quot;
FEATURES=&quot;autoaddcvs autoconfig ccache distlocks sandbox sfperms&quot;
GENTOO_MIRRORS=&quot;http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/ http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ http://distfiles.gentoo.org/&quot;
MAKEOPTS=&quot;-j2&quot;
PKGDIR=&quot;/usr/portage/packages&quot;
PORTAGE_TMPDIR=&quot;/var/tmp&quot;
PORTDIR=&quot;/usr/portage&quot;
PORTDIR_OVERLAY=&quot;/home/ciaran/portage/overlay&quot;
SYNC=&quot;rsync://rsync.gentoo.org/gentoo-portage&quot;
USE=&quot;x86 X acpi alsa apm avi berkdb bitmap-fonts cdr crypt cups curl dga divx4linux dvd emboss encode esd fam flac foomaticdb fortran gd gdbm gif gmail gnome gphoto2 gpm gstreamer gtk gtk2 imagemagick imlib ipv6 jack java jbig joystick jpeg kde kdeenablefinalladspa libg++ libwww mad mikmod mmx motif mp3 mpeg multitarget mysql ncurses nls nodrm nptl oggvorbis opengl oss pam pdflib perl pic png povray python qt quicktime readline real samba sdl slang sse ssl svga tcpd tiff truetype truetype-fonts type1-fonts v4l xml2 xmms xv zlib&quot;
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jakub@gentoo.org</who>
            <bug_when>2005-07-27 17:09:30 0000</bug_when>
            <thetext>This needs to be either fixed or the ebuild should be removed from the tree.
Looking at the pathetic state of the ebuild&apos;s homepage, I suggest to remove this.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>vanquirius@gentoo.org</who>
            <bug_when>2005-08-12 18:27:58 0000</bug_when>
            <thetext>Created an attachment (id=65806)
giram-0.3.5-fbsd.patch

If anyone is interested, FreeBSD has some patches for giram (
http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/giram/files/ ), but I
still get a problem with view.c.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>vanquirius@gentoo.org</who>
            <bug_when>2005-08-13 09:07:47 0000</bug_when>
            <thetext>Ok, got it to work. Bumped to version 0.3.5 and backported patch for 0.3.4, both
compile and run with gcc-3.4.

Can anyone else confirm all is good?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>andre.hinrichs@gmx.de</who>
            <bug_when>2005-08-15 02:53:30 0000</bug_when>
            <thetext>Well, I can confirm that both 0.3.4 and 0.3.5 compile and run on my system.

It seems that they do not hurt functionality but it would be nice not to see
these libtool messages:

/bin/sh ../libtool --mode=link gcc  -DGTK_DISABLE_DEPRECATED
-DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -O3 -march=pentium3
-fomit-frame-pointer -DPLUGINS_DIR=&quot;\&quot;/usr/lib/giram/plug-ins/\&quot;&quot;
-DHELPFILE=&quot;\&quot;/usr/share/doc/giram-0.3.5/Tutorial\&quot;&quot;  -o librender_povray.la 
-avoid-version -module -rpath /usr/share/giram/0.3/modules render_povray.lo
-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0
-lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
../libtool: line 1957: test: =: unary operator expected
../libtool: line 2250: test: !=: unary operator expected
../libtool: line 1957: test: =: unary operator expected
../libtool: line 2250: test: !=: unary operator expected
../libtool: line 1957: test: =: unary operator expected
../libtool: line 2220: test: !=: unary operator expected
../libtool: line 2250: test: !=: unary operator expected
../libtool: line 1957: test: =: unary operator expected
../libtool: line 2220: test: !=: unary operator expected
../libtool: line 2250: test: !=: unary operator expected
../libtool: line 1957: test: =: unary operator expected
../libtool: line 2250: test: !=: unary operator expected
../libtool: line 1957: test: =: unary operator expected
../libtool: line 2250: test: !=: unary operator expected
../libtool: line 1957: test: =: unary operator expected
../libtool: line 2220: test: !=: unary operator expected
../libtool: line 2250: test: !=: unary operator expected
../libtool: line 1957: test: =: unary operator expected
../libtool: line 2220: test: !=: unary operator expected
../libtool: line 2250: test: !=: unary operator expected
../libtool: line 1957: test: =: unary operator expected
../libtool: line 2220: test: !=: unary operator expected
../libtool: line 2250: test: !=: unary operator expected
../libtool: line 1957: test: =: unary operator expected
../libtool: line 2250: test: !=: unary operator expected
rm -fr .libs/librender_povray.la .libs/librender_povray.* .libs/librender_povray.*
../libtool: line 2709: test: =: unary operator expected
../libtool: line 2982: test: =: unary operator expected</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>vanquirius@gentoo.org</who>
            <bug_when>2005-08-19 16:33:48 0000</bug_when>
            <thetext>Agreed. elibtoolize fixed it for me, it is now in version 0.3.5 in cvs.
Thanks for reporting!</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>65806</attachid>
            <date>2005-08-12 18:27 0000</date>
            <desc>giram-0.3.5-fbsd.patch</desc>
            <filename>giram-0.3.5-fbsd.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">ZGlmZiAtLWV4Y2x1ZGU9Jyp+JyAtTmF1ciBnaXJhbS0wLjMuNS5vcmlnL3NyYy9naXJhbS5jIGdp
cmFtLTAuMy41L3NyYy9naXJhbS5jCi0tLSBnaXJhbS0wLjMuNS5vcmlnL3NyYy9naXJhbS5jCTIw
MDUtMDgtMTIgMjI6MDc6MDguMDAwMDAwMDAwIC0wMzAwCisrKyBnaXJhbS0wLjMuNS9zcmMvZ2ly
YW0uYwkyMDA1LTA4LTEyIDIyOjEzOjU2LjAwMDAwMDAwMCAtMDMwMApAQCAtMjUsNiArMjUsOCBA
QAogCiAjaW5jbHVkZSA8c3lzL3R5cGVzLmg+CiAjaW5jbHVkZSA8c3lzL3dhaXQuaD4KKyN1bmRl
ZiBHVEtfRElTQUJMRV9ERVBSRUNBVEVECisjd2FybmluZyBHVEtfRElTQUJMRV9ERVBSRUNBVEVE
CiAKICNpZm5kZWYgIFdBSVRfQU5ZCiAjZGVmaW5lICBXQUlUX0FOWSAoLTEpCmRpZmYgLS1leGNs
dWRlPScqficgLU5hdXIgZ2lyYW0tMC4zLjUub3JpZy9zcmMvZ2lyYW1vYmplY3RlZGl0b3IuYyBn
aXJhbS0wLjMuNS9zcmMvZ2lyYW1vYmplY3RlZGl0b3IuYwotLS0gZ2lyYW0tMC4zLjUub3JpZy9z
cmMvZ2lyYW1vYmplY3RlZGl0b3IuYwkyMDA1LTA4LTEyIDIyOjA3OjA4LjAwMDAwMDAwMCAtMDMw
MAorKysgZ2lyYW0tMC4zLjUvc3JjL2dpcmFtb2JqZWN0ZWRpdG9yLmMJMjAwNS0wOC0xMiAyMjox
NTozNy4wMDAwMDAwMDAgLTAzMDAKQEAgLTE5LDEwICsxOSwxMCBAQAogICovCiAKICNpbmNsdWRl
IDxzdGRsaWIuaD4KKyNpbmNsdWRlICJ3aWRnZXRzL2d0a2NvbG9yYnV0dG9uLmgiCiAjaW5jbHVk
ZSAiZ2lyYW0uaCIKIAogI2luY2x1ZGUgImdpcmFtaW50bC5oIgotI2luY2x1ZGUgIndpZGdldHMv
Z3RrY29sb3JidXR0b24uaCIKICNpbmNsdWRlICJ3aWRnZXRzL2dpcmFtZmlsZXNlbGVjdGlvbi5o
IgogCiAjaW5jbHVkZSAid2lkZ2V0cy9naXJhbXZlY3RvcmZyYW1lLmgiCmRpZmYgLS1leGNsdWRl
PScqficgLU5hdXIgZ2lyYW0tMC4zLjUub3JpZy9zcmMvdGV4dHVyZS5jIGdpcmFtLTAuMy41L3Ny
Yy90ZXh0dXJlLmMKLS0tIGdpcmFtLTAuMy41Lm9yaWcvc3JjL3RleHR1cmUuYwkyMDA1LTA4LTEy
IDIyOjA3OjA4LjAwMDAwMDAwMCAtMDMwMAorKysgZ2lyYW0tMC4zLjUvc3JjL3RleHR1cmUuYwky
MDA1LTA4LTEyIDIyOjE4OjUxLjAwMDAwMDAwMCAtMDMwMApAQCAtMjEsMTAgKzIxLDEwIEBACiAj
aW5jbHVkZSA8c3RyaW5nLmg+CiAjdW5kZWYgR1RLX0RJU0FCTEVfREVQUkVDQVRFRAogI3dhcm5p
bmcgR1RLX0RJU0FCTEVfREVQUkVDQVRFRAotI2luY2x1ZGUgImdpcmFtLmgiCi0jaW5jbHVkZSAi
dXRpbHMuaCIKICNpbmNsdWRlICJ3aWRnZXRzL2d0a2NvbG9yYnV0dG9uLmgiCiAjaW5jbHVkZSAi
d2lkZ2V0cy9ndGtjb2xvcm1hcGJ1dHRvbi5oIgorI2luY2x1ZGUgImdpcmFtLmgiCisjaW5jbHVk
ZSAidXRpbAogI2luY2x1ZGUgInRleHR1cmUuaCIKIAogI2luY2x1ZGUgIndpZGdldHMvZ2lyYW13
aWRnZXRzLmgiCmRpZmYgLS1leGNsdWRlPScqficgLU5hdXIgZ2lyYW0tMC4zLjUub3JpZy9zcmMv
dmlldy5jIGdpcmFtLTAuMy41L3NyYy92aWV3LmMKLS0tIGdpcmFtLTAuMy41Lm9yaWcvc3JjL3Zp
ZXcuYwkyMDA1LTA4LTEyIDIyOjA3OjA4LjAwMDAwMDAwMCAtMDMwMAorKysgZ2lyYW0tMC4zLjUv
c3JjL3ZpZXcuYwkyMDA1LTA4LTEyIDIyOjE5OjQ2LjAwMDAwMDAwMCAtMDMwMApAQCAtMjIsOCAr
MjIsMTEgQEAKICNpbmNsdWRlIDx1bmlzdGQuaD4KICNpbmNsdWRlIDxtYXRoLmg+CiAjaW5jbHVk
ZSA8c3RyaW5nLmg+Ci0jaW5jbHVkZSAiZ2lyYW0uaCIKKyN1bmRlZiBHVEtfRElTQUJMRV9ERVBS
RUNBVEVECisjd2FybmluZyBHVEtfRElTQUJMRV9ERVBSRUNBVEVECiAjaW5jbHVkZSA8Z2RrL2dk
a2tleXN5bXMuaD4KKyNpbmNsdWRlIDxndGsvZ3RraXRlbWZhY3RvcnkuaD4KKyNpbmNsdWRlICJn
aXJhbS5oIgogCiAjaW5jbHVkZSAidG9vbHMvdG9vbHMuaCIKICNpbmNsdWRlICJ0b29scy90b29s
X3NlbGVjdC5oIgpkaWZmIC0tZXhjbHVkZT0nKn4nIC1OYXVyIGdpcmFtLTAuMy41Lm9yaWcvc3Jj
L3dpZGdldHMvZ3RrY29sb3JidXR0b24uYyBnaXJhbS0wLjMuNS9zcmMvd2lkZ2V0cy9ndGtjb2xv
cmJ1dHRvbi5jCi0tLSBnaXJhbS0wLjMuNS5vcmlnL3NyYy93aWRnZXRzL2d0a2NvbG9yYnV0dG9u
LmMJMjAwNS0wOC0xMiAyMjowNzowOC4wMDAwMDAwMDAgLTAzMDAKKysrIGdpcmFtLTAuMy41L3Ny
Yy93aWRnZXRzL2d0a2NvbG9yYnV0dG9uLmMJMjAwNS0wOC0xMiAyMjoxMDo0MS4wMDAwMDAwMDAg
LTAzMDAKQEAgLTI1LDExICsyNSwxMSBAQAogI3VuZGVmIEdUS19ESVNBQkxFX0RFUFJFQ0FURUQK
ICN3YXJuaW5nIEdUS19ESVNBQkxFX0RFUFJFQ0FURUQKIAorI2luY2x1ZGUgImd0a2NvbG9yYnV0
dG9uLmgiCiAjaW5jbHVkZSAiZ2lyYW0uaCIKIAogI2luY2x1ZGUgImdpcmFtaW50bC5oIgogCi0j
aW5jbHVkZSAiZ3RrY29sb3JidXR0b24uaCIKIAogc3RhdGljIHZvaWQgIGd0a19jb2xvcl9idXR0
b25fZGVzdHJveShHdGtPYmplY3QgKm9iamVjdCk7CiBzdGF0aWMgdm9pZCAgZ3RrX2NvbG9yX2J1
dHRvbl9jbGlja2VkKEd0a0J1dHRvbiAqYnV0dG9uKTsK
</data>        

          </attachment>
    </bug>

</bugzilla>