From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 5 13:33:54 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB41D16A4CE; Sun, 5 Sep 2004 13:33:54 +0000 (GMT) Received: from nest.bbnest.net (i60-34-246-203.s02.a013.ap.plala.or.jp [60.34.246.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCC1C43D41; Sun, 5 Sep 2004 13:33:53 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from [127.0.0.1] (bland@localhost [127.0.0.1]) by nest.bbnest.net (8.13.1/8.13.1) with ESMTP id i85DXOPv012487; Sun, 5 Sep 2004 22:33:28 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <413B15A4.9050808@FreeBSD.org> Date: Sun, 05 Sep 2004 22:33:24 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040810 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthew George References: <20040830104920.Y89913@localhost> <20040830155156.J81441@localhost> In-Reply-To: <20040830155156.J81441@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: gnome@FreeBSD.org cc: ports@FreeBSD.org Subject: Re: gtk-- fix? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Sep 2004 13:33:54 -0000 Matthew George wrote: >On Mon, 30 Aug 2004, Matthew George wrote: > > > >>gtk-- won't currently compile on RELENG_5. does anyone know when this >>might be able to happen? I saw a reference to the problem being related >>to the gcc import, but there weren't any messages in the thread after >>that ... >> >> >> > >for the sake of the archive: > >I was able to work around issues with gtk-- and the new compiler under >RELENG_5 by installing lang/gcc33 and then setting > >CXX= g++33 > >for x11-toolkits/gtk-- and the ports that link against it (e.g. fwbuilder) > > FYI. Real fix was commited today. All the best, Alexander. From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 5 18:56:26 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CB5D16A4CE for ; Sun, 5 Sep 2004 18:56:26 +0000 (GMT) Received: from fed1rmmtao06.cox.net (fed1rmmtao06.cox.net [68.230.241.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7BDE43D1F for ; Sun, 5 Sep 2004 18:56:25 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by fed1rmmtao06.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP id <20040905185625.PMXK2550.fed1rmmtao06.cox.net@mezz.mezzweb.com>; Sun, 5 Sep 2004 14:56:25 -0400 To: "Olivier Saut" References: <4138F242.8030602@wanadoo.fr> Message-ID: Date: Sun, 05 Sep 2004 13:56:25 -0500 From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <4138F242.8030602@wanadoo.fr> User-Agent: Opera M2/7.54 (Linux, build 751) cc: freebsd-gnome@freebsd.org Subject: Re: Gst-register core dump in hash_print_key X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Sep 2004 18:56:26 -0000 On Sat, 04 Sep 2004 00:37:54 +0200, Olivier Saut wrote: > Hello, > > every time I run gst-register (as user or as root) I get a coredump : > os@banquo% gst-register Trying to load global_registry ... > Error loading global_registry > Added path /usr/X11R6/lib/gstreamer-0.8 to user_registry > Rebuilding user_registry (/home/os/.gstreamer-0.8/registry.xml) ... > Added plugin gstgetbits with 0 features. > ... > Added plugin dvdreadsrc with 1 feature. > Added plugin cdparanoia with 1 feature. > Added plugin gstaf with 1 feature. > Added plugin aasink with 1 feature. > Added plugin a52dec with 1 feature. > Added plugin cdplayer with 1 feature. > zsh: 46934 bus error (core dumped) gst-register > > I have tried to disable cdplayer plugin, but then it coredumps after > a52dec. Here too, but my backtraces is kind of different. I am using libpthread and ULE in 5.3-BETA3. ============================================== # find /usr/ports -name "*.core" /usr/ports/multimedia/gstreamer/gst-register-0.8.core /usr/ports/multimedia/gstreamer-plugins/gst-register-0.8.core # gdb gst-register-0.8 multimedia/gstreamer-plugins/gst-register-0.8.core This GDB was configured as "i386-marcel-freebsd"... Core was generated by `gst-register-0.8'. Program terminated with signal 10, Bus error. #0 0x29aedec7 in CzCUBICSPLINE (this=0x29b32b00) at fastmix.cpp:116 116 fastmix.cpp: No such file or directory. in fastmix.cpp (gdb) bt #0 0x29aedec7 in CzCUBICSPLINE (this=0x29b32b00) at fastmix.cpp:116 #1 0x29af5991 in __static_initialization_and_destruction_0 (__initialize_p=1, __priority=65535) at fastmix.cpp:145 #2 0x29af5a7a in global constructors keyed to MixSoundBuffer () at fastmix.cpp:2197 #3 0x29b09412 in gst_modplug_get_type () from /usr/X11R6/lib/gstreamer-0.8/libgstmodplug.so #4 0x29adf732 in ?? () from /usr/X11R6/lib/gstreamer-0.8/libgstmodplug.so #5 0x280509f1 in find_symdef () from /libexec/ld-elf.so.1 #6 0x28051421 in dlopen () from /libexec/ld-elf.so.1 #7 0x2833bf20 in _g_module_open (file_name=0x29b30b00 "", bind_lazy=1, bind_local=0) at gmodule-dl.c:98 #8 0x2833c83d in g_module_open ( file_name=0x8075440 "/usr/X11R6/lib/gstreamer-0.8/libgstmodplug.so", flags=G_MODULE_BIND_LAZY) at gmodule.c:391 #9 0x280bfb10 in gst_plugin_check_file ( filename=0x8075440 "/usr/X11R6/lib/gstreamer-0.8/libgstmodplug.so", error=0x0) at gstplugin.c:331 #10 0x280bfd6a in gst_plugin_load_file ( filename=0x8075440 "/usr/X11R6/lib/gstreamer-0.8/libgstmodplug.so", error=0x0) at gstplugin.c:378 #11 0x280ee602 in gst_xml_registry_rebuild (registry=0x804e400) at gstxmlregistry.c:1432 ---Type to continue, or q to quit--- #12 0x280dfb53 in gst_registry_rebuild (registry=0x804e400) at gstregistry.c:187 #13 0x08048f93 in main (argc=1, argv=0xbfbfe928) at gst-register.c:129 Current language: auto; currently c++ ============================================== Cheers, Mezz -- mezz7 at cox.net - mezz at FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 5 18:58:58 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D57DA16A4CE; Sun, 5 Sep 2004 18:58:58 +0000 (GMT) Received: from fed1rmmtao04.cox.net (fed1rmmtao04.cox.net [68.230.241.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C4D543D39; Sun, 5 Sep 2004 18:58:58 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by fed1rmmtao04.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP id <20040905185856.PLCK8658.fed1rmmtao04.cox.net@mezz.mezzweb.com>; Sun, 5 Sep 2004 14:58:56 -0400 Date: Sun, 05 Sep 2004 13:58:59 -0500 To: "Vulpes Velox" References: <20040825225405.SUTS4710.lakermmtao06.cox.net@smtp.east.cox.net> <20040825232842.14a8cf08@vixen42.24-119-122-191.cpe.cableone.net> <20040903223930.72e603bd@vixen42.24-119-122-191.cpe.cableone.net> <20040904013124.2f2af482@vixen42.24-119-122-191.cpe.cableone.net> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <20040904013124.2f2af482@vixen42.24-119-122-191.cpe.cableone.net> User-Agent: Opera M2/7.54 (Linux, build 751) cc: gnome@freebsd.org cc: hardware@freebsd.org Subject: Re: motherboard has died, any recommend? nForce2? or else? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Sep 2004 18:58:59 -0000 On Sat, 4 Sep 2004 01:31:24 -0500, Vulpes Velox wrote: > On Sat, 04 Sep 2004 01:02:33 -0500 > "Jeremy Messenger" wrote: > > >> I think, I have finished with the walk throught in pciconf.. >> Current, I have six 'noneN': Five are Memory controller and one is >> ethernet. The USB 2.0 is already included, so I just add 'device >> ehci' in kernel. I don't know if your has same USB as mine (8 USB >> ports). > > Not sure about yours, but here it works nicely under the vr driver. > >> As for the ethernet, nvnet is out of date that doesn't has our ID. I >> went to Nvidia's website and it has newer nforce driver that has >> our ethernet support. I have contracted with the nvnet port author >> and he is planning to update, then let me to test it. The nvnet in >> ports tree is using nforce driver that is from 2003, btw. > > Try the vr driver? Those are used on some of those boards. I don't think it will work, because my motherboard has nForce2 Gigabit MCP Ethernet. Your only has 10/100 Ethernet. Cheers, Mezz -- mezz7 at cox.net - mezz at FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 03:50:01 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E105E16A4CF; Mon, 6 Sep 2004 03:50:01 +0000 (GMT) Received: from mail.cableone.net (scanmail3.cableone.net [24.116.0.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92DEC43D39; Mon, 6 Sep 2004 03:50:01 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.24-119-122-191.cpe.cableone.net (unverified [24.119.71.12]) by smail3.cableone.net (SurgeMail 1.9b) with ESMTP id 34768964 for multiple; Sun, 05 Sep 2004 20:33:19 -0700 Date: Sun, 5 Sep 2004 22:49:29 -0500 From: Vulpes Velox To: "Jeremy Messenger" Message-ID: <20040905224929.08c75472@vixen42.24-119-122-191.cpe.cableone.net> In-Reply-To: References: <20040825225405.SUTS4710.lakermmtao06.cox.net@smtp.east.cox.net> <20040825232842.14a8cf08@vixen42.24-119-122-191.cpe.cableone.net> X-Mailer: Sylpheed-Claws 0.9.12a (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com cc: gnome@freebsd.org cc: hardware@freebsd.org Subject: Re: motherboard has died, any recommend? nForce2? or else? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 03:50:02 -0000 On Thu, 02 Sep 2004 19:05:41 -0500 "Jeremy Messenger" wrote: > I have the same chipest and result as your, but I have fixed few of > them. I only took a look at SMBus, ata and sound so far. I almost > get SMBus work, but not done yet and I am kind of waiting for > someone to respone in -hackers. I don't know if your ata and sound > have the same IDs as mine, but you can check two PRs of mine to get > idea to fix your if you are insteresting. > > ata: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/71321 > sound: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/71317 Siily question, but what is up with diff file for the ata? Does not work here when I add it. I get a error about the second chuck to it failing. I got it working, but had to go in and add it into both files manually. Any ways much thanks. Having sound and ata133 on it is nice. :) From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 04:09:02 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2537716A4CE for ; Mon, 6 Sep 2004 04:09:02 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5372843D41 for ; Mon, 6 Sep 2004 04:09:01 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i8648vi4000584; Mon, 6 Sep 2004 00:08:57 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Olivier Saut In-Reply-To: <4138F242.8030602@wanadoo.fr> References: <4138F242.8030602@wanadoo.fr> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-hGBV2s+BUfBWnGqVIeRd" Organization: MarcusCom, Inc. Message-Id: <1094443737.1057.3.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 06 Sep 2004 00:08:57 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com cc: freebsd-gnome@freebsd.org Subject: Re: Gst-register core dump in hash_print_key X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 04:09:02 -0000 --=-hGBV2s+BUfBWnGqVIeRd Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable On Fri, 2004-09-03 at 18:37, Olivier Saut wrote: > Hello, >=20 > every time I run gst-register (as user or as root) I get a coredump : > os@banquo% gst-register=20 >=20 > Trying to load global_registry ... > Error loading global_registry > Added path /usr/X11R6/lib/gstreamer-0.8 to user_registry > Rebuilding user_registry (/home/os/.gstreamer-0.8/registry.xml) ... > Added plugin gstgetbits with 0 features. > ... > Added plugin dvdreadsrc with 1 feature. > Added plugin cdparanoia with 1 feature. > Added plugin gstaf with 1 feature. > Added plugin aasink with 1 feature. > Added plugin a52dec with 1 feature. > Added plugin cdplayer with 1 feature. > zsh: 46934 bus error (core dumped) gst-register >=20 > I have tried to disable cdplayer plugin, but then it coredumps after a52d= ec. >=20 > In gdb, I get the following trace > Program terminated with signal 10, Bus error. > #0 0x29f9883f in ?? () > (gdb) bt > #0 0x29f9883f in ?? () > #1 0x00000000 in ?? () > #2 0x00000000 in ?? () > #3 0x28051c33 in ?? () > ... > #214 0x08078500 in ?? () > #215 0x0807d15c in ?? () > #216 0xbfbfe918 in ?? () > #217 0x08048f50 in hash_print_key (key=3D0x29fdab20 "", value=3D0x29fb8a6= 4=20 > "=FF=FF=FF=FF") > at gst-run.c:114 > Previous frame inner to this frame (corrupt stack?) >=20 > I run 5.3-BETA2 FreeBSD 5.3-BETA2 #88: Mon Aug 30 14:57:31 CEST 2004=20 > root@banquo:/usr/obj/usr/src/sys/banquo i386 >=20 > Ports tree freshly cvsupped (I had the same coredump with=20 > gstreamer-plugin 0.8.3) : > gstreamer-0.8.5 gstreamer-plugins-0.8.4 >=20 > In make.conf I have > CFLAGS=3D -O -g -pipe > STRIP=3D > GNOME_DESKTOP_VERSION=3D2 > CPUTYPE=3Dp4 >=20 > As I have a Nvidia card, libmap.conf maps libpthread to libc_r > libpthread.so libc_r.so > libpthread.so.1 libc_r.so.5 >=20 >=20 > It is a bit annoying as I can no longer use totem or rhythmbox. > Is there anything I can try to solve this problem. I cannot reproduce this on a 5.3-BETA machine with libpthread or libc_r. The only difference I see that may matter is that you're building with CPUTYPE=3Dp4, and I have CPUTYPE defined. Since p4 has caused problems in the past, try rebuilding gstreamer and gstreamer-plugins without a CPUTYPE, and see if that helps. Joe >=20 > Thanks a lot, >=20 > - Olivier > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-hGBV2s+BUfBWnGqVIeRd Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBO+LZb2iPiv4Uz4cRAjqDAJ0UTB7kwNXh6Uix4XL33Z1a2QeMNACffKpA 6jAHEx/QyggnAvaE3/VX6eI= =hzE0 -----END PGP SIGNATURE----- --=-hGBV2s+BUfBWnGqVIeRd-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 04:19:33 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E2FA16A4CE for ; Mon, 6 Sep 2004 04:19:33 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6C0E43D3F for ; Mon, 6 Sep 2004 04:19:32 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i864JTnQ000668; Mon, 6 Sep 2004 00:19:29 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Jeremy Messenger In-Reply-To: References: <4138F242.8030602@wanadoo.fr> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-MP/2eHJmp6fsGIcmIPoS" Organization: MarcusCom, Inc. Message-Id: <1094444368.1057.15.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 06 Sep 2004 00:19:29 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com cc: freebsd-gnome@freebsd.org Subject: Re: Gst-register core dump in hash_print_key X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 04:19:33 -0000 --=-MP/2eHJmp6fsGIcmIPoS Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2004-09-05 at 14:56, Jeremy Messenger wrote: > On Sat, 04 Sep 2004 00:37:54 +0200, Olivier Saut =20 > wrote: >=20 > > Hello, > > > > every time I run gst-register (as user or as root) I get a coredump : > > os@banquo% gst-register Trying to load global_registry ... > > Error loading global_registry > > Added path /usr/X11R6/lib/gstreamer-0.8 to user_registry > > Rebuilding user_registry (/home/os/.gstreamer-0.8/registry.xml) ... > > Added plugin gstgetbits with 0 features. > > ... > > Added plugin dvdreadsrc with 1 feature. > > Added plugin cdparanoia with 1 feature. > > Added plugin gstaf with 1 feature. > > Added plugin aasink with 1 feature. > > Added plugin a52dec with 1 feature. > > Added plugin cdplayer with 1 feature. > > zsh: 46934 bus error (core dumped) gst-register > > > > I have tried to disable cdplayer plugin, but then it coredumps after =20 > > a52dec. >=20 > Here too, but my backtraces is kind of different. I am using libpthread =20 > and ULE in 5.3-BETA3. >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > # find /usr/ports -name "*.core" > /usr/ports/multimedia/gstreamer/gst-register-0.8.core > /usr/ports/multimedia/gstreamer-plugins/gst-register-0.8.core >=20 > # gdb gst-register-0.8 multimedia/gstreamer-plugins/gst-register-0.8.core >=20 > This GDB was configured as "i386-marcel-freebsd"... > Core was generated by `gst-register-0.8'. > Program terminated with signal 10, Bus error. >=20 > #0 0x29aedec7 in CzCUBICSPLINE (this=3D0x29b32b00) at fastmix.cpp:116 > 116 fastmix.cpp: No such file or directory. > in fastmix.cpp >=20 > (gdb) bt > #0 0x29aedec7 in CzCUBICSPLINE (this=3D0x29b32b00) at fastmix.cpp:116 > #1 0x29af5991 in __static_initialization_and_destruction_0 =20 > (__initialize_p=3D1, > __priority=3D65535) at fastmix.cpp:145 > #2 0x29af5a7a in global constructors keyed to MixSoundBuffer () > at fastmix.cpp:2197 > #3 0x29b09412 in gst_modplug_get_type () > from /usr/X11R6/lib/gstreamer-0.8/libgstmodplug.so > #4 0x29adf732 in ?? () from /usr/X11R6/lib/gstreamer-0.8/libgstmodplug.s= o > #5 0x280509f1 in find_symdef () from /libexec/ld-elf.so.1 > #6 0x28051421 in dlopen () from /libexec/ld-elf.so.1 > #7 0x2833bf20 in _g_module_open (file_name=3D0x29b30b00 "", bind_lazy=3D= 1, > bind_local=3D0) at gmodule-dl.c:98 > #8 0x2833c83d in g_module_open ( > file_name=3D0x8075440 "/usr/X11R6/lib/gstreamer-0.8/libgstmodplug.so= ", > flags=3DG_MODULE_BIND_LAZY) at gmodule.c:391 > #9 0x280bfb10 in gst_plugin_check_file ( > filename=3D0x8075440 "/usr/X11R6/lib/gstreamer-0.8/libgstmodplug.so"= , > error=3D0x0) at gstplugin.c:331 > #10 0x280bfd6a in gst_plugin_load_file ( > filename=3D0x8075440 "/usr/X11R6/lib/gstreamer-0.8/libgstmodplug.so"= , > error=3D0x0) at gstplugin.c:378 > #11 0x280ee602 in gst_xml_registry_rebuild (registry=3D0x804e400) > at gstxmlregistry.c:1432 > ---Type to continue, or q to quit--- > #12 0x280dfb53 in gst_registry_rebuild (registry=3D0x804e400) > at gstregistry.c:187 > #13 0x08048f93 in main (argc=3D1, argv=3D0xbfbfe928) at gst-register.c:12= 9 > Current language: auto; currently c++ > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Where you getting the same crash with gstreamer-plugins-0.8.3? The code for modplug hasn't changed in months. And I don't really see how the code to which this stack points could die unless maybe for a stack overflow. What happens when you run: gst-register --gst-scheduler=3Dgthread Joe >=20 > Cheers, > Mezz --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-MP/2eHJmp6fsGIcmIPoS Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBO+VQb2iPiv4Uz4cRAgYjAJ4vUTS7pHddDww0sBMzpykCNHeMSwCglVeV VWglW33bF5TXNX/KK0COMT4= =s4Yx -----END PGP SIGNATURE----- --=-MP/2eHJmp6fsGIcmIPoS-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 04:25:51 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A0CC16A4CE; Mon, 6 Sep 2004 04:25:51 +0000 (GMT) Received: from fed1rmmtao08.cox.net (fed1rmmtao08.cox.net [68.230.241.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id C079E43D69; Mon, 6 Sep 2004 04:25:50 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by fed1rmmtao08.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP id <20040906042549.MWNN10798.fed1rmmtao08.cox.net@mezz.mezzweb.com>; Mon, 6 Sep 2004 00:25:49 -0400 Date: Sun, 05 Sep 2004 23:25:46 -0500 To: "Vulpes Velox" References: <20040825225405.SUTS4710.lakermmtao06.cox.net@smtp.east.cox.net> <20040825232842.14a8cf08@vixen42.24-119-122-191.cpe.cableone.net> <20040905224929.08c75472@vixen42.24-119-122-191.cpe.cableone.net> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <20040905224929.08c75472@vixen42.24-119-122-191.cpe.cableone.net> User-Agent: Opera M2/7.54 (Linux, build 751) cc: gnome@freebsd.org cc: hardware@freebsd.org Subject: Re: motherboard has died, any recommend? nForce2? or else? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 04:25:51 -0000 On Sun, 5 Sep 2004 22:49:29 -0500, Vulpes Velox wrote: > On Thu, 02 Sep 2004 19:05:41 -0500 > "Jeremy Messenger" wrote: > >> I have the same chipest and result as your, but I have fixed few of >> them. I only took a look at SMBus, ata and sound so far. I almost >> get SMBus work, but not done yet and I am kind of waiting for >> someone to respone in -hackers. I don't know if your ata and sound >> have the same IDs as mine, but you can check two PRs of mine to get >> idea to fix your if you are insteresting. >> >> ata: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/71321 >> sound: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/71317 > > Siily question, but what is up with diff file for the ata? Does not > work here when I add it. I get a error about the second chuck to it > failing. I got it working, but had to go in and add it into both files > manually. You mean it failed to patch? On those diffs are patching against to RELENG_5 branch. I didn't check my patch again, but it might be not match with it anymore if someone recently update ata stuff in RELENG_5. It should work fine if you patch it by hand, thought. Current I just pull the ata-chipset.c,v 1.85 and ata-pci.h,v 1.33 from 6.0-CURRENT branch and put (overwrite) them in my RELENG_5 source and build/install. > Any ways much thanks. Having sound and ata133 on it is nice. :) NP, good to see the sound works for you. It was hard for me to test, because I am deaf. I had to bug my brother and sister by borrow their ears when I ran my CD driver with their music CD. They was like 'err, why do you need to get the sound fix?' and I told them that I just wanted to add it in FreeBSD to have the more hardwares support. :-) Also, I want to see my dmesg and pciconf look pretty. :-P Cheers, Mezz -- mezz7 at cox.net - mezz at FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 04:36:25 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D93916A4CE for ; Mon, 6 Sep 2004 04:36:25 +0000 (GMT) Received: from fed1rmmtao02.cox.net (fed1rmmtao02.cox.net [68.230.241.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 484CB43D2F for ; Mon, 6 Sep 2004 04:36:25 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by fed1rmmtao02.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP id <20040906043623.ZLIW3899.fed1rmmtao02.cox.net@mezz.mezzweb.com>; Mon, 6 Sep 2004 00:36:23 -0400 Date: Sun, 05 Sep 2004 23:36:21 -0500 To: "Joe Marcus Clarke" References: <4138F242.8030602@wanadoo.fr> <1094444368.1057.15.camel@shumai.marcuscom.com> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <1094444368.1057.15.camel@shumai.marcuscom.com> User-Agent: Opera M2/7.54 (Linux, build 751) cc: freebsd-gnome@freebsd.org Subject: Re: Gst-register core dump in hash_print_key X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 04:36:25 -0000 On Mon, 06 Sep 2004 00:19:29 -0400, Joe Marcus Clarke wrote: > On Sun, 2004-09-05 at 14:56, Jeremy Messenger wrote: >> On Sat, 04 Sep 2004 00:37:54 +0200, Olivier Saut >> >> wrote: >> >> > Hello, >> > >> > every time I run gst-register (as user or as root) I get a coredump : >> > os@banquo% gst-register Trying to load global_registry ... >> > Error loading global_registry >> > Added path /usr/X11R6/lib/gstreamer-0.8 to user_registry >> > Rebuilding user_registry (/home/os/.gstreamer-0.8/registry.xml) ... >> > Added plugin gstgetbits with 0 features. >> > ... >> > Added plugin dvdreadsrc with 1 feature. >> > Added plugin cdparanoia with 1 feature. >> > Added plugin gstaf with 1 feature. >> > Added plugin aasink with 1 feature. >> > Added plugin a52dec with 1 feature. >> > Added plugin cdplayer with 1 feature. >> > zsh: 46934 bus error (core dumped) gst-register >> > >> > I have tried to disable cdplayer plugin, but then it coredumps after >> > a52dec. >> >> Here too, but my backtraces is kind of different. I am using libpthread >> and ULE in 5.3-BETA3. >> >> ============================================== >> ============================================== > > Where you getting the same crash with gstreamer-plugins-0.8.3? I don't know about 0.8.3, but here I have: ============================================== % pkg_info | grep gst gstreamer-0.8.5 gstreamer-plugins-0.8.4 ============================================== > The code for modplug hasn't changed in months. And I don't really see > how the code to which this stack points could die unless maybe for a > stack overflow. What happens when you run: > > gst-register --gst-scheduler=gthread ============================================== # gst-register --gst-scheduler=gthread Rebuilding global_registry (/usr/X11R6/share/gnome/cache/gstreamer-0.8/registry.xml) ... Added plugin gstspider with 2 features. Added plugin vcdsrc with 1 feature. Added plugin xvid with 2 features. Added plugin snapshot with 1 feature. Added plugin smoothwave with 1 feature. Added plugin textoverlay with 1 feature. Added plugin png with 2 features. Added plugin jpeg with 4 features. Added plugin hermescolorspace with 1 feature. Added plugin gnomevfs with 2 features. Added plugin gdkpixbuf with 2 features. Added plugin aasink with 1 feature. Added plugin cdplayer with 1 feature. Bus error (core dumped) ============================================== The backtrace is same... If you don't have any problem, then is it possible that it has to do with the sound driver? Because, I added a new ID in sound/pci/ich.c (kern/71317) by myself to make it works. My brother and sister said that the sound works when I ran cdcontrol with their CD music. BTW: I can't run gstreamer-properties either, which it crashes. I can't even run it under gdb either, because gdb crashed itself at the each time when I run it with gstreamer-properties. Cheers, Mezz > Joe > >> >> Cheers, >> Mezz -- mezz7 at cox.net - mezz at FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 04:39:33 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 527EC16A4CE for ; Mon, 6 Sep 2004 04:39:33 +0000 (GMT) Received: from fed1rmmtao10.cox.net (fed1rmmtao10.cox.net [68.230.241.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1811C43D4C for ; Mon, 6 Sep 2004 04:39:33 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by fed1rmmtao10.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP id <20040906043933.PKGK21895.fed1rmmtao10.cox.net@mezz.mezzweb.com>; Mon, 6 Sep 2004 00:39:33 -0400 To: "Joe Marcus Clarke" References: <4138F242.8030602@wanadoo.fr> <1094443737.1057.3.camel@shumai.marcuscom.com> Message-ID: From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Sun, 05 Sep 2004 23:39:30 -0500 In-Reply-To: <1094443737.1057.3.camel@shumai.marcuscom.com> User-Agent: Opera M2/7.54 (Linux, build 751) cc: freebsd-gnome@freebsd.org Subject: Re: Gst-register core dump in hash_print_key X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 04:39:33 -0000 On Mon, 06 Sep 2004 00:08:57 -0400, Joe Marcus Clarke wrote: > On Fri, 2004-09-03 at 18:37, Olivier Saut wrote: >> Hello, >> >> every time I run gst-register (as user or as root) I get a coredump : >> os@banquo% gst-register >> >> Trying to load global_registry ... >> Error loading global_registry >> Added path /usr/X11R6/lib/gstreamer-0.8 to user_registry >> Rebuilding user_registry (/home/os/.gstreamer-0.8/registry.xml) ... >> Added plugin gstgetbits with 0 features. >> ... >> Added plugin dvdreadsrc with 1 feature. >> Added plugin cdparanoia with 1 feature. >> Added plugin gstaf with 1 feature. >> Added plugin aasink with 1 feature. >> Added plugin a52dec with 1 feature. >> Added plugin cdplayer with 1 feature. >> zsh: 46934 bus error (core dumped) gst-register >> >> I have tried to disable cdplayer plugin, but then it coredumps after >> a52dec. >> >> In gdb, I get the following trace >> Program terminated with signal 10, Bus error. >> #0 0x29f9883f in ?? () >> (gdb) bt >> #0 0x29f9883f in ?? () >> #1 0x00000000 in ?? () >> #2 0x00000000 in ?? () >> #3 0x28051c33 in ?? () >> ... >> #214 0x08078500 in ?? () >> #215 0x0807d15c in ?? () >> #216 0xbfbfe918 in ?? () >> #217 0x08048f50 in hash_print_key (key=0x29fdab20 "", value=0x29fb8a64 >> "ÿÿÿÿ") >> at gst-run.c:114 >> Previous frame inner to this frame (corrupt stack?) >> >> I run 5.3-BETA2 FreeBSD 5.3-BETA2 #88: Mon Aug 30 14:57:31 CEST 2004 >> root@banquo:/usr/obj/usr/src/sys/banquo i386 >> >> Ports tree freshly cvsupped (I had the same coredump with >> gstreamer-plugin 0.8.3) : >> gstreamer-0.8.5 gstreamer-plugins-0.8.4 >> >> In make.conf I have >> CFLAGS= -O -g -pipe >> STRIP= >> GNOME_DESKTOP_VERSION=2 >> CPUTYPE=p4 >> >> As I have a Nvidia card, libmap.conf maps libpthread to libc_r >> libpthread.so libc_r.so >> libpthread.so.1 libc_r.so.5 >> >> >> It is a bit annoying as I can no longer use totem or rhythmbox. >> Is there anything I can try to solve this problem. > > I cannot reproduce this on a 5.3-BETA machine with libpthread or > libc_r. The only difference I see that may matter is that you're > building with CPUTYPE=p4, and I have CPUTYPE defined. Since p4 has > caused problems in the past, try rebuilding gstreamer and > gstreamer-plugins without a CPUTYPE, and see if that helps. Umm, let me disable my CPUTYPE too. Mine has set it as athlon-xp. Cheers, Mezz > Joe > >> >> Thanks a lot, >> >> - Olivier -- mezz7 at cox.net - mezz at FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 04:42:41 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 610D116A4CE for ; Mon, 6 Sep 2004 04:42:41 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2529743D53 for ; Mon, 6 Sep 2004 04:42:40 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1C4BKx-000Gkt-FF; Sun, 05 Sep 2004 21:42:39 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16699.60094.958609.472439@ran.psg.com> Date: Sun, 5 Sep 2004 21:42:38 -0700 To: gnome@FreeBSD.org Subject: x11-toolkits/gtk-- failure X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 04:42:41 -0000 -current as of today portupgrade -favr i ran 52 portupgrade -f devel/libsigc++ 53 portupgrade -f x11-toolkits/gtk-- 2>&1 | tee portupgrade.log3 but checking if libsigc++ sane... no configure: error: Libsigc++ is required to compile Gtk--. If libsigc++ was installed but no found to be sane, most likely you have not placed the /usr/local/lib path in the library config file and run ldconfig. ===> Script "configure" failed unexpectedly. Please direct the output of the failure of the make command to a file, and then feed that file to the gnomelogalyzer, available from http://www.freebsd.org/gnome/gnomelogalyzer.sh, which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the problem to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach "/usr/ports/x11-toolkits/gtk--/work/gtkmm-1.2.8/config.log" and the output of the failure of the make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/x11-toolkits/gtk--. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade46134.0 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! x11-toolkits/gtk-- (gtkmm-1.2.8_2) (configure error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed gnomeanal # ~/gnomelogalyzer.sh portupgrade.log3 The cause of your build failure is not known to gnomelogalyzer.sh. Before e-mailing the build log to the FreeBSD GNOME team at freebsd-gnome@FreeBSD.org, TRY EACH OF THE FOLLOWING: * Make sure that you are generating the logfile with something similar to "make 2>&1 | tee /path/to/logfile" (sh) or "make |& tee /path/to/logfile" (csh) * Make sure your cvsup(1) configuration file specifies the 'ports-all' collection * Run cvsup(1) and attempt the build again * Check /usr/ports/UPDATING for information pertinent to your build failure * 99% of the commonly reported build failures can be solved by running "portupgrade -a" * Read the FAQs at http://www.FreeBSD.org/gnome/ * Search the archives of freebsd-gnome@FreeBSD.org. Archives can be searched at http://lists.freebsd.org/pipermail/freebsd-gnome/ If you have not performed each of the above suggestions, don't bother asking for help. The chances are good that you'll simply be told to perform one of the aforementioned steps. config log is This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:639: checking for a BSD compatible install configure:692: checking whether build environment is sane configure:749: checking whether gmake sets ${MAKE} configure:795: checking for working aclocal configure:808: checking for working autoconf configure:821: checking for working automake configure:834: checking for working autoheader configure:847: checking for working makeinfo configure:865: checking whether to enable maintainer-specific portions of Makefiles configure:947: checking for gcc configure:1060: checking whether the C compiler (cc -O -pipe -march=pentiumpro ) works configure:1076: cc -o conftest -O -pipe -march=pentiumpro conftest.c 1>&5 configure:1102: checking whether the C compiler (cc -O -pipe -march=pentiumpro ) is a cross-compiler configure:1107: checking whether we are using GNU C configure:1116: cc -E conftest.c configure:1135: checking whether cc accepts -g configure:1167: checking how to run the C preprocessor configure:1188: cc -E conftest.c >/dev/null 2>conftest.out configure:1252: checking for flex configure:1285: checking for flex configure:1319: checking for yywrap in -lfl configure:1338: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lfl 1>&5 configure:1361: checking lex output file root configure:1382: checking whether yytext is a pointer configure:1401: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lfl 1>&5 configure:1427: checking for bison configure:1458: checking whether gmake sets ${MAKE} configure:1492: checking host system type configure:1584: checking build system type configure:1604: checking for ranlib configure:1643: checking for ld used by GCC configure:1705: checking if the linker (/usr/bin/ld) is GNU ld GNU ld version 2.15 [FreeBSD] 2004-05-23 configure:1721: checking for BSD-compatible nm configure:1757: checking whether ln -s works ltconfig13:603: checking for object suffix ltconfig13:604: cc -c -O -pipe -march=pentiumpro conftest.c 1>&5 ltconfig13:629: checking for executable suffix ltconfig13:630: cc -o conftest -O -pipe -march=pentiumpro conftest.c 1>&5 ltconfig13:776: checking if cc PIC flag -fPIC works ltconfig13:777: cc -c -O -pipe -march=pentiumpro -fPIC -DPIC conftest.c 1>&5 ltconfig13:829: checking if cc supports -c -o file.o ltconfig13:830: cc -c -O -pipe -march=pentiumpro -o out/conftest2.o conftest.c 1>&5 ltconfig13:862: checking if cc supports -c -o file.lo ltconfig13:863: cc -c -O -pipe -march=pentiumpro -c -o conftest.lo conftest.c 1>&5 ltconfig13:914: checking if cc supports -fno-rtti -fno-exceptions ltconfig13:915: cc -c -O -pipe -march=pentiumpro -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 ltconfig13:958: checking if cc static flag -static works ltconfig13:959: cc -o conftest -O -pipe -march=pentiumpro -static conftest.c 1>&5 GNU ld version 2.15 [FreeBSD] 2004-05-23 ltconfig13:1653: checking if global_symbol_pipe works ltconfig13:1654: cc -c -O -pipe -march=pentiumpro conftest.c 1>&5 ltconfig13:1657: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" ltconfig13:1709: cc -o conftest -O -pipe -march=pentiumpro -fno-builtin conftest.c conftstm.o 1>&5 configure:1952: checking for gm4 configure:1987: checking for sgml2html configure:2037: checking for perl5 configure:2072: checking whether make is GNU Make configure:2137: checking for gtk-config configure:2172: checking for GTK - version >= 1.2.7 configure:2273: cc -o conftest -O -pipe -march=pentiumpro -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXi -lXext -lX11 -lm 1>&5 configure:2409: checking if html documentation and manual pages are generated configure:2449: checking for c++ configure:2481: checking whether the C++ compiler (c++ -O -pipe -march=pentiumpro ) works configure:2497: c++ -o conftest -O -pipe -march=pentiumpro conftest.C 1>&5 configure:2523: checking whether the C++ compiler (c++ -O -pipe -march=pentiumpro ) is a cross-compiler configure:2528: checking whether we are using GNU C++ configure:2537: c++ -E conftest.C configure:2556: checking whether c++ accepts -g configure:2605: checking what warning flags to pass to the C++ compiler configure:2636: checking what language compliance flags to pass to the C++ compiler configure:2703: checking for sigc-config configure:2739: checking for libsigc++ - version >= 0.8.5 configure:2794: checking if libsigc++ sane configure:2841: c++ -o conftest -O -pipe -march=pentiumpro -Wall -Wno-unused -I/usr/local/include/sigc++-1.0 conftest.C -L/usr/local/lib -lsigc -lpthread 1>&5 configure: failed program was: #line 2806 "configure" #include "confdefs.h" #ifdef __cplusplus /* extern "C" void exit(int); */ #endif #include #include #ifdef SIGC_CXX_NAMESPACES using namespace SigC; #endif int foo1(int i) { return 1; } int main(int argc,char **argv) { if (sigc_major_version!=1 || sigc_minor_version!=0 || sigc_micro_version!=4) { printf("(%d.%d.%d) ", sigc_major_version,sigc_minor_version,sigc_micro_version); return 1; } Signal1 sig1; sig1.connect(slot(foo1)); sig1(1); return 0; } and package list is # ls /var/db/pkg Hermes-1.3.3_1/ ImageMagick-6.0.6.2/ ORBit-0.5.17_2/ ORBit2-2.10.4/ XFree86-4.4.0_1,1/ XFree86-FontServer-4.4.0/ XFree86-NestServer-4.4.0/ XFree86-PrintServer-4.4.0/ XFree86-Server-4.4.0_3/ XFree86-VirtualFramebufferServer-4.4.0/ XFree86-clients-4.4.0_1/ XFree86-documents-4.4.0/ XFree86-font100dpi-4.4.0/ XFree86-font75dpi-4.4.0/ XFree86-fontCyrillic-4.4.0/ XFree86-fontDefaultBitmaps-4.4.0/ XFree86-fontEncodings-4.4.0/ XFree86-fontScalable-4.4.0_1/ XFree86-libraries-4.4.0/ XFree86-manuals-4.4.0/ Xaw3d-1.5/ a2ps-letter-4.13b_2/ aalib-1.4.r5_1/ acroread-5.09/ aspell-0.60_2/ at-spi-1.4.2/ atk-1.6.1/ autoconf-2.13.000227_5/ autoconf-2.53_3/ autoconf-2.59_2/ automake-1.4.6_1/ automake-1.5_2,1/ autotrace-0.31.1_1/ bash-2.05b.007_2/ bison-1.75_2/ bitstream-vera-1.10/ bladeenc-0.94.2/ bluefish-0.13/ bonobo-1.0.22_1/ bugbuddy2-2.6.1/ buildtool-0.16/ bzip-0.21/ cdrtools-2.0.3_4/ compat3x-i386-5.0.20020925/ cucipop-1.31_2/ cups-base-1.1.20.0/ cups-pstoraster-7.07_1/ cvsup-16.1h/ dasher-3.2.11/ db3-3.3.11_2,1/ db41-4.1.25_2/ db42-4.2.52_3/ diablo-jdk-1.3.1.0_1/ djbfft-0.76_1/ doc-2.1.4_1/ docbook-1.3/ docbook-241_2/ docbook-3.0_2/ docbook-3.1_2/ docbook-4.0_2/ docbook-4.1_2/ docbook-sk-4.1.2_3/ docbook-xml-4.2_1/ docbook-xsl-1.65.1/ docproj-1.13/ dri-5.0.2,1/ driftnet-0.1.6_1/ dsssl-docbook-modular-1.78_6,1/ eel2-2.6.2/ elm-2.5.6_2/ emacs-21.3_3/ enscript-letter-1.6.4/ eog2-2.6.1_2/ epiphany-1.2.7/ esound-0.2.35_1/ exim-4.42+27/ exim-monitor-4.42+27/ expat-1.95.8/ expect-5.42.1/ ezm3-1.2/ faad2-2.0_4/ fam-2.6.9_6/ fastest_cvsup-0.2.8/ fileroller-2.6.2,1/ flac-1.1.0_3/ fltk-1.1.4/ fontconfig-2.2.3,1/ freetype-1.3.1_3/ freetype2-2.1.7_3/ frontline-0.5.4_1/ gail-1.6.6/ gaim-0.82.1/ gal-0.24_1/ gal2-1.99.11_1/ galeon2-1.3.16_1/ gcalctool-4.3.51,1/ gconf-1.0.9_7/ gconf-editor-2.6.2,1/ gconf2-2.6.4/ gd-2.0.25,1/ gdbm-1.8.3_1/ gdk-pixbuf-0.22.0_1/ gdm2-2.6.0.3_2/ gedit2-2.6.2_1/ gettext-0.13.1_1/ ggv2-2.6.2/ ghex2-2.6.1/ ghostscript-gnu-7.07_11/ ghostview-1.5/ gimp-gnome-2.0.3,1/ gimp-print-4.2.7/ glade2-2.6.0/ gle-3.0.3/ glib-1.2.10_11/ glib-2.4.6/ gmake-3.80_2/ gnet-1.1.4/ gnet-glib2-1.1.9_3/ gnet2-2.0.5_1/ gnome-icon-theme-1.2.3/ gnome-pkgview-1.0.4_2/ gnome-themes-2.6.3/ gnome2-2.6.2/ gnomeapplets2-2.6.2.1_2/ gnomeaudio2-2.0.0/ gnomecanvas-0.22.0_1/ gnomecontrolcenter2-2.6.1_2/ gnomedb-0.2.96_2/ gnomedesktop-2.6.2/ gnomegames2-2.6.2_2/ gnomehier-1.0_19/ gnomeicu2-0.99.5/ gnomekeyring-0.2.1_1/ gnomelibs-1.4.2_2/ gnomemag-0.10.11/ gnomemedia2-2.6.2_3/ gnomemimedata-2.4.1_2/ gnomemm-1.2.4_2/ gnomenetstatus-2.6.2.1/ gnomepanel-2.6.2_1/ gnomeprint-0.37_1/ gnomesession-2.6.2/ gnomespeech-0.3.5/ gnomesystemmonitor-2.6.0_2/ gnometerminal-2.6.1_2/ gnomeuserdocs2-2.6.0.1/ gnomeutils2-2.6.2_1,1/ gnomevfs-1.0.5_6/ gnomevfs2-2.6.1.1_3/ gnopernicus-0.8.4/ gnumeric2-1.2.13/ gnupg-1.2.6/ gnupg-idea-1.0.6/ gob-1.0.12_1/ gob2-2.0.9/ gok-0.10.2/ gpdf-0.132/ gpgme-0.3.16_1/ gsfonts-8.11_1/ gsm-1.0.10/ gstreamer-0.8.4/ gstreamer-plugins-0.8.2_4/ gtetrinet-0.7.5_2/ gthumb2-2.4.1_1/ gtk-1.2.10_12/ gtk-2.4.9/ gtk-engines-0.12_3/ gtk-engines2-2.2.0_4/ gtkglarea-1.2.3/ gtkglarea-1.99.0_4/ gtkmm-1.2.8_2/ gtksourceview-1.0.1/ gtkspell2-2.0.7/ gucharmap-gnome-1.4.1/ guile-1.6.4_6/ guile-gtk-0.31_1/ gv-3.5.8_3/ hdf-4.1r5/ help2man-1.33.1/ hicolor-icon-theme-0.5/ html-4.01_2/ imake-4.4.0/ imlib-1.9.14_4/ intltool-0.31.2/ iso8879-1986_2/ ispell-3.2.06_11/ jade-1.2.1_8/ jasper-1.701.0/ javavmwrapper-1.5/ jbigkit-1.6/ jdk-1.1.8/ jdk-1.3.1p8_2/ jpeg-6b_3/ jpilot-0.99.7_1/ kermit-8.0.211/ lame-3.96.1/ lcms-1.13,1/ lha-1.14i_5/ libEMF-1.0/ libIDL-0.8.4/ libXft-2.1.6/ liba52-0.7.4_1/ libao-esound-0.8.4_1/ libart_lgpl2-2.3.16/ libaudiofile-0.2.6/ libbonobo-2.6.2/ libbonoboui-2.6.1/ libcapplet-1.4.0.5_2/ libchk-1.9/ libcroco-0.5.1/ libdvdcss-1.2.8_1/ libdvdnav-0.1.9/ libdvdread-0.9.4_1/ libesmtp-1.0.3,1/ libexif-0.5.12_2/ libflash-0.4.10/ libfpx-1.2.0.9/ libgail-gnome-1.0.6/ libgda-0.2.96_2/ libgda2-1.0.4/ libghttp-1.0.9/ libglade-0.17_3/ libglade2-2.4.0/ libglut-6.0.1/ libgmp-4.1.3/ libgnome-2.6.1.1/ libgnomecanvas-2.6.1.1/ libgnomedb-1.0.4_1/ libgnomeprint-2.6.2/ libgnomeprintui-2.6.2/ libgnomeui-2.6.1.1/ libgnugetopt-1.2/ libgsf-1.10.1/ libgsf-gnome-1.10.0/ libgtkhtml-2.6.2/ libgtop2-2.6.0_1/ libiconv-1.9.2_1/ libid3tag-0.15.0b_1/ libijs-0.35/ libltdl-1.5.8/ libmad-0.15.1b/ libmikmod-esound-3.1.11/ libmng-1.0.8/ libmpeg2-0.4.0b_1/ libogg-1.1,3/ librep-0.16.2_4/ librsvg2-2.6.5_1/ libsigc++-1.0.4/ libsigc++-1.2.5_1/ libsndfile-1.0.10/ libtool-1.3.5_2/ libtool-1.5.8/ libungif-4.1.3/ libunicode-0.4_4/ libvorbis-1.0.1,3/ libwmf-0.2.8.3/ libwnck-2.6.2.1_1/ libwww-5.4.0_1/ libxine-1.0.r5_1/ libxklavier-1.03_1,1/ libxml-1.8.17_2/ libxml2-2.6.13/ libxslt-1.1.10/ libzvt-2.0.1_8/ linc-1.0.3_2/ links-0.98,1/ linux-flashplugin-5.0r51_1/ linux-flashplugin-6.0r79_1/ linux-gtk-1.2_3/ linux-sun-jdk-1.3.1.10/ linux_base-7.1_7/ linuxdoc-1.1_1/ linuxpluginwrapper-20040831/ linuxthreads-2.2.3_15/ lsof-4.72.2/ lynx-ssl-2.8.5/ lzo-1.08_1/ lzop-1.01/ m4-1.4.1/ mad-0.15.0b/ madplay-esound-0.15.0b_2/ magicpoint-1.10a_1/ maildrop-1.6.3_1/ mergeant-0.12.1_2/ metacity-2.8.2/ ming-0.2a_1/ mirror-2.9_1/ mkcatalog-1.1/ mozilla-1.7.1,2/ mozilla-1.8.a2,2/ mpeg2codec-1.2_1/ mpg123-esound-0.59r_13/ mplayer-fonts-0.50/ mplayer-gtk-esound-0.99.5_2/ mplayer-skins-1.1.0_1/ mrt-2.2.2a/ nas-1.6/ nasm-0.98.38_1,1/ nautilus-cd-burner-2.6.1_1/ nautilus-media-0.8.0_3/ nautilus2-2.6.3_1/ ncftp1-1.9.5/ neon-0.24.7/ netpbm-10.24/ nspr-4.4.1_1/ nss-3.9.2/ oaf-0.6.10_2/ open-motif-2.2.3/ openldap-client-2.2.15/ openldap-server-2.2.15/ openslp-1.0.11_1/ p5-Authen-SASL-2.08/ p5-Digest-1.08/ p5-Digest-HMAC-1.01/ p5-Digest-MD5-2.33/ p5-Digest-Nilsimsa-0.06/ p5-Digest-SHA1-2.10/ p5-File-Spec-0.86/ p5-HTML-Parser-3.36/ p5-HTML-Tagset-3.03/ p5-MIME-Base64-3.03/ p5-Mail-SpamAssassin-2.64/ p5-Mail-Tools-1.62/ p5-Net-1.19,1/ p5-Net-DNS-0.48/ p5-PodParser-1.28_1/ p5-Test-Harness-2.42/ p5-Test-Simple-0.47_1/ p5-Time-HiRes-1.59,1/ p5-URI-1.31/ p5-XML-Parser-2.34_1/ p5-gettext-1.01_4/ p5-type1inst-0.6.1_2/ pan2-0.14.2_3/ pango-1.4.1/ pcre-4.5/ peps-1.0_1/ perl-5.8.5/ photopc-3.05/ pilot-link-0.11.8_3/ pkgconfig-0.15.0_1/ pkgdb.db planner-0.12/ plotutils-2.4.1/ png-1.2.6/ popt-1.7/ portupgrade-20040701_3/ procmail-3.22_4/ pstoedit-3.33_2/ pth-2.0.0/ py23-expat-2.3.4_3/ py23-gtk-2.2.0_3/ py23-numeric-23.1/ python-2.3.4_2/ pyzor-0.4.0_3/ razor-agents-2.61_2/ rc_subr-1.31/ rep-gtk2-gnome-0.18_1,1/ rpm-3.0.6_9/ rsync-2.6.2_3/ rtc-2004.02.24.1_4/ ruby-1.8.2.p2_1/ ruby18-bdb1-0.2.2/ ruby_static-1.8.2.p2/ samba-2.2.11_1/ sawfish2-1.3_7,2/ scr2png-1.1_4/ scr2txt-1.1/ scrollkeeper-0.3.14_1,1/ sdl-1.2.7_2,1/ sdocbook-xml-4.1.2.5_2/ sdr-3.0/ seahorse-0.7.3_2/ sed_inplace-2002.10.19/ sgmlformat-1.7_2/ shared-mime-info-0.15/ sodipodi-0.34_1/ soup-0.7.11_1/ sox-12.17.4_2/ speex-1.0.4,1/ startup-notification-0.7/ svgalib-1.4.3_4/ t1lib-5.0.1,1/ tcl-8.2.3_4/ tcl-8.3.5_3/ tcl-8.4.6_1,1/ tidy-20000804_2/ tiff-3.6.1_1/ tk-8.2.3_3/ tk-8.3.5_3/ tk-8.4.6,1/ totem-0.99.13/ uclmmbase-1.2.8/ unzip-5.51/ urwfonts-1.0/ vm-emacs21-7.18/ vmware-tools-2.0.4.307/ vte-0.11.11/ wdiff-0.5_3/ weblint-1.020/ wget-1.8.2_6/ win32-codecs-2.1.0.p5,1/ wrapper-1.0_3/ wxgtk-2.4.2_8/ wxgtk-common-2.4.2_1/ wxgtk2-2.4.2_4/ xbatt-1.2.1/ xchat2-2.4.0/ xdaliclock-2.20/ xhtml-1.0.20020801_4/ xmcd-3.3.2_1/ xmixer-0.9.4_1/ xmlcatmgr-2.1/ xmms-esound-1.2.10/ xpdf-3.00_3/ xplot-0.90.7.1/ xscreensaver-gnome-4.16/ xterm-196_3/ xv-3.10a_3/ yelp-2.6.1/ zenity-2.6.3/ zip-2.3_1/ zoo-2.10.1/ randy From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 04:57:53 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E0CC16A4CE for ; Mon, 6 Sep 2004 04:57:53 +0000 (GMT) Received: from fed1rmmtao04.cox.net (fed1rmmtao04.cox.net [68.230.241.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEC0843D2D for ; Mon, 6 Sep 2004 04:57:52 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by fed1rmmtao04.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP id <20040906045751.ULAH8658.fed1rmmtao04.cox.net@mezz.mezzweb.com>; Mon, 6 Sep 2004 00:57:51 -0400 Date: Sun, 05 Sep 2004 23:57:49 -0500 To: "Joe Marcus Clarke" References: <4138F242.8030602@wanadoo.fr> <1094443737.1057.3.camel@shumai.marcuscom.com> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: User-Agent: Opera M2/7.54 (Linux, build 751) cc: freebsd-gnome@freebsd.org Subject: Re: Gst-register core dump in hash_print_key X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 04:57:53 -0000 On Sun, 05 Sep 2004 23:39:30 -0500, Jeremy Messenger wrote: > On Mon, 06 Sep 2004 00:08:57 -0400, Joe Marcus Clarke > wrote: > >> On Fri, 2004-09-03 at 18:37, Olivier Saut wrote: >>> Hello, >>> >>> every time I run gst-register (as user or as root) I get a coredump : >>> os@banquo% gst-register >>> >>> Trying to load global_registry ... >>> Error loading global_registry >>> Added path /usr/X11R6/lib/gstreamer-0.8 to user_registry >>> Rebuilding user_registry (/home/os/.gstreamer-0.8/registry.xml) ... >>> Added plugin gstgetbits with 0 features. >>> ... >>> Added plugin dvdreadsrc with 1 feature. >>> Added plugin cdparanoia with 1 feature. >>> Added plugin gstaf with 1 feature. >>> Added plugin aasink with 1 feature. >>> Added plugin a52dec with 1 feature. >>> Added plugin cdplayer with 1 feature. >>> zsh: 46934 bus error (core dumped) gst-register >>> >>> I have tried to disable cdplayer plugin, but then it coredumps after >>> a52dec. >>> >>> In gdb, I get the following trace >>> Program terminated with signal 10, Bus error. >>> #0 0x29f9883f in ?? () >>> (gdb) bt >>> #0 0x29f9883f in ?? () >>> #1 0x00000000 in ?? () >>> #2 0x00000000 in ?? () >>> #3 0x28051c33 in ?? () >>> ... >>> #214 0x08078500 in ?? () >>> #215 0x0807d15c in ?? () >>> #216 0xbfbfe918 in ?? () >>> #217 0x08048f50 in hash_print_key (key=0x29fdab20 "", value=0x29fb8a64 >>> "ÿÿÿÿ") >>> at gst-run.c:114 >>> Previous frame inner to this frame (corrupt stack?) >>> >>> I run 5.3-BETA2 FreeBSD 5.3-BETA2 #88: Mon Aug 30 14:57:31 CEST 2004 >>> root@banquo:/usr/obj/usr/src/sys/banquo i386 >>> >>> Ports tree freshly cvsupped (I had the same coredump with >>> gstreamer-plugin 0.8.3) : >>> gstreamer-0.8.5 gstreamer-plugins-0.8.4 >>> >>> In make.conf I have >>> CFLAGS= -O -g -pipe >>> STRIP= >>> GNOME_DESKTOP_VERSION=2 >>> CPUTYPE=p4 >>> >>> As I have a Nvidia card, libmap.conf maps libpthread to libc_r >>> libpthread.so libc_r.so >>> libpthread.so.1 libc_r.so.5 >>> >>> >>> It is a bit annoying as I can no longer use totem or rhythmbox. >>> Is there anything I can try to solve this problem. >> >> I cannot reproduce this on a 5.3-BETA machine with libpthread or >> libc_r. The only difference I see that may matter is that you're >> building with CPUTYPE=p4, and I have CPUTYPE defined. Since p4 has >> caused problems in the past, try rebuilding gstreamer and >> gstreamer-plugins without a CPUTYPE, and see if that helps. > > Umm, let me disable my CPUTYPE too. Mine has set it as athlon-xp. Ahh, that was it! It's CPUTYPE issue that hurt gstreamer... ======================================= Rebuilding global_registry (/usr/X11R6/share/gnome/cache/gstreamer-0.8/registry.xml) ... Added plugin vcdsrc with 1 feature. Added plugin xvid with 2 features. Added plugin snapshot with 1 feature. Added plugin smoothwave with 1 feature. Added plugin textoverlay with 1 feature. Added plugin png with 2 features. Added plugin jpeg with 4 features. Added plugin hermescolorspace with 1 feature. Added plugin gnomevfs with 2 features. Added plugin gdkpixbuf with 2 features. Added plugin aasink with 1 feature. Added plugin cdplayer with 1 feature. Added plugin y4menc with 1 feature. <-- Finally, no core dump [...] Added plugin matroska with 2 features. Added plugin cdxaparse with 1 feature. Added plugin avi with 2 features. Loaded 123 plugins with 228 features. ======================================= ======================================= # find /usr/ports -name "*.core" [...empty...] ======================================= /me rushes to make.conf and pkgtools.conf to block CPUTYPE for gstreamer* only. But, if one of you have any patch(es) for us to test and I shall test it. Cheers, Mezz > Cheers, > Mezz > >> Joe >> >>> >>> Thanks a lot, >>> >>> - Olivier -- mezz7 at cox.net - mezz at FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 05:01:25 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A6C116A4CE for ; Mon, 6 Sep 2004 05:01:25 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B05343D1F for ; Mon, 6 Sep 2004 05:01:24 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i8651LAl000893; Mon, 6 Sep 2004 01:01:21 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Jeremy Messenger In-Reply-To: References: <4138F242.8030602@wanadoo.fr> <1094443737.1057.3.camel@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ymXcra1dTs5KL3SvIvXW" Organization: MarcusCom, Inc. Message-Id: <1094446881.1057.21.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 06 Sep 2004 01:01:21 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com cc: freebsd-gnome@freebsd.org Subject: Re: Gst-register core dump in hash_print_key X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 05:01:25 -0000 --=-ymXcra1dTs5KL3SvIvXW Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable On Mon, 2004-09-06 at 00:57, Jeremy Messenger wrote: > On Sun, 05 Sep 2004 23:39:30 -0500, Jeremy Messenger wrot= e: >=20 > > On Mon, 06 Sep 2004 00:08:57 -0400, Joe Marcus Clarke =20 > > wrote: > > > >> On Fri, 2004-09-03 at 18:37, Olivier Saut wrote: > >>> Hello, > >>> > >>> every time I run gst-register (as user or as root) I get a coredump : > >>> os@banquo% gst-register > >>> > >>> Trying to load global_registry ... > >>> Error loading global_registry > >>> Added path /usr/X11R6/lib/gstreamer-0.8 to user_registry > >>> Rebuilding user_registry (/home/os/.gstreamer-0.8/registry.xml) ... > >>> Added plugin gstgetbits with 0 features. > >>> ... > >>> Added plugin dvdreadsrc with 1 feature. > >>> Added plugin cdparanoia with 1 feature. > >>> Added plugin gstaf with 1 feature. > >>> Added plugin aasink with 1 feature. > >>> Added plugin a52dec with 1 feature. > >>> Added plugin cdplayer with 1 feature. > >>> zsh: 46934 bus error (core dumped) gst-register > >>> > >>> I have tried to disable cdplayer plugin, but then it coredumps after = =20 > >>> a52dec. > >>> > >>> In gdb, I get the following trace > >>> Program terminated with signal 10, Bus error. > >>> #0 0x29f9883f in ?? () > >>> (gdb) bt > >>> #0 0x29f9883f in ?? () > >>> #1 0x00000000 in ?? () > >>> #2 0x00000000 in ?? () > >>> #3 0x28051c33 in ?? () > >>> ... > >>> #214 0x08078500 in ?? () > >>> #215 0x0807d15c in ?? () > >>> #216 0xbfbfe918 in ?? () > >>> #217 0x08048f50 in hash_print_key (key=3D0x29fdab20 "", value=3D0x29f= b8a64 > >>> "=FF=FF=FF=FF") > >>> at gst-run.c:114 > >>> Previous frame inner to this frame (corrupt stack?) > >>> > >>> I run 5.3-BETA2 FreeBSD 5.3-BETA2 #88: Mon Aug 30 14:57:31 CEST 2004 > >>> root@banquo:/usr/obj/usr/src/sys/banquo i386 > >>> > >>> Ports tree freshly cvsupped (I had the same coredump with > >>> gstreamer-plugin 0.8.3) : > >>> gstreamer-0.8.5 gstreamer-plugins-0.8.4 > >>> > >>> In make.conf I have > >>> CFLAGS=3D -O -g -pipe > >>> STRIP=3D > >>> GNOME_DESKTOP_VERSION=3D2 > >>> CPUTYPE=3Dp4 > >>> > >>> As I have a Nvidia card, libmap.conf maps libpthread to libc_r > >>> libpthread.so libc_r.so > >>> libpthread.so.1 libc_r.so.5 > >>> > >>> > >>> It is a bit annoying as I can no longer use totem or rhythmbox. > >>> Is there anything I can try to solve this problem. > >> > >> I cannot reproduce this on a 5.3-BETA machine with libpthread or > >> libc_r. The only difference I see that may matter is that you're > >> building with CPUTYPE=3Dp4, and I have CPUTYPE defined. Since p4 has > >> caused problems in the past, try rebuilding gstreamer and > >> gstreamer-plugins without a CPUTYPE, and see if that helps. > > > > Umm, let me disable my CPUTYPE too. Mine has set it as athlon-xp. >=20 > Ahh, that was it! It's CPUTYPE issue that hurt gstreamer... >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Rebuilding global_registry =20 > (/usr/X11R6/share/gnome/cache/gstreamer-0.8/registry.xml) ... > Added plugin vcdsrc with 1 feature. > Added plugin xvid with 2 features. > Added plugin snapshot with 1 feature. > Added plugin smoothwave with 1 feature. > Added plugin textoverlay with 1 feature. > Added plugin png with 2 features. > Added plugin jpeg with 4 features. > Added plugin hermescolorspace with 1 feature. > Added plugin gnomevfs with 2 features. > Added plugin gdkpixbuf with 2 features. > Added plugin aasink with 1 feature. > Added plugin cdplayer with 1 feature. > Added plugin y4menc with 1 feature. <-- Finally, no core dump > [...] > Added plugin matroska with 2 features. > Added plugin cdxaparse with 1 feature. > Added plugin avi with 2 features. > Loaded 123 plugins with 228 features. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > # find /usr/ports -name "*.core" > [...empty...] > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > /me rushes to make.conf and pkgtools.conf to block CPUTYPE for gstreamer*= =20 > only. But, if one of you have any patch(es) for us to test and I shall =20 > test it. I've always been suspect of CPUTYPE. I don't care what people say is safe. I stick with the default, and I usually end up okay. There are other ways to increase performance. Joe >=20 > Cheers, > Mezz >=20 > > Cheers, > > Mezz > > > >> Joe > >> > >>> > >>> Thanks a lot, > >>> > >>> - Olivier --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-ymXcra1dTs5KL3SvIvXW Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBO+8hb2iPiv4Uz4cRAhqVAJ9p/TWnr8+NwGbC1vIcnzLqus4mIQCcCqIX nLb4C1ymzdHA1wxWYttgM4c= =xgNA -----END PGP SIGNATURE----- --=-ymXcra1dTs5KL3SvIvXW-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 05:07:44 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C89E16A4CE for ; Mon, 6 Sep 2004 05:07:44 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2198A43D2D for ; Mon, 6 Sep 2004 05:07:44 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1C4BjD-000HSZ-H4; Sun, 05 Sep 2004 22:07:43 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16699.61599.26980.970336@ran.psg.com> Date: Sun, 5 Sep 2004 22:07:43 -0700 To: freebsd gnome Subject: devel/gnomevfs2 install failure in current X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 05:07:44 -0000 current as of just now Installed schema `/schemas/desktop/gnome/url-handlers/h323/needs_terminal' for locale `en_CA' Installed schema `/schemas/desktop/gnome/url-handlers/h323/needs_terminal' for locale `uk' Installed schema `/schemas/desktop/gnome/url-handlers/h323/needs_terminal' for locale `pt' Failed to write "/usr/X11R6/etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/%gconf.xml": Failed to open "/usr/X11R6/etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/%gconf.xml.new": No such file or directory Failed to write "/usr/X11R6/etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/h323/%gconf.xml": Failed to open "/usr/X11R6/etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/h323/%gconf.xml.new": No such file or directory Failed to write "/usr/X11R6/etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/callto/%gconf.xml": Failed to open "/usr/X11R6/etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/callto/%gconf.xml.new": No such file or directory Failed to write "/usr/X11R6/etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/mailto/%gconf.xml": Failed to open "/usr/X11R6/etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/mailto/%gconf.xml.new": No such file or directory etc no help from anal # ~/gnomelogalyzer.sh portupgrade.log3 The cause of your build failure is not known to gnomelogalyzer.sh. Before e-mailing the build log to the FreeBSD GNOME team at freebsd-gnome@FreeBSD.org, TRY EACH OF THE FOLLOWING: randy From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 05:09:11 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A471316A4CE for ; Mon, 6 Sep 2004 05:09:11 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAA4A43D3F for ; Mon, 6 Sep 2004 05:09:10 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i865990A000926; Mon, 6 Sep 2004 01:09:09 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Randy Bush In-Reply-To: <16699.60094.958609.472439@ran.psg.com> References: <16699.60094.958609.472439@ran.psg.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-jmLuTI9RtlSEdu8hHBX9" Organization: MarcusCom, Inc. Message-Id: <1094447349.1057.27.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 06 Sep 2004 01:09:09 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com cc: FreeBSD GNOME Users Subject: Re: x11-toolkits/gtk-- failure X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 05:09:11 -0000 --=-jmLuTI9RtlSEdu8hHBX9 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2004-09-06 at 00:42, Randy Bush wrote: > -current as of today > portupgrade -favr >=20 > i ran >=20 > 52 portupgrade -f devel/libsigc++ > 53 portupgrade -f x11-toolkits/gtk-- 2>&1 | tee portupgrade.log3 >=20 > but >=20 > checking if libsigc++ sane... no > configure: error: Libsigc++ is required to compile Gtk--. If libsigc+= + was installed > but no found to be sane, most likely you have not placed the=20 > /usr/local/lib path in the library config file and run ldconfig. > =3D=3D=3D> Script "configure" failed unexpectedly. > Please direct the output of the failure of the make command to a file= , and > then feed that file to the gnomelogalyzer, available from > http://www.freebsd.org/gnome/gnomelogalyzer.sh, which will diagnose t= he problem > and suggest a solution. If - and only if - the gnomelogalyzer cannot= solve > the problem, report the problem to the FreeBSD GNOME team at gnome@Fr= eeBSD.org, > and attach "/usr/ports/x11-toolkits/gtk--/work/gtkmm-1.2.8/config.log= " and > the output of the failure of the make command. Also, it might be a g= ood idea > to provide an overview of all packages installed on your system (e.g.= an `ls > /var/db/pkg`). > *** Error code 1 Well, I'm certainly not getting this. After bland's fixes, gtk-- seems to be compiling right up for me on 5.3-BETA. I don't have a 6.0 machine handy with which to test. You might try disabling CPUTYPE, and run the libsigc++ and gtk-- builds again. The weird thing is, I don't even see an error when the test program fails. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-jmLuTI9RtlSEdu8hHBX9 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBO/D1b2iPiv4Uz4cRAkatAJ9oUzRAX79JHWslHUMGrae4kCD4/ACghdP4 HCYmaIXhROtOM2V00uncq2Y= =3k5P -----END PGP SIGNATURE----- --=-jmLuTI9RtlSEdu8hHBX9-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 05:16:12 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12C5516A4CE for ; Mon, 6 Sep 2004 05:16:12 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBAEB43D2F for ; Mon, 6 Sep 2004 05:16:11 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1C4BrP-000Hh4-ET; Sun, 05 Sep 2004 22:16:11 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16699.62106.945756.403990@ran.psg.com> Date: Sun, 5 Sep 2004 22:16:10 -0700 To: Joe Marcus Clarke References: <16699.60094.958609.472439@ran.psg.com> <1094447349.1057.27.camel@shumai.marcuscom.com> cc: FreeBSD GNOME Users Subject: Re: x11-toolkits/gtk-- failure X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 05:16:12 -0000 > You might try disabling CPUTYPE, and run the libsigc++ and gtk-- builds > again. same error randy From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 05:32:25 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 691AB16A4CE for ; Mon, 6 Sep 2004 05:32:25 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB88443D3F for ; Mon, 6 Sep 2004 05:32:24 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i865WM6j001054; Mon, 6 Sep 2004 01:32:22 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Randy Bush In-Reply-To: <16699.61599.26980.970336@ran.psg.com> References: <16699.61599.26980.970336@ran.psg.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-p2OQgDOqvR4Zmyq97p0v" Organization: MarcusCom, Inc. Message-Id: <1094448742.1057.49.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 06 Sep 2004 01:32:22 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com cc: freebsd gnome Subject: Re: devel/gnomevfs2 install failure in current X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 05:32:25 -0000 --=-p2OQgDOqvR4Zmyq97p0v Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2004-09-06 at 01:07, Randy Bush wrote: > current as of just now >=20 > Installed schema `/schemas/desktop/gnome/url-handlers/h323/needs_term= inal' for locale `en_CA' > Installed schema `/schemas/desktop/gnome/url-handlers/h323/needs_term= inal' for locale `uk' > Installed schema `/schemas/desktop/gnome/url-handlers/h323/needs_term= inal' for locale `pt' > Failed to write "/usr/X11R6/etc/gconf/gconf.xml.defaults/desktop/gnom= e/url-handlers/%gconf.xml": Failed to open "/usr/X11R6/etc/gconf/gconf.xml.= defaults/desktop/gnome/url-handlers/%gconf.xml.new": No such file or direct= ory >=20 > Failed to write "/usr/X11R6/etc/gconf/gconf.xml.defaults/desktop/gnom= e/url-handlers/h323/%gconf.xml": Failed to open "/usr/X11R6/etc/gconf/gconf= .xml.defaults/desktop/gnome/url-handlers/h323/%gconf.xml.new": No such file= or directory >=20 > Failed to write "/usr/X11R6/etc/gconf/gconf.xml.defaults/desktop/gnom= e/url-handlers/callto/%gconf.xml": Failed to open "/usr/X11R6/etc/gconf/gco= nf.xml.defaults/desktop/gnome/url-handlers/callto/%gconf.xml.new": No such = file or directory >=20 > Failed to write "/usr/X11R6/etc/gconf/gconf.xml.defaults/desktop/gnom= e/url-handlers/mailto/%gconf.xml": Failed to open "/usr/X11R6/etc/gconf/gco= nf.xml.defaults/desktop/gnome/url-handlers/mailto/%gconf.xml.new": No such = file or directory >=20 > etc The Tinderbox is building GNOME just fine on 6-CURRENT. The last build of gnomevfs2-2.6.2_1 was on 8/31. The latest build of gnomevfs2-2.7.91 was on 9/5. Perhaps something changed in -CURRENT _very_ recently, but I doubt it. Since you're having a lot of build problems on this machine, perhaps there is a local issue. Just to be certain, I'll run an ad hoc build of gnomevfs2-2.6.2_1 on 6.0-CURRENT on the Tinderbox. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-p2OQgDOqvR4Zmyq97p0v Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBO/Zmb2iPiv4Uz4cRAjEaAJ992QT60QiNozOpP8EgGJYiiHyeNACgjqu+ 42R1tRAHkulA+YlRLdiy6zI= =ZYXh -----END PGP SIGNATURE----- --=-p2OQgDOqvR4Zmyq97p0v-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 05:34:58 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7921C16A4CE for ; Mon, 6 Sep 2004 05:34:58 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FB2343D77 for ; Mon, 6 Sep 2004 05:34:58 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1C4C9Z-000ICm-NG; Sun, 05 Sep 2004 22:34:57 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16699.63233.214533.767750@ran.psg.com> Date: Sun, 5 Sep 2004 22:34:57 -0700 To: Joe Marcus Clarke References: <16699.61599.26980.970336@ran.psg.com> <1094448742.1057.49.camel@shumai.marcuscom.com> cc: freebsd gnome Subject: Re: devel/gnomevfs2 install failure in current X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 05:34:58 -0000 > The Tinderbox is building GNOME just fine on 6-CURRENT. The last build > of gnomevfs2-2.6.2_1 was on 8/31. The latest build of gnomevfs2-2.7.91 > was on 9/5. Perhaps something changed in -CURRENT _very_ recently, but > I doubt it. Since you're having a lot of build problems on this > machine, perhaps there is a local issue. since i am the only whiner, i presume it is a local issue. the challenge is localizing it more specifically than "on this machine." :-) randy From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 06:40:31 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7BBD16A4CE for ; Mon, 6 Sep 2004 06:40:31 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E22843D4C for ; Mon, 6 Sep 2004 06:40:31 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1C4DB0-000Jxf-Hj; Sun, 05 Sep 2004 23:40:30 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16700.1630.42240.732404@ran.psg.com> Date: Sun, 5 Sep 2004 23:40:30 -0700 To: Joe Marcus Clarke References: <16699.61599.26980.970336@ran.psg.com> <1094448742.1057.49.camel@shumai.marcuscom.com> cc: freebsd gnome Subject: Re: devel/gnomevfs2 install failure in current X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 06:40:31 -0000 could this be a hint, from installworld ===> lib/libmagic uniq: not found "/usr/src/lib/libmagic/Makefile", line 49: warning: "awk '$1 == "#define" && $2 == "VERSION" { print $3 }' /usr/src/lib/libmagic/config.h | uniq" returned non-zero status randy From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 06:46:03 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2E8316A4CE for ; Mon, 6 Sep 2004 06:46:03 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28C5743D62 for ; Mon, 6 Sep 2004 06:46:03 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i866jwqW001552; Mon, 6 Sep 2004 02:45:58 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Randy Bush In-Reply-To: <16700.1630.42240.732404@ran.psg.com> References: <16699.61599.26980.970336@ran.psg.com> <1094448742.1057.49.camel@shumai.marcuscom.com> <16700.1630.42240.732404@ran.psg.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-kLbWkAfrIlzg0lSG+BRb" Organization: MarcusCom, Inc. Message-Id: <1094453158.1057.53.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 06 Sep 2004 02:45:58 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com cc: freebsd gnome Subject: Re: devel/gnomevfs2 install failure in current X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 06:46:04 -0000 --=-kLbWkAfrIlzg0lSG+BRb Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2004-09-06 at 02:40, Randy Bush wrote: > could this be a hint, from installworld >=20 > =3D=3D=3D> lib/libmagic > uniq: not found > "/usr/src/lib/libmagic/Makefile", line 49: warning: "awk '$1 =3D=3D "#def= ine" && $2 =3D=3D "VERSION" { print $3 }' /usr/src/lib/libmagic/config.h |= uniq" returned non-zero status Well, that's definitely a problem, but it doesn't explain the gtk-- failure, and I doubt it would cause the gnomevfs2 install failure. It may be symptomatic of something else, though. Try installing /usr/src/usr.bin/uniq by hand, then see if the installworld completes. Joe >=20 > randy --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-kLbWkAfrIlzg0lSG+BRb Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBPAemb2iPiv4Uz4cRAmf5AJ4vfY5nlncU4emx15pbLk+bnvMG4gCgjWFm S3rOh37sHB8nqsuipFcYel0= =+es9 -----END PGP SIGNATURE----- --=-kLbWkAfrIlzg0lSG+BRb-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 07:18:52 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD02816A4CE for ; Mon, 6 Sep 2004 07:18:52 +0000 (GMT) Received: from mwinf0304.wanadoo.fr (smtp3.wanadoo.fr [193.252.22.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FC4143D55 for ; Mon, 6 Sep 2004 07:18:52 +0000 (GMT) (envelope-from saut.olivier@wanadoo.fr) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0304.wanadoo.fr (SMTP Server) with SMTP id A8D00A80409E for ; Mon, 6 Sep 2004 09:18:51 +0200 (CEST) Received: from [82.125.136.227] (AToulouse-152-2-8-227.w82-125.abo.wanadoo.fr [82.125.136.227]) by mwinf0304.wanadoo.fr (SMTP Server) with ESMTP id 30FEDA8040FE for ; Mon, 6 Sep 2004 09:18:51 +0200 (CEST) Message-ID: <413C0F5A.5000604@wanadoo.fr> Date: Mon, 06 Sep 2004 09:18:50 +0200 From: Olivier Saut User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040808) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-gnome@freebsd.org References: <4138F242.8030602@wanadoo.fr> <1094443737.1057.3.camel@shumai.marcuscom.com> In-Reply-To: <1094443737.1057.3.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Gst-register core dump in hash_print_key X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 07:18:53 -0000 Joe Marcus Clarke wrote: > On Fri, 2004-09-03 at 18:37, Olivier Saut wrote: >> >>every time I run gst-register (as user or as root) I get a coredump : > I cannot reproduce this on a 5.3-BETA machine with libpthread or > libc_r. The only difference I see that may matter is that you're > building with CPUTYPE=p4, and I have CPUTYPE defined. Since p4 has > caused problems in the past, try rebuilding gstreamer and > gstreamer-plugins without a CPUTYPE, and see if that helps. Unsetting CPUTYPE makes it work! It is related to gstreamer-plugins, not gst-register (from gstreamer), as recompiling only gstreamer does not solve this problem. I thought CPUTYPE was safe with gcc 3.4. Thanks, - Olivier From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 11:03:18 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E6A816A4CE for ; Mon, 6 Sep 2004 11:03:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F21A43D46 for ; Mon, 6 Sep 2004 11:03:18 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i86B3Iui094633 for ; Mon, 6 Sep 2004 11:03:18 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i86B3HIZ094627 for gnome@freebsd.org; Mon, 6 Sep 2004 11:03:17 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 6 Sep 2004 11:03:17 GMT Message-Id: <200409061103.i86B3HIZ094627@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: gnome@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 11:03:18 -0000 Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/06/15] ports/67970 gnome ports textproc/libxml, textproc/libxslt: s [2004/07/07] ports/68747 gnome [patch] upgrade print/freetype2 o [2004/07/09] ports/68879 gnome [patch] update x11-toolkits/scintilla to o [2004/09/02] ports/71313 gnome missing entry in pkg-plist: www/mozilla-d 4 problems total. From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 13:53:14 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD25816A4CE for ; Mon, 6 Sep 2004 13:53:14 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 919ED43D1D for ; Mon, 6 Sep 2004 13:53:14 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1C4Jvl-00070k-Mn; Mon, 06 Sep 2004 06:53:13 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16700.27593.206204.486320@ran.psg.com> Date: Mon, 6 Sep 2004 06:53:13 -0700 To: Joe Marcus Clarke References: <16699.60094.958609.472439@ran.psg.com> <1094447349.1057.27.camel@shumai.marcuscom.com> <16699.62106.945756.403990@ran.psg.com> cc: FreeBSD GNOME Users Subject: Re: x11-toolkits/gtk-- failure X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 13:53:14 -0000 ok, found it. i was overzealous in /etc/libmap.conf. when i stripped it back to libmap.conf-FreeBSD5.x,v 1.9 2004/08/23 16:26:44 nork i can compile gtk-- but gnome-- fails. but i'll start a new thread for that whine. randy From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 13:56:02 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5BD016A4CE for ; Mon, 6 Sep 2004 13:56:01 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B39043D46 for ; Mon, 6 Sep 2004 13:56:01 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1C4JyT-00075a-6r for freebsd-gnome@freebsd.org; Mon, 06 Sep 2004 06:56:01 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16700.27760.807549.319853@ran.psg.com> Date: Mon, 6 Sep 2004 06:56:00 -0700 To: freebsd gnome Subject: gnome-- X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 13:56:02 -0000 i386 -current cvsup and make world as of an hour ago c++ -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gnome--\" -I. -I./.. -I.. -I../../src -I../../src -I../../src/gtk-- -I../../gdk-- -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -O -pipe -march=pentiumpro -Wall -Wno-unused -c wrap.cc -fPIC -DPIC -o .libs/wrap.lo In file included from /usr/X11R6/include/gtk--/object.h:30, from wrap.cc:1: /usr/X11R6/include/gtk--/base.h:27:25: gtk--config.h: No such file or directory In file included from /usr/X11R6/include/gdk--.h:28, from /usr/X11R6/include/gtk--/base.h:33, from /usr/X11R6/include/gtk--/object.h:30, from wrap.cc:1: /usr/X11R6/include/gdk--/types.h:27:25: gdk--config.h: No such file or directory In file included from /usr/X11R6/include/gdk--/types.h:365, from /usr/X11R6/include/gdk--.h:28, from /usr/X11R6/include/gtk--/base.h:33, from /usr/X11R6/include/gtk--/object.h:30, from wrap.cc:1: /usr/X11R6/include/gdk--/color.h:38: error: expected constructor, destructor, or type conversion before ';' token /usr/X11R6/include/gdk--/color.h:56: error: expected unqualified-id before '&' token /usr/X11R6/include/gdk--/color.h:56: error: expected `,' or `...' before '&' token /usr/X11R6/include/gdk--/color.h:56: error: ISO C++ forbids declaration of `parameter' with no type /usr/X11R6/include/gdk--/color.h:99: error: expected unqualified-id before '&' token /usr/X11R6/include/gdk--/color.h:99: error: expected `,' or `...' before '&' token /usr/X11R6/include/gdk--/color.h:99: error: ISO C++ forbids declaration of `parameter' with no type /usr/X11R6/include/gdk--/color.h:100: error: expected unqualified-id before '&' token /usr/X11R6/include/gdk--/color.h:100: error: expected `,' or `...' before '&' token /usr/X11R6/include/gdk--/color.h:101: error: ISO C++ forbids declaration of `parameter' with no type /usr/X11R6/include/gdk--/color.h: In member function `gint Gdk_Color::parse(int)': /usr/X11R6/include/gdk--/color.h:101: error: `spec' undeclared (first use this function) /usr/X11R6/include/gdk--/color.h:101: error: (Each undeclared identifier is reported only once for each function it appears in.) In file included from /usr/X11R6/include/gdk--.h:30, from /usr/X11R6/include/gtk--/base.h:33, from /usr/X11R6/include/gtk--/object.h:30, from wrap.cc:1: /usr/X11R6/include/gdk--/main.h: At global scope: /usr/X11R6/include/gdk--/main.h:32: error: expected constructor, destructor, or type conversion before ';' token /usr/X11R6/include/gdk--/main.h:41: error: ISO C++ forbids declaration of `string' with no type /usr/X11R6/include/gdk--/main.h:41: error: invalid use of `::' /usr/X11R6/include/gdk--/main.h:41: error: expected `;' before "set_locale" /usr/X11R6/include/gdk--/main.h:53: error: expected unqualified-id before '&' token /usr/X11R6/include/gdk--/main.h:53: error: expected `,' or `...' before '&' token /usr/X11R6/include/gdk--/main.h:53: error: ISO C++ forbids declaration of `parameter' with no type gnomelogalyzer.sh claims no knowledge randy From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 14:18:12 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EFF016A4CE for ; Mon, 6 Sep 2004 14:18:12 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id D527243D5A for ; Mon, 6 Sep 2004 14:18:11 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1C4KJv-0007iT-8m; Mon, 06 Sep 2004 07:18:11 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16700.29090.771082.360214@ran.psg.com> Date: Mon, 6 Sep 2004 07:18:10 -0700 To: Joe Marcus Clarke References: <16699.61599.26980.970336@ran.psg.com> <1094448742.1057.49.camel@shumai.marcuscom.com> <16700.1630.42240.732404@ran.psg.com> <1094453158.1057.53.camel@shumai.marcuscom.com> cc: freebsd gnome Subject: Re: devel/gnomevfs2 install failure in current X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 14:18:12 -0000 also fixed by unhacking /etc/libmap.conf randy From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 23:05:43 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3675416A4CE; Mon, 6 Sep 2004 23:05:43 +0000 (GMT) Received: from gateway.lefort.net (212.68.242.203.brutele.be [212.68.242.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55F2443D39; Mon, 6 Sep 2004 23:05:42 +0000 (GMT) (envelope-from jylefort@brutele.be) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 8744A54CE; Tue, 7 Sep 2004 01:05:40 +0200 (CEST) Received: by jsite.lefort.net (Postfix, from userid 1000) id 49B4A22E20; Tue, 7 Sep 2004 01:05:40 +0200 (CEST) To: FreeBSD-gnats-submit@freebsd.org From: Jean-Yves Lefort X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20040906230540.49B4A22E20@jsite.lefort.net> Date: Tue, 7 Sep 2004 01:05:40 +0200 (CEST) cc: gnome@FreeBSD.org Subject: Fix port: x11-toolkits/libgnomeui (multi-threading fix) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Yves Lefort List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 23:05:43 -0000 >Submitter-Id: current-users >Originator: Jean-Yves Lefort >Organization: >Confidential: no >Synopsis: Fix port: x11-toolkits/libgnomeui (multi-threading fix) >Severity: serious >Priority: medium >Category: ports >Class: update >Release: FreeBSD 4.10-RELEASE i386 >Environment: System: FreeBSD jsite.lefort.net 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Thu Jul 1 14:25:43 CEST 2004 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: See http://bugzilla.gnome.org/show_bug.cgi?id=152023. Patch is attached here for your convenience. >How-To-Repeat: >Fix: --- libgnomeui/gnome-ice.c.orig Tue Sep 7 00:48:38 2004 +++ libgnomeui/gnome-ice.c Tue Sep 7 00:49:05 2004 @@ -54,6 +54,8 @@ IceConn connection = (IceConn) data; IceProcessMessagesStatus status; + GDK_THREADS_ENTER(); + status = IceProcessMessages (connection, NULL, NULL); if (status == IceProcessMessagesIOError) @@ -73,6 +75,8 @@ IceCloseConnection (connection); } } + + GDK_THREADS_LEAVE(); return TRUE; } From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 23:07:23 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC44716A4CF for ; Mon, 6 Sep 2004 23:07:23 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7459F43D55 for ; Mon, 6 Sep 2004 23:07:23 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1C4Sa2-000ML6-Qo for freebsd-gnome@freebsd.org; Mon, 06 Sep 2004 16:07:22 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16700.60842.423576.434934@ran.psg.com> Date: Mon, 6 Sep 2004 16:07:22 -0700 To: freebsd gnome Subject: gaim window size X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 23:07:24 -0000 -current as of yesterday my gaim buddy window is now quite wide, and can not be reduced in width. cluze? randy From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 23:09:20 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A1EB16A4D0 for ; Mon, 6 Sep 2004 23:09:20 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6363943D62 for ; Mon, 6 Sep 2004 23:09:19 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i86N9Clw007885; Mon, 6 Sep 2004 19:09:12 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Randy Bush In-Reply-To: <16700.60842.423576.434934@ran.psg.com> References: <16700.60842.423576.434934@ran.psg.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ViJtkOmUlf6aF+kAjtJN" Organization: MarcusCom, Inc. Message-Id: <1094512155.7099.26.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 06 Sep 2004 19:09:15 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com cc: freebsd gnome Subject: Re: gaim window size X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 23:09:20 -0000 --=-ViJtkOmUlf6aF+kAjtJN Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2004-09-06 at 19:07, Randy Bush wrote: > -current as of yesterday >=20 > my gaim buddy window is now quite wide, and can not be reduced in > width. cluze? What do you mean by, "quite wide?" My window looks okay, but definitely has a limit on minimum size. Joe >=20 > randy >=20 > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-ViJtkOmUlf6aF+kAjtJN Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBPO4bb2iPiv4Uz4cRAguQAJ4pi5eKRnUTIOSgxuiaM+itBnHkKACeNHjn c2UP2bLOFTkG0HdUQmGiZ8k= =+CoG -----END PGP SIGNATURE----- --=-ViJtkOmUlf6aF+kAjtJN-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 23:19:46 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CF3216A4CE for ; Mon, 6 Sep 2004 23:19:46 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 185A043D5D for ; Mon, 6 Sep 2004 23:19:40 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1C4Slv-000MhH-6j; Mon, 06 Sep 2004 16:19:39 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="DF/mF4uPq5" Content-Transfer-Encoding: 7bit Message-ID: <16700.61578.588914.353202@ran.psg.com> Date: Mon, 6 Sep 2004 16:19:38 -0700 To: Joe Marcus Clarke References: <16700.60842.423576.434934@ran.psg.com> <1094512155.7099.26.camel@shumai.marcuscom.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd gnome Subject: Re: gaim window size X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 23:19:46 -0000 --DF/mF4uPq5 Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit >> my gaim buddy window is now quite wide, and can not be reduced in >> width. cluze? > What do you mean by, "quite wide?" My window looks okay, but definitely > has a limit on minimum size. old on left, new on right randy --- --DF/mF4uPq5-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 23:38:27 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5945116A4CE for ; Mon, 6 Sep 2004 23:38:27 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC01943D1F for ; Mon, 6 Sep 2004 23:38:26 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i86NcJPd008054; Mon, 6 Sep 2004 19:38:19 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Randy Bush In-Reply-To: <16700.61578.588914.353202@ran.psg.com> References: <16700.60842.423576.434934@ran.psg.com> <1094512155.7099.26.camel@shumai.marcuscom.com> <16700.61578.588914.353202@ran.psg.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-NroDZxpjnVeSqcMcJDN/" Organization: MarcusCom, Inc. Message-Id: <1094513902.7099.42.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 06 Sep 2004 19:38:23 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com cc: freebsd gnome Subject: Re: gaim window size X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 23:38:27 -0000 --=-NroDZxpjnVeSqcMcJDN/ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2004-09-06 at 19:19, Randy Bush wrote: > >> my gaim buddy window is now quite wide, and can not be reduced in > >> width. cluze? > > What do you mean by, "quite wide?" My window looks okay, but definitel= y > > has a limit on minimum size. >=20 > old on left, new on right Yep, this is enforced minimum window size. Joe >=20 > randy >=20 > --- --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-NroDZxpjnVeSqcMcJDN/ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBPPTub2iPiv4Uz4cRAv0lAJ96d7GW26hhfVJdr0sF+QyfAesD6wCeI829 lQoaaVekA/ZKr/3f42Nwt28= =xsl2 -----END PGP SIGNATURE----- --=-NroDZxpjnVeSqcMcJDN/-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 23:40:59 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65AEB16A4CE for ; Mon, 6 Sep 2004 23:40:59 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A8E043D2D for ; Mon, 6 Sep 2004 23:40:59 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1C4T6Y-000NND-Jt; Mon, 06 Sep 2004 16:40:58 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16700.62858.109942.30332@ran.psg.com> Date: Mon, 6 Sep 2004 16:40:58 -0700 To: Joe Marcus Clarke References: <16700.60842.423576.434934@ran.psg.com> <1094512155.7099.26.camel@shumai.marcuscom.com> <16700.61578.588914.353202@ran.psg.com> <1094513902.7099.42.camel@shumai.marcuscom.com> cc: freebsd gnome Subject: Re: gaim window size X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 23:40:59 -0000 >> old on left, new on right > Yep, this is enforced minimum window size. and why did it change? why should i like the newer wider look, especially as i am stingy with screen space? randy From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 6 23:42:07 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5FA316A4CE for ; Mon, 6 Sep 2004 23:42:07 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60C1A43D31 for ; Mon, 6 Sep 2004 23:42:07 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i86Ng096008097; Mon, 6 Sep 2004 19:42:00 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Randy Bush In-Reply-To: <16700.62858.109942.30332@ran.psg.com> References: <16700.60842.423576.434934@ran.psg.com> <1094512155.7099.26.camel@shumai.marcuscom.com> <16700.61578.588914.353202@ran.psg.com> <1094513902.7099.42.camel@shumai.marcuscom.com> <16700.62858.109942.30332@ran.psg.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-a/tptIQCH9vE7VgdDO22" Organization: MarcusCom, Inc. Message-Id: <1094514123.7099.44.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 06 Sep 2004 19:42:03 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com cc: freebsd gnome Subject: Re: gaim window size X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 23:42:07 -0000 --=-a/tptIQCH9vE7VgdDO22 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2004-09-06 at 19:40, Randy Bush wrote: > >> old on left, new on right > > Yep, this is enforced minimum window size. >=20 > and why did it change? why should i like the newer wider > look, especially as i am stingy with screen space? I'm guessing this is to keep buttons from overlapping, and to be more HIG compliant. However, this is something you would need to ask the Gaim authors. Joe >=20 > randy --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-a/tptIQCH9vE7VgdDO22 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBPPXLb2iPiv4Uz4cRAqsyAJ0TEDI5fLruYuzwO/buFq80KJrVJgCfY+yu M9pA3HAIY+HD1P66gA6rQu0= =m1DR -----END PGP SIGNATURE----- --=-a/tptIQCH9vE7VgdDO22-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 7 00:00:06 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BC8216A4CE for ; Tue, 7 Sep 2004 00:00:06 +0000 (GMT) Received: from mout.perfora.net (mout.perfora.net [217.160.230.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81DB543D1F for ; Tue, 7 Sep 2004 00:00:05 +0000 (GMT) (envelope-from dev@unixdaemon.org) Received: from bgm-66-24-105-49.stny.rr.com[66.24.105.49] (helo=death) by mrelay.perfora.net with ESMTP (Nemesis), id 0MKz5u-1C4TOy1NVy-00083r; Mon, 06 Sep 2004 20:00:00 -0400 X-Provags-ID: perfora.net abuse@perfora.net 6cab55b0e871d867d86bc0851d5d347f Date: Mon, 6 Sep 2004 19:59:49 -0400 From: Dev Tugnait To: gnome@freebsd.org Message-Id: <20040906195949.55aca165.dev@unixdaemon.org> Organization: UNIX X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.9; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Mon__6_Sep_2004_19_59_49_-0400_KiYj6USaD7v84r3H" Subject: Galeon2 port X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 00:00:06 -0000 This is a multi-part message in MIME format. --Multipart=_Mon__6_Sep_2004_19_59_49_-0400_KiYj6USaD7v84r3H Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sure i have installed the mozilla port, i am attaching the config.log I dont run gnome it says gnome-config not found i run a few apps like control-center gaim etc. checking for mozilla-gtkmozembed... gnome-config: not found gnome-config: not found Package mozilla-gtkmozembed was not found in the pkg-config search path. Perhaps you should add the directory containing `mozilla-gtkmozembed.pc' to the PKG_CONFIG_PATH environment variable No package 'mozilla-gtkmozembed' found configure: error: Library requirements (mozilla-gtkmozembed) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. ===> Script "configure" failed unexpectedly. Please report the problem to gnome@freebsd.org [maintainer] and attach the "/usr/ports/www/galeon2/work/galeon-1.3.17/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 -- ---++--- ---------GnuPGPVer 1.2.3-------------------------------------------------- pub 1024D/B9046473 2003-11-21 Dev Tugnait (Freebsd) Key fingerprint = F690 6725 1930 6FBE C05A FE4D 6CB1 34C1 B904 6473 sub 1024g/F8F019DF 2003-11-21 -------------------------------------------------------------------------- --Multipart=_Mon__6_Sep_2004_19_59_49_-0400_KiYj6USaD7v84r3H Content-Type: application/octet-stream; name="config.log" Content-Disposition: attachment; filename="config.log" Content-Transfer-Encoding: base64 VGhpcyBmaWxlIGNvbnRhaW5zIGFueSBtZXNzYWdlcyBwcm9kdWNlZCBieSBjb21waWxlcnMgd2hp bGUKcnVubmluZyBjb25maWd1cmUsIHRvIGFpZCBkZWJ1Z2dpbmcgaWYgY29uZmlndXJlIG1ha2Vz IGEgbWlzdGFrZS4KCkl0IHdhcyBjcmVhdGVkIGJ5IGdhbGVvbiBjb25maWd1cmUgMS4zLjE3LCB3 aGljaCB3YXMKZ2VuZXJhdGVkIGJ5IEdOVSBBdXRvY29uZiAyLjU5LiAgSW52b2NhdGlvbiBjb21t YW5kIGxpbmUgd2FzCgogICQgLi9jb25maWd1cmUgLS13aXRoLW1vemlsbGEtaW5jbHVkZXM9L3Vz ci9YMTFSNi9pbmNsdWRlL21vemlsbGEgLS13aXRoLW1vemlsbGEtbGlicz0vdXNyL1gxMVI2L2xp Yi9tb3ppbGxhIC0tZW5hYmxlLW5hdXRpbHVzLXZpZXc9bm8gLS1kaXNhYmxlLXdlcnJvciAtLWxv Y2Fsc3RhdGVkaXI9L3Vzci9YMTFSNi9zaGFyZS9nbm9tZSAtLWRhdGFkaXI9L3Vzci9YMTFSNi9z aGFyZS9nbm9tZSAtLXdpdGgtaHRtbC1kaXI9L3Vzci9YMTFSNi9zaGFyZS9kb2MgLS1kaXNhYmxl LWd0ay1kb2MgLS13aXRoLWdjb25mLXNvdXJjZT14bWw6Oi91c3IvWDExUjYvZXRjL2djb25mL2dj b25mLnhtbC5kZWZhdWx0cyAtLXByZWZpeD0vdXNyL1gxMVI2IC0tYnVpbGQ9aTM4Ni1wb3J0Ymxk LWZyZWVic2Q1LjIuMQoKIyMgLS0tLS0tLS0tICMjCiMjIFBsYXRmb3JtLiAjIwojIyAtLS0tLS0t LS0gIyMKCmhvc3RuYW1lID0gZGVhdGgua2lsbGVyY2xvd25zLm5ldAp1bmFtZSAtbSA9IGkzODYK dW5hbWUgLXIgPSA1LjIuMS1SRUxFQVNFCnVuYW1lIC1zID0gRnJlZUJTRAp1bmFtZSAtdiA9IEZy ZWVCU0QgNS4yLjEtUkVMRUFTRSAjMjogV2VkIEF1ZyAyNSAxMjo1Njo1MyBFRFQgMjAwNCAgICAg cm9vdEBkcmFjdWxhLnRyYW5zeWx2YW5pYS5uZXQ6L3Vzci9zcmMvc3lzL2kzODYvY29tcGlsZS9a RVBIWVJJUyAKCi91c3IvYmluL3VuYW1lIC1wID0gaTM4NgovYmluL3VuYW1lIC1YICAgICA9IHVu a25vd24KCi9iaW4vYXJjaCAgICAgICAgICAgICAgPSB1bmtub3duCi91c3IvYmluL2FyY2ggLWsg ICAgICAgPSB1bmtub3duCi91c3IvY29udmV4L2dldHN5c2luZm8gPSB1bmtub3duCmhvc3RpbmZv ICAgICAgICAgICAgICAgPSB1bmtub3duCi9iaW4vbWFjaGluZSAgICAgICAgICAgPSB1bmtub3du Ci91c3IvYmluL29zbGV2ZWwgICAgICAgPSB1bmtub3duCi9iaW4vdW5pdmVyc2UgICAgICAgICAg PSB1bmtub3duCgpQQVRIOiAvdXNyL2xvY2FsL2xpYmV4ZWMvbGlidG9vbDE1ClBBVEg6IC9zYmlu ClBBVEg6IC9iaW4KUEFUSDogL3Vzci9zYmluClBBVEg6IC91c3IvYmluClBBVEg6IC91c3IvZ2Ft ZXMKUEFUSDogL3Vzci9sb2NhbC9zYmluClBBVEg6IC91c3IvbG9jYWwvYmluClBBVEg6IC91c3Iv WDExUjYvYmluClBBVEg6IC9yb290L2JpbgoKCiMjIC0tLS0tLS0tLS0tICMjCiMjIENvcmUgdGVz dHMuICMjCiMjIC0tLS0tLS0tLS0tICMjCgpjb25maWd1cmU6MTU3MTogY2hlY2tpbmcgZm9yIGEg QlNELWNvbXBhdGlibGUgaW5zdGFsbApjb25maWd1cmU6MTYyNjogcmVzdWx0OiAvdXNyL2Jpbi9p bnN0YWxsIC1jIC1vIHJvb3QgLWcgd2hlZWwKY29uZmlndXJlOjE2Mzc6IGNoZWNraW5nIHdoZXRo ZXIgYnVpbGQgZW52aXJvbm1lbnQgaXMgc2FuZQpjb25maWd1cmU6MTY4MDogcmVzdWx0OiB5ZXMK Y29uZmlndXJlOjE3NDU6IGNoZWNraW5nIGZvciBnYXdrCmNvbmZpZ3VyZToxNzc0OiByZXN1bHQ6 IG5vCmNvbmZpZ3VyZToxNzQ1OiBjaGVja2luZyBmb3IgbWF3awpjb25maWd1cmU6MTc3NDogcmVz dWx0OiBubwpjb25maWd1cmU6MTc0NTogY2hlY2tpbmcgZm9yIG5hd2sKY29uZmlndXJlOjE3NjE6 IGZvdW5kIC91c3IvYmluL25hd2sKY29uZmlndXJlOjE3NzE6IHJlc3VsdDogbmF3awpjb25maWd1 cmU6MTc4MTogY2hlY2tpbmcgd2hldGhlciBnbWFrZSBzZXRzICQoTUFLRSkKY29uZmlndXJlOjE4 MDE6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToyMDQ3OiBjaGVja2luZyB3aGV0aGVyIHRvIGVuYWJs ZSBtYWludGFpbmVyLXNwZWNpZmljIHBvcnRpb25zIG9mIE1ha2VmaWxlcwpjb25maWd1cmU6MjA1 NjogcmVzdWx0OiBubwpjb25maWd1cmU6MjExNjogY2hlY2tpbmcgYnVpbGQgc3lzdGVtIHR5cGUK Y29uZmlndXJlOjIxMzQ6IHJlc3VsdDogaTM4Ni1wb3J0YmxkLWZyZWVic2Q1LjIuMQpjb25maWd1 cmU6MjE0MjogY2hlY2tpbmcgaG9zdCBzeXN0ZW0gdHlwZQpjb25maWd1cmU6MjE1NjogcmVzdWx0 OiBpMzg2LXBvcnRibGQtZnJlZWJzZDUuMi4xCmNvbmZpZ3VyZToyMTc2OiBjaGVja2luZyBmb3Ig c3R5bGUgb2YgaW5jbHVkZSB1c2VkIGJ5IGdtYWtlCmNvbmZpZ3VyZToyMjA0OiByZXN1bHQ6IEdO VQpjb25maWd1cmU6MjI3NTogY2hlY2tpbmcgZm9yIGdjYwpjb25maWd1cmU6MjMwMTogcmVzdWx0 OiBjYwpjb25maWd1cmU6MjU0NTogY2hlY2tpbmcgZm9yIEMgY29tcGlsZXIgdmVyc2lvbgpjb25m aWd1cmU6MjU0ODogY2MgLS12ZXJzaW9uIDwvZGV2L251bGwgPiY1CmNjIChHQ0MpIDMuMy4zIFtG cmVlQlNEXSAyMDAzMTEwNgpDb3B5cmlnaHQgKEMpIDIwMDMgRnJlZSBTb2Z0d2FyZSBGb3VuZGF0 aW9uLCBJbmMuClRoaXMgaXMgZnJlZSBzb2Z0d2FyZTsgc2VlIHRoZSBzb3VyY2UgZm9yIGNvcHlp bmcgY29uZGl0aW9ucy4gIFRoZXJlIGlzIE5PCndhcnJhbnR5OyBub3QgZXZlbiBmb3IgTUVSQ0hB TlRBQklMSVRZIG9yIEZJVE5FU1MgRk9SIEEgUEFSVElDVUxBUiBQVVJQT1NFLgoKY29uZmlndXJl OjI1NTE6ICQ/ID0gMApjb25maWd1cmU6MjU1MzogY2MgLXYgPC9kZXYvbnVsbCA+JjUKVXNpbmcg YnVpbHQtaW4gc3BlY3MuCkNvbmZpZ3VyZWQgd2l0aDogRnJlZUJTRC9pMzg2IHN5c3RlbSBjb21w aWxlcgpUaHJlYWQgbW9kZWw6IHBvc2l4CmdjYyB2ZXJzaW9uIDMuMy4zIFtGcmVlQlNEXSAyMDAz MTEwNgpjb25maWd1cmU6MjU1NjogJD8gPSAwCmNvbmZpZ3VyZToyNTU4OiBjYyAtViA8L2Rldi9u dWxsID4mNQpjYzogYC1WJyBvcHRpb24gbXVzdCBoYXZlIGFyZ3VtZW50CmNvbmZpZ3VyZToyNTYx OiAkPyA9IDEKY29uZmlndXJlOjI1ODQ6IGNoZWNraW5nIGZvciBDIGNvbXBpbGVyIGRlZmF1bHQg b3V0cHV0IGZpbGUgbmFtZQpjb25maWd1cmU6MjU4NzogY2MgLU8gLXBpcGUgLW1jcHU9cGVudGl1 bXBybyAtSS91c3IvbG9jYWwvaW5jbHVkZSAtSS91c3IvWDExUjYvaW5jbHVkZSAtRF9USFJFQURf U0FGRSAgY29uZnRlc3QuYyAtTC91c3IvbG9jYWwvbGliIC1sY19yID4mNQpjb25maWd1cmU6MjU5 MDogJD8gPSAwCmNvbmZpZ3VyZToyNjM2OiByZXN1bHQ6IGEub3V0CmNvbmZpZ3VyZToyNjQxOiBj aGVja2luZyB3aGV0aGVyIHRoZSBDIGNvbXBpbGVyIHdvcmtzCmNvbmZpZ3VyZToyNjQ3OiAuL2Eu b3V0CmNvbmZpZ3VyZToyNjUwOiAkPyA9IDAKY29uZmlndXJlOjI2Njc6IHJlc3VsdDogeWVzCmNv bmZpZ3VyZToyNjc0OiBjaGVja2luZyB3aGV0aGVyIHdlIGFyZSBjcm9zcyBjb21waWxpbmcKY29u ZmlndXJlOjI2NzY6IHJlc3VsdDogbm8KY29uZmlndXJlOjI2Nzk6IGNoZWNraW5nIGZvciBzdWZm aXggb2YgZXhlY3V0YWJsZXMKY29uZmlndXJlOjI2ODE6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1waXBl IC1tY3B1PXBlbnRpdW1wcm8gLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1 ZGUgLURfVEhSRUFEX1NBRkUgIGNvbmZ0ZXN0LmMgLUwvdXNyL2xvY2FsL2xpYiAtbGNfciA+JjUK Y29uZmlndXJlOjI2ODQ6ICQ/ID0gMApjb25maWd1cmU6MjcwOTogcmVzdWx0OiAKY29uZmlndXJl OjI3MTU6IGNoZWNraW5nIGZvciBzdWZmaXggb2Ygb2JqZWN0IGZpbGVzCmNvbmZpZ3VyZToyNzM2 OiBjYyAtYyAtTyAtcGlwZSAtbWNwdT1wZW50aXVtcHJvIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1J L3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIGNvbmZ0ZXN0LmMgPiY1CmNvbmZpZ3Vy ZToyNzM5OiAkPyA9IDAKY29uZmlndXJlOjI3NjE6IHJlc3VsdDogbwpjb25maWd1cmU6Mjc2NTog Y2hlY2tpbmcgd2hldGhlciB3ZSBhcmUgdXNpbmcgdGhlIEdOVSBDIGNvbXBpbGVyCmNvbmZpZ3Vy ZToyNzg5OiBjYyAtYyAtTyAtcGlwZSAtbWNwdT1wZW50aXVtcHJvIC1JL3Vzci9sb2NhbC9pbmNs dWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIGNvbmZ0ZXN0LmMgPiY1CmNv bmZpZ3VyZToyNzk1OiAkPyA9IDAKY29uZmlndXJlOjI3OTk6IHRlc3QgLXogCgkJCSB8fCB0ZXN0 ICEgLXMgY29uZnRlc3QuZXJyCmNvbmZpZ3VyZToyODAyOiAkPyA9IDAKY29uZmlndXJlOjI4MDU6 IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6MjgwODogJD8gPSAwCmNvbmZpZ3VyZToyODIx OiByZXN1bHQ6IHllcwpjb25maWd1cmU6MjgyNzogY2hlY2tpbmcgd2hldGhlciBjYyBhY2NlcHRz IC1nCmNvbmZpZ3VyZToyODQ4OiBjYyAtYyAtZyAtSS91c3IvbG9jYWwvaW5jbHVkZSAtSS91c3Iv WDExUjYvaW5jbHVkZSAtRF9USFJFQURfU0FGRSBjb25mdGVzdC5jID4mNQpjb25maWd1cmU6Mjg1 NDogJD8gPSAwCmNvbmZpZ3VyZToyODU4OiB0ZXN0IC16IAoJCQkgfHwgdGVzdCAhIC1zIGNvbmZ0 ZXN0LmVycgpjb25maWd1cmU6Mjg2MTogJD8gPSAwCmNvbmZpZ3VyZToyODY0OiB0ZXN0IC1zIGNv bmZ0ZXN0Lm8KY29uZmlndXJlOjI4Njc6ICQ/ID0gMApjb25maWd1cmU6Mjg3ODogcmVzdWx0OiB5 ZXMKY29uZmlndXJlOjI4OTU6IGNoZWNraW5nIGZvciBjYyBvcHRpb24gdG8gYWNjZXB0IEFOU0kg Qwpjb25maWd1cmU6Mjk2NTogY2MgIC1jIC1PIC1waXBlIC1tY3B1PXBlbnRpdW1wcm8gLUkvdXNy L2xvY2FsL2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUgY29uZnRl c3QuYyA+JjUKY29uZmlndXJlOjI5NzE6ICQ/ID0gMApjb25maWd1cmU6Mjk3NTogdGVzdCAteiAK CQkJIHx8IHRlc3QgISAtcyBjb25mdGVzdC5lcnIKY29uZmlndXJlOjI5Nzg6ICQ/ID0gMApjb25m aWd1cmU6Mjk4MTogdGVzdCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZToyOTg0OiAkPyA9IDAKY29u ZmlndXJlOjMwMDI6IHJlc3VsdDogbm9uZSBuZWVkZWQKY29uZmlndXJlOjMwMjA6IGNjIC1jIC1P IC1waXBlIC1tY3B1PXBlbnRpdW1wcm8gLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUkvdXNyL1gxMVI2 L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUgY29uZnRlc3QuYyA+JjUKY29uZnRlc3QuYzoyOiBlcnJv cjogc3ludGF4IGVycm9yIGJlZm9yZSAibWUiCmNvbmZpZ3VyZTozMDI2OiAkPyA9IDEKY29uZmln dXJlOiBmYWlsZWQgcHJvZ3JhbSB3YXM6CnwgI2lmbmRlZiBfX2NwbHVzcGx1cwp8ICAgY2hva2Ug bWUKfCAjZW5kaWYKY29uZmlndXJlOjMxNjE6IGNoZWNraW5nIGRlcGVuZGVuY3kgc3R5bGUgb2Yg Y2MKY29uZmlndXJlOjMyNTE6IHJlc3VsdDogZ2NjMwpjb25maWd1cmU6MzI2ODogY2hlY2tpbmcg Zm9yIGEgc2VkIHRoYXQgZG9lcyBub3QgdHJ1bmNhdGUgb3V0cHV0CmNvbmZpZ3VyZTozMzIyOiBy ZXN1bHQ6IC91c3IvYmluL3NlZApjb25maWd1cmU6MzMyNTogY2hlY2tpbmcgZm9yIGVncmVwCmNv bmZpZ3VyZTozMzM1OiByZXN1bHQ6IGdyZXAgLUUKY29uZmlndXJlOjMzNTE6IGNoZWNraW5nIGZv ciBsZCB1c2VkIGJ5IGNjCmNvbmZpZ3VyZTozNDE4OiByZXN1bHQ6IC91c3IvYmluL2xkCmNvbmZp Z3VyZTozNDI3OiBjaGVja2luZyBpZiB0aGUgbGlua2VyICgvdXNyL2Jpbi9sZCkgaXMgR05VIGxk CmNvbmZpZ3VyZTozNDQyOiByZXN1bHQ6IHllcwpjb25maWd1cmU6MzQ0NzogY2hlY2tpbmcgZm9y IC91c3IvYmluL2xkIG9wdGlvbiB0byByZWxvYWQgb2JqZWN0IGZpbGVzCmNvbmZpZ3VyZTozNDU0 OiByZXN1bHQ6IC1yCmNvbmZpZ3VyZTozNDYzOiBjaGVja2luZyBmb3IgQlNELWNvbXBhdGlibGUg bm0KY29uZmlndXJlOjM1MDU6IHJlc3VsdDogL3Vzci9iaW4vbm0gLUIKY29uZmlndXJlOjM1MDk6 IGNoZWNraW5nIHdoZXRoZXIgbG4gLXMgd29ya3MKY29uZmlndXJlOjM1MTM6IHJlc3VsdDogeWVz CmNvbmZpZ3VyZTozNTIwOiBjaGVja2luZyBob3cgdG8gcmVjb2duaXNlIGRlcGVuZGVudCBsaWJy YXJpZXMKY29uZmlndXJlOjM3MDM6IHJlc3VsdDogcGFzc19hbGwKY29uZmlndXJlOjM5MTc6IGNo ZWNraW5nIGhvdyB0byBydW4gdGhlIEMgcHJlcHJvY2Vzc29yCmNvbmZpZ3VyZTozOTUyOiBjYyAt RSAtSS91c3IvbG9jYWwvaW5jbHVkZSAtSS91c3IvWDExUjYvaW5jbHVkZSAtRF9USFJFQURfU0FG RSBjb25mdGVzdC5jCmNvbmZpZ3VyZTozOTU4OiAkPyA9IDAKY29uZmlndXJlOjM5OTA6IGNjIC1F IC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZF IGNvbmZ0ZXN0LmMKY29uZnRlc3QuYzoxMToyODogYWNfbm9uZXhpc3RlbnQuaDogTm8gc3VjaCBm aWxlIG9yIGRpcmVjdG9yeQpjb25maWd1cmU6Mzk5NjogJD8gPSAxCmNvbmZpZ3VyZTogZmFpbGVk IHByb2dyYW0gd2FzOgp8IC8qIGNvbmZkZWZzLmguICAqLwp8IAp8ICNkZWZpbmUgUEFDS0FHRV9O QU1FICJnYWxlb24iCnwgI2RlZmluZSBQQUNLQUdFX1RBUk5BTUUgImdhbGVvbiIKfCAjZGVmaW5l IFBBQ0tBR0VfVkVSU0lPTiAiMS4zLjE3Igp8ICNkZWZpbmUgUEFDS0FHRV9TVFJJTkcgImdhbGVv biAxLjMuMTciCnwgI2RlZmluZSBQQUNLQUdFX0JVR1JFUE9SVCAiaHR0cDovL2J1Z3ppbGxhLmdu b21lLm9yZy9lbnRlcl9idWcuY2dpP3Byb2R1Y3Q9Z2FsZW9uIgp8ICNkZWZpbmUgUEFDS0FHRSAi Z2FsZW9uIgp8ICNkZWZpbmUgVkVSU0lPTiAiMS4zLjE3Igp8IC8qIGVuZCBjb25mZGVmcy5oLiAg Ki8KfCAjaW5jbHVkZSA8YWNfbm9uZXhpc3RlbnQuaD4KY29uZmlndXJlOjQwMzU6IHJlc3VsdDog Y2MgLUUKY29uZmlndXJlOjQwNTk6IGNjIC1FIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9Y MTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIGNvbmZ0ZXN0LmMKY29uZmlndXJlOjQwNjU6ICQ/ ID0gMApjb25maWd1cmU6NDA5NzogY2MgLUUgLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUkvdXNyL1gx MVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUgY29uZnRlc3QuYwpjb25mdGVzdC5jOjExOjI4OiBh Y19ub25leGlzdGVudC5oOiBObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5CmNvbmZpZ3VyZTo0MTAz OiAkPyA9IDEKY29uZmlndXJlOiBmYWlsZWQgcHJvZ3JhbSB3YXM6CnwgLyogY29uZmRlZnMuaC4g ICovCnwgCnwgI2RlZmluZSBQQUNLQUdFX05BTUUgImdhbGVvbiIKfCAjZGVmaW5lIFBBQ0tBR0Vf VEFSTkFNRSAiZ2FsZW9uIgp8ICNkZWZpbmUgUEFDS0FHRV9WRVJTSU9OICIxLjMuMTciCnwgI2Rl ZmluZSBQQUNLQUdFX1NUUklORyAiZ2FsZW9uIDEuMy4xNyIKfCAjZGVmaW5lIFBBQ0tBR0VfQlVH UkVQT1JUICJodHRwOi8vYnVnemlsbGEuZ25vbWUub3JnL2VudGVyX2J1Zy5jZ2k/cHJvZHVjdD1n YWxlb24iCnwgI2RlZmluZSBQQUNLQUdFICJnYWxlb24iCnwgI2RlZmluZSBWRVJTSU9OICIxLjMu MTciCnwgLyogZW5kIGNvbmZkZWZzLmguICAqLwp8ICNpbmNsdWRlIDxhY19ub25leGlzdGVudC5o Pgpjb25maWd1cmU6NDE0NzogY2hlY2tpbmcgZm9yIEFOU0kgQyBoZWFkZXIgZmlsZXMKY29uZmln dXJlOjQxNzI6IGNjIC1jIC1PIC1waXBlIC1tY3B1PXBlbnRpdW1wcm8gLUkvdXNyL2xvY2FsL2lu Y2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUgY29uZnRlc3QuYyA+JjUK Y29uZmlndXJlOjQxNzg6ICQ/ID0gMApjb25maWd1cmU6NDE4MjogdGVzdCAteiAKCQkJIHx8IHRl c3QgISAtcyBjb25mdGVzdC5lcnIKY29uZmlndXJlOjQxODU6ICQ/ID0gMApjb25maWd1cmU6NDE4 ODogdGVzdCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZTo0MTkxOiAkPyA9IDAKY29uZmlndXJlOjQy ODA6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1waXBlIC1tY3B1PXBlbnRpdW1wcm8gLUkvdXNyL2xvY2Fs L2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUgIGNvbmZ0ZXN0LmMg LUwvdXNyL2xvY2FsL2xpYiAtbGNfciA+JjUKY29uZmlndXJlOjQyODM6ICQ/ID0gMApjb25maWd1 cmU6NDI4NTogLi9jb25mdGVzdApjb25maWd1cmU6NDI4ODogJD8gPSAwCmNvbmZpZ3VyZTo0MzAz OiByZXN1bHQ6IHllcwpjb25maWd1cmU6NDMyNzogY2hlY2tpbmcgZm9yIHN5cy90eXBlcy5oCmNv bmZpZ3VyZTo0MzQzOiBjYyAtYyAtTyAtcGlwZSAtbWNwdT1wZW50aXVtcHJvIC1JL3Vzci9sb2Nh bC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIGNvbmZ0ZXN0LmMg PiY1CmNvbmZpZ3VyZTo0MzQ5OiAkPyA9IDAKY29uZmlndXJlOjQzNTM6IHRlc3QgLXogCgkJCSB8 fCB0ZXN0ICEgLXMgY29uZnRlc3QuZXJyCmNvbmZpZ3VyZTo0MzU2OiAkPyA9IDAKY29uZmlndXJl OjQzNTk6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6NDM2MjogJD8gPSAwCmNvbmZpZ3Vy ZTo0MzczOiByZXN1bHQ6IHllcwpjb25maWd1cmU6NDMyNzogY2hlY2tpbmcgZm9yIHN5cy9zdGF0 LmgKY29uZmlndXJlOjQzNDM6IGNjIC1jIC1PIC1waXBlIC1tY3B1PXBlbnRpdW1wcm8gLUkvdXNy L2xvY2FsL2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUgY29uZnRl c3QuYyA+JjUKY29uZmlndXJlOjQzNDk6ICQ/ID0gMApjb25maWd1cmU6NDM1MzogdGVzdCAteiAK CQkJIHx8IHRlc3QgISAtcyBjb25mdGVzdC5lcnIKY29uZmlndXJlOjQzNTY6ICQ/ID0gMApjb25m aWd1cmU6NDM1OTogdGVzdCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZTo0MzYyOiAkPyA9IDAKY29u ZmlndXJlOjQzNzM6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo0MzI3OiBjaGVja2luZyBmb3Igc3Rk bGliLmgKY29uZmlndXJlOjQzNDM6IGNjIC1jIC1PIC1waXBlIC1tY3B1PXBlbnRpdW1wcm8gLUkv dXNyL2xvY2FsL2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUgY29u ZnRlc3QuYyA+JjUKY29uZmlndXJlOjQzNDk6ICQ/ID0gMApjb25maWd1cmU6NDM1MzogdGVzdCAt eiAKCQkJIHx8IHRlc3QgISAtcyBjb25mdGVzdC5lcnIKY29uZmlndXJlOjQzNTY6ICQ/ID0gMApj b25maWd1cmU6NDM1OTogdGVzdCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZTo0MzYyOiAkPyA9IDAK Y29uZmlndXJlOjQzNzM6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo0MzI3OiBjaGVja2luZyBmb3Ig c3RyaW5nLmgKY29uZmlndXJlOjQzNDM6IGNjIC1jIC1PIC1waXBlIC1tY3B1PXBlbnRpdW1wcm8g LUkvdXNyL2xvY2FsL2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUg Y29uZnRlc3QuYyA+JjUKY29uZmlndXJlOjQzNDk6ICQ/ID0gMApjb25maWd1cmU6NDM1MzogdGVz dCAteiAKCQkJIHx8IHRlc3QgISAtcyBjb25mdGVzdC5lcnIKY29uZmlndXJlOjQzNTY6ICQ/ID0g MApjb25maWd1cmU6NDM1OTogdGVzdCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZTo0MzYyOiAkPyA9 IDAKY29uZmlndXJlOjQzNzM6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo0MzI3OiBjaGVja2luZyBm b3IgbWVtb3J5LmgKY29uZmlndXJlOjQzNDM6IGNjIC1jIC1PIC1waXBlIC1tY3B1PXBlbnRpdW1w cm8gLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLURfVEhSRUFEX1NB RkUgY29uZnRlc3QuYyA+JjUKY29uZmlndXJlOjQzNDk6ICQ/ID0gMApjb25maWd1cmU6NDM1Mzog dGVzdCAteiAKCQkJIHx8IHRlc3QgISAtcyBjb25mdGVzdC5lcnIKY29uZmlndXJlOjQzNTY6ICQ/ ID0gMApjb25maWd1cmU6NDM1OTogdGVzdCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZTo0MzYyOiAk PyA9IDAKY29uZmlndXJlOjQzNzM6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo0MzI3OiBjaGVja2lu ZyBmb3Igc3RyaW5ncy5oCmNvbmZpZ3VyZTo0MzQzOiBjYyAtYyAtTyAtcGlwZSAtbWNwdT1wZW50 aXVtcHJvIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVB RF9TQUZFIGNvbmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZTo0MzQ5OiAkPyA9IDAKY29uZmlndXJlOjQz NTM6IHRlc3QgLXogCgkJCSB8fCB0ZXN0ICEgLXMgY29uZnRlc3QuZXJyCmNvbmZpZ3VyZTo0MzU2 OiAkPyA9IDAKY29uZmlndXJlOjQzNTk6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6NDM2 MjogJD8gPSAwCmNvbmZpZ3VyZTo0MzczOiByZXN1bHQ6IHllcwpjb25maWd1cmU6NDMyNzogY2hl Y2tpbmcgZm9yIGludHR5cGVzLmgKY29uZmlndXJlOjQzNDM6IGNjIC1jIC1PIC1waXBlIC1tY3B1 PXBlbnRpdW1wcm8gLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLURf VEhSRUFEX1NBRkUgY29uZnRlc3QuYyA+JjUKY29uZmlndXJlOjQzNDk6ICQ/ID0gMApjb25maWd1 cmU6NDM1MzogdGVzdCAteiAKCQkJIHx8IHRlc3QgISAtcyBjb25mdGVzdC5lcnIKY29uZmlndXJl OjQzNTY6ICQ/ID0gMApjb25maWd1cmU6NDM1OTogdGVzdCAtcyBjb25mdGVzdC5vCmNvbmZpZ3Vy ZTo0MzYyOiAkPyA9IDAKY29uZmlndXJlOjQzNzM6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo0MzI3 OiBjaGVja2luZyBmb3Igc3RkaW50LmgKY29uZmlndXJlOjQzNDM6IGNjIC1jIC1PIC1waXBlIC1t Y3B1PXBlbnRpdW1wcm8gLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUg LURfVEhSRUFEX1NBRkUgY29uZnRlc3QuYyA+JjUKY29uZmlndXJlOjQzNDk6ICQ/ID0gMApjb25m aWd1cmU6NDM1MzogdGVzdCAteiAKCQkJIHx8IHRlc3QgISAtcyBjb25mdGVzdC5lcnIKY29uZmln dXJlOjQzNTY6ICQ/ID0gMApjb25maWd1cmU6NDM1OTogdGVzdCAtcyBjb25mdGVzdC5vCmNvbmZp Z3VyZTo0MzYyOiAkPyA9IDAKY29uZmlndXJlOjQzNzM6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo0 MzI3OiBjaGVja2luZyBmb3IgdW5pc3RkLmgKY29uZmlndXJlOjQzNDM6IGNjIC1jIC1PIC1waXBl IC1tY3B1PXBlbnRpdW1wcm8gLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1 ZGUgLURfVEhSRUFEX1NBRkUgY29uZnRlc3QuYyA+JjUKY29uZmlndXJlOjQzNDk6ICQ/ID0gMApj b25maWd1cmU6NDM1MzogdGVzdCAteiAKCQkJIHx8IHRlc3QgISAtcyBjb25mdGVzdC5lcnIKY29u ZmlndXJlOjQzNTY6ICQ/ID0gMApjb25maWd1cmU6NDM1OTogdGVzdCAtcyBjb25mdGVzdC5vCmNv bmZpZ3VyZTo0MzYyOiAkPyA9IDAKY29uZmlndXJlOjQzNzM6IHJlc3VsdDogeWVzCmNvbmZpZ3Vy ZTo0Mzk5OiBjaGVja2luZyBkbGZjbi5oIHVzYWJpbGl0eQpjb25maWd1cmU6NDQxMTogY2MgLWMg LU8gLXBpcGUgLW1jcHU9cGVudGl1bXBybyAtSS91c3IvbG9jYWwvaW5jbHVkZSAtSS91c3IvWDEx UjYvaW5jbHVkZSAtRF9USFJFQURfU0FGRSBjb25mdGVzdC5jID4mNQpjb25maWd1cmU6NDQxNzog JD8gPSAwCmNvbmZpZ3VyZTo0NDIxOiB0ZXN0IC16IAoJCQkgfHwgdGVzdCAhIC1zIGNvbmZ0ZXN0 LmVycgpjb25maWd1cmU6NDQyNDogJD8gPSAwCmNvbmZpZ3VyZTo0NDI3OiB0ZXN0IC1zIGNvbmZ0 ZXN0Lm8KY29uZmlndXJlOjQ0MzA6ICQ/ID0gMApjb25maWd1cmU6NDQ0MDogcmVzdWx0OiB5ZXMK Y29uZmlndXJlOjQ0NDQ6IGNoZWNraW5nIGRsZmNuLmggcHJlc2VuY2UKY29uZmlndXJlOjQ0NTQ6 IGNjIC1FIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVB RF9TQUZFIGNvbmZ0ZXN0LmMKY29uZmlndXJlOjQ0NjA6ICQ/ID0gMApjb25maWd1cmU6NDQ4MDog cmVzdWx0OiB5ZXMKY29uZmlndXJlOjQ1MTU6IGNoZWNraW5nIGZvciBkbGZjbi5oCmNvbmZpZ3Vy ZTo0NTIyOiByZXN1bHQ6IHllcwpjb25maWd1cmU6NDYyOTogY2hlY2tpbmcgZm9yIEMrKyBjb21w aWxlciB2ZXJzaW9uCmNvbmZpZ3VyZTo0NjMyOiBjKysgLS12ZXJzaW9uIDwvZGV2L251bGwgPiY1 CmMrKyAoR0NDKSAzLjMuMyBbRnJlZUJTRF0gMjAwMzExMDYKQ29weXJpZ2h0IChDKSAyMDAzIEZy ZWUgU29mdHdhcmUgRm91bmRhdGlvbiwgSW5jLgpUaGlzIGlzIGZyZWUgc29mdHdhcmU7IHNlZSB0 aGUgc291cmNlIGZvciBjb3B5aW5nIGNvbmRpdGlvbnMuICBUaGVyZSBpcyBOTwp3YXJyYW50eTsg bm90IGV2ZW4gZm9yIE1FUkNIQU5UQUJJTElUWSBvciBGSVRORVNTIEZPUiBBIFBBUlRJQ1VMQVIg UFVSUE9TRS4KCmNvbmZpZ3VyZTo0NjM1OiAkPyA9IDAKY29uZmlndXJlOjQ2Mzc6IGMrKyAtdiA8 L2Rldi9udWxsID4mNQpVc2luZyBidWlsdC1pbiBzcGVjcy4KQ29uZmlndXJlZCB3aXRoOiBGcmVl QlNEL2kzODYgc3lzdGVtIGNvbXBpbGVyClRocmVhZCBtb2RlbDogcG9zaXgKZ2NjIHZlcnNpb24g My4zLjMgW0ZyZWVCU0RdIDIwMDMxMTA2CmNvbmZpZ3VyZTo0NjQwOiAkPyA9IDAKY29uZmlndXJl OjQ2NDI6IGMrKyAtViA8L2Rldi9udWxsID4mNQpjKys6IGAtVicgb3B0aW9uIG11c3QgaGF2ZSBh cmd1bWVudApjb25maWd1cmU6NDY0NTogJD8gPSAxCmNvbmZpZ3VyZTo0NjQ4OiBjaGVja2luZyB3 aGV0aGVyIHdlIGFyZSB1c2luZyB0aGUgR05VIEMrKyBjb21waWxlcgpjb25maWd1cmU6NDY3Mjog YysrIC1jIC1PIC1waXBlIC1tY3B1PXBlbnRpdW1wcm8gLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUkv dXNyL1gxMVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUgY29uZnRlc3QuY2MgPiY1CmNvbmZpZ3Vy ZTo0Njc4OiAkPyA9IDAKY29uZmlndXJlOjQ2ODI6IHRlc3QgLXogCgkJCSB8fCB0ZXN0ICEgLXMg Y29uZnRlc3QuZXJyCmNvbmZpZ3VyZTo0Njg1OiAkPyA9IDAKY29uZmlndXJlOjQ2ODg6IHRlc3Qg LXMgY29uZnRlc3Qubwpjb25maWd1cmU6NDY5MTogJD8gPSAwCmNvbmZpZ3VyZTo0NzA0OiByZXN1 bHQ6IHllcwpjb25maWd1cmU6NDcxMDogY2hlY2tpbmcgd2hldGhlciBjKysgYWNjZXB0cyAtZwpj b25maWd1cmU6NDczMTogYysrIC1jIC1nIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFS Ni9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIGNvbmZ0ZXN0LmNjID4mNQpjb25maWd1cmU6NDczNzog JD8gPSAwCmNvbmZpZ3VyZTo0NzQxOiB0ZXN0IC16IAoJCQkgfHwgdGVzdCAhIC1zIGNvbmZ0ZXN0 LmVycgpjb25maWd1cmU6NDc0NDogJD8gPSAwCmNvbmZpZ3VyZTo0NzQ3OiB0ZXN0IC1zIGNvbmZ0 ZXN0Lm8KY29uZmlndXJlOjQ3NTA6ICQ/ID0gMApjb25maWd1cmU6NDc2MTogcmVzdWx0OiB5ZXMK Y29uZmlndXJlOjQ4MDM6IGMrKyAtYyAtTyAtcGlwZSAtbWNwdT1wZW50aXVtcHJvIC1JL3Vzci9s b2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIGNvbmZ0ZXN0 LmNjID4mNQpjb25maWd1cmU6NDgwOTogJD8gPSAwCmNvbmZpZ3VyZTo0ODEzOiB0ZXN0IC16IAoJ CQkgfHwgdGVzdCAhIC1zIGNvbmZ0ZXN0LmVycgpjb25maWd1cmU6NDgxNjogJD8gPSAwCmNvbmZp Z3VyZTo0ODE5OiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8KY29uZmlndXJlOjQ4MjI6ICQ/ID0gMApjb25m aWd1cmU6NDg0ODogYysrIC1jIC1PIC1waXBlIC1tY3B1PXBlbnRpdW1wcm8gLUkvdXNyL2xvY2Fs L2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUgY29uZnRlc3QuY2Mg PiY1CmNvbmZ0ZXN0LmNjOiBJbiBmdW5jdGlvbiBgaW50IG1haW4oKSc6CmNvbmZ0ZXN0LmNjOjI2 OiBlcnJvcjogYGV4aXQnIHVuZGVjbGFyZWQgKGZpcnN0IHVzZSB0aGlzIGZ1bmN0aW9uKQpjb25m dGVzdC5jYzoyNjogZXJyb3I6IChFYWNoIHVuZGVjbGFyZWQgaWRlbnRpZmllciBpcyByZXBvcnRl ZCBvbmx5IG9uY2UgZm9yIAogICBlYWNoIGZ1bmN0aW9uIGl0IGFwcGVhcnMgaW4uKQpjb25maWd1 cmU6NDg1NDogJD8gPSAxCmNvbmZpZ3VyZTogZmFpbGVkIHByb2dyYW0gd2FzOgp8IC8qIGNvbmZk ZWZzLmguICAqLwp8IAp8ICNkZWZpbmUgUEFDS0FHRV9OQU1FICJnYWxlb24iCnwgI2RlZmluZSBQ QUNLQUdFX1RBUk5BTUUgImdhbGVvbiIKfCAjZGVmaW5lIFBBQ0tBR0VfVkVSU0lPTiAiMS4zLjE3 Igp8ICNkZWZpbmUgUEFDS0FHRV9TVFJJTkcgImdhbGVvbiAxLjMuMTciCnwgI2RlZmluZSBQQUNL QUdFX0JVR1JFUE9SVCAiaHR0cDovL2J1Z3ppbGxhLmdub21lLm9yZy9lbnRlcl9idWcuY2dpP3By b2R1Y3Q9Z2FsZW9uIgp8ICNkZWZpbmUgUEFDS0FHRSAiZ2FsZW9uIgp8ICNkZWZpbmUgVkVSU0lP TiAiMS4zLjE3Igp8ICNkZWZpbmUgU1REQ19IRUFERVJTIDEKfCAjZGVmaW5lIEhBVkVfU1lTX1RZ UEVTX0ggMQp8ICNkZWZpbmUgSEFWRV9TWVNfU1RBVF9IIDEKfCAjZGVmaW5lIEhBVkVfU1RETElC X0ggMQp8ICNkZWZpbmUgSEFWRV9TVFJJTkdfSCAxCnwgI2RlZmluZSBIQVZFX01FTU9SWV9IIDEK fCAjZGVmaW5lIEhBVkVfU1RSSU5HU19IIDEKfCAjZGVmaW5lIEhBVkVfSU5UVFlQRVNfSCAxCnwg I2RlZmluZSBIQVZFX1NURElOVF9IIDEKfCAjZGVmaW5lIEhBVkVfVU5JU1REX0ggMQp8ICNkZWZp bmUgSEFWRV9ETEZDTl9IIDEKfCAvKiBlbmQgY29uZmRlZnMuaC4gICovCnwgCnwgaW50CnwgbWFp biAoKQp8IHsKfCBleGl0ICg0Mik7CnwgICA7CnwgICByZXR1cm4gMDsKfCB9CmNvbmZpZ3VyZTo0 ODAzOiBjKysgLWMgLU8gLXBpcGUgLW1jcHU9cGVudGl1bXBybyAtSS91c3IvbG9jYWwvaW5jbHVk ZSAtSS91c3IvWDExUjYvaW5jbHVkZSAtRF9USFJFQURfU0FGRSBjb25mdGVzdC5jYyA+JjUKY29u ZmlndXJlOjQ4MDk6ICQ/ID0gMApjb25maWd1cmU6NDgxMzogdGVzdCAteiAKCQkJIHx8IHRlc3Qg ISAtcyBjb25mdGVzdC5lcnIKY29uZmlndXJlOjQ4MTY6ICQ/ID0gMApjb25maWd1cmU6NDgxOTog dGVzdCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZTo0ODIyOiAkPyA9IDAKY29uZmlndXJlOjQ4NDg6 IGMrKyAtYyAtTyAtcGlwZSAtbWNwdT1wZW50aXVtcHJvIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1J L3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIGNvbmZ0ZXN0LmNjID4mNQpjb25maWd1 cmU6NDg1NDogJD8gPSAwCmNvbmZpZ3VyZTo0ODU4OiB0ZXN0IC16IAoJCQkgfHwgdGVzdCAhIC1z IGNvbmZ0ZXN0LmVycgpjb25maWd1cmU6NDg2MTogJD8gPSAwCmNvbmZpZ3VyZTo0ODY0OiB0ZXN0 IC1zIGNvbmZ0ZXN0Lm8KY29uZmlndXJlOjQ4Njc6ICQ/ID0gMApjb25maWd1cmU6NDg5MjogY2hl Y2tpbmcgZGVwZW5kZW5jeSBzdHlsZSBvZiBjKysKY29uZmlndXJlOjQ5ODI6IHJlc3VsdDogZ2Nj Mwpjb25maWd1cmU6NTAwNDogY2hlY2tpbmcgaG93IHRvIHJ1biB0aGUgQysrIHByZXByb2Nlc3Nv cgpjb25maWd1cmU6NTAzNTogYysrIC1FIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFS Ni9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIGNvbmZ0ZXN0LmNjCmNvbmZpZ3VyZTo1MDQxOiAkPyA9 IDAKY29uZmlndXJlOjUwNzM6IGMrKyAtRSAtSS91c3IvbG9jYWwvaW5jbHVkZSAtSS91c3IvWDEx UjYvaW5jbHVkZSAtRF9USFJFQURfU0FGRSBjb25mdGVzdC5jYwpjb25mdGVzdC5jYzoyNToyODog YWNfbm9uZXhpc3RlbnQuaDogTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeQpjb25maWd1cmU6NTA3 OTogJD8gPSAxCmNvbmZpZ3VyZTogZmFpbGVkIHByb2dyYW0gd2FzOgp8IC8qIGNvbmZkZWZzLmgu ICAqLwp8IAp8ICNkZWZpbmUgUEFDS0FHRV9OQU1FICJnYWxlb24iCnwgI2RlZmluZSBQQUNLQUdF X1RBUk5BTUUgImdhbGVvbiIKfCAjZGVmaW5lIFBBQ0tBR0VfVkVSU0lPTiAiMS4zLjE3Igp8ICNk ZWZpbmUgUEFDS0FHRV9TVFJJTkcgImdhbGVvbiAxLjMuMTciCnwgI2RlZmluZSBQQUNLQUdFX0JV R1JFUE9SVCAiaHR0cDovL2J1Z3ppbGxhLmdub21lLm9yZy9lbnRlcl9idWcuY2dpP3Byb2R1Y3Q9 Z2FsZW9uIgp8ICNkZWZpbmUgUEFDS0FHRSAiZ2FsZW9uIgp8ICNkZWZpbmUgVkVSU0lPTiAiMS4z LjE3Igp8ICNkZWZpbmUgU1REQ19IRUFERVJTIDEKfCAjZGVmaW5lIEhBVkVfU1lTX1RZUEVTX0gg MQp8ICNkZWZpbmUgSEFWRV9TWVNfU1RBVF9IIDEKfCAjZGVmaW5lIEhBVkVfU1RETElCX0ggMQp8 ICNkZWZpbmUgSEFWRV9TVFJJTkdfSCAxCnwgI2RlZmluZSBIQVZFX01FTU9SWV9IIDEKfCAjZGVm aW5lIEhBVkVfU1RSSU5HU19IIDEKfCAjZGVmaW5lIEhBVkVfSU5UVFlQRVNfSCAxCnwgI2RlZmlu ZSBIQVZFX1NURElOVF9IIDEKfCAjZGVmaW5lIEhBVkVfVU5JU1REX0ggMQp8ICNkZWZpbmUgSEFW RV9ETEZDTl9IIDEKfCAjaWZkZWYgX19jcGx1c3BsdXMKfCBleHRlcm4gIkMiIHZvaWQgc3RkOjpl eGl0IChpbnQpIHRocm93ICgpOyB1c2luZyBzdGQ6OmV4aXQ7CnwgI2VuZGlmCnwgLyogZW5kIGNv bmZkZWZzLmguICAqLwp8ICNpbmNsdWRlIDxhY19ub25leGlzdGVudC5oPgpjb25maWd1cmU6NTEx ODogcmVzdWx0OiBjKysgLUUKY29uZmlndXJlOjUxNDI6IGMrKyAtRSAtSS91c3IvbG9jYWwvaW5j bHVkZSAtSS91c3IvWDExUjYvaW5jbHVkZSAtRF9USFJFQURfU0FGRSBjb25mdGVzdC5jYwpjb25m aWd1cmU6NTE0ODogJD8gPSAwCmNvbmZpZ3VyZTo1MTgwOiBjKysgLUUgLUkvdXNyL2xvY2FsL2lu Y2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUgY29uZnRlc3QuY2MKY29u ZnRlc3QuY2M6MjU6Mjg6IGFjX25vbmV4aXN0ZW50Lmg6IE5vIHN1Y2ggZmlsZSBvciBkaXJlY3Rv cnkKY29uZmlndXJlOjUxODY6ICQ/ID0gMQpjb25maWd1cmU6IGZhaWxlZCBwcm9ncmFtIHdhczoK fCAvKiBjb25mZGVmcy5oLiAgKi8KfCAKfCAjZGVmaW5lIFBBQ0tBR0VfTkFNRSAiZ2FsZW9uIgp8 ICNkZWZpbmUgUEFDS0FHRV9UQVJOQU1FICJnYWxlb24iCnwgI2RlZmluZSBQQUNLQUdFX1ZFUlNJ T04gIjEuMy4xNyIKfCAjZGVmaW5lIFBBQ0tBR0VfU1RSSU5HICJnYWxlb24gMS4zLjE3Igp8ICNk ZWZpbmUgUEFDS0FHRV9CVUdSRVBPUlQgImh0dHA6Ly9idWd6aWxsYS5nbm9tZS5vcmcvZW50ZXJf YnVnLmNnaT9wcm9kdWN0PWdhbGVvbiIKfCAjZGVmaW5lIFBBQ0tBR0UgImdhbGVvbiIKfCAjZGVm aW5lIFZFUlNJT04gIjEuMy4xNyIKfCAjZGVmaW5lIFNURENfSEVBREVSUyAxCnwgI2RlZmluZSBI QVZFX1NZU19UWVBFU19IIDEKfCAjZGVmaW5lIEhBVkVfU1lTX1NUQVRfSCAxCnwgI2RlZmluZSBI QVZFX1NURExJQl9IIDEKfCAjZGVmaW5lIEhBVkVfU1RSSU5HX0ggMQp8ICNkZWZpbmUgSEFWRV9N RU1PUllfSCAxCnwgI2RlZmluZSBIQVZFX1NUUklOR1NfSCAxCnwgI2RlZmluZSBIQVZFX0lOVFRZ UEVTX0ggMQp8ICNkZWZpbmUgSEFWRV9TVERJTlRfSCAxCnwgI2RlZmluZSBIQVZFX1VOSVNURF9I IDEKfCAjZGVmaW5lIEhBVkVfRExGQ05fSCAxCnwgI2lmZGVmIF9fY3BsdXNwbHVzCnwgZXh0ZXJu ICJDIiB2b2lkIHN0ZDo6ZXhpdCAoaW50KSB0aHJvdyAoKTsgdXNpbmcgc3RkOjpleGl0Owp8ICNl bmRpZgp8IC8qIGVuZCBjb25mZGVmcy5oLiAgKi8KfCAjaW5jbHVkZSA8YWNfbm9uZXhpc3RlbnQu aD4KY29uZmlndXJlOjUyODE6IGNoZWNraW5nIGZvciBnNzcKY29uZmlndXJlOjUzMTA6IHJlc3Vs dDogbm8KY29uZmlndXJlOjUyODE6IGNoZWNraW5nIGZvciBmNzcKY29uZmlndXJlOjUyOTc6IGZv dW5kIC91c3IvYmluL2Y3Nwpjb25maWd1cmU6NTMwNzogcmVzdWx0OiBmNzcKY29uZmlndXJlOjUz MjI6IGNoZWNraW5nIGZvciBGb3J0cmFuIDc3IGNvbXBpbGVyIHZlcnNpb24KY29uZmlndXJlOjUz MjU6IGY3NyAtLXZlcnNpb24gPC9kZXYvbnVsbCA+JjUKR05VIEZvcnRyYW4gKEdDQykgMy4zLjMg W0ZyZWVCU0RdIDIwMDMxMTA2CkNvcHlyaWdodCAoQykgMjAwMiBGcmVlIFNvZnR3YXJlIEZvdW5k YXRpb24sIEluYy4KCkdOVSBGb3J0cmFuIGNvbWVzIHdpdGggTk8gV0FSUkFOVFksIHRvIHRoZSBl eHRlbnQgcGVybWl0dGVkIGJ5IGxhdy4KWW91IG1heSByZWRpc3RyaWJ1dGUgY29waWVzIG9mIEdO VSBGb3J0cmFuCnVuZGVyIHRoZSB0ZXJtcyBvZiB0aGUgR05VIEdlbmVyYWwgUHVibGljIExpY2Vu c2UuCkZvciBtb3JlIGluZm9ybWF0aW9uIGFib3V0IHRoZXNlIG1hdHRlcnMsIHNlZSB0aGUgZmls ZSBuYW1lZCBDT1BZSU5HCm9yIHR5cGUgdGhlIGNvbW1hbmQgYGluZm8gLWYgZzc3IENvcHlpbmcn Lgpjb25maWd1cmU6NTMyODogJD8gPSAwCmNvbmZpZ3VyZTo1MzMwOiBmNzcgLXYgPC9kZXYvbnVs bCA+JjUKVXNpbmcgYnVpbHQtaW4gc3BlY3MuCkNvbmZpZ3VyZWQgd2l0aDogRnJlZUJTRC9pMzg2 IHN5c3RlbSBjb21waWxlcgpUaHJlYWQgbW9kZWw6IHBvc2l4CmdjYyB2ZXJzaW9uIDMuMy4zIFtG cmVlQlNEXSAyMDAzMTEwNgpjb25maWd1cmU6NTMzMzogJD8gPSAwCmNvbmZpZ3VyZTo1MzM1OiBm NzcgLVYgPC9kZXYvbnVsbCA+JjUKZjc3OiBgLVYnIG9wdGlvbiBtdXN0IGhhdmUgYXJndW1lbnQK Y29uZmlndXJlOjUzMzg6ICQ/ID0gMQpjb25maWd1cmU6NTM0NjogY2hlY2tpbmcgd2hldGhlciB3 ZSBhcmUgdXNpbmcgdGhlIEdOVSBGb3J0cmFuIDc3IGNvbXBpbGVyCmNvbmZpZ3VyZTo1MzYwOiBm NzcgLWMgIGNvbmZ0ZXN0LkYgPiY1CmNvbmZpZ3VyZTo1MzY2OiAkPyA9IDAKY29uZmlndXJlOjUz NzA6IHRlc3QgLXogCgkJCSB8fCB0ZXN0ICEgLXMgY29uZnRlc3QuZXJyCmNvbmZpZ3VyZTo1Mzcz OiAkPyA9IDAKY29uZmlndXJlOjUzNzY6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6NTM3 OTogJD8gPSAwCmNvbmZpZ3VyZTo1MzkyOiByZXN1bHQ6IHllcwpjb25maWd1cmU6NTM5ODogY2hl Y2tpbmcgd2hldGhlciBmNzcgYWNjZXB0cyAtZwpjb25maWd1cmU6NTQxMDogZjc3IC1jIC1nIGNv bmZ0ZXN0LmYgPiY1CmNvbmZpZ3VyZTo1NDE2OiAkPyA9IDAKY29uZmlndXJlOjU0MjA6IHRlc3Qg LXogCgkJCSB8fCB0ZXN0ICEgLXMgY29uZnRlc3QuZXJyCmNvbmZpZ3VyZTo1NDIzOiAkPyA9IDAK Y29uZmlndXJlOjU0MjY6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6NTQyOTogJD8gPSAw CmNvbmZpZ3VyZTo1NDQxOiByZXN1bHQ6IHllcwpjb25maWd1cmU6NTQ3MTogY2hlY2tpbmcgdGhl IG1heGltdW0gbGVuZ3RoIG9mIGNvbW1hbmQgbGluZSBhcmd1bWVudHMKY29uZmlndXJlOjU1MzY6 IHJlc3VsdDogNjU1MzYKY29uZmlndXJlOjU1NDc6IGNoZWNraW5nIGNvbW1hbmQgdG8gcGFyc2Ug L3Vzci9iaW4vbm0gLUIgb3V0cHV0IGZyb20gY2Mgb2JqZWN0CmNvbmZpZ3VyZTo1NjM2OiBjYyAt YyAtTyAtcGlwZSAtbWNwdT1wZW50aXVtcHJvIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9Y MTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIGNvbmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZTo1NjM5 OiAkPyA9IDAKY29uZmlndXJlOjU2NDM6IC91c3IvYmluL25tIC1CIGNvbmZ0ZXN0Lm8gXHwgc2Vk IC1uIC1lICdzL14uKlsgCV1cKFtBQkNER0lSU1RXXVtBQkNER0lSU1RXXSpcKVsgCV1bIAldKlwo XClcKFtfQS1aYS16XVtfQS1aYS16MC05XSpcKSQvXDEgXDJcMyBcMy9wJyBcPiBjb25mdGVzdC5u bQpjb25maWd1cmU6NTY0NjogJD8gPSAwCmNvbmZpZ3VyZTo1Njk4OiBjYyAtbyBjb25mdGVzdCAt TyAtcGlwZSAtbWNwdT1wZW50aXVtcHJvIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFS Ni9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFICBjb25mdGVzdC5jIGNvbmZ0c3RtLm8gPiY1CmNvbmZp Z3VyZTo1NzAxOiAkPyA9IDAKY29uZmlndXJlOjU3Mzk6IHJlc3VsdDogb2sKY29uZmlndXJlOjU3 NDM6IGNoZWNraW5nIGZvciBvYmpkaXIKY29uZmlndXJlOjU3NTg6IHJlc3VsdDogLmxpYnMKY29u ZmlndXJlOjU4NDg6IGNoZWNraW5nIGZvciBhcgpjb25maWd1cmU6NTg2NDogZm91bmQgL3Vzci9i aW4vYXIKY29uZmlndXJlOjU4NzU6IHJlc3VsdDogYXIKY29uZmlndXJlOjU5Mjg6IGNoZWNraW5n IGZvciByYW5saWIKY29uZmlndXJlOjU5NDQ6IGZvdW5kIC91c3IvYmluL3JhbmxpYgpjb25maWd1 cmU6NTk1NTogcmVzdWx0OiByYW5saWIKY29uZmlndXJlOjYwMDg6IGNoZWNraW5nIGZvciBzdHJp cApjb25maWd1cmU6NjAyNDogZm91bmQgL3Vzci9iaW4vc3RyaXAKY29uZmlndXJlOjYwMzU6IHJl c3VsdDogc3RyaXAKY29uZmlndXJlOjYyOTc6IGNoZWNraW5nIGlmIGNjIHN0YXRpYyBmbGFnICB3 b3Jrcwpjb25maWd1cmU6NjMyMDogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjYzMzg6IGNoZWNraW5n IGlmIGNjIHN1cHBvcnRzIC1mbm8tcnR0aSAtZm5vLWV4Y2VwdGlvbnMKY29uZmlndXJlOjYzNTY6 IGNjIC1jIC1PIC1waXBlIC1tY3B1PXBlbnRpdW1wcm8gLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUkv dXNyL1gxMVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUgLWZuby1ydHRpIC1mbm8tZXhjZXB0aW9u cyBjb25mdGVzdC5jID4mNQpjYzE6IHdhcm5pbmc6ICItZm5vLXJ0dGkiIGlzIHZhbGlkIGZvciBD KysgYnV0IG5vdCBmb3IgQy9PYmpDCmNvbmZpZ3VyZTo2MzYwOiAkPyA9IDAKY29uZmlndXJlOjYz NzE6IHJlc3VsdDogbm8KY29uZmlndXJlOjYzODY6IGNoZWNraW5nIGZvciBjYyBvcHRpb24gdG8g cHJvZHVjZSBQSUMKY29uZmlndXJlOjY1NjM6IHJlc3VsdDogLWZQSUMKY29uZmlndXJlOjY1NzE6 IGNoZWNraW5nIGlmIGNjIFBJQyBmbGFnIC1mUElDIHdvcmtzCmNvbmZpZ3VyZTo2NTg5OiBjYyAt YyAtTyAtcGlwZSAtbWNwdT1wZW50aXVtcHJvIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9Y MTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIC1mUElDIC1EUElDIGNvbmZ0ZXN0LmMgPiY1CmNv bmZpZ3VyZTo2NTkzOiAkPyA9IDAKY29uZmlndXJlOjY2MDQ6IHJlc3VsdDogeWVzCmNvbmZpZ3Vy ZTo2NjI4OiBjaGVja2luZyBpZiBjYyBzdXBwb3J0cyAtYyAtbyBmaWxlLm8KY29uZmlndXJlOjY2 NDk6IGNjIC1jIC1PIC1waXBlIC1tY3B1PXBlbnRpdW1wcm8gLUkvdXNyL2xvY2FsL2luY2x1ZGUg LUkvdXNyL1gxMVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUgLW8gb3V0L2NvbmZ0ZXN0Mi5vIGNv bmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZTo2NjUzOiAkPyA9IDAKY29uZmlndXJlOjY2NzM6IHJlc3Vs dDogeWVzCmNvbmZpZ3VyZTo2Njk5OiBjaGVja2luZyB3aGV0aGVyIHRoZSBjYyBsaW5rZXIgKC91 c3IvYmluL2xkKSBzdXBwb3J0cyBzaGFyZWQgbGlicmFyaWVzCmNvbmZpZ3VyZTo3NTQ3OiByZXN1 bHQ6IHllcwpjb25maWd1cmU6NzU3MzogY2hlY2tpbmcgd2hldGhlciAtbGMgc2hvdWxkIGJlIGV4 cGxpY2l0bHkgbGlua2VkIGluCmNvbmZpZ3VyZTo3NTc4OiBjYyAtYyAtTyAtcGlwZSAtbWNwdT1w ZW50aXVtcHJvIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RI UkVBRF9TQUZFIGNvbmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZTo3NTgxOiAkPyA9IDAKY29uZmlndXJl Ojc1OTU6IGNjIC1zaGFyZWQgY29uZnRlc3QubyAgLXYgLVdsLC1zb25hbWUgLVdsLGNvbmZ0ZXN0 IC1vIGNvbmZ0ZXN0IDJcPlwmMSBcfCBncmVwICAtbGMgIFw+L2Rldi9udWxsIDJcPlwmMQpjb25m aWd1cmU6NzU5ODogJD8gPSAxCmNvbmZpZ3VyZTo3NjEwOiByZXN1bHQ6IHllcwpjb25maWd1cmU6 NzYxODogY2hlY2tpbmcgZHluYW1pYyBsaW5rZXIgY2hhcmFjdGVyaXN0aWNzCmNvbmZpZ3VyZTo4 MTU4OiByZXN1bHQ6IGZyZWVic2Q1LjIuMSBsZC5zbwpjb25maWd1cmU6ODE2MjogY2hlY2tpbmcg aG93IHRvIGhhcmRjb2RlIGxpYnJhcnkgcGF0aHMgaW50byBwcm9ncmFtcwpjb25maWd1cmU6ODE4 NzogcmVzdWx0OiBpbW1lZGlhdGUKY29uZmlndXJlOjgyMDE6IGNoZWNraW5nIHdoZXRoZXIgc3Ry aXBwaW5nIGxpYnJhcmllcyBpcyBwb3NzaWJsZQpjb25maWd1cmU6ODIwNjogcmVzdWx0OiB5ZXMK Y29uZmlndXJlOjkwMzY6IGNoZWNraW5nIGlmIGxpYnRvb2wgc3VwcG9ydHMgc2hhcmVkIGxpYnJh cmllcwpjb25maWd1cmU6OTAzODogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjkwNDE6IGNoZWNraW5n IHdoZXRoZXIgdG8gYnVpbGQgc2hhcmVkIGxpYnJhcmllcwpjb25maWd1cmU6OTA5OTogcmVzdWx0 OiB5ZXMKY29uZmlndXJlOjkxMDI6IGNoZWNraW5nIHdoZXRoZXIgdG8gYnVpbGQgc3RhdGljIGxp YnJhcmllcwpjb25maWd1cmU6OTEwNjogcmVzdWx0OiBubwpjb25maWd1cmU6OTE5ODogY3JlYXRp bmcgbGlidG9vbApjb25maWd1cmU6OTc0NTogY2hlY2tpbmcgZm9yIGxkIHVzZWQgYnkgYysrCmNv bmZpZ3VyZTo5ODEyOiByZXN1bHQ6IC91c3IvYmluL2xkCmNvbmZpZ3VyZTo5ODIxOiBjaGVja2lu ZyBpZiB0aGUgbGlua2VyICgvdXNyL2Jpbi9sZCkgaXMgR05VIGxkCmNvbmZpZ3VyZTo5ODM2OiBy ZXN1bHQ6IHllcwpjb25maWd1cmU6OTg4NzogY2hlY2tpbmcgd2hldGhlciB0aGUgYysrIGxpbmtl ciAoL3Vzci9iaW4vbGQpIHN1cHBvcnRzIHNoYXJlZCBsaWJyYXJpZXMKY29uZmlndXJlOjEwNzE1 OiByZXN1bHQ6IHllcwpjb25maWd1cmU6MTA3MzM6IGMrKyAtYyAtTyAtcGlwZSAtbWNwdT1wZW50 aXVtcHJvIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVB RF9TQUZFIGNvbmZ0ZXN0LmNjID4mNQpjb25maWd1cmU6MTA3MzY6ICQ/ID0gMApjb25maWd1cmU6 MTA4MzI6IGNoZWNraW5nIGZvciBjKysgb3B0aW9uIHRvIHByb2R1Y2UgUElDCmNvbmZpZ3VyZTox MTA4NDogcmVzdWx0OiAtZlBJQwpjb25maWd1cmU6MTEwOTI6IGNoZWNraW5nIGlmIGMrKyBQSUMg ZmxhZyAtZlBJQyB3b3Jrcwpjb25maWd1cmU6MTExMTA6IGMrKyAtYyAtTyAtcGlwZSAtbWNwdT1w ZW50aXVtcHJvIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RI UkVBRF9TQUZFIC1mUElDIC1EUElDIGNvbmZ0ZXN0LmNjID4mNQpjb25maWd1cmU6MTExMTQ6ICQ/ ID0gMApjb25maWd1cmU6MTExMjU6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToxMTE0OTogY2hlY2tp bmcgaWYgYysrIHN1cHBvcnRzIC1jIC1vIGZpbGUubwpjb25maWd1cmU6MTExNzA6IGMrKyAtYyAt TyAtcGlwZSAtbWNwdT1wZW50aXVtcHJvIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFS Ni9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIC1vIG91dC9jb25mdGVzdDIubyBjb25mdGVzdC5jYyA+ JjUKY29uZmlndXJlOjExMTc0OiAkPyA9IDAKY29uZmlndXJlOjExMTk0OiByZXN1bHQ6IHllcwpj b25maWd1cmU6MTEyMjA6IGNoZWNraW5nIHdoZXRoZXIgdGhlIGMrKyBsaW5rZXIgKC91c3IvYmlu L2xkKSBzdXBwb3J0cyBzaGFyZWQgbGlicmFyaWVzCmNvbmZpZ3VyZToxMTI0NTogcmVzdWx0OiB5 ZXMKY29uZmlndXJlOjExMzE2OiBjaGVja2luZyBkeW5hbWljIGxpbmtlciBjaGFyYWN0ZXJpc3Rp Y3MKY29uZmlndXJlOjExODU2OiByZXN1bHQ6IGZyZWVic2Q1LjIuMSBsZC5zbwpjb25maWd1cmU6 MTE4NjA6IGNoZWNraW5nIGhvdyB0byBoYXJkY29kZSBsaWJyYXJ5IHBhdGhzIGludG8gcHJvZ3Jh bXMKY29uZmlndXJlOjExODg1OiByZXN1bHQ6IGltbWVkaWF0ZQpjb25maWd1cmU6MTE4OTk6IGNo ZWNraW5nIHdoZXRoZXIgc3RyaXBwaW5nIGxpYnJhcmllcyBpcyBwb3NzaWJsZQpjb25maWd1cmU6 MTE5MDQ6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToxMzIxMTogY2hlY2tpbmcgaWYgbGlidG9vbCBz dXBwb3J0cyBzaGFyZWQgbGlicmFyaWVzCmNvbmZpZ3VyZToxMzIxMzogcmVzdWx0OiB5ZXMKY29u ZmlndXJlOjEzMjE2OiBjaGVja2luZyB3aGV0aGVyIHRvIGJ1aWxkIHNoYXJlZCBsaWJyYXJpZXMK Y29uZmlndXJlOjEzMjM0OiByZXN1bHQ6IHllcwpjb25maWd1cmU6MTMyMzc6IGNoZWNraW5nIHdo ZXRoZXIgdG8gYnVpbGQgc3RhdGljIGxpYnJhcmllcwpjb25maWd1cmU6MTMyNDE6IHJlc3VsdDog bm8KY29uZmlndXJlOjEzMjUzOiBjaGVja2luZyBmb3IgZjc3IG9wdGlvbiB0byBwcm9kdWNlIFBJ Qwpjb25maWd1cmU6MTM0MzA6IHJlc3VsdDogLWZQSUMKY29uZmlndXJlOjEzNDM4OiBjaGVja2lu ZyBpZiBmNzcgUElDIGZsYWcgLWZQSUMgd29ya3MKY29uZmlndXJlOjEzNDU2OiBmNzcgLWMgLWcg LU8yIC1mUElDIGNvbmZ0ZXN0LmYgPiY1CmNvbmZpZ3VyZToxMzQ2MDogJD8gPSAwCmNvbmZpZ3Vy ZToxMzQ3MTogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjEzNDk1OiBjaGVja2luZyBpZiBmNzcgc3Vw cG9ydHMgLWMgLW8gZmlsZS5vCmNvbmZpZ3VyZToxMzUxNjogZjc3IC1jIC1nIC1PMiAtbyBvdXQv Y29uZnRlc3QyLm8gY29uZnRlc3QuZiA+JjUKY29uZmlndXJlOjEzNTIwOiAkPyA9IDAKY29uZmln dXJlOjEzNTQwOiByZXN1bHQ6IHllcwpjb25maWd1cmU6MTM1NjY6IGNoZWNraW5nIHdoZXRoZXIg dGhlIGY3NyBsaW5rZXIgKC91c3IvYmluL2xkKSBzdXBwb3J0cyBzaGFyZWQgbGlicmFyaWVzCmNv bmZpZ3VyZToxNDM5NDogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjE0NDY1OiBjaGVja2luZyBkeW5h bWljIGxpbmtlciBjaGFyYWN0ZXJpc3RpY3MKY29uZmlndXJlOjE1MDA1OiByZXN1bHQ6IGZyZWVi c2Q1LjIuMSBsZC5zbwpjb25maWd1cmU6MTUwMDk6IGNoZWNraW5nIGhvdyB0byBoYXJkY29kZSBs aWJyYXJ5IHBhdGhzIGludG8gcHJvZ3JhbXMKY29uZmlndXJlOjE1MDM0OiByZXN1bHQ6IGltbWVk aWF0ZQpjb25maWd1cmU6MTUwNDg6IGNoZWNraW5nIHdoZXRoZXIgc3RyaXBwaW5nIGxpYnJhcmll cyBpcyBwb3NzaWJsZQpjb25maWd1cmU6MTUwNTM6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToxOTE0 MDogY2hlY2tpbmcgZm9yIGxpYnJhcnkgY29udGFpbmluZyBzdHJlcnJvcgpjb25maWd1cmU6MTkx NzA6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1waXBlIC1tY3B1PXBlbnRpdW1wcm8gLUkvdXNyL2xvY2Fs L2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUgIGNvbmZ0ZXN0LmMg LUwvdXNyL2xvY2FsL2xpYiAtbGNfciA+JjUKY29uZmlndXJlOjE5MTc2OiAkPyA9IDAKY29uZmln dXJlOjE5MTgwOiB0ZXN0IC16IAoJCQkgfHwgdGVzdCAhIC1zIGNvbmZ0ZXN0LmVycgpjb25maWd1 cmU6MTkxODM6ICQ/ID0gMApjb25maWd1cmU6MTkxODY6IHRlc3QgLXMgY29uZnRlc3QKY29uZmln dXJlOjE5MTg5OiAkPyA9IDAKY29uZmlndXJlOjE5MjU5OiByZXN1bHQ6IG5vbmUgcmVxdWlyZWQK Y29uZmlndXJlOjE5MzEyOiBjaGVja2luZyBmb3IgZ2NjCmNvbmZpZ3VyZToxOTMzODogcmVzdWx0 OiBjYwpjb25maWd1cmU6MTk1ODI6IGNoZWNraW5nIGZvciBDIGNvbXBpbGVyIHZlcnNpb24KY29u ZmlndXJlOjE5NTg1OiBjYyAtLXZlcnNpb24gPC9kZXYvbnVsbCA+JjUKY2MgKEdDQykgMy4zLjMg W0ZyZWVCU0RdIDIwMDMxMTA2CkNvcHlyaWdodCAoQykgMjAwMyBGcmVlIFNvZnR3YXJlIEZvdW5k YXRpb24sIEluYy4KVGhpcyBpcyBmcmVlIHNvZnR3YXJlOyBzZWUgdGhlIHNvdXJjZSBmb3IgY29w eWluZyBjb25kaXRpb25zLiAgVGhlcmUgaXMgTk8Kd2FycmFudHk7IG5vdCBldmVuIGZvciBNRVJD SEFOVEFCSUxJVFkgb3IgRklUTkVTUyBGT1IgQSBQQVJUSUNVTEFSIFBVUlBPU0UuCgpjb25maWd1 cmU6MTk1ODg6ICQ/ID0gMApjb25maWd1cmU6MTk1OTA6IGNjIC12IDwvZGV2L251bGwgPiY1ClVz aW5nIGJ1aWx0LWluIHNwZWNzLgpDb25maWd1cmVkIHdpdGg6IEZyZWVCU0QvaTM4NiBzeXN0ZW0g Y29tcGlsZXIKVGhyZWFkIG1vZGVsOiBwb3NpeApnY2MgdmVyc2lvbiAzLjMuMyBbRnJlZUJTRF0g MjAwMzExMDYKY29uZmlndXJlOjE5NTkzOiAkPyA9IDAKY29uZmlndXJlOjE5NTk1OiBjYyAtViA8 L2Rldi9udWxsID4mNQpjYzogYC1WJyBvcHRpb24gbXVzdCBoYXZlIGFyZ3VtZW50CmNvbmZpZ3Vy ZToxOTU5ODogJD8gPSAxCmNvbmZpZ3VyZToxOTYwMTogY2hlY2tpbmcgd2hldGhlciB3ZSBhcmUg dXNpbmcgdGhlIEdOVSBDIGNvbXBpbGVyCmNvbmZpZ3VyZToxOTY1NzogcmVzdWx0OiB5ZXMKY29u ZmlndXJlOjE5NjYzOiBjaGVja2luZyB3aGV0aGVyIGNjIGFjY2VwdHMgLWcKY29uZmlndXJlOjE5 NzE0OiByZXN1bHQ6IHllcwpjb25maWd1cmU6MTk3MzE6IGNoZWNraW5nIGZvciBjYyBvcHRpb24g dG8gYWNjZXB0IEFOU0kgQwpjb25maWd1cmU6MTk4Mzg6IHJlc3VsdDogbm9uZSBuZWVkZWQKY29u ZmlndXJlOjE5ODU2OiBjYyAtYyAtTyAtcGlwZSAtbWNwdT1wZW50aXVtcHJvIC1JL3Vzci9sb2Nh bC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIGNvbmZ0ZXN0LmMg PiY1CmNvbmZ0ZXN0LmM6MjogZXJyb3I6IHN5bnRheCBlcnJvciBiZWZvcmUgIm1lIgpjb25maWd1 cmU6MTk4NjI6ICQ/ID0gMQpjb25maWd1cmU6IGZhaWxlZCBwcm9ncmFtIHdhczoKfCAjaWZuZGVm IF9fY3BsdXNwbHVzCnwgICBjaG9rZSBtZQp8ICNlbmRpZgpjb25maWd1cmU6MTk5OTc6IGNoZWNr aW5nIGRlcGVuZGVuY3kgc3R5bGUgb2YgY2MKY29uZmlndXJlOjIwMDg3OiByZXN1bHQ6IGdjYzMK Y29uZmlndXJlOjIwMTk4OiBjaGVja2luZyBmb3IgQysrIGNvbXBpbGVyIHZlcnNpb24KY29uZmln dXJlOjIwMjAxOiBjKysgLS12ZXJzaW9uIDwvZGV2L251bGwgPiY1CmMrKyAoR0NDKSAzLjMuMyBb RnJlZUJTRF0gMjAwMzExMDYKQ29weXJpZ2h0IChDKSAyMDAzIEZyZWUgU29mdHdhcmUgRm91bmRh dGlvbiwgSW5jLgpUaGlzIGlzIGZyZWUgc29mdHdhcmU7IHNlZSB0aGUgc291cmNlIGZvciBjb3B5 aW5nIGNvbmRpdGlvbnMuICBUaGVyZSBpcyBOTwp3YXJyYW50eTsgbm90IGV2ZW4gZm9yIE1FUkNI QU5UQUJJTElUWSBvciBGSVRORVNTIEZPUiBBIFBBUlRJQ1VMQVIgUFVSUE9TRS4KCmNvbmZpZ3Vy ZToyMDIwNDogJD8gPSAwCmNvbmZpZ3VyZToyMDIwNjogYysrIC12IDwvZGV2L251bGwgPiY1ClVz aW5nIGJ1aWx0LWluIHNwZWNzLgpDb25maWd1cmVkIHdpdGg6IEZyZWVCU0QvaTM4NiBzeXN0ZW0g Y29tcGlsZXIKVGhyZWFkIG1vZGVsOiBwb3NpeApnY2MgdmVyc2lvbiAzLjMuMyBbRnJlZUJTRF0g MjAwMzExMDYKY29uZmlndXJlOjIwMjA5OiAkPyA9IDAKY29uZmlndXJlOjIwMjExOiBjKysgLVYg PC9kZXYvbnVsbCA+JjUKYysrOiBgLVYnIG9wdGlvbiBtdXN0IGhhdmUgYXJndW1lbnQKY29uZmln dXJlOjIwMjE0OiAkPyA9IDEKY29uZmlndXJlOjIwMjE3OiBjaGVja2luZyB3aGV0aGVyIHdlIGFy ZSB1c2luZyB0aGUgR05VIEMrKyBjb21waWxlcgpjb25maWd1cmU6MjAyNzM6IHJlc3VsdDogeWVz CmNvbmZpZ3VyZToyMDI3OTogY2hlY2tpbmcgd2hldGhlciBjKysgYWNjZXB0cyAtZwpjb25maWd1 cmU6MjAzMzA6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToyMDM3MjogYysrIC1jIC1PIC1waXBlIC1t Y3B1PXBlbnRpdW1wcm8gLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUg LURfVEhSRUFEX1NBRkUgY29uZnRlc3QuY2MgPiY1CmNvbmZpZ3VyZToyMDM3ODogJD8gPSAwCmNv bmZpZ3VyZToyMDM4MjogdGVzdCAteiAKCQkJIHx8IHRlc3QgISAtcyBjb25mdGVzdC5lcnIKY29u ZmlndXJlOjIwMzg1OiAkPyA9IDAKY29uZmlndXJlOjIwMzg4OiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8K Y29uZmlndXJlOjIwMzkxOiAkPyA9IDAKY29uZmlndXJlOjIwNDE3OiBjKysgLWMgLU8gLXBpcGUg LW1jcHU9cGVudGl1bXBybyAtSS91c3IvbG9jYWwvaW5jbHVkZSAtSS91c3IvWDExUjYvaW5jbHVk ZSAtRF9USFJFQURfU0FGRSBjb25mdGVzdC5jYyA+JjUKY29uZmlndXJlOjIwNDIzOiAkPyA9IDAK Y29uZmlndXJlOjIwNDI3OiB0ZXN0IC16IAoJCQkgfHwgdGVzdCAhIC1zIGNvbmZ0ZXN0LmVycgpj b25maWd1cmU6MjA0MzA6ICQ/ID0gMApjb25maWd1cmU6MjA0MzM6IHRlc3QgLXMgY29uZnRlc3Qu bwpjb25maWd1cmU6MjA0MzY6ICQ/ID0gMApjb25maWd1cmU6MjA0NjE6IGNoZWNraW5nIGRlcGVu ZGVuY3kgc3R5bGUgb2YgYysrCmNvbmZpZ3VyZToyMDU1MTogcmVzdWx0OiBnY2MzCmNvbmZpZ3Vy ZToyMDYxNDogY2hlY2tpbmcgZm9yIGdjYwpjb25maWd1cmU6MjA2NDA6IHJlc3VsdDogY2MKY29u ZmlndXJlOjIwODg0OiBjaGVja2luZyBmb3IgQyBjb21waWxlciB2ZXJzaW9uCmNvbmZpZ3VyZToy MDg4NzogY2MgLS12ZXJzaW9uIDwvZGV2L251bGwgPiY1CmNjIChHQ0MpIDMuMy4zIFtGcmVlQlNE XSAyMDAzMTEwNgpDb3B5cmlnaHQgKEMpIDIwMDMgRnJlZSBTb2Z0d2FyZSBGb3VuZGF0aW9uLCBJ bmMuClRoaXMgaXMgZnJlZSBzb2Z0d2FyZTsgc2VlIHRoZSBzb3VyY2UgZm9yIGNvcHlpbmcgY29u ZGl0aW9ucy4gIFRoZXJlIGlzIE5PCndhcnJhbnR5OyBub3QgZXZlbiBmb3IgTUVSQ0hBTlRBQklM SVRZIG9yIEZJVE5FU1MgRk9SIEEgUEFSVElDVUxBUiBQVVJQT1NFLgoKY29uZmlndXJlOjIwODkw OiAkPyA9IDAKY29uZmlndXJlOjIwODkyOiBjYyAtdiA8L2Rldi9udWxsID4mNQpVc2luZyBidWls dC1pbiBzcGVjcy4KQ29uZmlndXJlZCB3aXRoOiBGcmVlQlNEL2kzODYgc3lzdGVtIGNvbXBpbGVy ClRocmVhZCBtb2RlbDogcG9zaXgKZ2NjIHZlcnNpb24gMy4zLjMgW0ZyZWVCU0RdIDIwMDMxMTA2 CmNvbmZpZ3VyZToyMDg5NTogJD8gPSAwCmNvbmZpZ3VyZToyMDg5NzogY2MgLVYgPC9kZXYvbnVs bCA+JjUKY2M6IGAtVicgb3B0aW9uIG11c3QgaGF2ZSBhcmd1bWVudApjb25maWd1cmU6MjA5MDA6 ICQ/ID0gMQpjb25maWd1cmU6MjA5MDM6IGNoZWNraW5nIHdoZXRoZXIgd2UgYXJlIHVzaW5nIHRo ZSBHTlUgQyBjb21waWxlcgpjb25maWd1cmU6MjA5NTk6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToy MDk2NTogY2hlY2tpbmcgd2hldGhlciBjYyBhY2NlcHRzIC1nCmNvbmZpZ3VyZToyMTAxNjogcmVz dWx0OiB5ZXMKY29uZmlndXJlOjIxMDMzOiBjaGVja2luZyBmb3IgY2Mgb3B0aW9uIHRvIGFjY2Vw dCBBTlNJIEMKY29uZmlndXJlOjIxMTQwOiByZXN1bHQ6IG5vbmUgbmVlZGVkCmNvbmZpZ3VyZToy MTE1ODogY2MgLWMgLU8gLXBpcGUgLW1jcHU9cGVudGl1bXBybyAtSS91c3IvbG9jYWwvaW5jbHVk ZSAtSS91c3IvWDExUjYvaW5jbHVkZSAtRF9USFJFQURfU0FGRSBjb25mdGVzdC5jID4mNQpjb25m dGVzdC5jOjI6IGVycm9yOiBzeW50YXggZXJyb3IgYmVmb3JlICJtZSIKY29uZmlndXJlOjIxMTY0 OiAkPyA9IDEKY29uZmlndXJlOiBmYWlsZWQgcHJvZ3JhbSB3YXM6CnwgI2lmbmRlZiBfX2NwbHVz cGx1cwp8ICAgY2hva2UgbWUKfCAjZW5kaWYKY29uZmlndXJlOjIxMjk5OiBjaGVja2luZyBkZXBl bmRlbmN5IHN0eWxlIG9mIGNjCmNvbmZpZ3VyZToyMTM4OTogcmVzdWx0OiBnY2MzCmNvbmZpZ3Vy ZToyMTQwOTogY2hlY2tpbmcgZm9yIEFOU0kgQyBoZWFkZXIgZmlsZXMKY29uZmlndXJlOjIxNTY1 OiByZXN1bHQ6IHllcwpjb25maWd1cmU6MjE2NDM6IGNoZWNraW5nIGZvciBwZXJsCmNvbmZpZ3Vy ZToyMTY2MTogZm91bmQgL3Vzci9iaW4vcGVybApjb25maWd1cmU6MjE2NzM6IHJlc3VsdDogL3Vz ci9iaW4vcGVybApjb25maWd1cmU6MjE3MTQ6IGNoZWNraW5nIGZvciBnbGliLWdlbm1hcnNoYWwK Y29uZmlndXJlOjIxNzMyOiBmb3VuZCAvdXNyL2xvY2FsL2Jpbi9nbGliLWdlbm1hcnNoYWwKY29u ZmlndXJlOjIxNzQ0OiByZXN1bHQ6IC91c3IvbG9jYWwvYmluL2dsaWItZ2VubWFyc2hhbApjb25m aWd1cmU6MjE3NTM6IGNoZWNraW5nIGZvciBnbGliLW1rZW51bXMKY29uZmlndXJlOjIxNzcxOiBm b3VuZCAvdXNyL2xvY2FsL2Jpbi9nbGliLW1rZW51bXMKY29uZmlndXJlOjIxNzgzOiByZXN1bHQ6 IC91c3IvbG9jYWwvYmluL2dsaWItbWtlbnVtcwpjb25maWd1cmU6MjE4MTM6IGNoZWNraW5nIGZv ciBzY2FuZGlyCmNvbmZpZ3VyZToyMTg3MDogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgLW1jcHU9 cGVudGl1bXBybyAtSS91c3IvbG9jYWwvaW5jbHVkZSAtSS91c3IvWDExUjYvaW5jbHVkZSAtRF9U SFJFQURfU0FGRSAgY29uZnRlc3QuYyAtTC91c3IvbG9jYWwvbGliIC1sY19yID4mNQpjb25maWd1 cmU6MjE4NzY6ICQ/ID0gMApjb25maWd1cmU6MjE4ODA6IHRlc3QgLXogCgkJCSB8fCB0ZXN0ICEg LXMgY29uZnRlc3QuZXJyCmNvbmZpZ3VyZToyMTg4MzogJD8gPSAwCmNvbmZpZ3VyZToyMTg4Njog dGVzdCAtcyBjb25mdGVzdApjb25maWd1cmU6MjE4ODk6ICQ/ID0gMApjb25maWd1cmU6MjE5MDE6 IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToyMTgxMzogY2hlY2tpbmcgZm9yIGJpbmRfdGV4dGRvbWFp bl9jb2Rlc2V0CmNvbmZpZ3VyZToyMTg3MDogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgLW1jcHU9 cGVudGl1bXBybyAtSS91c3IvbG9jYWwvaW5jbHVkZSAtSS91c3IvWDExUjYvaW5jbHVkZSAtRF9U SFJFQURfU0FGRSAgY29uZnRlc3QuYyAtTC91c3IvbG9jYWwvbGliIC1sY19yID4mNQovdmFyL3Rt cC8vY2N5dnJiRGUubzogSW4gZnVuY3Rpb24gYG1haW4nOgovdmFyL3RtcC8vY2N5dnJiRGUubygu dGV4dCsweGYpOiB1bmRlZmluZWQgcmVmZXJlbmNlIHRvIGBiaW5kX3RleHRkb21haW5fY29kZXNl dCcKL3Zhci90bXAvL2NjeXZyYkRlLm8oLmRhdGErMHgwKTogdW5kZWZpbmVkIHJlZmVyZW5jZSB0 byBgYmluZF90ZXh0ZG9tYWluX2NvZGVzZXQnCmNvbmZpZ3VyZToyMTg3NjogJD8gPSAxCmNvbmZp Z3VyZTogZmFpbGVkIHByb2dyYW0gd2FzOgp8IC8qIGNvbmZkZWZzLmguICAqLwp8IAp8ICNkZWZp bmUgUEFDS0FHRV9OQU1FICJnYWxlb24iCnwgI2RlZmluZSBQQUNLQUdFX1RBUk5BTUUgImdhbGVv biIKfCAjZGVmaW5lIFBBQ0tBR0VfVkVSU0lPTiAiMS4zLjE3Igp8ICNkZWZpbmUgUEFDS0FHRV9T VFJJTkcgImdhbGVvbiAxLjMuMTciCnwgI2RlZmluZSBQQUNLQUdFX0JVR1JFUE9SVCAiaHR0cDov L2J1Z3ppbGxhLmdub21lLm9yZy9lbnRlcl9idWcuY2dpP3Byb2R1Y3Q9Z2FsZW9uIgp8ICNkZWZp bmUgUEFDS0FHRSAiZ2FsZW9uIgp8ICNkZWZpbmUgVkVSU0lPTiAiMS4zLjE3Igp8ICNkZWZpbmUg U1REQ19IRUFERVJTIDEKfCAjZGVmaW5lIEhBVkVfU1lTX1RZUEVTX0ggMQp8ICNkZWZpbmUgSEFW RV9TWVNfU1RBVF9IIDEKfCAjZGVmaW5lIEhBVkVfU1RETElCX0ggMQp8ICNkZWZpbmUgSEFWRV9T VFJJTkdfSCAxCnwgI2RlZmluZSBIQVZFX01FTU9SWV9IIDEKfCAjZGVmaW5lIEhBVkVfU1RSSU5H U19IIDEKfCAjZGVmaW5lIEhBVkVfSU5UVFlQRVNfSCAxCnwgI2RlZmluZSBIQVZFX1NURElOVF9I IDEKfCAjZGVmaW5lIEhBVkVfVU5JU1REX0ggMQp8ICNkZWZpbmUgSEFWRV9ETEZDTl9IIDEKfCAj aWZkZWYgX19jcGx1c3BsdXMKfCBleHRlcm4gIkMiIHZvaWQgc3RkOjpleGl0IChpbnQpIHRocm93 ICgpOyB1c2luZyBzdGQ6OmV4aXQ7CnwgI2VuZGlmCnwgI2RlZmluZSBTVERDX0hFQURFUlMgMQp8 ICNkZWZpbmUgSEFWRV9TQ0FORElSIDEKfCAvKiBlbmQgY29uZmRlZnMuaC4gICovCnwgLyogRGVm aW5lIGJpbmRfdGV4dGRvbWFpbl9jb2Rlc2V0IHRvIGFuIGlubm9jdW91cyB2YXJpYW50LCBpbiBj YXNlIDxsaW1pdHMuaD4gZGVjbGFyZXMgYmluZF90ZXh0ZG9tYWluX2NvZGVzZXQuCnwgICAgRm9y IGV4YW1wbGUsIEhQLVVYIDExaSA8bGltaXRzLmg+IGRlY2xhcmVzIGdldHRpbWVvZmRheS4gICov CnwgI2RlZmluZSBiaW5kX3RleHRkb21haW5fY29kZXNldCBpbm5vY3VvdXNfYmluZF90ZXh0ZG9t YWluX2NvZGVzZXQKfCAKfCAvKiBTeXN0ZW0gaGVhZGVyIHRvIGRlZmluZSBfX3N0dWIgbWFjcm9z IGFuZCBob3BlZnVsbHkgZmV3IHByb3RvdHlwZXMsCnwgICAgIHdoaWNoIGNhbiBjb25mbGljdCB3 aXRoIGNoYXIgYmluZF90ZXh0ZG9tYWluX2NvZGVzZXQgKCk7IGJlbG93Lgp8ICAgICBQcmVmZXIg PGxpbWl0cy5oPiB0byA8YXNzZXJ0Lmg+IGlmIF9fU1REQ19fIGlzIGRlZmluZWQsIHNpbmNlCnwg ICAgIDxsaW1pdHMuaD4gZXhpc3RzIGV2ZW4gb24gZnJlZXN0YW5kaW5nIGNvbXBpbGVycy4gICov CnwgCnwgI2lmZGVmIF9fU1REQ19fCnwgIyBpbmNsdWRlIDxsaW1pdHMuaD4KfCAjZWxzZQp8ICMg aW5jbHVkZSA8YXNzZXJ0Lmg+CnwgI2VuZGlmCnwgCnwgI3VuZGVmIGJpbmRfdGV4dGRvbWFpbl9j b2Rlc2V0CnwgCnwgLyogT3ZlcnJpZGUgYW55IGdjYzIgaW50ZXJuYWwgcHJvdG90eXBlIHRvIGF2 b2lkIGFuIGVycm9yLiAgKi8KfCAjaWZkZWYgX19jcGx1c3BsdXMKfCBleHRlcm4gIkMiCnwgewp8 ICNlbmRpZgp8IC8qIFdlIHVzZSBjaGFyIGJlY2F1c2UgaW50IG1pZ2h0IG1hdGNoIHRoZSByZXR1 cm4gdHlwZSBvZiBhIGdjYzIKfCAgICBidWlsdGluIGFuZCB0aGVuIGl0cyBhcmd1bWVudCBwcm90 b3R5cGUgd291bGQgc3RpbGwgYXBwbHkuICAqLwp8IGNoYXIgYmluZF90ZXh0ZG9tYWluX2NvZGVz ZXQgKCk7CnwgLyogVGhlIEdOVSBDIGxpYnJhcnkgZGVmaW5lcyB0aGlzIGZvciBmdW5jdGlvbnMg d2hpY2ggaXQgaW1wbGVtZW50cwp8ICAgICB0byBhbHdheXMgZmFpbCB3aXRoIEVOT1NZUy4gIFNv bWUgZnVuY3Rpb25zIGFyZSBhY3R1YWxseSBuYW1lZAp8ICAgICBzb21ldGhpbmcgc3RhcnRpbmcg d2l0aCBfXyBhbmQgdGhlIG5vcm1hbCBuYW1lIGlzIGFuIGFsaWFzLiAgKi8KfCAjaWYgZGVmaW5l ZCAoX19zdHViX2JpbmRfdGV4dGRvbWFpbl9jb2Rlc2V0KSB8fCBkZWZpbmVkIChfX3N0dWJfX19i aW5kX3RleHRkb21haW5fY29kZXNldCkKfCBjaG9rZSBtZQp8ICNlbHNlCnwgY2hhciAoKmYpICgp ID0gYmluZF90ZXh0ZG9tYWluX2NvZGVzZXQ7CnwgI2VuZGlmCnwgI2lmZGVmIF9fY3BsdXNwbHVz CnwgfQp8ICNlbmRpZgp8IAp8IGludAp8IG1haW4gKCkKfCB7CnwgcmV0dXJuIGYgIT0gYmluZF90 ZXh0ZG9tYWluX2NvZGVzZXQ7CnwgICA7CnwgICByZXR1cm4gMDsKfCB9CmNvbmZpZ3VyZToyMTkw MTogcmVzdWx0OiBubwpjb25maWd1cmU6MjE5MzI6IGNoZWNraW5nIGlmIE5hdXRpbHVzVmlldyBH YWxlb24gY29tcG9uZW50IGlzIHdhbnRlZApjb25maWd1cmU6MjE5NDY6IHJlc3VsdDogbm8KY29u ZmlndXJlOjIyMDgxOiBjaGVja2luZyBmb3IgcGtnLWNvbmZpZwpjb25maWd1cmU6MjIwOTk6IGZv dW5kIC91c3IvbG9jYWwvYmluL3BrZy1jb25maWcKY29uZmlndXJlOjIyMTEyOiByZXN1bHQ6IC91 c3IvbG9jYWwvYmluL3BrZy1jb25maWcKY29uZmlndXJlOjIyMTI5OiBjaGVja2luZyBmb3IgCQkg IGd0aystMi4wID49IDIuNC4wIAkJICBsaWJ4bWwtMi4wID49IDIuNi42IAkJICBsaWJnbm9tZXVp LTIuMCA+PSAyLjUuMiAJCSAgbGliYm9ub2JvdWktMi4wID49IDIuMS4xIAkJICBsaWJnbGFkZS0y LjAgPj0gMi4zLjEgCQkgIGxpYmJvbm9iby0yLjAgPj0gMi4wLjAgCQkgIGdsaWItMi4wID49IDIu NC4wIAkJICBnb2JqZWN0LTIuMCA+PSAyLjQuMCAJCSAgZ2RrLXBpeGJ1Zi0yLjAgPj0gMi40LjAg CQkgIGdkay0yLjAgPj0gMi40LjAgCQkgIGJvbm9iby1hY3RpdmF0aW9uLTIuMCA+PSAyLjAuMCAJ CSAgT1JCaXQtMi4wID49IDIuMC4wIAkJICBnbm9tZS12ZnMtMi4wID49IDIuMC4wCQkgIGdub21l LXZmcy1tb2R1bGUtMi4wID49IDIuMC4wCQkgIGdjb25mLTIuMCA+PSAyLjMuMiAJCSAgIAkJICAK Y29uZmlndXJlOjIyMTg0OiByZXN1bHQ6IHllcwpjb25maWd1cmU6MjIxODg6IGNoZWNraW5nIEdB TEVPTl9ERVBFTkRFTkNZX0NGTEFHUwpjb25maWd1cmU6MjIyMDg6IHJlc3VsdDogLURPUkJJVDI9 MSAtRF9USFJFQURfU0FGRSAtSS91c3IvbG9jYWwvaW5jbHVkZS9hdGstMS4wIC1JL3Vzci9sb2Nh bC9pbmNsdWRlL2dsaWItMi4wIC1JL3Vzci9sb2NhbC9saWIvZ2xpYi0yLjAvaW5jbHVkZSAtSS91 c3IvbG9jYWwvaW5jbHVkZS9saWJ4bWwyIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9sb2Nh bC9pbmNsdWRlL2xpYmFydC0yLjAgLUkvdXNyL2xvY2FsL2luY2x1ZGUvb3JiaXQtMi4wIC1JL3Vz ci9sb2NhbC9pbmNsdWRlL2xpYmJvbm9iby0yLjAgLUkvdXNyL2xvY2FsL2luY2x1ZGUvYm9ub2Jv LWFjdGl2YXRpb24tMi4wIC1JL3Vzci9YMTFSNi9pbmNsdWRlL2d0ay0yLjAgLUkvdXNyL1gxMVI2 L2xpYi9ndGstMi4wL2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLUkvdXNyL1gxMVI2L2lu Y2x1ZGUvcGFuZ28tMS4wIC1JL3Vzci9sb2NhbC9pbmNsdWRlL2ZyZWV0eXBlMiAtSS91c3IvWDEx UjYvaW5jbHVkZS9saWJnbm9tZXVpLTIuMCAtSS91c3IvWDExUjYvaW5jbHVkZS9saWJnbm9tZS0y LjAgLUkvdXNyL1gxMVI2L2luY2x1ZGUvbGliZ25vbWVjYW52YXMtMi4wIC1JL3Vzci9YMTFSNi9p bmNsdWRlL2djb25mLzIgLUkvdXNyL1gxMVI2L2luY2x1ZGUvbGliYm9ub2JvdWktMi4wIC1JL3Vz ci9YMTFSNi9pbmNsdWRlL2dub21lLXZmcy0yLjAgLUkvdXNyL1gxMVI2L2xpYi9nbm9tZS12ZnMt Mi4wL2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUvbGliZ2xhZGUtMi4wIC1JL3Vzci9YMTFS Ni9pbmNsdWRlL2dub21lLXZmcy1tb2R1bGUtMi4wICAKY29uZmlndXJlOjIyMjExOiBjaGVja2lu ZyBHQUxFT05fREVQRU5ERU5DWV9MSUJTCmNvbmZpZ3VyZToyMjIzMTogcmVzdWx0OiAtV2wsLS1l eHBvcnQtZHluYW1pYyAtV2wsLXJwYXRoLC91c3IvWDExUjYvbGliIC1ML3Vzci9sb2NhbC9saWIg LUwvdXNyL1gxMVI2L2xpYiAtbGdub21ldWktMiAtbFNNIC1sSUNFIC1sYm9ub2JvdWktMiAtbGdu b21lY2FudmFzLTIgLWxnbm9tZS0yIC1scG9wdCAtbGFydF9sZ3BsXzIgLWxwYW5nb2Z0Mi0xLjAg LWxnbGFkZS0yLjAgLWxndGsteDExLTIuMCAtbHhtbDIgLWxhdGstMS4wIC1sYm9ub2JvLTIgLWxn ZGsteDExLTIuMCAtbFhyYW5kciAtbFhpIC1sWGluZXJhbWEgLWxYY3Vyc29yIC1sZ2RrX3BpeGJ1 Zi0yLjAgLWxwYW5nb3hmdC0xLjAgLWxYZnQgLWxmcmVldHlwZSAtbHogLWxYcmVuZGVyIC1sWGV4 dCAtbGZvbnRjb25maWcgLWxwYW5nb3gtMS4wIC1sWDExIC1scGFuZ28tMS4wIC1sZ29iamVjdC0y LjAgLWxnbm9tZXZmcy0yIC1sYm9ub2JvLWFjdGl2YXRpb24gLWxnY29uZi0yIC1sT1JCaXQtMiAt bG0gLWxnbW9kdWxlLTIuMCAtbGd0aHJlYWQtMi4wIC1sY19yIC1sZ2xpYi0yLjAgLWxpY29udiAg CmNvbmZpZ3VyZToyMjM3NTogY2hlY2tpbmcgZm9yIG1vemlsbGEtZ3RrbW96ZW1iZWQKY29uZmln dXJlOjIyNDE0OiBlcnJvcjogTGlicmFyeSByZXF1aXJlbWVudHMgKG1vemlsbGEtZ3RrbW96ZW1i ZWQpIG5vdCBtZXQ7IGNvbnNpZGVyIGFkanVzdGluZyB0aGUgUEtHX0NPTkZJR19QQVRIIGVudmly b25tZW50IHZhcmlhYmxlIGlmIHlvdXIgbGlicmFyaWVzIGFyZSBpbiBhIG5vbnN0YW5kYXJkIHBy ZWZpeCBzbyBwa2ctY29uZmlnIGNhbiBmaW5kIHRoZW0uCgojIyAtLS0tLS0tLS0tLS0tLS0tICMj CiMjIENhY2hlIHZhcmlhYmxlcy4gIyMKIyMgLS0tLS0tLS0tLS0tLS0tLSAjIwoKYWNfY3ZfZnVu Y19iaW5kX3RleHRkb21haW5fY29kZXNldD1ubwpsdF9sdF9jdl9zeXNfZ2xvYmFsX3N5bWJvbF9w aXBlPScic2VkIC1uIC1lICdcJydzL14uKlsgCV1cXChbQUJDREdJUlNUV11bQUJDREdJUlNUV10q XFwpWyAJXVsgCV0qXFwoXFwpXFwoW19BLVphLXpdW19BLVphLXowLTldKlxcKVwkL1xcMSBcXDJc XDMgXFwzL3AnXCcnIicKYWNfY3ZfcHJvZ19hY19jdF9GNzc9Zjc3CmFtX2N2X0NDX2RlcGVuZGVu Y2llc19jb21waWxlcl90eXBlPWdjYzMKYWNfY3ZfcHJvZ19DWFhDUFA9J2MrKyAtRScKYWNfY3Zf ZW52X0NYWEZMQUdTX3ZhbHVlPSctTyAtcGlwZSAtbWNwdT1wZW50aXVtcHJvJwpsdF9jdl9zeXNf Z2xvYmFsX3N5bWJvbF90b19jZGVjbD0nc2VkIC1uIC1lICdcJydzL14uIC4qIFwoLipcKSQvZXh0 ZXJuIGludCBcMTsvcCdcJycnCmFjX2N2X2Y3N19jb21waWxlcl9nbnU9eWVzCmFjX2N2X2Vudl9G NzdfdmFsdWU9CmFjX2N2X2hlYWRlcl9zdGRsaWJfaD15ZXMKbHRfY3ZfZmlsZV9tYWdpY19jbWQ9 JyRNQUdJQ19DTUQnCmFjX2N2X3BhdGhfSU5UTFRPT0xfUEVSTD0vdXNyL2Jpbi9wZXJsCmx0X2N2 X3Byb2dfZ251X2xkY3h4PXllcwphY19jdl9wcm9nX2NjX2c9eWVzCmFjX2N2X2Vudl9DWFhDUFBf c2V0PQphY19jdl9lbnZfTERGTEFHU19zZXQ9CmFjX2N2X3BhdGhfUEtHX0NPTkZJRz0vdXNyL2xv Y2FsL2Jpbi9wa2ctY29uZmlnCmx0X2N2X3Byb2dfY29tcGlsZXJfY19vX0NYWD15ZXMKYWNfY3Zf cHJvZ19hY19jdF9BUj1hcgphY19jdl9jX2NvbXBpbGVyX2dudT15ZXMKYWNfY3ZfZXhlZXh0PQph Y19jdl9lbnZfQ0ZMQUdTX3NldD1zZXQKbHRfY3Zfc3lzX2dsb2JhbF9zeW1ib2xfdG9fY19uYW1l X2FkZHJlc3M9J3NlZCAtbiAtZSAnXCcncy9eOiBcKFteIF0qXCkgJC8gIHtcIlwxXCIsIChsdF9w dHIpIDB9LC9wJ1wnJyAtZSAnXCcncy9eW0JDREVHUlNUXSBcKFteIF0qXCkgXChbXiBdKlwpJC8g IHsiXDIiLCAobHRfcHRyKSBcJlwyfSwvcCdcJycnCmx0X2x0X2N2X3N5c19nbG9iYWxfc3ltYm9s X3RvX2NkZWNsPScic2VkIC1uIC1lICdcJydzL14uIC4qIFxcKC4qXFwpXCQvZXh0ZXJuIGludCBc XDE7L3AnXCcnIicKYWNfY3ZfcHJvZ19tYWtlX2dtYWtlX3NldD15ZXMKYWNfY3ZfZW52X0ZGTEFH U19zZXQ9Cmx0X2N2X3N5c19tYXhfY21kX2xlbj02NTUzNgphY19jdl9lbnZfQ1BQX3ZhbHVlPQph Y19jdl9lbnZfQ1BQRkxBR1Nfc2V0PXNldAphY19jdl9jeHhfY29tcGlsZXJfZ251PXllcwphY19j dl9lbnZfQ1hYX3NldD1zZXQKbHRfbHRfY3ZfcHJvZ19jb21waWxlcl9jX29fQ1hYPScieWVzIicK YWNfY3ZfZW52X2hvc3RfYWxpYXNfc2V0PQpsdF9sdF9jdl9zeXNfZ2xvYmFsX3N5bWJvbF90b19j X25hbWVfYWRkcmVzcz0nInNlZCAtbiAtZSAnXCcncy9eOiBcXChbXiBdKlxcKSBcJC8gIHtcXFwi XFwxXFxcIiwgKGx0X3B0cikgMH0sL3AnXCcnIC1lICdcJydzL15bQkNERUdSU1RdIFxcKFteIF0q XFwpIFxcKFteIF0qXFwpXCQvICB7XCJcXDJcIiwgKGx0X3B0cikgXFwmXFwyfSwvcCdcJyciJwph Y19jdl9wYXRoX0dMSUJfR0VOTUFSU0hBTD0vdXNyL2xvY2FsL2Jpbi9nbGliLWdlbm1hcnNoYWwK bHRfY3ZfbGRfcmVsb2FkX2ZsYWc9LXIKYWNfY3ZfcGF0aF9HTElCX01LRU5VTVM9L3Vzci9sb2Nh bC9iaW4vZ2xpYi1ta2VudW1zCmx0X2N2X3Byb2dfZ251X2xkPXllcwphY19jdl9oZWFkZXJfc3lz X3N0YXRfaD15ZXMKYWNfY3ZfZW52X2J1aWxkX2FsaWFzX3NldD1zZXQKbHRfY3ZfcHJvZ19jb21w aWxlcl9jX289eWVzCmFjX2N2X3Byb2dfZjc3X2c9eWVzCmFjX2N2X2Vudl9DWFhDUFBfdmFsdWU9 CmFjX2N2X2Vudl9MREZMQUdTX3ZhbHVlPQphY19jdl9lbnZfdGFyZ2V0X2FsaWFzX3NldD0KYWNf Y3ZfcHJvZ19jY19zdGRjPQphY19jdl9ob3N0X2FsaWFzPWkzODYtcG9ydGJsZC1mcmVlYnNkNS4y LjEKYWNfY3ZfZW52X0NGTEFHU192YWx1ZT0nLU8gLXBpcGUgLW1jcHU9cGVudGl1bXBybycKYWNf Y3ZfZW52X0NDX3NldD1zZXQKbHRfY3ZfcHJvZ19jb21waWxlcl9jX29fRjc3PXllcwphY19jdl9o ZWFkZXJfc3lzX3R5cGVzX2g9eWVzCmFjX2N2X2hlYWRlcl9zdGRjPXllcwphY19jdl9oZWFkZXJf c3RyaW5nc19oPXllcwpsdF9jdl9wYXRoX1NFRD0vdXNyL2Jpbi9zZWQKYWNfY3ZfaGVhZGVyX3N0 ZGludF9oPXllcwphY19jdl9oZWFkZXJfaW50dHlwZXNfaD15ZXMKYWNfY3ZfcHJvZ19lZ3JlcD0n Z3JlcCAtRScKYWNfY3ZfZW52X0ZGTEFHU192YWx1ZT0KbHRfY3ZfcGF0aF9MRD0vdXNyL2Jpbi9s ZApsdF9jdl9wcm9nX2NvbXBpbGVyX3J0dGlfZXhjZXB0aW9ucz1ubwphY19jdl9oZWFkZXJfdW5p c3RkX2g9eWVzCmFjX2N2X2hlYWRlcl9zdHJpbmdfaD15ZXMKYWNfY3ZfYnVpbGRfYWxpYXM9aTM4 Ni1wb3J0YmxkLWZyZWVic2Q1LjIuMQphY19jdl9lbnZfQ1BQRkxBR1NfdmFsdWU9Jy1JL3Vzci9s b2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFJwphY19jdl9m dW5jX3NjYW5kaXI9eWVzCmx0X2x0X2N2X3Byb2dfY29tcGlsZXJfY19vPScieWVzIicKYWNfY3Zf cHJvZ19hY19jdF9SQU5MSUI9cmFubGliCmFjX2N2X2hlYWRlcl9tZW1vcnlfaD15ZXMKYWNfY3Zf ZW52X0NYWEZMQUdTX3NldD1zZXQKYWNfY3ZfZW52X0NYWF92YWx1ZT1jKysKYWNfY3ZfcHJvZ19h Y19jdF9TVFJJUD1zdHJpcAphY19jdl9ob3N0PWkzODYtcG9ydGJsZC1mcmVlYnNkNS4yLjEKYWNf Y3ZfZW52X0Y3N19zZXQ9CmFjX2N2X2Vudl9ob3N0X2FsaWFzX3ZhbHVlPQpsdF9sdF9jdl9wcm9n X2NvbXBpbGVyX2Nfb19GNzc9JyJ5ZXMiJwpsdF9jdl9vYmpkaXI9LmxpYnMKYWNfY3ZfcHJvZ19j eHhfZz15ZXMKYW1fY3ZfcHJvZ19jY19zdGRjPQpsdF9jdl9maWxlX21hZ2ljX3Rlc3RfZmlsZT0K YW1fY3ZfQ1hYX2RlcGVuZGVuY2llc19jb21waWxlcl90eXBlPWdjYzMKYWNfY3ZfcHJvZ19DUFA9 J2NjIC1FJwphY19jdl9idWlsZD1pMzg2LXBvcnRibGQtZnJlZWJzZDUuMi4xCmFjX2N2X3Byb2df QVdLPW5hd2sKYWNfY3ZfZW52X2J1aWxkX2FsaWFzX3ZhbHVlPWkzODYtcG9ydGJsZC1mcmVlYnNk NS4yLjEKbHRfY3Zfc3lzX2dsb2JhbF9zeW1ib2xfcGlwZT0nc2VkIC1uIC1lICdcJydzL14uKlsg CV1cKFtBQkNER0lSU1RXXVtBQkNER0lSU1RXXSpcKVsgCV1bIAldKlwoXClcKFtfQS1aYS16XVtf QS1aYS16MC05XSpcKSQvXDEgXDJcMyBcMy9wJ1wnJycKbHRfY3ZfZGVwbGlic19jaGVja19tZXRo b2Q9cGFzc19hbGwKYWNfY3ZfcHJvZ19hY19jdF9DQz1jYwpsdF9jdl9wYXRoX0xEQ1hYPS91c3Iv YmluL2xkCmFjX2N2X2Vudl90YXJnZXRfYWxpYXNfdmFsdWU9CmFjX2N2X2Vudl9DQ192YWx1ZT1j YwphY19jdl9zZWFyY2hfc3RyZXJyb3I9J25vbmUgcmVxdWlyZWQnCmx0X2N2X3BhdGhfTk09Jy91 c3IvYmluL25tIC1CJwphY19jdl9lbnZfQ1BQX3NldD0KYWNfY3ZfaGVhZGVyX2RsZmNuX2g9eWVz CmFjX2N2X29iamV4dD1vCgojIyAtLS0tLS0tLS0tLS0tLS0tLSAjIwojIyBPdXRwdXQgdmFyaWFi bGVzLiAjIwojIyAtLS0tLS0tLS0tLS0tLS0tLSAjIwoKQUNMT0NBTD0nJHtTSEVMTH0gL3Vzci9w b3J0cy93d3cvZ2FsZW9uMi93b3JrL2dhbGVvbi0xLjMuMTcvbWlzc2luZyAtLXJ1biBhY2xvY2Fs LTEuOSAnCkFNREVQQkFDS1NMQVNIPSdcJwpBTURFUF9GQUxTRT0nIycKQU1ERVBfVFJVRT0nJwpB TVRBUj0nJHtTSEVMTH0gL3Vzci9wb3J0cy93d3cvZ2FsZW9uMi93b3JrL2dhbGVvbi0xLjMuMTcv bWlzc2luZyAtLXJ1biB0YXInCkFNX0NQUEZMQUdTPScnCkFSPSdhcicKQVVUT0NPTkY9JyR7U0hF TEx9IC91c3IvcG9ydHMvd3d3L2dhbGVvbjIvd29yay9nYWxlb24tMS4zLjE3L21pc3NpbmcgLS1y dW4gYXV0b2NvbmYnCkFVVE9IRUFERVI9JyR7U0hFTEx9IC91c3IvcG9ydHMvd3d3L2dhbGVvbjIv d29yay9nYWxlb24tMS4zLjE3L21pc3NpbmcgLS1ydW4gYXV0b2hlYWRlcicKQVVUT01BS0U9JyR7 U0hFTEx9IC91c3IvcG9ydHMvd3d3L2dhbGVvbjIvd29yay9nYWxlb24tMS4zLjE3L21pc3Npbmcg LS1ydW4gYXV0b21ha2UtMS45JwpBV0s9J25hd2snCkJPTk9CT19BQ1RJVkFUSU9OX0lETD0nL3Vz ci9sb2NhbC9zaGFyZS9pZGwvYm9ub2JvLWFjdGl2YXRpb24tMi4wJwpCT05PQk9fQUNUSVZBVElP Tl9SRVFVSVJFRD0nMi4wLjAnCkNBVEFMT0dTPScnCkNBVE9CSkVYVD0nJwpDQz0nY2MnCkNDREVQ TU9ERT0nZGVwbW9kZT1nY2MzJwpDRkxBR1M9Jy1PIC1waXBlIC1tY3B1PXBlbnRpdW1wcm8nCkNQ UD0nY2MgLUUnCkNQUEZMQUdTPSctSS91c3IvbG9jYWwvaW5jbHVkZSAtSS91c3IvWDExUjYvaW5j bHVkZSAtRF9USFJFQURfU0FGRScKQ1hYPSdjKysnCkNYWENQUD0nYysrIC1FJwpDWFhERVBNT0RF PSdkZXBtb2RlPWdjYzMnCkNYWEZMQUdTPSctTyAtcGlwZSAtbWNwdT1wZW50aXVtcHJvJwpDWUdQ QVRIX1c9J2VjaG8nCkRBVEFESVJOQU1FPScnCkRFRlM9JycKREVQRElSPScuZGVwcycKRUNITz0n ZWNobycKRUNIT19DPScnCkVDSE9fTj0nLW4nCkVDSE9fVD0nJwpFR1JFUD0nZ3JlcCAtRScKRU5B QkxFX0dUS0hUTUxfRU1CRURfRkFMU0U9JycKRU5BQkxFX0dUS0hUTUxfRU1CRURfVFJVRT0nJwpF TkFCTEVfTkFVVElMVVNfVklFV19GQUxTRT0nJwpFTkFCTEVfTkFVVElMVVNfVklFV19UUlVFPScj JwpFWEVFWFQ9JycKRjc3PSdmNzcnCkZGTEFHUz0nLWcgLU8yJwpHQUxFT05fREVQRU5ERU5DWV9D RkxBR1M9Jy1ET1JCSVQyPTEgLURfVEhSRUFEX1NBRkUgLUkvdXNyL2xvY2FsL2luY2x1ZGUvYXRr LTEuMCAtSS91c3IvbG9jYWwvaW5jbHVkZS9nbGliLTIuMCAtSS91c3IvbG9jYWwvbGliL2dsaWIt Mi4wL2luY2x1ZGUgLUkvdXNyL2xvY2FsL2luY2x1ZGUvbGlieG1sMiAtSS91c3IvbG9jYWwvaW5j bHVkZSAtSS91c3IvbG9jYWwvaW5jbHVkZS9saWJhcnQtMi4wIC1JL3Vzci9sb2NhbC9pbmNsdWRl L29yYml0LTIuMCAtSS91c3IvbG9jYWwvaW5jbHVkZS9saWJib25vYm8tMi4wIC1JL3Vzci9sb2Nh bC9pbmNsdWRlL2Jvbm9iby1hY3RpdmF0aW9uLTIuMCAtSS91c3IvWDExUjYvaW5jbHVkZS9ndGst Mi4wIC1JL3Vzci9YMTFSNi9saWIvZ3RrLTIuMC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRl IC1JL3Vzci9YMTFSNi9pbmNsdWRlL3BhbmdvLTEuMCAtSS91c3IvbG9jYWwvaW5jbHVkZS9mcmVl dHlwZTIgLUkvdXNyL1gxMVI2L2luY2x1ZGUvbGliZ25vbWV1aS0yLjAgLUkvdXNyL1gxMVI2L2lu Y2x1ZGUvbGliZ25vbWUtMi4wIC1JL3Vzci9YMTFSNi9pbmNsdWRlL2xpYmdub21lY2FudmFzLTIu MCAtSS91c3IvWDExUjYvaW5jbHVkZS9nY29uZi8yIC1JL3Vzci9YMTFSNi9pbmNsdWRlL2xpYmJv bm9ib3VpLTIuMCAtSS91c3IvWDExUjYvaW5jbHVkZS9nbm9tZS12ZnMtMi4wIC1JL3Vzci9YMTFS Ni9saWIvZ25vbWUtdmZzLTIuMC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlL2xpYmdsYWRl LTIuMCAtSS91c3IvWDExUjYvaW5jbHVkZS9nbm9tZS12ZnMtbW9kdWxlLTIuMCAgJwpHQUxFT05f REVQRU5ERU5DWV9MSUJTPSctV2wsLS1leHBvcnQtZHluYW1pYyAtV2wsLXJwYXRoLC91c3IvWDEx UjYvbGliIC1ML3Vzci9sb2NhbC9saWIgLUwvdXNyL1gxMVI2L2xpYiAtbGdub21ldWktMiAtbFNN IC1sSUNFIC1sYm9ub2JvdWktMiAtbGdub21lY2FudmFzLTIgLWxnbm9tZS0yIC1scG9wdCAtbGFy dF9sZ3BsXzIgLWxwYW5nb2Z0Mi0xLjAgLWxnbGFkZS0yLjAgLWxndGsteDExLTIuMCAtbHhtbDIg LWxhdGstMS4wIC1sYm9ub2JvLTIgLWxnZGsteDExLTIuMCAtbFhyYW5kciAtbFhpIC1sWGluZXJh bWEgLWxYY3Vyc29yIC1sZ2RrX3BpeGJ1Zi0yLjAgLWxwYW5nb3hmdC0xLjAgLWxYZnQgLWxmcmVl dHlwZSAtbHogLWxYcmVuZGVyIC1sWGV4dCAtbGZvbnRjb25maWcgLWxwYW5nb3gtMS4wIC1sWDEx IC1scGFuZ28tMS4wIC1sZ29iamVjdC0yLjAgLWxnbm9tZXZmcy0yIC1sYm9ub2JvLWFjdGl2YXRp b24gLWxnY29uZi0yIC1sT1JCaXQtMiAtbG0gLWxnbW9kdWxlLTIuMCAtbGd0aHJlYWQtMi4wIC1s Y19yIC1sZ2xpYi0yLjAgLWxpY29udiAgJwpHQ09ORlRPT0w9JycKR0NPTkZfUkVRVUlSRUQ9JzIu My4yJwpHQ09ORl9TQ0hFTUFTX0lOU1RBTExfRkFMU0U9JycKR0NPTkZfU0NIRU1BU19JTlNUQUxM X1RSVUU9JycKR0NPTkZfU0NIRU1BX0NPTkZJR19TT1VSQ0U9JycKR0NPTkZfU0NIRU1BX0ZJTEVf RElSPScnCkdFVFRFWFRfUEFDS0FHRT0nJwpHTElCX0dFTk1BUlNIQUw9Jy91c3IvbG9jYWwvYmlu L2dsaWItZ2VubWFyc2hhbCcKR0xJQl9NS0VOVU1TPScvdXNyL2xvY2FsL2Jpbi9nbGliLW1rZW51 bXMnCkdMSUJfUkVRVUlSRUQ9JzIuNC4wJwpHTU9GSUxFUz0nJwpHTVNHRk1UPScnCkdOT01FX1ZG U19SRVFVSVJFRD0nMi4wLjAnCkdUS0hUTUxfQ0ZMQUdTPScnCkdUS0hUTUxfTElCUz0nJwpHVEtf UkVRVUlSRUQ9JzIuNC4wJwpIQVZFX1NDQU5ESVJfRkFMU0U9JyMnCkhBVkVfU0NBTkRJUl9UUlVF PScnCklOU1RBTExfREFUQT0naW5zdGFsbCAgLW8gcm9vdCAtZyB3aGVlbCAtbSA0NDQnCklOU1RB TExfUFJPR1JBTT0naW5zdGFsbCAgLXMgLW8gcm9vdCAtZyB3aGVlbCAtbSA1NTUnCklOU1RBTExf U0NSSVBUPSdpbnN0YWxsICAtbyByb290IC1nIHdoZWVsIC1tIDU1NScKSU5TVEFMTF9TVFJJUF9Q Uk9HUkFNPScke1NIRUxMfSAkKGluc3RhbGxfc2gpIC1jIC1zJwpJTlNUT0JKRVhUPScnCklOVExM SUJTPScnCklOVExUT09MX0NBVkVTX1JVTEU9JyUuY2F2ZXM6ICAgICAlLmNhdmVzLmluICAgICAk KElOVExUT09MX01FUkdFKSAkKHdpbGRjYXJkICQodG9wX3NyY2RpcikvcG8vKi5wbykgOyBMQ19B TEw9QyAkKElOVExUT09MX01FUkdFKSAkKHRvcF9zcmNkaXIpL3BvICQ8ICRAIC1kIC11IC1jICQo dG9wX2J1aWxkZGlyKS9wby8uaW50bHRvb2wtbWVyZ2UtY2FjaGUnCklOVExUT09MX0RFU0tUT1Bf UlVMRT0nJS5kZXNrdG9wOiAgICUuZGVza3RvcC5pbiAgICQoSU5UTFRPT0xfTUVSR0UpICQod2ls ZGNhcmQgJCh0b3Bfc3JjZGlyKS9wby8qLnBvKSA7IExDX0FMTD1DICQoSU5UTFRPT0xfTUVSR0Up ICQodG9wX3NyY2RpcikvcG8gJDwgJEAgLWQgLXUgLWMgJCh0b3BfYnVpbGRkaXIpL3BvLy5pbnRs dG9vbC1tZXJnZS1jYWNoZScKSU5UTFRPT0xfRElSRUNUT1JZX1JVTEU9JyUuZGlyZWN0b3J5OiAl LmRpcmVjdG9yeS5pbiAkKElOVExUT09MX01FUkdFKSAkKHdpbGRjYXJkICQodG9wX3NyY2Rpcikv cG8vKi5wbykgOyBMQ19BTEw9QyAkKElOVExUT09MX01FUkdFKSAkKHRvcF9zcmNkaXIpL3BvICQ8 ICRAIC1kIC11IC1jICQodG9wX2J1aWxkZGlyKS9wby8uaW50bHRvb2wtbWVyZ2UtY2FjaGUnCklO VExUT09MX0VYVFJBQ1Q9JyQodG9wX2J1aWxkZGlyKS9pbnRsdG9vbC1leHRyYWN0JwpJTlRMVE9P TF9LQkRfUlVMRT0nJS5rYmQ6ICAgICAgICUua2JkLmluICAgICAgICQoSU5UTFRPT0xfTUVSR0Up ICQod2lsZGNhcmQgJCh0b3Bfc3JjZGlyKS9wby8qLnBvKSA7IExDX0FMTD1DICQoSU5UTFRPT0xf TUVSR0UpICQodG9wX3NyY2RpcikvcG8gJDwgJEAgLXggLXUgLW0gLWMgJCh0b3BfYnVpbGRkaXIp L3BvLy5pbnRsdG9vbC1tZXJnZS1jYWNoZScKSU5UTFRPT0xfS0VZU19SVUxFPSclLmtleXM6ICAg ICAgJS5rZXlzLmluICAgICAgJChJTlRMVE9PTF9NRVJHRSkgJCh3aWxkY2FyZCAkKHRvcF9zcmNk aXIpL3BvLyoucG8pIDsgTENfQUxMPUMgJChJTlRMVE9PTF9NRVJHRSkgJCh0b3Bfc3JjZGlyKS9w byAkPCAkQCAtayAtdSAtYyAkKHRvcF9idWlsZGRpcikvcG8vLmludGx0b29sLW1lcmdlLWNhY2hl JwpJTlRMVE9PTF9NRVJHRT0nJCh0b3BfYnVpbGRkaXIpL2ludGx0b29sLW1lcmdlJwpJTlRMVE9P TF9PQUZfUlVMRT0nJS5vYWY6ICAgICAgICUub2FmLmluICAgICAgICQoSU5UTFRPT0xfTUVSR0Up ICQod2lsZGNhcmQgJCh0b3Bfc3JjZGlyKS9wby8qLnBvKSA7IExDX0FMTD1DICQoSU5UTFRPT0xf TUVSR0UpICQodG9wX3NyY2RpcikvcG8gJDwgJEAgLW8gLXAnCklOVExUT09MX1BFUkw9Jy91c3Iv YmluL3BlcmwnCklOVExUT09MX1BPTkdfUlVMRT0nJS5wb25nOiAgICAgICUucG9uZy5pbiAgICAg ICQoSU5UTFRPT0xfTUVSR0UpICQod2lsZGNhcmQgJCh0b3Bfc3JjZGlyKS9wby8qLnBvKSA7IExD X0FMTD1DICQoSU5UTFRPT0xfTUVSR0UpICQodG9wX3NyY2RpcikvcG8gJDwgJEAgLXggLXUgLWMg JCh0b3BfYnVpbGRkaXIpL3BvLy5pbnRsdG9vbC1tZXJnZS1jYWNoZScKSU5UTFRPT0xfUFJPUF9S VUxFPSclLnByb3A6ICAgICAgJS5wcm9wLmluICAgICAgJChJTlRMVE9PTF9NRVJHRSkgJCh3aWxk Y2FyZCAkKHRvcF9zcmNkaXIpL3BvLyoucG8pIDsgTENfQUxMPUMgJChJTlRMVE9PTF9NRVJHRSkg JCh0b3Bfc3JjZGlyKS9wbyAkPCAkQCAtZCAtdSAtYyAkKHRvcF9idWlsZGRpcikvcG8vLmludGx0 b29sLW1lcmdlLWNhY2hlJwpJTlRMVE9PTF9TQ0hFTUFTX1JVTEU9JyUuc2NoZW1hczogICAlLnNj aGVtYXMuaW4gICAkKElOVExUT09MX01FUkdFKSAkKHdpbGRjYXJkICQodG9wX3NyY2RpcikvcG8v Ki5wbykgOyBMQ19BTEw9QyAkKElOVExUT09MX01FUkdFKSAkKHRvcF9zcmNkaXIpL3BvICQ8ICRA IC1zIC11IC1jICQodG9wX2J1aWxkZGlyKS9wby8uaW50bHRvb2wtbWVyZ2UtY2FjaGUnCklOVExU T09MX1NFUlZFUl9SVUxFPSclLnNlcnZlcjogICAgJS5zZXJ2ZXIuaW4gICAgJChJTlRMVE9PTF9N RVJHRSkgJCh3aWxkY2FyZCAkKHRvcF9zcmNkaXIpL3BvLyoucG8pIDsgTENfQUxMPUMgJChJTlRM VE9PTF9NRVJHRSkgJCh0b3Bfc3JjZGlyKS9wbyAkPCAkQCAtbyAtdSAtYyAkKHRvcF9idWlsZGRp cikvcG8vLmludGx0b29sLW1lcmdlLWNhY2hlJwpJTlRMVE9PTF9TSEVFVF9SVUxFPSclLnNoZWV0 OiAgICAgJS5zaGVldC5pbiAgICAgJChJTlRMVE9PTF9NRVJHRSkgJCh3aWxkY2FyZCAkKHRvcF9z cmNkaXIpL3BvLyoucG8pIDsgTENfQUxMPUMgJChJTlRMVE9PTF9NRVJHRSkgJCh0b3Bfc3JjZGly KS9wbyAkPCAkQCAteCAtdSAtYyAkKHRvcF9idWlsZGRpcikvcG8vLmludGx0b29sLW1lcmdlLWNh Y2hlJwpJTlRMVE9PTF9TT1VORExJU1RfUlVMRT0nJS5zb3VuZGxpc3Q6ICUuc291bmRsaXN0Lmlu ICQoSU5UTFRPT0xfTUVSR0UpICQod2lsZGNhcmQgJCh0b3Bfc3JjZGlyKS9wby8qLnBvKSA7IExD X0FMTD1DICQoSU5UTFRPT0xfTUVSR0UpICQodG9wX3NyY2RpcikvcG8gJDwgJEAgLWQgLXUgLWMg JCh0b3BfYnVpbGRkaXIpL3BvLy5pbnRsdG9vbC1tZXJnZS1jYWNoZScKSU5UTFRPT0xfVEhFTUVf UlVMRT0nJS50aGVtZTogICAgICUudGhlbWUuaW4gICAgICQoSU5UTFRPT0xfTUVSR0UpICQod2ls ZGNhcmQgJCh0b3Bfc3JjZGlyKS9wby8qLnBvKSA7IExDX0FMTD1DICQoSU5UTFRPT0xfTUVSR0Up ICQodG9wX3NyY2RpcikvcG8gJDwgJEAgLWQgLXUgLWMgJCh0b3BfYnVpbGRkaXIpL3BvLy5pbnRs dG9vbC1tZXJnZS1jYWNoZScKSU5UTFRPT0xfVUlfUlVMRT0nJS51aTogICAgICAgICUudWkuaW4g ICAgICAgICQoSU5UTFRPT0xfTUVSR0UpICQod2lsZGNhcmQgJCh0b3Bfc3JjZGlyKS9wby8qLnBv KSA7IExDX0FMTD1DICQoSU5UTFRPT0xfTUVSR0UpICQodG9wX3NyY2RpcikvcG8gJDwgJEAgLXgg LXUgLWMgJCh0b3BfYnVpbGRkaXIpL3BvLy5pbnRsdG9vbC1tZXJnZS1jYWNoZScKSU5UTFRPT0xf VVBEQVRFPSckKHRvcF9idWlsZGRpcikvaW50bHRvb2wtdXBkYXRlJwpJTlRMVE9PTF9YQU1fUlVM RT0nJS54YW06ICAgICAgICUueG1sLmluICAgICAgICQoSU5UTFRPT0xfTUVSR0UpICQod2lsZGNh cmQgJCh0b3Bfc3JjZGlyKS9wby8qLnBvKSA7IExDX0FMTD1DICQoSU5UTFRPT0xfTUVSR0UpICQo dG9wX3NyY2RpcikvcG8gJDwgJEAgLXggLXUgLWMgJCh0b3BfYnVpbGRkaXIpL3BvLy5pbnRsdG9v bC1tZXJnZS1jYWNoZScKSU5UTFRPT0xfWE1MX1JVTEU9JyUueG1sOiAgICAgICAlLnhtbC5pbiAg ICAgICAkKElOVExUT09MX01FUkdFKSAkKHdpbGRjYXJkICQodG9wX3NyY2RpcikvcG8vKi5wbykg OyBMQ19BTEw9QyAkKElOVExUT09MX01FUkdFKSAkKHRvcF9zcmNkaXIpL3BvICQ8ICRAIC14IC11 IC1jICQodG9wX2J1aWxkZGlyKS9wby8uaW50bHRvb2wtbWVyZ2UtY2FjaGUnCkxERkxBR1M9JycK TElCQk9OT0JPVUlfUkVRVUlSRUQ9JzIuMS4xJwpMSUJCT05PQk9fSURMPScvdXNyL2xvY2FsL3No YXJlL2lkbC9ib25vYm8tMi4wJwpMSUJCT05PQk9fUkVRVUlSRUQ9JzIuMC4wJwpMSUJHTEFERV9S RVFVSVJFRD0nMi4zLjEnCkxJQkdOT01FVUlfUkVRVUlSRUQ9JzIuNS4yJwpMSUJPQkpTPScnCkxJ QlM9Jy1ML3Vzci9sb2NhbC9saWIgLWxjX3InCkxJQlRPT0w9JyQoU0hFTEwpIC91c3IvbG9jYWwv YmluL2xpYnRvb2wxNScKTElCWE1MX1JFUVVJUkVEPScyLjYuNicKTE5fUz0nbG4gLXMnCkxUTElC T0JKUz0nJwpNQUlOVD0nIycKTUFJTlRBSU5FUl9NT0RFX0ZBTFNFPScnCk1BSU5UQUlORVJfTU9E RV9UUlVFPScjJwpNQUtFSU5GTz0nJHtTSEVMTH0gL3Vzci9wb3J0cy93d3cvZ2FsZW9uMi93b3Jr L2dhbGVvbi0xLjMuMTcvbWlzc2luZyAtLXJ1biBtYWtlaW5mbycKTUtJTlNUQUxMRElSUz0nJwpN T1pJTExBX0NPTVBPTkVOVF9DRkxBR1M9JycKTU9aSUxMQV9DT01QT05FTlRfTElCUz0nJwpNT1pJ TExBX0hPTUU9JycKTU9aSUxMQV9JTkNMVURFX1JPT1Q9JycKTVNHRk1UPScnCk9CSkVYVD0nbycK T1JCSVRfSURMPScvdXNyL2xvY2FsL2Jpbi9vcmJpdC1pZGwtMicKT1JCSVRfUkVRVUlSRUQ9JzIu MC4wJwpQQUNLQUdFPSdnYWxlb24nClBBQ0tBR0VfQlVHUkVQT1JUPSdodHRwOi8vYnVnemlsbGEu Z25vbWUub3JnL2VudGVyX2J1Zy5jZ2k/cHJvZHVjdD1nYWxlb24nClBBQ0tBR0VfTkFNRT0nZ2Fs ZW9uJwpQQUNLQUdFX1NUUklORz0nZ2FsZW9uIDEuMy4xNycKUEFDS0FHRV9UQVJOQU1FPSdnYWxl b24nClBBQ0tBR0VfVkVSU0lPTj0nMS4zLjE3JwpQQVRIX1NFUEFSQVRPUj0nOicKUEtHX0NPTkZJ Rz0nL3Vzci9sb2NhbC9iaW4vcGtnLWNvbmZpZycKUE9GSUxFUz0nJwpQT1NVQj0nJwpQT19JTl9E QVRBRElSX0ZBTFNFPScnClBPX0lOX0RBVEFESVJfVFJVRT0nJwpSQU5MSUI9J3JhbmxpYicKU0NS T0xMS0VFUEVSX1JFUVVJUkVEPScwLjEuNCcKU0VUX01BS0U9JycKU0hFTEw9Jy9iaW4vc2gnClNU UklQPSdzdHJpcCcKVVNFX05MUz0nJwpWRVJTSU9OPScxLjMuMTcnClhHRVRURVhUPScnCmFjX2N0 X0FSPSdhcicKYWNfY3RfQ0M9J2NjJwphY19jdF9DWFg9JycKYWNfY3RfRjc3PSdmNzcnCmFjX2N0 X1JBTkxJQj0ncmFubGliJwphY19jdF9TVFJJUD0nc3RyaXAnCmFtX19mYXN0ZGVwQ0NfRkFMU0U9 JyMnCmFtX19mYXN0ZGVwQ0NfVFJVRT0nJwphbV9fZmFzdGRlcENYWF9GQUxTRT0nIycKYW1fX2Zh c3RkZXBDWFhfVFJVRT0nJwphbV9faW5jbHVkZT0naW5jbHVkZScKYW1fX2xlYWRpbmdfZG90PScu JwphbV9fcXVvdGU9JycKYW1fX3Rhcj0nJHtBTVRBUn0gY2hvZiAtICIkJHRhcmRpciInCmFtX191 bnRhcj0nJHtBTVRBUn0geGYgLScKYmluZGlyPScke2V4ZWNfcHJlZml4fS9iaW4nCmJ1aWxkPSdp Mzg2LXBvcnRibGQtZnJlZWJzZDUuMi4xJwpidWlsZF9hbGlhcz0naTM4Ni1wb3J0YmxkLWZyZWVi c2Q1LjIuMScKYnVpbGRfY3B1PSdpMzg2JwpidWlsZF9vcz0nZnJlZWJzZDUuMi4xJwpidWlsZF92 ZW5kb3I9J3BvcnRibGQnCmRhdGFkaXI9Jy91c3IvWDExUjYvc2hhcmUvZ25vbWUnCmV4ZWNfcHJl Zml4PSdOT05FJwpob3N0PSdpMzg2LXBvcnRibGQtZnJlZWJzZDUuMi4xJwpob3N0X2FsaWFzPScn Cmhvc3RfY3B1PSdpMzg2Jwpob3N0X29zPSdmcmVlYnNkNS4yLjEnCmhvc3RfdmVuZG9yPSdwb3J0 YmxkJwppbmNsdWRlZGlyPScke3ByZWZpeH0vaW5jbHVkZScKaW5mb2Rpcj0nJHtwcmVmaXh9L2lu Zm8nCmluc3RhbGxfc2g9Jy91c3IvcG9ydHMvd3d3L2dhbGVvbjIvd29yay9nYWxlb24tMS4zLjE3 L2luc3RhbGwtc2gnCmxpYmRpcj0nJHtleGVjX3ByZWZpeH0vbGliJwpsaWJleGVjZGlyPScke2V4 ZWNfcHJlZml4fS9saWJleGVjJwpsb2NhbHN0YXRlZGlyPScvdXNyL1gxMVI2L3NoYXJlL2dub21l JwptYW5kaXI9JyR7cHJlZml4fS9tYW4nCm1rZGlyX3A9J21rZGlyIC1wIC0tJwpvbGRpbmNsdWRl ZGlyPScvdXNyL2luY2x1ZGUnCnByZWZpeD0nL3Vzci9YMTFSNicKcHJvZ3JhbV90cmFuc2Zvcm1f bmFtZT0ncyx4LHgsJwpzYmluZGlyPScke2V4ZWNfcHJlZml4fS9zYmluJwpzaGFyZWRzdGF0ZWRp cj0nJHtwcmVmaXh9L2NvbScKc3lzY29uZmRpcj0nJHtwcmVmaXh9L2V0YycKdGFyZ2V0X2FsaWFz PScnCgojIyAtLS0tLS0tLS0tLSAjIwojIyBjb25mZGVmcy5oLiAjIwojIyAtLS0tLS0tLS0tLSAj IwoKI2RlZmluZSBIQVZFX0RMRkNOX0ggMQojZGVmaW5lIEhBVkVfSU5UVFlQRVNfSCAxCiNkZWZp bmUgSEFWRV9NRU1PUllfSCAxCiNkZWZpbmUgSEFWRV9TQ0FORElSIDEKI2RlZmluZSBIQVZFX1NU RElOVF9IIDEKI2RlZmluZSBIQVZFX1NURExJQl9IIDEKI2RlZmluZSBIQVZFX1NUUklOR1NfSCAx CiNkZWZpbmUgSEFWRV9TVFJJTkdfSCAxCiNkZWZpbmUgSEFWRV9TWVNfU1RBVF9IIDEKI2RlZmlu ZSBIQVZFX1NZU19UWVBFU19IIDEKI2RlZmluZSBIQVZFX1VOSVNURF9IIDEKI2RlZmluZSBQQUNL QUdFICJnYWxlb24iCiNkZWZpbmUgUEFDS0FHRV9CVUdSRVBPUlQgImh0dHA6Ly9idWd6aWxsYS5n bm9tZS5vcmcvZW50ZXJfYnVnLmNnaT9wcm9kdWN0PWdhbGVvbiIKI2RlZmluZSBQQUNLQUdFX05B TUUgImdhbGVvbiIKI2RlZmluZSBQQUNLQUdFX1NUUklORyAiZ2FsZW9uIDEuMy4xNyIKI2RlZmlu ZSBQQUNLQUdFX1RBUk5BTUUgImdhbGVvbiIKI2RlZmluZSBQQUNLQUdFX1ZFUlNJT04gIjEuMy4x NyIKI2RlZmluZSBTVERDX0hFQURFUlMgMQojZGVmaW5lIFNURENfSEVBREVSUyAxCiNkZWZpbmUg VkVSU0lPTiAiMS4zLjE3IgojZW5kaWYKI2lmZGVmIF9fY3BsdXNwbHVzCmV4dGVybiAiQyIgdm9p ZCBzdGQ6OmV4aXQgKGludCkgdGhyb3cgKCk7IHVzaW5nIHN0ZDo6ZXhpdDsKCmNvbmZpZ3VyZTog ZXhpdCAxCg== --Multipart=_Mon__6_Sep_2004_19_59_49_-0400_KiYj6USaD7v84r3H-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 7 00:20:53 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E6F716A4CE for ; Tue, 7 Sep 2004 00:20:53 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AEFA43D48 for ; Tue, 7 Sep 2004 00:20:52 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i870KiwA008334; Mon, 6 Sep 2004 20:20:44 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Randy Bush In-Reply-To: <16700.27760.807549.319853@ran.psg.com> References: <16700.27760.807549.319853@ran.psg.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-FjCOlVMUP6oObWLvJQMc" Organization: MarcusCom, Inc. Message-Id: <1094516447.7099.46.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 06 Sep 2004 20:20:47 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com cc: freebsd gnome Subject: Re: gnome-- X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 00:20:53 -0000 --=-FjCOlVMUP6oObWLvJQMc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2004-09-06 at 09:56, Randy Bush wrote: > i386 -current cvsup and make world as of an hour ago >=20 > c++ -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=3D\"Gnome--\" -I. -I./= .. -I.. -I../../src -I../../src -I../../src/gtk-- -I../../gdk-- -I/usr/X11R= 6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6= /lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/gli= b12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/includ= e -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/in= clude/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -O -pipe -marc= h=3Dpentiumpro -Wall -Wno-unused -c wrap.cc -fPIC -DPIC -o .libs/wrap.lo > In file included from /usr/X11R6/include/gtk--/object.h:30, > from wrap.cc:1: > /usr/X11R6/include/gtk--/base.h:27:25: gtk--config.h: No such file or dir= ectory > In file included from /usr/X11R6/include/gdk--.h:28, > from /usr/X11R6/include/gtk--/base.h:33, > from /usr/X11R6/include/gtk--/object.h:30, > from wrap.cc:1: > /usr/X11R6/include/gdk--/types.h:27:25: gdk--config.h: No such file or di= rectory > In file included from /usr/X11R6/include/gdk--/types.h:365, > from /usr/X11R6/include/gdk--.h:28, > from /usr/X11R6/include/gtk--/base.h:33, > from /usr/X11R6/include/gtk--/object.h:30, > from wrap.cc:1: > /usr/X11R6/include/gdk--/color.h:38: error: expected constructor, destruc= tor, or type conversion before ';' token > /usr/X11R6/include/gdk--/color.h:56: error: expected unqualified-id befor= e '&' token > /usr/X11R6/include/gdk--/color.h:56: error: expected `,' or `...' before = '&' token > /usr/X11R6/include/gdk--/color.h:56: error: ISO C++ forbids declaration o= f `parameter' with no type > /usr/X11R6/include/gdk--/color.h:99: error: expected unqualified-id befor= e '&' token > /usr/X11R6/include/gdk--/color.h:99: error: expected `,' or `...' before = '&' token > /usr/X11R6/include/gdk--/color.h:99: error: ISO C++ forbids declaration o= f `parameter' with no type > /usr/X11R6/include/gdk--/color.h:100: error: expected unqualified-id befo= re '&' token > /usr/X11R6/include/gdk--/color.h:100: error: expected `,' or `...' before= '&' token > /usr/X11R6/include/gdk--/color.h:101: error: ISO C++ forbids declaration = of `parameter' with no type > /usr/X11R6/include/gdk--/color.h: In member function `gint Gdk_Color::par= se(int)': > /usr/X11R6/include/gdk--/color.h:101: error: `spec' undeclared (first use= this function) > /usr/X11R6/include/gdk--/color.h:101: error: (Each undeclared identifier = is reported only once for each function it appears in.) > In file included from /usr/X11R6/include/gdk--.h:30, > from /usr/X11R6/include/gtk--/base.h:33, > from /usr/X11R6/include/gtk--/object.h:30, > from wrap.cc:1: > /usr/X11R6/include/gdk--/main.h: At global scope: > /usr/X11R6/include/gdk--/main.h:32: error: expected constructor, destruct= or, or type conversion before ';' token > /usr/X11R6/include/gdk--/main.h:41: error: ISO C++ forbids declaration of= `string' with no type > /usr/X11R6/include/gdk--/main.h:41: error: invalid use of `::' > /usr/X11R6/include/gdk--/main.h:41: error: expected `;' before "set_local= e" > /usr/X11R6/include/gdk--/main.h:53: error: expected unqualified-id before= '&' token > /usr/X11R6/include/gdk--/main.h:53: error: expected `,' or `...' before '= &' token > /usr/X11R6/include/gdk--/main.h:53: error: ISO C++ forbids declaration of= `parameter' with no type >=20 > gnomelogalyzer.sh claims no knowledge What does ``gtkmm-config --cflags'' report? Joe >=20 > randy >=20 > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-FjCOlVMUP6oObWLvJQMc Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBPP7fb2iPiv4Uz4cRAvqTAJ9jM4+lrxWN6MaGwdefdP+E9l+XeQCfcLGI GwBKSPnr5WpMMtB8NaC6zag= =vUXY -----END PGP SIGNATURE----- --=-FjCOlVMUP6oObWLvJQMc-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 7 00:28:32 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E9C816A4CE for ; Tue, 7 Sep 2004 00:28:32 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BDA243D1D for ; Tue, 7 Sep 2004 00:28:32 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i870SONo008379 for ; Mon, 6 Sep 2004 20:28:24 -0400 (EDT) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: FreeBSD GNOME Users Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-g0U9AJKCdihyEAB6yxAD" Organization: FreeBSD, Inc. Message-Id: <1094516907.7099.49.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 06 Sep 2004 20:28:28 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com Subject: WANTED: GNOME 2.7 screenshots X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 00:28:32 -0000 --=-g0U9AJKCdihyEAB6yxAD Content-Type: text/plain Content-Transfer-Encoding: quoted-printable It's that time again. We've entered the GNOME 2.8 Release Candidate phase, and we need some good screenshots for the FreeBSD GNOME site. If you're testing GNOME 2.7, and have a desktop that shows off some of the new features, please send us a snapshot. Thanks! Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-g0U9AJKCdihyEAB6yxAD Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBPQCrb2iPiv4Uz4cRAqnYAJ9k9JG4kJ1VS6c2UHDtTUJdOazayQCeN0Xs NZjip4n0L6RnSqemaquJT38= =aVeJ -----END PGP SIGNATURE----- --=-g0U9AJKCdihyEAB6yxAD-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 7 01:07:23 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93CC216A4CE for ; Tue, 7 Sep 2004 01:07:23 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64CF543D3F for ; Tue, 7 Sep 2004 01:07:23 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1C4USA-0001Tc-OP; Mon, 06 Sep 2004 18:07:22 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16701.2506.249258.827682@ran.psg.com> Date: Mon, 6 Sep 2004 18:07:22 -0700 To: Joe Marcus Clarke References: <16700.27760.807549.319853@ran.psg.com> <1094516447.7099.46.camel@shumai.marcuscom.com> cc: freebsd gnome Subject: Re: gnome-- X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 01:07:23 -0000 > Subject: Re: gnome-- > From: Joe Marcus Clarke > To: Randy Bush > Cc: freebsd gnome > Date: Mon, 06 Sep 2004 20:20:47 -0400 > > On Mon, 2004-09-06 at 09:56, Randy Bush wrote: >> gnomelogalyzer.sh claims no knowledge > What does ``gtkmm-config --cflags'' report? that i am an idiot and should not have hacked /etc/libmap.conf randy From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 7 08:26:16 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFFBC16A4CF; Tue, 7 Sep 2004 08:26:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C8DF43D46; Tue, 7 Sep 2004 08:26:16 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) i878QG1D076068; Tue, 7 Sep 2004 08:26:16 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i878QGbD076064; Tue, 7 Sep 2004 08:26:16 GMT (envelope-from vs) Date: Tue, 7 Sep 2004 08:26:16 GMT From: Volker Stolz Message-Id: <200409070826.i878QGbD076064@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/71439: Fix port: x11-toolkits/libgnomeui (multi-threading fix) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 08:26:16 -0000 Synopsis: Fix port: x11-toolkits/libgnomeui (multi-threading fix) Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: vs Responsible-Changed-When: Tue Sep 7 08:26:06 GMT 2004 Responsible-Changed-Why: Over to GNOME-team http://www.freebsd.org/cgi/query-pr.cgi?pr=71439 From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 7 14:41:24 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA4D016A4CE for ; Tue, 7 Sep 2004 14:41:24 +0000 (GMT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19E9C43D46 for ; Tue, 7 Sep 2004 14:41:24 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.42 (FreeBSD)) id 1C4h9l-0000KA-Me; Tue, 07 Sep 2004 18:41:13 +0400 From: Vladimir Grebenschikov To: bgruber In-Reply-To: <413660A9.1070403@bgruber.isa-geek.com> References: <1078299346.6838.10.camel@localhost> <1078299643.58546.28.camel@shumai.marcuscom.com> <413660A9.1070403@bgruber.isa-geek.com> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Organization: SWsoft Date: Tue, 07 Sep 2004 18:41:13 +0400 Message-Id: <1094568073.1041.1.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 1.5.94.1FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov cc: gnome Subject: Re: Gnome mixer does not work as well as mixer-applet X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 14:41:25 -0000 =F7 =D3=D2, 01/09/2004 =D7 19:52 -0400, bgruber =D0=C9=DB=C5=D4: > Joe Marcus Clarke wrote: > > On Wed, 2004-03-03 at 02:35, Vladimir Grebenschikov wrote: > >=20 > >>Hi > >> > >>I have detected and working sound subsystem (actually it is not changed > >>for some years). esdplay works fine. > >> > >>After upgrade gnome from marcus cvs=20 > >>gnome-volum-control complains about > >>"Sorry, no mixer elements and/or devices found" > >>and mixer-applet refuses to change volume (but not complains about no > >>device). > >> > >>% mixer > >>Mixer vol is currently set to 75:75 > >>Mixer pcm is currently set to 75:75 > >>Mixer line is currently set to 75:75 > >>Mixer mic is currently set to 0:0 > >>Mixer cd is currently set to 75:75 > >>Mixer rec is currently set to 0:0 > >>Recording source: mic > >>% cat /dev/sndstat=20 > >>FreeBSD Audio Driver (newpcm) > >>Installed devices: > >>pcm0: at memory 0xfe000000, 0xfea00000 irq 9 (1p/1r/0v > >>channels duplex default) > >>% ls -l /dev/mixer /dev/dsp > >>crw-rw-rw- 1 root wheel 30, 3 Mar 3 09:32 /dev/dsp > >>crw-rw-rw- 1 root wheel 30, 0 Mar 3 09:32 /dev/mixer > >>% esdplay /usr/local/share/licq/sounds/icq/Message.wav > >> > >>% > >> > >>Any ideas ? > >> > >>Yesterdays 5-CURRENT and gnome > >> > >># pkg_glob esound > >>esound-0.2.33 > >># > >> > >>On the next machine with same packages (actually I have build backages > >>on that machine and install here) it works. > >=20 > >=20 > > Yeah, that's the interesting thing. Adam is seeing this same problem, > > but I'm not. My machine is also a -CURRENT machine from two days ago, > > with an Intel ich soundcard. I did see this problem briefly on my GNOM= E > > 2.4 laptop, but after removing and re-adding the sound applet, it worke= d > > again. Adam didn't have any luck. The only thing I can think of is fo= r > > an affected user to get a strace or truss of the applet starting up so > > we can see what's failing. > >=20 > > Joe > >=20 >=20 > Hey, >=20 > I just updated from 5.2.1 to 5.3-BETA2, and I'm having this problem. I=20 > don't seem to be able to find any record of the solution, only the=20 > problem. Did anyone ever resolve it? After some time I have rebuild and reinstall all gnome-related ports. And it start working. (it was strange bug) > /brian --=20 Vladimir B. Grebenschikov SWsoft Inc. vova@sw-soft.com From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 7 17:16:06 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B573016A4F5 for ; Tue, 7 Sep 2004 17:16:06 +0000 (GMT) Received: from grummit.biaix.org (86.Red-213-97-212.pooles.rima-tde.net [213.97.212.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 2346D43D48 for ; Tue, 7 Sep 2004 17:16:05 +0000 (GMT) (envelope-from lists-freebsd@biaix.org) Received: (qmail 5399 invoked by uid 1000); 7 Sep 2004 17:14:11 -0000 Date: Tue, 7 Sep 2004 19:14:10 +0200 From: Joan Picanyol To: freebsd-gnome@freebsd.org Message-ID: <20040907171410.GA3785@grummit.biaix.org> Mail-Followup-To: freebsd-gnome@freebsd.org, lists-freebsd@biaix.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: gstreamer woes (gst-register Bus error) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 17:16:06 -0000 [please honour Mail-Followup-To:, not subscribed] Hi, I've been unable to properly install gstreamer for a while. gst-register dumps core with signal 10 after adding the cdplayer plugin. I've been unable to get a backtrace: 540,p0,0$ file gst-register gst-register: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 5.3, dynamically linked (uses shared libs), not stripped 541,p0,0$ ./gst-register S'est? intentant carregar global_registry ... S'ha produ?t un error en carregar global_registry S'ha afegit el cam? /usr/X11R6/lib/gstreamer-0.8 a user_registry S'est? reconstruint user_registry (/home/joan/.gstreamer-0.8/registry.xml) ... S'ha afegit el connector vcdsrc amb 1 funcionalitat. S'ha afegit el connector xine amb 19 funcionalitats. S'ha afegit el connector speex amb 2 funcionalitats. S'ha afegit el connector snapshot amb 1 funcionalitat. S'ha afegit el connector gstbasicomegascheduler amb 1 funcionalitat. S'ha afegit el connector gstelements amb 15 funcionalitats. S'ha afegit el connector gstspider amb 2 funcionalitats. S'ha afegit el connector smoothwave amb 1 funcionalitat. S'ha afegit el connector textoverlay amb 1 funcionalitat. S'ha afegit el connector trm amb 1 funcionalitat. S'ha afegit el connector png amb 2 funcionalitats. S'ha afegit el connector lame amb 1 funcionalitat. S'ha afegit el connector jpeg amb 4 funcionalitats. S'ha afegit el connector hermescolorspace amb 1 funcionalitat. S'ha afegit el connector gnomevfs amb 2 funcionalitats. S'ha afegit el connector gdkpixbuf amb 2 funcionalitats. S'ha afegit el connector dvdreadsrc amb 1 funcionalitat. S'ha afegit el connector aasink amb 1 funcionalitat. S'ha afegit el connector cdplayer amb 1 funcionalitat. Bus error (core dumped) 542,p0,138$ gdb gst-register gst-register-0.8.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"... warning: core file may not match specified executable file. Core was generated by `gst-register-0.8'. Program terminated with signal 10, Bus error. #0 0x2833d5eb in ?? () (gdb) and I don't know how to proceed. Any hints? tks -- pica From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 7 17:46:57 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0F9616A4CE for ; Tue, 7 Sep 2004 17:46:57 +0000 (GMT) Received: from amsfep15-int.chello.nl (nl-ams-slo-l4-01-pip-8.chellonetwork.com [213.46.243.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27AD743D49 for ; Tue, 7 Sep 2004 17:46:54 +0000 (GMT) (envelope-from kwm@rainbow-runner.nl) Received: from prisma.rainbow-runner.nl ([84.119.207.55]) by amsfep15-int.chello.nlESMTP <20040907174652.DPYO15729.amsfep15-int.chello.nl@prisma.rainbow-runner.nl>; Tue, 7 Sep 2004 19:46:52 +0200 Received: by prisma.rainbow-runner.nl (Postfix, from userid 2006) id D2F4A211B; Tue, 7 Sep 2004 19:42:46 +0200 (CEST) Received: from [192.168.1.5] (unknown [192.168.1.5]) by prisma.rainbow-runner.nl (Postfix) with ESMTP id 266472072; Tue, 7 Sep 2004 19:42:41 +0200 (CEST) From: Koop Mast To: Joan Picanyol In-Reply-To: <20040907171410.GA3785@grummit.biaix.org> References: <20040907171410.GA3785@grummit.biaix.org> Content-Type: text/plain Date: Tue, 07 Sep 2004 19:46:30 +0200 Message-Id: <1094579190.640.17.camel@heater.rainbow-runner.nl> Mime-Version: 1.0 X-Mailer: Evolution 1.5.94.1FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on prisma.rainbow-runner.nl X-Spam-Level: X-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.64 cc: freebsd-gnome@freebsd.org Subject: Re: gstreamer woes (gst-register Bus error) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 17:46:57 -0000 On Tue, 2004-09-07 at 19:14 +0200, Joan Picanyol wrote: > [please honour Mail-Followup-To:, not subscribed] > > Hi, > > I've been unable to properly install gstreamer for a while. gst-register > dumps core with signal 10 after adding the cdplayer plugin. I've been > unable to get a backtrace: > > 540,p0,0$ file gst-register > gst-register: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 5.3, dynamically linked (uses shared libs), not stripped > 541,p0,0$ ./gst-register > S'est? intentant carregar global_registry ... > S'ha produ?t un error en carregar global_registry > S'ha afegit el cam? /usr/X11R6/lib/gstreamer-0.8 a user_registry > S'est? reconstruint user_registry (/home/joan/.gstreamer-0.8/registry.xml) ... > S'ha afegit el connector vcdsrc amb 1 funcionalitat. > S'ha afegit el connector xine amb 19 funcionalitats. > S'ha afegit el connector speex amb 2 funcionalitats. > S'ha afegit el connector snapshot amb 1 funcionalitat. > S'ha afegit el connector gstbasicomegascheduler amb 1 funcionalitat. > S'ha afegit el connector gstelements amb 15 funcionalitats. > S'ha afegit el connector gstspider amb 2 funcionalitats. > S'ha afegit el connector smoothwave amb 1 funcionalitat. > S'ha afegit el connector textoverlay amb 1 funcionalitat. > S'ha afegit el connector trm amb 1 funcionalitat. > S'ha afegit el connector png amb 2 funcionalitats. > S'ha afegit el connector lame amb 1 funcionalitat. > S'ha afegit el connector jpeg amb 4 funcionalitats. > S'ha afegit el connector hermescolorspace amb 1 funcionalitat. > S'ha afegit el connector gnomevfs amb 2 funcionalitats. > S'ha afegit el connector gdkpixbuf amb 2 funcionalitats. > S'ha afegit el connector dvdreadsrc amb 1 funcionalitat. > S'ha afegit el connector aasink amb 1 funcionalitat. > S'ha afegit el connector cdplayer amb 1 funcionalitat. > Bus error (core dumped) > 542,p0,138$ gdb gst-register gst-register-0.8.core > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or distribute copies of it under certain conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "i386-marcel-freebsd"... > > warning: core file may not match specified executable file. > Core was generated by `gst-register-0.8'. > Program terminated with signal 10, Bus error. > #0 0x2833d5eb in ?? () > (gdb) > > and I don't know how to proceed. > > Any hints? > > tks > -- > pica http://lists.freebsd.org/pipermail/freebsd-gnome/2004- September/008037.html Are you using a non-default CPUTYPE and/or CFLAGS? Arcording to the above thread setting those 2 to the default (not defined in /etc/make.conf) fixed the problem. Koop From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 7 18:02:06 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 870AE16A4CE for ; Tue, 7 Sep 2004 18:02:06 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6936A43D53 for ; Tue, 7 Sep 2004 18:02:05 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) i87HUWue015036; Tue, 7 Sep 2004 13:30:33 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Joan Picanyol In-Reply-To: <20040907171410.GA3785@grummit.biaix.org> References: <20040907171410.GA3785@grummit.biaix.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-jPzlDgb2PYhOu4VSE/IN" Organization: MarcusCom, Inc. Message-Id: <1094578269.745.29.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 07 Sep 2004 13:31:09 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com cc: freebsd-gnome@freebsd.org Subject: Re: gstreamer woes (gst-register Bus error) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 18:02:06 -0000 --=-jPzlDgb2PYhOu4VSE/IN Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2004-09-07 at 13:14, Joan Picanyol wrote: > [please honour Mail-Followup-To:, not subscribed] >=20 > Hi, >=20 > I've been unable to properly install gstreamer for a while. gst-register > dumps core with signal 10 after adding the cdplayer plugin. I've been > unable to get a backtrace: >=20 > 540,p0,0$ file gst-register > gst-register: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD)= , for FreeBSD 5.3, dynamically linked (uses shared libs), not stripped > 541,p0,0$ ./gst-register > S'est? intentant carregar global_registry ... > S'ha produ?t un error en carregar global_registry > S'ha afegit el cam? /usr/X11R6/lib/gstreamer-0.8 a user_registry > S'est? reconstruint user_registry (/home/joan/.gstreamer-0.8/registry.xml= ) ... > S'ha afegit el connector vcdsrc amb 1 funcionalitat. > S'ha afegit el connector xine amb 19 funcionalitats. > S'ha afegit el connector speex amb 2 funcionalitats. > S'ha afegit el connector snapshot amb 1 funcionalitat. > S'ha afegit el connector gstbasicomegascheduler amb 1 funcionalitat. > S'ha afegit el connector gstelements amb 15 funcionalitats. > S'ha afegit el connector gstspider amb 2 funcionalitats. > S'ha afegit el connector smoothwave amb 1 funcionalitat. > S'ha afegit el connector textoverlay amb 1 funcionalitat. > S'ha afegit el connector trm amb 1 funcionalitat. > S'ha afegit el connector png amb 2 funcionalitats. > S'ha afegit el connector lame amb 1 funcionalitat. > S'ha afegit el connector jpeg amb 4 funcionalitats. > S'ha afegit el connector hermescolorspace amb 1 funcionalitat. > S'ha afegit el connector gnomevfs amb 2 funcionalitats. > S'ha afegit el connector gdkpixbuf amb 2 funcionalitats. > S'ha afegit el connector dvdreadsrc amb 1 funcionalitat. > S'ha afegit el connector aasink amb 1 funcionalitat. > S'ha afegit el connector cdplayer amb 1 funcionalitat. > Bus error (core dumped) > 542,p0,138$ gdb gst-register gst-register-0.8.core > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you = are > welcome to change it and/or distribute copies of it under certain conditi= ons. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for detail= s. > This GDB was configured as "i386-marcel-freebsd"... >=20 > warning: core file may not match specified executable file. > Core was generated by `gst-register-0.8'. > Program terminated with signal 10, Bus error. > #0 0x2833d5eb in ?? () > (gdb) >=20 > and I don't know how to proceed.=20 >=20 > Any hints? Rebuild gstreamer-plugins without a CPUTYPE defined. Joe >=20 > tks > -- > pica > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-jPzlDgb2PYhOu4VSE/IN Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBPfBdb2iPiv4Uz4cRAhyAAJ40HV2w2/GNdySR4GNyqJy85/s0pQCfYb1U AbdUajBmpMWxpWZGfPf3LAw= =20xu -----END PGP SIGNATURE----- --=-jPzlDgb2PYhOu4VSE/IN-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 7 18:17:26 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBF9616A4CE for ; Tue, 7 Sep 2004 18:17:25 +0000 (GMT) Received: from fed1rmmtao10.cox.net (fed1rmmtao10.cox.net [68.230.241.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id A00D443D54 for ; Tue, 7 Sep 2004 18:17:23 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by fed1rmmtao10.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP id <20040907181721.JNCR21895.fed1rmmtao10.cox.net@mezz.mezzweb.com>; Tue, 7 Sep 2004 14:17:21 -0400 Date: Tue, 07 Sep 2004 13:17:20 -0500 To: "Joe Marcus Clarke" References: <20040907171410.GA3785@grummit.biaix.org> <1094578269.745.29.camel@gyros> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <1094578269.745.29.camel@gyros> User-Agent: Opera M2/7.54 (Linux, build 751) cc: Joan Picanyol cc: freebsd-gnome@freebsd.org Subject: Re: gstreamer woes (gst-register Bus error) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 18:17:26 -0000 On Tue, 07 Sep 2004 13:31:09 -0400, Joe Marcus Clarke wrote: > On Tue, 2004-09-07 at 13:14, Joan Picanyol wrote: >> [please honour Mail-Followup-To:, not subscribed] >> >> Hi, >> >> I've been unable to properly install gstreamer for a while. gst-register >> dumps core with signal 10 after adding the cdplayer plugin. I've been >> unable to get a backtrace: >> >> 540,p0,0$ file gst-register >> gst-register: ELF 32-bit LSB executable, Intel 80386, version 1 >> (FreeBSD), for FreeBSD 5.3, dynamically linked (uses shared libs), not >> stripped >> 541,p0,0$ ./gst-register >> S'est? intentant carregar global_registry ... >> S'ha produ?t un error en carregar global_registry >> S'ha afegit el cam? /usr/X11R6/lib/gstreamer-0.8 a user_registry >> S'est? reconstruint user_registry >> (/home/joan/.gstreamer-0.8/registry.xml) ... >> S'ha afegit el connector vcdsrc amb 1 funcionalitat. >> S'ha afegit el connector xine amb 19 funcionalitats. >> S'ha afegit el connector speex amb 2 funcionalitats. >> S'ha afegit el connector snapshot amb 1 funcionalitat. >> S'ha afegit el connector gstbasicomegascheduler amb 1 funcionalitat. >> S'ha afegit el connector gstelements amb 15 funcionalitats. >> S'ha afegit el connector gstspider amb 2 funcionalitats. >> S'ha afegit el connector smoothwave amb 1 funcionalitat. >> S'ha afegit el connector textoverlay amb 1 funcionalitat. >> S'ha afegit el connector trm amb 1 funcionalitat. >> S'ha afegit el connector png amb 2 funcionalitats. >> S'ha afegit el connector lame amb 1 funcionalitat. >> S'ha afegit el connector jpeg amb 4 funcionalitats. >> S'ha afegit el connector hermescolorspace amb 1 funcionalitat. >> S'ha afegit el connector gnomevfs amb 2 funcionalitats. >> S'ha afegit el connector gdkpixbuf amb 2 funcionalitats. >> S'ha afegit el connector dvdreadsrc amb 1 funcionalitat. >> S'ha afegit el connector aasink amb 1 funcionalitat. >> S'ha afegit el connector cdplayer amb 1 funcionalitat. >> Bus error (core dumped) >> 542,p0,138$ gdb gst-register gst-register-0.8.core >> GNU gdb 6.1.1 [FreeBSD] >> Copyright 2004 Free Software Foundation, Inc. >> GDB is free software, covered by the GNU General Public License, and >> you are >> welcome to change it and/or distribute copies of it under certain >> conditions. >> Type "show copying" to see the conditions. >> There is absolutely no warranty for GDB. Type "show warranty" for >> details. >> This GDB was configured as "i386-marcel-freebsd"... >> >> warning: core file may not match specified executable file. >> Core was generated by `gst-register-0.8'. >> Program terminated with signal 10, Bus error. >> #0 0x2833d5eb in ?? () >> (gdb) >> >> and I don't know how to proceed. >> >> Any hints? > > Rebuild gstreamer-plugins without a CPUTYPE defined. Methink, we should add force CPUTYPE in Makefile to avoid collect the more reports like this. A lot of people like to use CPUTYPE. Cheers, Mezz > Joe > >> >> tks >> -- >> pica -- mezz7 at cox.net - mezz at FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 7 18:49:35 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0B6116A4CE for ; Tue, 7 Sep 2004 18:49:34 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84B1C43D3F for ; Tue, 7 Sep 2004 18:49:34 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.225] (vpn-client-225.marcuscom.com [10.2.1.225]) i87IllR8015560; Tue, 7 Sep 2004 14:47:47 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Jeremy Messenger In-Reply-To: References: <20040907171410.GA3785@grummit.biaix.org> <1094578269.745.29.camel@gyros> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-lXsRmkvw4CI0wWHfAPGS" Organization: MarcusCom, Inc. Message-Id: <1094582590.745.31.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 07 Sep 2004 14:48:24 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com cc: Joan Picanyol cc: freebsd-gnome@freebsd.org Subject: Re: gstreamer woes (gst-register Bus error) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 18:49:35 -0000 --=-lXsRmkvw4CI0wWHfAPGS Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2004-09-07 at 14:17, Jeremy Messenger wrote: > On Tue, 07 Sep 2004 13:31:09 -0400, Joe Marcus Clarke =20 > wrote: >=20 > > On Tue, 2004-09-07 at 13:14, Joan Picanyol wrote: > >> [please honour Mail-Followup-To:, not subscribed] > >> > >> Hi, > >> > >> I've been unable to properly install gstreamer for a while. gst-regist= er > >> dumps core with signal 10 after adding the cdplayer plugin. I've been > >> unable to get a backtrace: > >> > >> 540,p0,0$ file gst-register > >> gst-register: ELF 32-bit LSB executable, Intel 80386, version 1 =20 > >> (FreeBSD), for FreeBSD 5.3, dynamically linked (uses shared libs), not= =20 > >> stripped > >> 541,p0,0$ ./gst-register > >> S'est? intentant carregar global_registry ... > >> S'ha produ?t un error en carregar global_registry > >> S'ha afegit el cam? /usr/X11R6/lib/gstreamer-0.8 a user_registry > >> S'est? reconstruint user_registry =20 > >> (/home/joan/.gstreamer-0.8/registry.xml) ... > >> S'ha afegit el connector vcdsrc amb 1 funcionalitat. > >> S'ha afegit el connector xine amb 19 funcionalitats. > >> S'ha afegit el connector speex amb 2 funcionalitats. > >> S'ha afegit el connector snapshot amb 1 funcionalitat. > >> S'ha afegit el connector gstbasicomegascheduler amb 1 funcionalitat. > >> S'ha afegit el connector gstelements amb 15 funcionalitats. > >> S'ha afegit el connector gstspider amb 2 funcionalitats. > >> S'ha afegit el connector smoothwave amb 1 funcionalitat. > >> S'ha afegit el connector textoverlay amb 1 funcionalitat. > >> S'ha afegit el connector trm amb 1 funcionalitat. > >> S'ha afegit el connector png amb 2 funcionalitats. > >> S'ha afegit el connector lame amb 1 funcionalitat. > >> S'ha afegit el connector jpeg amb 4 funcionalitats. > >> S'ha afegit el connector hermescolorspace amb 1 funcionalitat. > >> S'ha afegit el connector gnomevfs amb 2 funcionalitats. > >> S'ha afegit el connector gdkpixbuf amb 2 funcionalitats. > >> S'ha afegit el connector dvdreadsrc amb 1 funcionalitat. > >> S'ha afegit el connector aasink amb 1 funcionalitat. > >> S'ha afegit el connector cdplayer amb 1 funcionalitat. > >> Bus error (core dumped) > >> 542,p0,138$ gdb gst-register gst-register-0.8.core > >> GNU gdb 6.1.1 [FreeBSD] > >> Copyright 2004 Free Software Foundation, Inc. > >> GDB is free software, covered by the GNU General Public License, and =20 > >> you are > >> welcome to change it and/or distribute copies of it under certain =20 > >> conditions. > >> Type "show copying" to see the conditions. > >> There is absolutely no warranty for GDB. Type "show warranty" for =20 > >> details. > >> This GDB was configured as "i386-marcel-freebsd"... > >> > >> warning: core file may not match specified executable file. > >> Core was generated by `gst-register-0.8'. > >> Program terminated with signal 10, Bus error. > >> #0 0x2833d5eb in ?? () > >> (gdb) > >> > >> and I don't know how to proceed. > >> > >> Any hints? > > > > Rebuild gstreamer-plugins without a CPUTYPE defined. >=20 > Methink, we should add force CPUTYPE in Makefile to avoid collect the mor= e =20 > reports like this. A lot of people like to use CPUTYPE. How do we do that? A CPUTYPE override will only be effective if the user adds CPUTYPE?=3D in their make.conf. Joe >=20 > Cheers, > Mezz >=20 > > Joe > > > >> > >> tks > >> -- > >> pica --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-lXsRmkvw4CI0wWHfAPGS Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBPgE+b2iPiv4Uz4cRAoCjAJ92QVBDIE2QygOzkcUUAftnrDB5swCfSfyy K3lYdnC7E923SVsybCCU5ak= =E1nS -----END PGP SIGNATURE----- --=-lXsRmkvw4CI0wWHfAPGS-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 7 18:57:55 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 997A016A4CE for ; Tue, 7 Sep 2004 18:57:55 +0000 (GMT) Received: from fed1rmmtao04.cox.net (fed1rmmtao04.cox.net [68.230.241.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6460143D48 for ; Tue, 7 Sep 2004 18:57:55 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by fed1rmmtao04.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP id <20040907185751.PGKJ8658.fed1rmmtao04.cox.net@mezz.mezzweb.com>; Tue, 7 Sep 2004 14:57:51 -0400 Date: Tue, 07 Sep 2004 13:57:50 -0500 To: "Joe Marcus Clarke" References: <20040907171410.GA3785@grummit.biaix.org> <1094578269.745.29.camel@gyros> <1094582590.745.31.camel@gyros> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <1094582590.745.31.camel@gyros> User-Agent: Opera M2/7.54 (Linux, build 751) cc: Joan Picanyol cc: freebsd-gnome@freebsd.org Subject: Re: gstreamer woes (gst-register Bus error) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 18:57:55 -0000 On Tue, 07 Sep 2004 14:48:24 -0400, Joe Marcus Clarke wrote: > On Tue, 2004-09-07 at 14:17, Jeremy Messenger wrote: >> On Tue, 07 Sep 2004 13:31:09 -0400, Joe Marcus Clarke >> wrote: >> >> > On Tue, 2004-09-07 at 13:14, Joan Picanyol wrote: >> >> [please honour Mail-Followup-To:, not subscribed] >> >> >> >> Hi, >> >> >> >> I've been unable to properly install gstreamer for a while. >> gst-register >> >> dumps core with signal 10 after adding the cdplayer plugin. I've been >> >> unable to get a backtrace: >> >> >> >> 540,p0,0$ file gst-register >> >> gst-register: ELF 32-bit LSB executable, Intel 80386, version 1 >> >> (FreeBSD), for FreeBSD 5.3, dynamically linked (uses shared libs), >> not >> >> stripped >> >> 541,p0,0$ ./gst-register >> >> S'est? intentant carregar global_registry ... >> >> S'ha produ?t un error en carregar global_registry >> >> S'ha afegit el cam? /usr/X11R6/lib/gstreamer-0.8 a user_registry >> >> S'est? reconstruint user_registry >> >> (/home/joan/.gstreamer-0.8/registry.xml) ... >> >> S'ha afegit el connector vcdsrc amb 1 funcionalitat. >> >> S'ha afegit el connector xine amb 19 funcionalitats. >> >> S'ha afegit el connector speex amb 2 funcionalitats. >> >> S'ha afegit el connector snapshot amb 1 funcionalitat. >> >> S'ha afegit el connector gstbasicomegascheduler amb 1 funcionalitat. >> >> S'ha afegit el connector gstelements amb 15 funcionalitats. >> >> S'ha afegit el connector gstspider amb 2 funcionalitats. >> >> S'ha afegit el connector smoothwave amb 1 funcionalitat. >> >> S'ha afegit el connector textoverlay amb 1 funcionalitat. >> >> S'ha afegit el connector trm amb 1 funcionalitat. >> >> S'ha afegit el connector png amb 2 funcionalitats. >> >> S'ha afegit el connector lame amb 1 funcionalitat. >> >> S'ha afegit el connector jpeg amb 4 funcionalitats. >> >> S'ha afegit el connector hermescolorspace amb 1 funcionalitat. >> >> S'ha afegit el connector gnomevfs amb 2 funcionalitats. >> >> S'ha afegit el connector gdkpixbuf amb 2 funcionalitats. >> >> S'ha afegit el connector dvdreadsrc amb 1 funcionalitat. >> >> S'ha afegit el connector aasink amb 1 funcionalitat. >> >> S'ha afegit el connector cdplayer amb 1 funcionalitat. >> >> Bus error (core dumped) >> >> 542,p0,138$ gdb gst-register gst-register-0.8.core >> >> GNU gdb 6.1.1 [FreeBSD] >> >> Copyright 2004 Free Software Foundation, Inc. >> >> GDB is free software, covered by the GNU General Public License, and >> >> you are >> >> welcome to change it and/or distribute copies of it under certain >> >> conditions. >> >> Type "show copying" to see the conditions. >> >> There is absolutely no warranty for GDB. Type "show warranty" for >> >> details. >> >> This GDB was configured as "i386-marcel-freebsd"... >> >> >> >> warning: core file may not match specified executable file. >> >> Core was generated by `gst-register-0.8'. >> >> Program terminated with signal 10, Bus error. >> >> #0 0x2833d5eb in ?? () >> >> (gdb) >> >> >> >> and I don't know how to proceed. >> >> >> >> Any hints? >> > >> > Rebuild gstreamer-plugins without a CPUTYPE defined. >> >> Methink, we should add force CPUTYPE in Makefile to avoid collect the >> more >> reports like this. A lot of people like to use CPUTYPE. > > How do we do that? A CPUTYPE override will only be effective if the > user adds CPUTYPE?= in their make.conf. True, but they should have the '?=' because it's in the example of make.conf. Another way would be check if they use p4 and athlon-xp, then mark it as broke with tell to change the CPUTYPE or it will not work. Cheers, Mezz > Joe > >> >> Cheers, >> Mezz >> >> > Joe >> > >> >> >> >> tks >> >> -- >> >> pica -- mezz7 at cox.net - mezz at FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 7 19:14:37 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C88D916A4CE for ; Tue, 7 Sep 2004 19:14:37 +0000 (GMT) Received: from amsfep20-int.chello.nl (amsfep12-int.chello.nl [213.46.243.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id D675443D4C for ; Tue, 7 Sep 2004 19:14:36 +0000 (GMT) (envelope-from kwm@rainbow-runner.nl) Received: from prisma.rainbow-runner.nl ([84.119.207.55]) by amsfep20-int.chello.nlESMTP <20040907191435.DVWO8513.amsfep20-int.chello.nl@prisma.rainbow-runner.nl>; Tue, 7 Sep 2004 21:14:35 +0200 Received: by prisma.rainbow-runner.nl (Postfix, from userid 2006) id 014CF211B; Tue, 7 Sep 2004 21:10:43 +0200 (CEST) Received: from [192.168.1.5] (unknown [192.168.1.5]) by prisma.rainbow-runner.nl (Postfix) with ESMTP id 737712072; Tue, 7 Sep 2004 21:10:30 +0200 (CEST) From: Koop Mast To: Jeremy Messenger In-Reply-To: References: <20040907171410.GA3785@grummit.biaix.org> <1094578269.745.29.camel@gyros> <1094582590.745.31.camel@gyros> Content-Type: text/plain Date: Tue, 07 Sep 2004 21:14:19 +0200 Message-Id: <1094584459.640.28.camel@heater.rainbow-runner.nl> Mime-Version: 1.0 X-Mailer: Evolution 1.5.94.1FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on prisma.rainbow-runner.nl X-Spam-Level: X-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.64 cc: Joan Picanyol cc: freebsd-gnome@freebsd.org Subject: Re: gstreamer woes (gst-register Bus error) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 19:14:37 -0000 On Tue, 2004-09-07 at 13:57 -0500, Jeremy Messenger wrote: > On Tue, 07 Sep 2004 14:48:24 -0400, Joe Marcus Clarke > wrote: > > > On Tue, 2004-09-07 at 14:17, Jeremy Messenger wrote: > >> On Tue, 07 Sep 2004 13:31:09 -0400, Joe Marcus Clarke > >> wrote: > >> > >> > On Tue, 2004-09-07 at 13:14, Joan Picanyol wrote: > >> >> [please honour Mail-Followup-To:, not subscribed] > >> >> > >> >> Hi, > >> >> > >> >> I've been unable to properly install gstreamer for a while. > >> gst-register > >> >> dumps core with signal 10 after adding the cdplayer plugin. I've been > >> >> unable to get a backtrace: > >> >> > >> >> 540,p0,0$ file gst-register > >> >> gst-register: ELF 32-bit LSB executable, Intel 80386, version 1 > >> >> (FreeBSD), for FreeBSD 5.3, dynamically linked (uses shared libs), > >> not > >> >> stripped > >> >> 541,p0,0$ ./gst-register > >> >> S'est? intentant carregar global_registry ... > >> >> S'ha produ?t un error en carregar global_registry > >> >> S'ha afegit el cam? /usr/X11R6/lib/gstreamer-0.8 a user_registry > >> >> S'est? reconstruint user_registry > >> >> (/home/joan/.gstreamer-0.8/registry.xml) ... > >> >> S'ha afegit el connector vcdsrc amb 1 funcionalitat. > >> >> S'ha afegit el connector xine amb 19 funcionalitats. > >> >> S'ha afegit el connector speex amb 2 funcionalitats. > >> >> S'ha afegit el connector snapshot amb 1 funcionalitat. > >> >> S'ha afegit el connector gstbasicomegascheduler amb 1 funcionalitat. > >> >> S'ha afegit el connector gstelements amb 15 funcionalitats. > >> >> S'ha afegit el connector gstspider amb 2 funcionalitats. > >> >> S'ha afegit el connector smoothwave amb 1 funcionalitat. > >> >> S'ha afegit el connector textoverlay amb 1 funcionalitat. > >> >> S'ha afegit el connector trm amb 1 funcionalitat. > >> >> S'ha afegit el connector png amb 2 funcionalitats. > >> >> S'ha afegit el connector lame amb 1 funcionalitat. > >> >> S'ha afegit el connector jpeg amb 4 funcionalitats. > >> >> S'ha afegit el connector hermescolorspace amb 1 funcionalitat. > >> >> S'ha afegit el connector gnomevfs amb 2 funcionalitats. > >> >> S'ha afegit el connector gdkpixbuf amb 2 funcionalitats. > >> >> S'ha afegit el connector dvdreadsrc amb 1 funcionalitat. > >> >> S'ha afegit el connector aasink amb 1 funcionalitat. > >> >> S'ha afegit el connector cdplayer amb 1 funcionalitat. > >> >> Bus error (core dumped) > >> >> 542,p0,138$ gdb gst-register gst-register-0.8.core > >> >> GNU gdb 6.1.1 [FreeBSD] > >> >> Copyright 2004 Free Software Foundation, Inc. > >> >> GDB is free software, covered by the GNU General Public License, and > >> >> you are > >> >> welcome to change it and/or distribute copies of it under certain > >> >> conditions. > >> >> Type "show copying" to see the conditions. > >> >> There is absolutely no warranty for GDB. Type "show warranty" for > >> >> details. > >> >> This GDB was configured as "i386-marcel-freebsd"... > >> >> > >> >> warning: core file may not match specified executable file. > >> >> Core was generated by `gst-register-0.8'. > >> >> Program terminated with signal 10, Bus error. > >> >> #0 0x2833d5eb in ?? () > >> >> (gdb) > >> >> > >> >> and I don't know how to proceed. > >> >> > >> >> Any hints? > >> > > >> > Rebuild gstreamer-plugins without a CPUTYPE defined. > >> > >> Methink, we should add force CPUTYPE in Makefile to avoid collect the > >> more > >> reports like this. A lot of people like to use CPUTYPE. > > > > How do we do that? A CPUTYPE override will only be effective if the > > user adds CPUTYPE?= in their make.conf. > > True, but they should have the '?=' because it's in the example of > make.conf. Another way would be check if they use p4 and athlon-xp, then > mark it as broke with tell to change the CPUTYPE or it will not work. > > Cheers, > Mezz Why not turn it around and error out when CPUTYPE is not the default value? That looks a lot simpler to me, because we don't know if the other CPUTYPE values produce the problem we are seeing. Other wise we can keep adding new CPUTYPE's on which its breaks. Koop > > Joe > > > >> > >> Cheers, > >> Mezz > >> > >> > Joe > >> > > >> >> > >> >> tks > >> >> -- > >> >> pica > > From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 7 22:23:30 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CC4416A4CE; Tue, 7 Sep 2004 22:23:30 +0000 (GMT) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EB0443D2D; Tue, 7 Sep 2004 22:23:29 +0000 (GMT) (envelope-from itetcu@apropo.ro) Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with SMTP id 50A251B5; Wed, 8 Sep 2004 01:23:27 +0300 (EEST) Date: Wed, 8 Sep 2004 01:23:26 +0300 From: Ion-Mihai Tetcu To: gnome@FreeBSD.org Message-ID: <20040908012326.173ea402@it.buh.tecnik93.com> X-Mailer: Sylpheed-Claws 0.9.12a (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: sypheed-claws SIGSEGV on 5.3-B3 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 22:23:30 -0000 Hi, So far this is the only problem I have on 5.3-BETA3 :) (with malloc aj and debug.witness_watch=0, and about the rest wooow what a difference it makes) I have a processing rule on a news folder: Condition: from matchcase "some_addr" & new Action: forward 1 "friend1" forward 1 "friend2" Exactly the same rule was working before upgrade; I can send mail, I can send news. I believe I had successfully portupgrade -Rf. Well, I gets as far as sending to the first receipt, after which it SIGSEGV and dumps core. Does the bt bellow ring a bell to someone or should I take this to sylpheed-claws developers ? WARNING! setkey(3) not present in the system! (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1 (LWP 100298)] 0x2846b9c5 in gtk_widget_destroy () from /usr/X11R6/lib/libgtk12.so.2 (gdb) bt #0 0x2846b9c5 in gtk_widget_destroy () from /usr/X11R6/lib/libgtk12.so.2 #1 0x080b2af9 in filteringprop_free () #2 0x080b2d41 in filteringaction_apply_action_list () #3 0x080b2e8d in filteringaction_apply_action_list () #4 0x080b2ef8 in filter_message_by_msginfo () #5 0x080ba4e0 in folder_item_apply_processing () #6 0x080b66b4 in folder_item_open () #7 0x080bf7ce in folderview_update_item_foreach () #8 0x283ed907 in gtk_marshal_NONE__POINTER_INT () from /usr/X11R6/lib/libgtk12.so.2 #9 0x2842c336 in gtk_handlers_run () from /usr/X11R6/lib/libgtk12.so.2 #10 0x2842b34d in gtk_signal_real_emit () from /usr/X11R6/lib/libgtk12.so.2 #11 0x28428715 in gtk_signal_emit () from /usr/X11R6/lib/libgtk12.so.2 #12 0x283a7b4b in gtk_ctree_select () from /usr/X11R6/lib/libgtk12.so.2 #13 0x283a429e in real_unselect_all () from /usr/X11R6/lib/libgtk12.so.2 #14 0x2838495c in gtk_clist_unselect_all () from /usr/X11R6/lib/libgtk12.so.2 #15 0x0815ff4b in gtk_sctree_get_type () #16 0x0816040f in gtk_sctree_get_type () #17 0x283ed524 in gtk_marshal_BOOL__POINTER () from /usr/X11R6/lib/libgtk12.so.2 #18 0x2842b394 in gtk_signal_real_emit () from /usr/X11R6/lib/libgtk12.so.2 #19 0x28428715 in gtk_signal_emit () from /usr/X11R6/lib/libgtk12.so.2 #20 0x284702e7 in gtk_widget_event () from /usr/X11R6/lib/libgtk12.so.2 #21 0x283ed47a in gtk_propagate_event () from /usr/X11R6/lib/libgtk12.so.2 #22 0x283ec1cf in gtk_main_do_event () from /usr/X11R6/lib/libgtk12.so.2 #23 0x284b8f13 in gdk_event_dispatch () from /usr/X11R6/lib/libgdk12.so.2 #24 0x284eee2e in g_main_dispatch () from /usr/local/lib/libglib12.so.3 #25 0x284ef4ac in g_main_iterate () from /usr/local/lib/libglib12.so.3 #26 0x284ef67b in g_main_run () from /usr/local/lib/libglib12.so.3 #27 0x283ebb37 in gtk_main () from /usr/X11R6/lib/libgtk12.so.2 ---Type to continue, or q to quit--- #28 0x080d9e47 in main () -- IOnut Unregistered ;) FreeBSD "user" 5.3-BETA3 - try `sysctl debug.witness_watch=0` and prepare to fly :-) From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 8 00:53:46 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B33C716A4CE for ; Wed, 8 Sep 2004 00:53:46 +0000 (GMT) Received: from grummit.biaix.org (86.Red-213-97-212.pooles.rima-tde.net [213.97.212.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 805AB43D53 for ; Wed, 8 Sep 2004 00:53:45 +0000 (GMT) (envelope-from lists-freebsd@biaix.org) Received: (qmail 32573 invoked by uid 1000); 8 Sep 2004 00:51:50 -0000 Date: Wed, 8 Sep 2004 02:51:50 +0200 From: Joan Picanyol To: freebsd-gnome@freebsd.org Message-ID: <20040908005150.GA31284@grummit.biaix.org> References: <20040907171410.GA3785@grummit.biaix.org> <1094578269.745.29.camel@gyros> <1094582590.745.31.camel@gyros> <1094584459.640.28.camel@heater.rainbow-runner.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1094584459.640.28.camel@heater.rainbow-runner.nl> User-Agent: Mutt/1.4.1i Subject: Re: gstreamer woes (gst-register Bus error) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2004 00:53:46 -0000 * Koop Mast [20040907 21:12]: > On Tue, 2004-09-07 at 13:57 -0500, Jeremy Messenger wrote: > > > > True, but they should have the '?=' because it's in the example of > > make.conf. Another way would be check if they use p4 and athlon-xp, then > > mark it as broke with tell to change the CPUTYPE or it will not work. > > Why not turn it around and error out when CPUTYPE is not the default > value? That looks a lot simpler to me, because we don't know if the > other CPUTYPE values produce the problem we are seeing. Other wise we > can keep adding new CPUTYPE's on which its breaks. > FWIW, I had it set to ahtlon-mp qvb -- pica From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 8 00:56:22 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A28EE16A4CE for ; Wed, 8 Sep 2004 00:56:22 +0000 (GMT) Received: from grummit.biaix.org (86.Red-213-97-212.pooles.rima-tde.net [213.97.212.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 7DB8043D5F for ; Wed, 8 Sep 2004 00:56:21 +0000 (GMT) (envelope-from lists-freebsd@biaix.org) Received: (qmail 32851 invoked by uid 1000); 8 Sep 2004 00:54:27 -0000 Date: Wed, 8 Sep 2004 02:54:27 +0200 From: Joan Picanyol To: freebsd-gnome@freebsd.org Message-ID: <20040908005427.GB31284@grummit.biaix.org> References: <20040907171410.GA3785@grummit.biaix.org> <1094579190.640.17.camel@heater.rainbow-runner.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1094579190.640.17.camel@heater.rainbow-runner.nl> User-Agent: Mutt/1.4.1i Subject: Re: gstreamer woes (gst-register Bus error) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2004 00:56:22 -0000 * Koop Mast [20040907 19:45]: > On Tue, 2004-09-07 at 19:14 +0200, Joan Picanyol wrote: > > > > I've been unable to properly install gstreamer for a while. gst-register > > dumps core with signal 10 after adding the cdplayer plugin. I've been > > unable to get a backtrace: > > [...] > > > > Any hints? > > http://lists.freebsd.org/pipermail/freebsd-gnome/2004- > September/008037.html > > Are you using a non-default CPUTYPE and/or CFLAGS? > Arcording to the above thread setting those 2 to the default (not > defined in /etc/make.conf) fixed the problem. My apologies, I checked the archives when I first had the problem but did not followup this week :( tks -- pica From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 8 01:27:16 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 785E516A4CF for ; Wed, 8 Sep 2004 01:27:16 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 098CD43D5D for ; Wed, 8 Sep 2004 01:27:16 +0000 (GMT) (envelope-from caelian@gmail.com) Received: by mproxy.gmail.com with SMTP id 76so231488rnl for ; Tue, 07 Sep 2004 18:27:15 -0700 (PDT) Received: by 10.38.82.8 with SMTP id f8mr2400010rnb; Tue, 07 Sep 2004 18:27:14 -0700 (PDT) Received: by 10.38.79.10 with HTTP; Tue, 7 Sep 2004 18:27:14 -0700 (PDT) Message-ID: Date: Tue, 7 Sep 2004 18:27:14 -0700 From: Pascal Hofstee To: freebsd-hackers@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_171_15976079.1094606834411" References: cc: gnome@FreeBSD.org Subject: Re: pthread_mutex_trylock and glib-2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pascal Hofstee List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2004 01:27:16 -0000 ------=_Part_171_15976079.1094606834411 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline On Mon, 6 Sep 2004 15:12:08 -0700, Pascal Hofstee wrote: > After a few hours of digging through both the glib-2 as well as the > beep-media-player sources i finally managed to figure out why > beep-media-player apprently crashes on startup when using libpthread, > but not when using libc_r. > > i filed a bugreport against this problem on bugzilla.gnome.org ... in > the hope to get some feedback from glib-developers ... > > http://bugzilla.gnome.org/show_bug.cgi?id=152009 > > The problem is with the actual return value of pthread_mutex_trylock > returning EDEADLK instead of EBUSY. > > from what i have been able to glance from this previous discussion > regarding this particular subject > (http://lists.freebsd.org/pipermail/freebsd-threads/2004-January/001539.html) > > pthread_mutex_trylock should behave identical to pthread_mutex_lock > except return immediately in case of a blocking mutex, which would > suggest EDEADLK as a possible return value. > > This Seems to be the current implementation of both libpthread as well > as libthr ... with libc_r being the sole exception. > > The pthread_mutex_trylock manpage however does not reflect this actual > implementation and only mentions EBUSY and EINVAL. > > I was wondering assuming the implementation is actually correct if > this could be rectified in the pthread_mutex_trylock manpage ... and > if my assumption is wrong if the implementation could be changed to > reflect the manpage. > > In the former case i will have to bug the glib-devs to change the > implementation of their pthread_mutex_trylock wrapper ... to also > check for EDEADLK. I am hereby including an updated /usr/ports/devel/glib20/files/patch-gthread_gthread-posix.c that includes the additional check for EDEADLK besides EBUSY in glib's g_mutex_trylock_posix_impl function. With this fix applied to my installation of glib beep-media-player now works as expected with libpthread, and this is very likely to resolve similar behaviour with other ports that try to use glib's threading functions. I CC-ed glib20 port-maintainer (gnome@FreeBSD.org) in the hope this (or appropriate alternative) fix makes it in time for 5.3-RELEASE. -- Pascal Hofstee ------=_Part_171_15976079.1094606834411 Content-Type: application/octet-stream; name="patch-gthread_gthread-posix.c" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="patch-gthread_gthread-posix.c" LS0tIGd0aHJlYWQvZ3RocmVhZC1wb3NpeC5jLm9yaWcJVHVlIFNlcCAgNyAxNzo1Nzo1MyAyMDA0 CisrKyBndGhyZWFkL2d0aHJlYWQtcG9zaXguYwlUdWUgU2VwICA3IDE3OjU4OjMwIDIwMDQKQEAg LTExNiw2ICsxMTYsNyBAQAogI2VuZGlmIC8qIFBPU0lYX01JTl9QUklPUklUWSAmJiBQT1NJWF9N QVhfUFJJT1JJVFkgKi8KIAogc3RhdGljIGd1bG9uZyBnX3RocmVhZF9taW5fc3RhY2tfc2l6ZSA9 IDA7CitzdGF0aWMgZ3Vsb25nIGdfdGhyZWFkX2RlZmF1bHRfc3RhY2tfc2l6ZSA9IDB4MTAwMDAw OwogCiAjZGVmaW5lIEdfTVVURVhfU0laRSAoc2l6ZW9mIChwdGhyZWFkX211dGV4X3QpKQogCkBA IC0xMjUsNyArMTI2LDggQEAKIGdfdGhyZWFkX2ltcGxfaW5pdCgpCiB7CiAjaWZkZWYgX1NDX1RI UkVBRF9TVEFDS19NSU4KLSAgZ190aHJlYWRfbWluX3N0YWNrX3NpemUgPSBNQVggKHN5c2NvbmYg KF9TQ19USFJFQURfU1RBQ0tfTUlOKSwgMCk7CisgIGdfdGhyZWFkX21pbl9zdGFja19zaXplID0g TUFYIChzeXNjb25mIChfU0NfVEhSRUFEX1NUQUNLX01JTiksCisgICAgZ190aHJlYWRfbWluX3N0 YWNrX3NpemUpOwogI2VuZGlmIC8qIF9TQ19USFJFQURfU1RBQ0tfTUlOICovCiAjaWZkZWYgSEFW RV9QUklPUklUSUVTCiAjIGlmZGVmIEdfVEhSRUFEU19JTVBMX1BPU0lYCkBAIC0xNzYsNyArMTc4 LDcgQEAKICAgcmVzdWx0ID0gcHRocmVhZF9tdXRleF90cnlsb2NrICgocHRocmVhZF9tdXRleF90 ICopIG11dGV4KTsKIAogI2lmZGVmIEdfVEhSRUFEU19JTVBMX1BPU0lYCi0gIGlmIChyZXN1bHQg PT0gRUJVU1kpCisgIGlmICgocmVzdWx0ID09IEVCVVNZKSB8fCAocmVzdWx0ID09IEVERUFETEsp KQogICAgIHJldHVybiBGQUxTRTsKICNlbHNlIC8qIEdfVEhSRUFEU19JTVBMX0RDRSAqLwogICBp ZiAocmVzdWx0ID09IDApCkBAIC0zMDcsOCArMzA5LDEyIEBACiAgIGlmIChzdGFja19zaXplKQog ICAgIHsKICAgICAgIHN0YWNrX3NpemUgPSBNQVggKGdfdGhyZWFkX21pbl9zdGFja19zaXplLCBz dGFja19zaXplKTsKLSAgICAgIHBvc2l4X2NoZWNrX2NtZCAocHRocmVhZF9hdHRyX3NldHN0YWNr c2l6ZSAoJmF0dHIsIHN0YWNrX3NpemUpKTsKICAgICB9CisgIGVsc2UKKyAgICB7CisgICAgICBz dGFja19zaXplID0gTUFYIChnX3RocmVhZF9taW5fc3RhY2tfc2l6ZSwgZ190aHJlYWRfZGVmYXVs dF9zdGFja19zaXplKTsKKyAgICB9CisgIHBvc2l4X2NoZWNrX2NtZCAocHRocmVhZF9hdHRyX3Nl dHN0YWNrc2l6ZSAoJmF0dHIsIHN0YWNrX3NpemUpKTsKICNlbmRpZiAvKiBIQVZFX1BUSFJFQURf QVRUUl9TRVRTVEFDS1NJWkUgKi8KIAogI2lmZGVmIFBUSFJFQURfU0NPUEVfU1lTVEVNCg== ------=_Part_171_15976079.1094606834411-- From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 8 11:42:56 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CF9B16A4CE; Wed, 8 Sep 2004 11:42:56 +0000 (GMT) Received: from nadegda.poltava.ua (gate.s-net.net.ua [194.44.42.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03DC743D41; Wed, 8 Sep 2004 11:42:54 +0000 (GMT) (envelope-from illya@kremenchug.net) Received: from [194.44.42.19] (space.rootshell.ru [194.44.42.19]) i88BgmpP027615; Wed, 8 Sep 2004 14:42:48 +0300 (EEST) (envelope-from illya@kremenchug.net) From: Ilya Khamushkin To: Joe Marcus Clarke In-Reply-To: <1094516907.7099.49.camel@shumai.marcuscom.com> References: <1094516907.7099.49.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=KOI8-R Date: Wed, 08 Sep 2004 14:42:44 +0300 Message-Id: <1094643764.69995.10.camel@space.rootshell.ru> Mime-Version: 1.0 X-Mailer: Evolution 1.5.94.1FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit X-Virus-Scanned: clamd / ClamAV version devel-20040820, clamav-milter version 0.75k on nadegda.poltava.ua X-Virus-Status: Clean cc: FreeBSD GNOME Users Subject: Re: WANTED: GNOME 2.7 screenshots X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2004 11:42:56 -0000 ÷ ÐÎ, 06/09/2004 × 20:28 -0400, Joe Marcus Clarke ÐÉÛÅÔ: > It's that time again. We've entered the GNOME 2.8 Release Candidate > phase, and we need some good screenshots for the FreeBSD GNOME site. If > you're testing GNOME 2.7, and have a desktop that shows off some of the > new features, please send us a snapshot. Thanks! Some Gnome 2.7 screenshots, with russian locale. http://www.iluxa.kremenchug.net/shots/gnome-dev/gnome2.7_openbox.png http://www.iluxa.kremenchug.net/shots/gnome- dev/gnome2.7_openbox_evolution1.5.png http://www.iluxa.kremenchug.net/shots/gnome-dev/gnome2.7-openbox- bmp_selecting_file_2play.png Request it with english locale if need. -- Ilya Khamushkin ISP S-NET Ltd., Senior System Administrator NIC: HI69-RIPE, HI-UANIC ICQ: 2211123 IRC: iluXa@WeNet From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 8 16:05:35 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08DBF16A4CE; Wed, 8 Sep 2004 16:05:35 +0000 (GMT) Received: from toxic.magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 869D643D55; Wed, 8 Sep 2004 16:05:34 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: by toxic.magnesium.net (Postfix, from userid 1252) id 6545FDA871; Wed, 8 Sep 2004 09:05:34 -0700 (PDT) Date: Wed, 8 Sep 2004 12:05:34 -0400 From: Adam Weinberger To: Ilya Khamushkin Message-ID: <20040908160534.GN3649@toxic.magnesium.net> References: <1094516907.7099.49.camel@shumai.marcuscom.com> <1094643764.69995.10.camel@space.rootshell.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1094643764.69995.10.camel@space.rootshell.ru> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: FreeBSD GNOME Users cc: Joe Marcus Clarke Subject: Re: WANTED: GNOME 2.7 screenshots X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2004 16:05:35 -0000 >> (09.08.2004 @ 0742 PST): Ilya Khamushkin said, in 1.0K: << > ÷ ÐÎ, 06/09/2004 × 20:28 -0400, Joe Marcus Clarke ÐÉÛÅÔ: > > It's that time again. We've entered the GNOME 2.8 Release Candidate > > phase, and we need some good screenshots for the FreeBSD GNOME site. If > > you're testing GNOME 2.7, and have a desktop that shows off some of the > > new features, please send us a snapshot. Thanks! > > Some Gnome 2.7 screenshots, with russian locale. > > http://www.iluxa.kremenchug.net/shots/gnome-dev/gnome2.7_openbox.png > http://www.iluxa.kremenchug.net/shots/gnome- > dev/gnome2.7_openbox_evolution1.5.png > http://www.iluxa.kremenchug.net/shots/gnome-dev/gnome2.7-openbox- > bmp_selecting_file_2play.png > > Request it with english locale if need. >> end of "Re: WANTED: GNOME 2.7 screenshots" from Ilya Khamushkin << The evolution one is really cool, and I'll put it on the screenshots page right away. The thing is, the other screenshots don't really show off the new features of GNOME 2.7/8 itself, per se, unless there's stuff that I'm not noticing because I woke up 3 minutes ago. # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 8 16:39:54 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9213116A4CE; Wed, 8 Sep 2004 16:39:54 +0000 (GMT) Received: from raadradd.homeunix.org (bwu61.neoplus.adsl.tpnet.pl [83.29.244.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30B0F43D1D; Wed, 8 Sep 2004 16:39:54 +0000 (GMT) (envelope-from radek@raadradd.com) Received: by raadradd.homeunix.org (Postfix, from userid 1001) id CAAEBA562; Wed, 8 Sep 2004 18:39:57 +0200 (CEST) Date: Wed, 8 Sep 2004 18:39:57 +0200 From: Radek Kozlowski To: Adam Weinberger Message-ID: <20040908163957.GB6617@werd> References: <1094516907.7099.49.camel@shumai.marcuscom.com> <1094643764.69995.10.camel@space.rootshell.ru> <20040908160534.GN3649@toxic.magnesium.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <20040908160534.GN3649@toxic.magnesium.net> User-Agent: Mutt/1.5.6i cc: FreeBSD GNOME Users cc: Joe Marcus Clarke Subject: Re: WANTED: GNOME 2.7 screenshots X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2004 16:39:54 -0000 On Wed, Sep 08, 2004 at 12:05:34PM -0400, Adam Weinberger wrote: > The evolution one is really cool, and I'll put it on the screenshots > page right away. The thing is, the other screenshots don't really show > off the new features of GNOME 2.7/8 itself, per se, unless there's stuff > that I'm not noticing because I woke up 3 minutes ago. New features: time to completion when copying files and a new dialog for adding applets: http://spekt.net/~raadradd/gnome/gnome28.png -Radek From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 8 17:09:00 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38AC016A4CE; Wed, 8 Sep 2004 17:09:00 +0000 (GMT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7088443D2F; Wed, 8 Sep 2004 17:08:57 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.42 (FreeBSD)) id 1C55wF-0000Zd-VX; Wed, 08 Sep 2004 21:08:56 +0400 From: Vladimir Grebenschikov To: Joe Marcus Clarke In-Reply-To: <1094516907.7099.49.camel@shumai.marcuscom.com> References: <1094516907.7099.49.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Organization: SWsoft Date: Wed, 08 Sep 2004 21:08:55 +0400 Message-Id: <1094663335.1703.0.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 1.5.94.1FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov cc: FreeBSD GNOME Users Subject: Re: WANTED: GNOME 2.7 screenshots X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: vova@fbsd.ru List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2004 17:09:00 -0000 =F7 =D0=CE, 06/09/2004 =D7 20:28 -0400, Joe Marcus Clarke =D0=C9=DB=C5=D4: > It's that time again. We've entered the GNOME 2.8 Release Candidate > phase, and we need some good screenshots for the FreeBSD GNOME site. If > you're testing GNOME 2.7, and have a desktop that shows off some of the > new features, please send us a snapshot. Thanks! some shots http://212.24.36.217/gnome/ (ru locale) > Joe --=20 Vladimir B. Grebenchikov vova@fbsd.ru From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 8 17:28:02 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A44E16A4CE; Wed, 8 Sep 2004 17:28:02 +0000 (GMT) Received: from nadegda.poltava.ua (gate.s-net.net.ua [194.44.42.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C4BC43D39; Wed, 8 Sep 2004 17:28:01 +0000 (GMT) (envelope-from illya@kremenchug.net) Received: from [194.44.42.19] (space.rootshell.ru [194.44.42.19]) i88HRxpP029815; Wed, 8 Sep 2004 20:27:59 +0300 (EEST) (envelope-from illya@kremenchug.net) From: Ilya Khamushkin To: Adam Weinberger In-Reply-To: <20040908160534.GN3649@toxic.magnesium.net> References: <1094516907.7099.49.camel@shumai.marcuscom.com> <1094643764.69995.10.camel@space.rootshell.ru> <20040908160534.GN3649@toxic.magnesium.net> Content-Type: text/plain; charset=KOI8-R Date: Wed, 08 Sep 2004 20:27:52 +0300 Message-Id: <1094664472.2210.0.camel@space.rootshell.ru> Mime-Version: 1.0 X-Mailer: Evolution 1.5.94.1FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit X-Virus-Scanned: clamd / ClamAV version devel-20040820, clamav-milter version 0.75k on nadegda.poltava.ua X-Virus-Status: Clean cc: FreeBSD GNOME Users cc: Joe Marcus Clarke Subject: Re: WANTED: GNOME 2.7 screenshots X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2004 17:28:02 -0000 ÷ ÓÒ, 08/09/2004 × 12:05 -0400, Adam Weinberger ÐÉÛÅÔ: [skip] > The evolution one is really cool, and I'll put it on the screenshots > page right away. The thing is, the other screenshots don't really show > off the new features of GNOME 2.7/8 itself, per se, unless there's stuff > that I'm not noticing because I woke up 3 minutes ago. Ok, that's my next evolution screehshot (with calendar). http://www.iluxa.kremenchug.net/shots/gnome-dev/gnome2.7-openbox-evolution1.5_calendar.png -- Ilya Khamushkin ISP S-NET Ltd., Senior System Administrator NIC: HI69-RIPE, HI-UANIC ICQ: 2211123 IRC: iluXa@WeNet From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 8 22:57:14 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B426A16A4CE; Wed, 8 Sep 2004 22:57:14 +0000 (GMT) Received: from green.homeunix.org (pcp04368961pcs.nrockv01.md.comcast.net [69.140.212.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A2D243D41; Wed, 8 Sep 2004 22:57:14 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.1/8.13.1) with ESMTP id i88MvDn1079735; Wed, 8 Sep 2004 18:57:13 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.1/8.13.1/Submit) id i88Mv9c3079734; Wed, 8 Sep 2004 18:57:09 -0400 (EDT) (envelope-from green) Date: Wed, 8 Sep 2004 18:57:09 -0400 From: Brian Fundakowski Feldman To: Pascal Hofstee Message-ID: <20040908225709.GI928@green.homeunix.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: gnome@freebsd.org cc: freebsd-hackers@freebsd.org Subject: Re: pthread_mutex_trylock and glib-2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2004 22:57:14 -0000 On Tue, Sep 07, 2004 at 06:27:14PM -0700, Pascal Hofstee wrote: > On Mon, 6 Sep 2004 15:12:08 -0700, Pascal Hofstee wrote: > > After a few hours of digging through both the glib-2 as well as the > > beep-media-player sources i finally managed to figure out why > > beep-media-player apprently crashes on startup when using libpthread, > > but not when using libc_r. > > > > i filed a bugreport against this problem on bugzilla.gnome.org ... in > > the hope to get some feedback from glib-developers ... > > > > http://bugzilla.gnome.org/show_bug.cgi?id=152009 > > > > The problem is with the actual return value of pthread_mutex_trylock > > returning EDEADLK instead of EBUSY. > > > > from what i have been able to glance from this previous discussion > > regarding this particular subject > > (http://lists.freebsd.org/pipermail/freebsd-threads/2004-January/001539.html) > > > > pthread_mutex_trylock should behave identical to pthread_mutex_lock > > except return immediately in case of a blocking mutex, which would > > suggest EDEADLK as a possible return value. > > > > This Seems to be the current implementation of both libpthread as well > > as libthr ... with libc_r being the sole exception. > > > > The pthread_mutex_trylock manpage however does not reflect this actual > > implementation and only mentions EBUSY and EINVAL. > > > > I was wondering assuming the implementation is actually correct if > > this could be rectified in the pthread_mutex_trylock manpage ... and > > if my assumption is wrong if the implementation could be changed to > > reflect the manpage. > > > > In the former case i will have to bug the glib-devs to change the > > implementation of their pthread_mutex_trylock wrapper ... to also > > check for EDEADLK. > > I am hereby including an updated > /usr/ports/devel/glib20/files/patch-gthread_gthread-posix.c > > that includes the additional check for EDEADLK besides EBUSY in glib's > g_mutex_trylock_posix_impl function. > > With this fix applied to my installation of glib beep-media-player now > works as expected with libpthread, and this is very likely to resolve > similar behaviour with other ports that try to use glib's threading > functions. > > I CC-ed glib20 port-maintainer (gnome@FreeBSD.org) in the hope this > (or appropriate alternative) fix makes it in time for 5.3-RELEASE. FWIW, I had to fix a similar problem in mozilla/NSPR's codebase to make the build with debugging code turned on work. Well, I guess it was really the same problem. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 9 06:58:26 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABAC716A4CE for ; Thu, 9 Sep 2004 06:58:26 +0000 (GMT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 642C643D45 for ; Thu, 9 Sep 2004 06:58:26 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.42 (FreeBSD)) id 1C5Isz-0000Mi-Ej for freebsd-gnome@FreeBSD.org; Thu, 09 Sep 2004 10:58:25 +0400 From: Vladimir Grebenschikov To: gnome Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: SWsoft Date: Thu, 09 Sep 2004 10:58:25 +0400 Message-Id: <1094713105.1043.22.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 1.5.94.1FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Subject: wireless-applet problems X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: vova@fbsd.ru List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2004 06:58:26 -0000 Hi There is some problems with wireless applet: - first it does not handle not "wiX" interfaces, I have ndis0 wireless interface, but applet can't find any wireless interfaces at all. Problem can be fixed by "ifconfig ndis0 name wi0" but it looks like hack. I guess it is better to query all interfaces for wireless capabilities. - second, it can't show wireless level (show N/A) for this interface, card is ndis0: and wicontrol -L shows signal strength, noise and level. -- Vladimir B. Grebenchikov vova@fbsd.ru From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 9 08:41:51 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16C9C16A4CE for ; Thu, 9 Sep 2004 08:41:51 +0000 (GMT) Received: from router.innovativemarketing.com.ua (innovativemarketing.com.ua [213.186.210.18]) by mx1.FreeBSD.org (Postfix) with SMTP id 037F043D4C for ; Thu, 9 Sep 2004 08:41:48 +0000 (GMT) (envelope-from vinni-jopa@mail.ru) Received: (qmail 7007 invoked from network); 9 Sep 2004 08:41:44 -0000 Received: from a-shadow.innovativemarketing.com.ua (10.9.0.21) by router.innovativemarketing.com.ua with SMTP; 9 Sep 2004 08:41:44 -0000 Date: Thu, 9 Sep 2004 11:41:43 +0300 From: taras X-Mailer: The Bat! (v2.10.01) Personal X-Priority: 3 (Normal) Message-ID: <1835423370.20040909114143@mail.ru> To: gnome@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Intltool script "configure" failed unexpectedly X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: taras List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2004 08:41:51 -0000 ===> intltool-0.31.2 depends on file: /usr/local/lib/perl5/site_perl/5.6.1/mach/XML/Parser.pm - found ===> intltool-0.31.2 depends on executable: gmake - found ===> intltool-0.31.2 depends on file: /usr/local/bin/perl5.6.1 - found ===> intltool-0.31.2 depends on shared library: iconv.3 - found ===> Configuring for intltool-0.31.2 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking for perl... /usr/bin/perl checking for XML::Parser... ===> Script "configure" failed unexpectedly. Please direct the output of the failure of the make command to a file, and then feed that file to the gnomelogalyzer, available from http://www.freebsd.org/gnome/gnomelogalyzer.sh, which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the problem to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach "/usr/ports/textproc/intltool/work/intltool-0.31.2/config.log" and the output of the failure of the make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/textproc/intltool. ############################################################# This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --libdir=/usr/local/libdata --prefix=/usr/local --build=i386-portbld-freebsd4.10 ## --------- ## ## Platform. ## ## --------- ## hostname = shadow.innovativemarketing.com.ua uname -m = i386 uname -r = 4.10-STABLE uname -s = FreeBSD uname -v = FreeBSD 4.10-STABLE #1: Wed Sep 8 15:36:27 GMT 2004 root@shadow.innovativemarketing.com.ua:/usr/src/sys/compile/SHADOW /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1264: checking for a BSD-compatible install configure:1319: result: /usr/bin/install -c -o root -g wheel configure:1330: checking whether build environment is sane configure:1373: result: yes configure:1430: checking for gawk configure:1459: result: no configure:1430: checking for mawk configure:1459: result: no configure:1430: checking for nawk configure:1446: found /usr/bin/nawk configure:1456: result: nawk configure:1466: checking whether gmake sets $(MAKE) configure:1486: result: yes configure:1658: checking for perl configure:1676: found /usr/bin/perl configure:1688: result: /usr/bin/perl configure:1705: checking for XML::Parser configure:1711: error: XML::Parser perl module is required for intltool ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_prog_make_gmake_set=yes lt_cv_sys_max_cmd_len=65536 ac_cv_env_host_alias_set= ac_cv_env_build_alias_set=set ac_cv_env_target_alias_set= ac_cv_path_PERL=/usr/bin/perl ac_cv_env_host_alias_value= ac_cv_prog_AWK=nawk ac_cv_env_build_alias_value=i386-portbld-freebsd4.10 ac_cv_env_target_alias_value= ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr/ports/textproc/intltool/work/intltool-0.31.2/missing --run aclocal-1.8' AMTAR='${SHELL} /usr/ports/textproc/intltool/work/intltool-0.31.2/missing --run tar' AUTOCONF='${SHELL} /usr/ports/textproc/intltool/work/intltool-0.31.2/missing --run autoconf' AUTOHEADER='${SHELL} /usr/ports/textproc/intltool/work/intltool-0.31.2/missing --run autoheader' AUTOMAKE='${SHELL} /usr/ports/textproc/intltool/work/intltool-0.31.2/missing --run automake-1.8' AWK='nawk' CYGPATH_W='echo' DEFS='' ECHO_C='' ECHO_N='-n' ECHO_T='' EXPANDED_DATADIR='' EXPANDED_LIBDIR='' INSTALL_DATA='install -c -o root -g wheel -m 444' INSTALL_PROGRAM='install -c -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -c -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LIBOBJS='' LIBS='' LTLIBOBJS='' MAKEINFO='${SHELL} /usr/ports/textproc/intltool/work/intltool-0.31.2/missing --run makeinfo' PACKAGE='intltool' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PERL='/usr/bin/perl' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='0.31.2' ac_ct_STRIP='' aclocaldir='${datadir}/aclocal' am__leading_dot='.' bindir='${exec_prefix}/bin' build_alias='i386-portbld-freebsd4.10' datadir='${prefix}/share' exec_prefix='NONE' host_alias='' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/usr/ports/textproc/intltool/work/intltool-0.31.2/install-sh' libdir='/usr/local/libdata' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p -- .' oldincludedir='/usr/include' pkgdatadir='${datadir}/intltool' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE "intltool" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define VERSION "0.31.2" configure: exit 1 #########################################################3 aalib-1.4.r5_1 aspell-0.60_2 bitstream-vera-1.10 boxtools-0.65.0 cvsup-16.1h dri-5.0.2,1 expat-1.95.8 ezm3-1.1 fluxbox-devel-0.9.10 fontconfig-2.2.90_3 freetype2-2.1.4_1 gettext-0.12.1 glib-1.2.10_10 glib-2.2.3 gmake-3.80_1 gtk-1.2.10_12 libXft-2.1.6 libiconv-1.9.1_1 libmikmod-3.1.11 libogg-1.1,3 libslang-1.4.9 libtool-1.3.5_1 libtool-1.5.8 libvorbis-1.0.1,3 libxml-1.8.17_2 linux_base-7.1_5 lynx-2.8.4.1d mc-4.6.0_5 memtest-2.93.1 nasm-0.98.38_1,1 nmap-3.70 p5-XML-Parser-2.34_1 pcre-4.5 perl-5.6.1_15 pkgconfig-0.15.0 png-1.2.5_8 proftpd-1.2.8_1 qmail-1.03_3 screen-4.0.1 sdl-1.2.7_2,1 svgalib-1.4.3_4 trafshow-3.1_3 unzip-5.51 vim-6.3.16 xmms-1.2.10 xmms-avi-1.2.3_3 xorg-6.7.0_1 xorg-clients-6.7.0_4 xorg-documents-6.7.0 xorg-fonts-100dpi-6.7.0 xorg-fonts-75dpi-6.7.0 xorg-fonts-cyrillic-6.7.0 xorg-fonts-encodings-6.7.0 xorg-fonts-miscbitmaps-6.7.0 xorg-fonts-truetype-6.7.0 xorg-fonts-type1-6.7.0 xorg-fontserver-6.7.0 xorg-libraries-6.7.0_1 xorg-nestserver-6.7.0 xorg-printserver-6.7.0 xorg-server-6.7.0_6 xorg-vfbserver-6.7.0 xterm-196_2 zip-2.3_1 ################################################################ Makefile # New ports collection makefile for: intltool # Date created: 19th January 2001 # Whom: Ade Lovett # # $FreeBSD: ports/textproc/intltool/Makefile,v 1.39 2004/08/23 01:06:48 marcus Exp $ # PORTNAME= intltool PORTVERSION= 0.31.2 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.31 DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Xml internationalization support for GNOME, and others BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes USE_PERL5= yes USE_GNOME= gnometarget USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir="${PREFIX}/libdata" MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \ intltool-update.8 intltoolize.8 CONFLICTS= xml-i18n-tools-* post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \ -E -e '/^mkinstalldirs[[:space:]]*=/s^/\.\.^^g' post-install: ${MKDIR} ${PREFIX}/share/intltool/XML/Parser/Style ${INSTALL_DATA} ${FILESDIR}/OrigTree.pm \ ${PREFIX}/share/intltool/XML/Parser/Style .include From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 9 15:37:07 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6D3C16A4CE for ; Thu, 9 Sep 2004 15:37:07 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FD3B43D3F for ; Thu, 9 Sep 2004 15:37:07 +0000 (GMT) (envelope-from zombyfork@gmail.com) Received: by mproxy.gmail.com with SMTP id 80so277559rnl for ; Thu, 09 Sep 2004 08:37:06 -0700 (PDT) Received: by 10.38.8.74 with SMTP id 74mr1207846rnh; Thu, 09 Sep 2004 08:37:06 -0700 (PDT) Received: by 10.38.206.1 with HTTP; Thu, 9 Sep 2004 08:37:06 -0700 (PDT) Message-ID: <346a8022040909083715251d8f@mail.gmail.com> Date: Thu, 9 Sep 2004 11:37:06 -0400 From: Coleman Kane To: Brian Fundakowski Feldman In-Reply-To: <20040908225709.GI928@green.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040908225709.GI928@green.homeunix.org> cc: gnome@freebsd.org cc: freebsd-hackers@freebsd.org cc: Pascal Hofstee Subject: Re: pthread_mutex_trylock and glib-2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: cokane@cokane.org List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2004 15:37:08 -0000 Yeah, I had the same problem. Fixed it by not building with debug code, but I noticed there was chatter about it. On Wed, 8 Sep 2004 18:57:09 -0400, Brian Fundakowski Feldman wrote: > > > On Tue, Sep 07, 2004 at 06:27:14PM -0700, Pascal Hofstee wrote: > > On Mon, 6 Sep 2004 15:12:08 -0700, Pascal Hofstee wrote: > > > After a few hours of digging through both the glib-2 as well as the > > > beep-media-player sources i finally managed to figure out why > > > beep-media-player apprently crashes on startup when using libpthread, > > > but not when using libc_r. > > > > > > i filed a bugreport against this problem on bugzilla.gnome.org ... in > > > the hope to get some feedback from glib-developers ... > > > > > > http://bugzilla.gnome.org/show_bug.cgi?id=152009 > > > > > > The problem is with the actual return value of pthread_mutex_trylock > > > returning EDEADLK instead of EBUSY. > > > > > > from what i have been able to glance from this previous discussion > > > regarding this particular subject > > > (http://lists.freebsd.org/pipermail/freebsd-threads/2004-January/001539.html) > > > > > > pthread_mutex_trylock should behave identical to pthread_mutex_lock > > > except return immediately in case of a blocking mutex, which would > > > suggest EDEADLK as a possible return value. > > > > > > This Seems to be the current implementation of both libpthread as well > > > as libthr ... with libc_r being the sole exception. > > > > > > The pthread_mutex_trylock manpage however does not reflect this actual > > > implementation and only mentions EBUSY and EINVAL. > > > > > > I was wondering assuming the implementation is actually correct if > > > this could be rectified in the pthread_mutex_trylock manpage ... and > > > if my assumption is wrong if the implementation could be changed to > > > reflect the manpage. > > > > > > In the former case i will have to bug the glib-devs to change the > > > implementation of their pthread_mutex_trylock wrapper ... to also > > > check for EDEADLK. > > > > I am hereby including an updated > > /usr/ports/devel/glib20/files/patch-gthread_gthread-posix.c > > > > that includes the additional check for EDEADLK besides EBUSY in glib's > > g_mutex_trylock_posix_impl function. > > > > With this fix applied to my installation of glib beep-media-player now > > works as expected with libpthread, and this is very likely to resolve > > similar behaviour with other ports that try to use glib's threading > > functions. > > > > I CC-ed glib20 port-maintainer (gnome@FreeBSD.org) in the hope this > > (or appropriate alternative) fix makes it in time for 5.3-RELEASE. > > FWIW, I had to fix a similar problem in mozilla/NSPR's codebase to make > the build with debugging code turned on work. Well, I guess it was really > the same problem. > > -- > Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ > <> green@FreeBSD.org \ The Power to Serve! \ > Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ > > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 9 20:19:42 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9BF916A4CE; Thu, 9 Sep 2004 20:19:42 +0000 (GMT) Received: from imf22aec.mail.bellsouth.net (imf22aec.mail.bellsouth.net [205.152.59.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15F9543D1F; Thu, 9 Sep 2004 20:19:42 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf22aec.mail.bellsouth.netESMTP <20040909201941.VZBT29660.imf22aec.mail.bellsouth.net@[192.168.1.5]>; Thu, 9 Sep 2004 16:19:41 -0400 Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: <947106C2-029D-11D9-B04C-000A958C81C6@ahze.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: Mario Sergio Fujikawa Ferreira , FreeBSD GNOME Users From: Michael Johnson Date: Thu, 9 Sep 2004 16:19:40 -0400 X-Mailer: Apple Mail (2.619) Subject: multimedia/gstreamer-plugins request X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2004 20:19:42 -0000 Hi, Gstreamer-plugins seems to keep getting bigger and bigger and more and more ports depend upon gstreamer-plugins. The problem with gstreamer-plugins is that it supports so much and is not built with many optional dependancies by default. A good example of a big problem is audio/rhythmbox, if you decide to build it with gstreamer-plugins and don't have mad and/or vorbis support in gstreamer-plugins you have to rebuild and reinstall gstreamer-plugins. My idea is splitting gstreamer-plugins in to smaller master/slave ports, similar to what has happened to all the php ports did last month. We have USE_GNOME=gstreamer-plugins right now which works but it is too broad and won't let you tell gstreamer "hey i need the XXX plugin for this program to work!" We need something that we can say we need XXX to run this. For exaple USE_MULTIMEDIA=gstreamer-faad would use the faad gstreamer plugin. In the long-term I think it would be smart to make USE_MULTIMEDIA (or what ever we call it) support more than just gstreamer-plugins because other multimedia ports such as audio/speex have about 15~ ports than depend on it so we could also do USE_MULTIMEDIA=speex, this would save time and effort in upgrading many ports. Or better yet, USE_MULTIMEDIA=xmms .... I am more than willing to help out or do all the work on splitting gstreamer-plugins in to master/slave ports. I also thought that since ports is in a freeze right now would be a good time to work on it if you agree with my ideas =) Cheers, Michael From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 9 20:41:29 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5085A16A4D0; Thu, 9 Sep 2004 20:41:29 +0000 (GMT) Received: from toxic.magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07D2343D53; Thu, 9 Sep 2004 20:41:29 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: by toxic.magnesium.net (Postfix, from userid 1252) id A8340DA889; Thu, 9 Sep 2004 13:41:28 -0700 (PDT) Date: Thu, 9 Sep 2004 16:41:28 -0400 From: Adam Weinberger To: Michael Johnson Message-ID: <20040909204128.GQ3649@toxic.magnesium.net> References: <947106C2-029D-11D9-B04C-000A958C81C6@ahze.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <947106C2-029D-11D9-B04C-000A958C81C6@ahze.net> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: FreeBSD GNOME Users cc: Mario Sergio Fujikawa Ferreira Subject: Re: multimedia/gstreamer-plugins request X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2004 20:41:29 -0000 >> (09.09.2004 @ 1619 PST): Michael Johnson said, in 1.7K: << > Hi, > > Gstreamer-plugins seems to keep getting bigger and bigger and more > and more > ports depend upon gstreamer-plugins. The problem with gstreamer-plugins > is that it > supports so much and is not built with many optional dependancies by > default. > A good example of a big problem is audio/rhythmbox, if you decide to > build it with > gstreamer-plugins and don't have mad and/or vorbis support in > gstreamer-plugins you have to rebuild > and reinstall gstreamer-plugins. Are there any other ports that require gst-plugins to be built with specific dependencies? None others come to mind. > My idea is splitting gstreamer-plugins in to smaller master/slave > ports, similar to what has happened > to all the php ports did last month. We have > USE_GNOME=gstreamer-plugins right now which works > but it is too broad and won't let you tell gstreamer "hey i need the > XXX plugin for this program to work!" > We need something that we can say we need XXX to run this. For exaple > USE_MULTIMEDIA=gstreamer-faad > would use the faad gstreamer plugin. I don't see how this would help. Gst-plugins isn't an incremental build. If you want to compile in new support, you need to rebuild the whole shebang. > In the long-term I think it would be smart to make USE_MULTIMEDIA (or > what ever we call it) support > more than just gstreamer-plugins because other multimedia ports such as > audio/speex have about > 15~ ports than depend on it so we could also do USE_MULTIMEDIA=speex, > this would save time and > effort in upgrading many ports. Or better yet, USE_MULTIMEDIA=xmms .... Honestly, I'd rather see energy put into reducing the number of macros that we have, not increasing it. The frameworks behind USE_GNOME and USE_SDL and the like are not trivial, and IMO shouldn't be implemented unless, as is the case for those two examples, there are literally hundreds of ports that will be greatly simplified by it. If you believe that your proposal would simplify things to such an extent, I'd like a bit more info about which ports would be simplified by it, and what its benefit would be to the end user. # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 9 21:35:24 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 029D316A4D7 for ; Thu, 9 Sep 2004 21:35:24 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id C213043D5E for ; Thu, 9 Sep 2004 21:35:14 +0000 (GMT) (envelope-from caelian@gmail.com) Received: by mproxy.gmail.com with SMTP id 79so127070rnk for ; Thu, 09 Sep 2004 14:35:11 -0700 (PDT) Received: by 10.38.82.35 with SMTP id f35mr649291rnb; Thu, 09 Sep 2004 14:35:11 -0700 (PDT) Received: by 10.38.79.30 with HTTP; Thu, 9 Sep 2004 14:35:11 -0700 (PDT) Message-ID: Date: Thu, 9 Sep 2004 14:35:11 -0700 From: Pascal Hofstee To: cokane@cokane.org In-Reply-To: <346a8022040909083715251d8f@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040908225709.GI928@green.homeunix.org> <346a8022040909083715251d8f@mail.gmail.com> cc: gnome@freebsd.org cc: Brian Fundakowski Feldman cc: freebsd-hackers@freebsd.org Subject: Re: pthread_mutex_trylock and glib-2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pascal Hofstee List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2004 21:35:24 -0000 Ok .. Got some bugzilla notifications ...and apparently this issue has been targetted for glib-2.4.7 with keywords "portability". So i assume we'll most likely have to include my provided patch for the glib20 port until 2.4.7 comes out and an appropriate fix will probably have been included by then. -- Pascal Hofstee From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 9 22:32:38 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2677016A4D0; Thu, 9 Sep 2004 22:32:38 +0000 (GMT) Received: from imf16aec.mail.bellsouth.net (imf16aec.mail.bellsouth.net [205.152.59.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B80A43D48; Thu, 9 Sep 2004 22:32:37 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf16aec.mail.bellsouth.netESMTP <20040909223236.IRQJ22424.imf16aec.mail.bellsouth.net@[192.168.1.5]>; Thu, 9 Sep 2004 18:32:36 -0400 In-Reply-To: <20040909204128.GQ3649@toxic.magnesium.net> References: <947106C2-029D-11D9-B04C-000A958C81C6@ahze.net> <20040909204128.GQ3649@toxic.magnesium.net> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <25838FC2-02B0-11D9-B04C-000A958C81C6@ahze.net> Content-Transfer-Encoding: 7bit From: michael johnson Date: Thu, 9 Sep 2004 18:32:35 -0400 To: Adam Weinberger X-Mailer: Apple Mail (2.619) cc: FreeBSD GNOME Users cc: Mario Sergio Fujikawa Ferreira Subject: Re: multimedia/gstreamer-plugins request X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2004 22:32:38 -0000 On Sep 9, 2004, at 4:41 PM, Adam Weinberger wrote: > Are there any other ports that require gst-plugins to be built with > specific dependencies? None others come to mind. Another example is totem, totem only *needs* gstreamer-plugins (unless compiled with xine) to work but able to play say a xvid file you'd need to recompile gstreamer-plugins with WITH_XVID defined. > I don't see how this would help. Gst-plugins isn't an incremental > build. > If you want to compile in new support, you need to rebuild the whole > shebang. it'd be a little bit of work but it is posable. Gentoo does this, see http://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/eclass/gst- plugins.eclass?rev=1.18 to see how they do it. and http://packages.gentoo.org/search/?sstring=gstreamer shows all the gstreamer packages. > Honestly, I'd rather see energy put into reducing the number of macros > that we have, not increasing it. The frameworks behind USE_GNOME and > USE_SDL and the like are not trivial, and IMO shouldn't be implemented > unless, as is the case for those two examples, there are literally > hundreds of ports that will be greatly simplified by it. > > If you believe that your proposal would simplify things to such an > extent, I'd like a bit more info about which ports would be simplified > by it, and what its benefit would be to the end user. > > # Adam Port name: Could use PLUGIN: audio/gnomemedia2 gst-ogg, gst-mad audio/lindele any or all of the audio plugins. audio/muine gst-ogg, gst-mad, gst-flac (currently muine only supports xine in ports) audio/rhythmbox gst-ogg, gst-mad, gst-flac, gst-faad audio/sound-juicer gst-cdparanoia, gst-ogg, gst-flac, gst-lame (From Makefile: You must have gstreamer-plugins built with Cdparanoia support!") audio/tunesbrowser gst-faad (For AAC support) multimedia/gstreamer-player gst-gnomevfs, gst-hermes, and others multimedia/nautilus-media gst-ogg, gst-flac, gst-mad multimedia/totem gst-faad, gst-xine, gst-lame, gst-ffmpeg, and more we would also be able to remove the following from multimedia/gstreamer-plugins/Makefile # hermes is required for gstreamer-player to work # since it is currently the only colorspace plugin available WITH_HERMES= yes # gnomevfs is required for gstreamer-player to work WITH_GNOMEVFS= yes # Add default MAD support. This is required for rhythmbox to work. WITH_MAD= yes but I agree you're right about reducing the number of macros and after looking through ports there really isn't many ports that this would effect. but if you take in effect that you use something like USE_MULTIMEDIA macro that supports more than just gstreamer you also could add. Ports Than can use USE_MULTIMEDIA=xvid multimedia/avidemux multimedia/avidemux2 multimedia/avifile multimedia/gstreamer-plugins multimedia/mplayer multimediua/mplayerxp multimedia/transcode multimedia/vlc sysutils/xvidcap I guess you're right though, maybe when more ports support gstreamer it would be worth it but not right now Cheers, Michael From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 10 12:45:09 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82B4316A4CE for ; Fri, 10 Sep 2004 12:45:09 +0000 (GMT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id F417643D2D for ; Fri, 10 Sep 2004 12:45:08 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.42 (FreeBSD)) id 1C5km3-0001Ay-1r for freebsd-gnome@FreeBSD.org; Fri, 10 Sep 2004 16:45:07 +0400 From: Vladimir Grebenschikov To: gnome Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: SWsoft Date: Fri, 10 Sep 2004 16:45:06 +0400 Message-Id: <1094820306.1555.17.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 1.5.94.1FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Subject: gnumeric error on startup X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: vova@fbsd.ru List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 12:45:09 -0000 Hi On start gnumeric displays following popup: ---- Errors while initializing plugin system. Errors while reading info about available plugins. Errors occurred while reading plugin informations from file "/usr/X11R6/lib/gnumeric/1.3.2/plugins/gnome-db/plugin.xml". Errors while reading services for plugin with id="Gnumeric_GnomeDB". Error while reading service #1 info. Unknown service type: ui. ---- Gnumeric is from marcus repo, gnumeric2-1.3.2. $ pkg_glob -R gnumeric2-1.3.2 libXft-2.1.6 gnomevfs2-2.7.92 popt-1.7 libgpg-error-1.0 libgnomeui-2.7.92 gnome-icon-theme-2.7.90 libgnome-2.7.92 libgnomecups-0.1.11,1 docbook-sk-4.1.2_3 gtk-2.4.9 hicolor-icon-theme-0.5 gnomemimedata-2.4.1_2 libbonobo-2.6.2 atk-1.7.3 samba-libsmbclient-3.0.6_1 scrollkeeper-0.3.14_1,1 pkgconfig-0.15.0_1 glib-2.4.6 xorg-libraries-6.7.0_1 shared-mime-info-0.15 ORBit2-2.11.2 sdocbook-xml-4.1.2.5_2 libIDL-0.8.4 docbook-xml-4.2_1 png-1.2.6 esound-0.2.35_1 libart_lgpl2-2.3.16 libgcrypt-1.2.0_1 gettext-0.13.1_1 fam-2.6.9_6 libxslt-1.1.10 gconf2-2.7.92 imake-6.7.0_2 py23-numeric-23.1 libgda2-1.1.6_1 pango-1.5.2 libaudiofile-0.2.6 libglade2-2.4.0 intltool-0.31.2 libgsf-gnome-1.10.1 docbook-xsl-1.65.1 libxml2-2.6.13 libiconv-1.9.2_1 freetype2-2.1.7_3 startup-notification-0.7 tiff-3.6.1_1 xorg-fonts-encodings-6.7.0 p5-XML-Parser-2.34_1 libgnomeprintui-2.7.1 perl-5.8.5 libgnomecanvas-2.7.92 xmlcatmgr-2.1 libbonoboui-2.6.1 python-2.3.4_2 cups-base-1.1.20.0 libgsf-1.10.1 gnomekeyring-0.3.3 py23-gtk-2.3.96 libgnomeprint-2.7.1 cdparanoia-3.9.8_7 jpeg-6b_3 linc-1.0.3_2 expat-1.95.8 gtksourceview-1.1.0 libgnomedb-1.1.6 fontconfig-2.2.3,1 gnomehier-1.0_19 gnumeric2-1.3.2 $ -- Vladimir B. Grebenchikov vova@fbsd.ru From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 10 15:05:30 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C980916A4CE for ; Fri, 10 Sep 2004 15:05:30 +0000 (GMT) Received: from toxic.magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFCA143D5A for ; Fri, 10 Sep 2004 15:05:30 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: by toxic.magnesium.net (Postfix, from userid 1252) id 6B077DA889; Fri, 10 Sep 2004 08:05:30 -0700 (PDT) Date: Fri, 10 Sep 2004 11:05:30 -0400 From: Adam Weinberger To: Vladimir Grebenschikov Message-ID: <20040910150530.GR3649@toxic.magnesium.net> References: <1094820306.1555.17.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1094820306.1555.17.camel@localhost> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: gnome Subject: Re: gnumeric error on startup X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 15:05:30 -0000 >> (09.10.2004 @ 0845 PST): Vladimir Grebenschikov said, in 1.9K: << > Hi > > On start gnumeric displays following popup: > > ---- > Errors while initializing plugin system. > Errors while reading info about available plugins. > Errors occurred while reading plugin informations from file > "/usr/X11R6/lib/gnumeric/1.3.2/plugins/gnome-db/plugin.xml". > Errors while reading services for plugin with id="Gnumeric_GnomeDB". > Error while reading service #1 info. > Unknown service type: ui. > ---- > > Gnumeric is from marcus repo, gnumeric2-1.3.2. I commmitted 1.3.90 yesterday. Does the behaviour continue with that version? # Adam > > > $ pkg_glob -R gnumeric2-1.3.2 > libXft-2.1.6 > gnomevfs2-2.7.92 > popt-1.7 > libgpg-error-1.0 > libgnomeui-2.7.92 > gnome-icon-theme-2.7.90 > libgnome-2.7.92 > libgnomecups-0.1.11,1 > docbook-sk-4.1.2_3 > gtk-2.4.9 > hicolor-icon-theme-0.5 > gnomemimedata-2.4.1_2 > libbonobo-2.6.2 > atk-1.7.3 > samba-libsmbclient-3.0.6_1 > scrollkeeper-0.3.14_1,1 > pkgconfig-0.15.0_1 > glib-2.4.6 > xorg-libraries-6.7.0_1 > shared-mime-info-0.15 > ORBit2-2.11.2 > sdocbook-xml-4.1.2.5_2 > libIDL-0.8.4 > docbook-xml-4.2_1 > png-1.2.6 > esound-0.2.35_1 > libart_lgpl2-2.3.16 > libgcrypt-1.2.0_1 > gettext-0.13.1_1 > fam-2.6.9_6 > libxslt-1.1.10 > gconf2-2.7.92 > imake-6.7.0_2 > py23-numeric-23.1 > libgda2-1.1.6_1 > pango-1.5.2 > libaudiofile-0.2.6 > libglade2-2.4.0 > intltool-0.31.2 > libgsf-gnome-1.10.1 > docbook-xsl-1.65.1 > libxml2-2.6.13 > libiconv-1.9.2_1 > freetype2-2.1.7_3 > startup-notification-0.7 > tiff-3.6.1_1 > xorg-fonts-encodings-6.7.0 > p5-XML-Parser-2.34_1 > libgnomeprintui-2.7.1 > perl-5.8.5 > libgnomecanvas-2.7.92 > xmlcatmgr-2.1 > libbonoboui-2.6.1 > python-2.3.4_2 > cups-base-1.1.20.0 > libgsf-1.10.1 > gnomekeyring-0.3.3 > py23-gtk-2.3.96 > libgnomeprint-2.7.1 > cdparanoia-3.9.8_7 > jpeg-6b_3 > linc-1.0.3_2 > expat-1.95.8 > gtksourceview-1.1.0 > libgnomedb-1.1.6 > fontconfig-2.2.3,1 > gnomehier-1.0_19 > gnumeric2-1.3.2 > $ > > -- > Vladimir B. Grebenchikov > vova@fbsd.ru > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" >> end of "gnumeric error on startup" from Vladimir Grebenschikov << -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 10 15:44:37 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC5E416A4CE; Fri, 10 Sep 2004 15:44:37 +0000 (GMT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 415DB43D39; Fri, 10 Sep 2004 15:44:37 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.42 (FreeBSD)) id 1C5nZj-000Liw-QN; Fri, 10 Sep 2004 19:44:35 +0400 From: Vladimir Grebenschikov To: Adam Weinberger In-Reply-To: <20040910150530.GR3649@toxic.magnesium.net> References: <1094820306.1555.17.camel@localhost> <20040910150530.GR3649@toxic.magnesium.net> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Organization: SWsoft Date: Fri, 10 Sep 2004 19:44:35 +0400 Message-Id: <1094831075.1555.24.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 1.5.94.1FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov cc: gnome Subject: Re: gnumeric error on startup X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: vova@fbsd.ru List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 15:44:37 -0000 =F7 =D0=D4, 10/09/2004 =D7 11:05 -0400, Adam Weinberger =D0=C9=DB=C5=D4: > > On start gnumeric displays following popup: > >=20 > > ---- > > Errors while initializing plugin system. > > Errors while reading info about available plugins. > > Errors occurred while reading plugin informations from file > > "/usr/X11R6/lib/gnumeric/1.3.2/plugins/gnome-db/plugin.xml". > > Errors while reading services for plugin with id=3D"Gnumeric_GnomeDB". > > Error while reading service #1 info. > > Unknown service type: ui. > > ---- > >=20 > > Gnumeric is from marcus repo, gnumeric2-1.3.2. >=20 > I commmitted 1.3.90 yesterday. Does the behaviour continue with that > version? yes > # Adam --=20 Vladimir B. Grebenchikov vova@fbsd.ru From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 10 19:05:05 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 172BC16A4CE; Fri, 10 Sep 2004 19:05:05 +0000 (GMT) Received: from fed1rmmtao06.cox.net (fed1rmmtao06.cox.net [68.230.241.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC30643D1F; Fri, 10 Sep 2004 19:05:04 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by fed1rmmtao06.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP id <20040910190502.RWTF27594.fed1rmmtao06.cox.net@mezz.mezzweb.com>; Fri, 10 Sep 2004 15:05:02 -0400 Date: Fri, 10 Sep 2004 14:05:03 -0500 To: "michael johnson" References: <947106C2-029D-11D9-B04C-000A958C81C6@ahze.net> <20040909204128.GQ3649@toxic.magnesium.net> <25838FC2-02B0-11D9-B04C-000A958C81C6@ahze.net> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <25838FC2-02B0-11D9-B04C-000A958C81C6@ahze.net> User-Agent: Opera M2/7.54 (Linux, build 751) cc: FreeBSD GNOME Users cc: Mario Sergio Fujikawa Ferreira Subject: Re: multimedia/gstreamer-plugins request X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 19:05:05 -0000 NOTE: My reply is off point from this topic. On Thu, 9 Sep 2004 18:32:35 -0400, michael johnson wrote: > > On Sep 9, 2004, at 4:41 PM, Adam Weinberger wrote: > >> Are there any other ports that require gst-plugins to be built with >> specific dependencies? None others come to mind. > > Another example is totem, totem only *needs* gstreamer-plugins (unless > compiled with xine) > to work but able to play say a xvid file you'd need to recompile > gstreamer-plugins with WITH_XVID > defined. Does the XviD works to anyone? It doesn't work to me since I got the new hardwares. It just display black screen in totem (built with gstreamer knob), gst-player and mplayer as it can't find the XviD format. Also, the thumbnail of XviD in Nautilus doesn't work anymore. My stuff in the SCSI HD has the old stuff that I didn't keep up to date, but it was the last time that XviD works. Xorg, new nVidia or other is causing this? Cheers, Mezz -- mezz7 at cox.net - mezz at FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 10 20:37:10 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B362D16A4CE; Fri, 10 Sep 2004 20:37:10 +0000 (GMT) Received: from imf21aec.mail.bellsouth.net (imf21aec.mail.bellsouth.net [205.152.59.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 021E443D2F; Fri, 10 Sep 2004 20:37:10 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf21aec.mail.bellsouth.netESMTP <20040910203709.ODRO27018.imf21aec.mail.bellsouth.net@[192.168.1.5]>; Fri, 10 Sep 2004 16:37:09 -0400 In-Reply-To: References: <947106C2-029D-11D9-B04C-000A958C81C6@ahze.net> <20040909204128.GQ3649@toxic.magnesium.net> <25838FC2-02B0-11D9-B04C-000A958C81C6@ahze.net> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <2E43C4A5-0369-11D9-B04C-000A958C81C6@ahze.net> Content-Transfer-Encoding: 7bit From: michael johnson Date: Fri, 10 Sep 2004 16:37:06 -0400 To: "Jeremy Messenger" X-Mailer: Apple Mail (2.619) cc: FreeBSD GNOME Users cc: Mario Sergio Fujikawa Ferreira Subject: Re: multimedia/gstreamer-plugins request X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 20:37:10 -0000 On Sep 10, 2004, at 3:05 PM, Jeremy Messenger wrote: > NOTE: My reply is off point from this topic. > > On Thu, 9 Sep 2004 18:32:35 -0400, michael johnson > wrote: > >> >> On Sep 9, 2004, at 4:41 PM, Adam Weinberger wrote: >> >>> Are there any other ports that require gst-plugins to be built with >>> specific dependencies? None others come to mind. >> >> Another example is totem, totem only *needs* gstreamer-plugins >> (unless compiled with xine) >> to work but able to play say a xvid file you'd need to recompile >> gstreamer-plugins with WITH_XVID >> defined. > > > Does the XviD works to anyone? It doesn't work to me since I got the > new hardwares. It just display black screen in totem (built with > gstreamer knob), gst-player and mplayer as it can't find the XviD > format. Also, the thumbnail of XviD in Nautilus doesn't work anymore. > My stuff in the SCSI HD has the old stuff that I didn't keep up to > date, but it was the last time that XviD works. Xorg, new nVidia or > other is causing this? > > Cheers, > Mezz It works for me with mplayer but no totem when totem is built with gstreamer. Michael From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 10 23:37:40 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5248116A4CE for ; Fri, 10 Sep 2004 23:37:40 +0000 (GMT) Received: from postal1.es.net (postal1.es.net [198.128.3.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2200843D1F for ; Fri, 10 Sep 2004 23:37:40 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP (SSL) id IBA74465 for ; Fri, 10 Sep 2004 15:44:44 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 26B925D04 for ; Fri, 10 Sep 2004 15:44:45 -0700 (PDT) To: gnome@freebsd.org Date: Fri, 10 Sep 2004 15:44:45 -0700 From: "Kevin Oberman" Message-Id: <20040910224445.26B925D04@ptavv.es.net> Subject: Porting problem on V5 with gettext/libintl X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 23:37:40 -0000 I am attempting to port the current release of GnomeMeeting to FreeBSD and especially FreeBSD V5. I am not a C++ programmer and not much of a C programmer, so I am not surprised that I'm having a problem. I have one module that uses gettext and I am getting errors on the inclusion of the libintl.h header file. In file included from main_window.cpp:71: /usr/local/include/libintl.h:118: error: expected unqualified-id before "const" /usr/local/include/libintl.h:118: error: expected `)' before "const" /usr/local/include/libintl.h:118: error: expected init-declarator before "const"/usr/local/include/libintl.h:118: error: expected `,' or `;' before "const" /usr/local/include/libintl.h:134: error: expected unqualified-id before "const" /usr/local/include/libintl.h:134: error: expected `)' before "const" /usr/local/include/libintl.h:134: error: expected init-declarator before "const"/usr/local/include/libintl.h:134: error: expected `,' or `;' before "const" /usr/local/include/libintl.h:152: error: expected unqualified-id before "const" /usr/local/include/libintl.h:152: error: expected `)' before "const" /usr/local/include/libintl.h:152: error: expected init-declarator before "const"/usr/local/include/libintl.h:152: error: expected `,' or `;' before "const" /usr/local/include/libintl.h:233: error: expected unqualified-id before "const" /usr/local/include/libintl.h:233: error: expected `)' before "const" /usr/local/include/libintl.h:233: error: expected init-declarator before "const"/usr/local/include/libintl.h:233: error: expected `,' or `;' before "const" /usr/local/include/libintl.h:251: error: expected unqualified-id before "const" /usr/local/include/libintl.h:251: error: expected `)' before "const" /usr/local/include/libintl.h:251: error: expected init-declarator before "const"/usr/local/include/libintl.h:251: error: expected `,' or `;' before "const" /usr/local/include/libintl.h:269: error: expected unqualified-id before "const" /usr/local/include/libintl.h:269: error: expected `)' before "const" /usr/local/include/libintl.h:269: error: expected init-declarator before "const"/usr/local/include/libintl.h:269: error: expected `,' or `;' before "const" The exact lines in the header file are very similar: 118: extern char *gettext (const char *__msgid) _INTL_ASM (libintl_gettext); 134: extern char *dgettext (const char *__domainname, const char *__msgid) _INTL_ASM (libintl_dgettext); 152: extern char *dcgettext (const char *__domainname, const char *__msgid, int __category) _INTL_ASM (libintl_dcgettext); 233: extern char *textdomain (const char *__domainname) _INTL_ASM (libintl_textdomain); 251: extern char *bindtextdomain (const char *__domainname, const char *__dirname) _INTL_ASM (libintl_bindtextdomain); 259: extern char *bind_textdomain_codeset (const char *__domainname, const char *__codeset) _INTL_ASM (libintl_bind_textdomain_codeset); I do notice that all are #ifdefed to compile when _INTL_REDIRECT_INLINE is not defined. Any idea what this is caused by? Do I need to include some things before including it? It clearly works OK on Linux, so it's either a gcc 3.4 issue or a Linuxism nd I would suspect that it would have popped up on other ports. Any clues? Thanks! -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 11 08:12:45 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0A0916A4CE; Sat, 11 Sep 2004 08:12:45 +0000 (GMT) Received: from fed1rmmtao11.cox.net (fed1rmmtao11.cox.net [68.230.241.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3CF843D46; Sat, 11 Sep 2004 08:12:45 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by fed1rmmtao11.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP id <20040911081244.ZOTL6143.fed1rmmtao11.cox.net@mezz.mezzweb.com>; Sat, 11 Sep 2004 04:12:44 -0400 Date: Sat, 11 Sep 2004 03:12:41 -0500 To: "michael johnson" References: <947106C2-029D-11D9-B04C-000A958C81C6@ahze.net> <20040909204128.GQ3649@toxic.magnesium.net> <25838FC2-02B0-11D9-B04C-000A958C81C6@ahze.net> <2E43C4A5-0369-11D9-B04C-000A958C81C6@ahze.net> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <2E43C4A5-0369-11D9-B04C-000A958C81C6@ahze.net> User-Agent: Opera M2/7.54 (Linux, build 751) cc: FreeBSD GNOME Users cc: Mario Sergio Fujikawa Ferreira Subject: Re: multimedia/gstreamer-plugins request X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2004 08:12:46 -0000 On Fri, 10 Sep 2004 16:37:06 -0400, michael johnson wrote: > > On Sep 10, 2004, at 3:05 PM, Jeremy Messenger wrote: > >> NOTE: My reply is off point from this topic. >> >> On Thu, 9 Sep 2004 18:32:35 -0400, michael johnson >> wrote: >> >>> >>> On Sep 9, 2004, at 4:41 PM, Adam Weinberger wrote: >>> >>>> Are there any other ports that require gst-plugins to be built with >>>> specific dependencies? None others come to mind. >>> >>> Another example is totem, totem only *needs* gstreamer-plugins (unless >>> compiled with xine) >>> to work but able to play say a xvid file you'd need to recompile >>> gstreamer-plugins with WITH_XVID >>> defined. >> >> >> Does the XviD works to anyone? It doesn't work to me since I got the >> new hardwares. It just display black screen in totem (built with >> gstreamer knob), gst-player and mplayer as it can't find the XviD >> format. Also, the thumbnail of XviD in Nautilus doesn't work anymore. >> My stuff in the SCSI HD has the old stuff that I didn't keep up to >> date, but it was the last time that XviD works. Xorg, new nVidia or >> other is causing this? >> >> Cheers, >> Mezz > > It works for me with mplayer but no totem when totem is built with > gstreamer. Umm, now I got XviD works with the mplayer so far. I removed everything and rebuilt fluxbox to mplayer (w/out gnome2 for now) with no CPUTYPE in make.conf, so the main problem was CPUTYPE=athlon-xp (/me hides from marcus ;-). I noticed that mplayer will pick up my cpu and use 'athlon-4' by default, so I am not sure what's the difference between athlon-xp and athlon-4. Gotta to visit over at GCC website tomorrow (bed time for me soon) to read about athlon-4 VS athlon-xp. In the old computer that has AthlonXP +2000, I used athlon-xp and it works perfect but not with this new AthlonXP +3200 Barton. Insteresting... Maybe, with athlon-4 will working better with this new CPU. I shall test it! Cheers, Mezz > Michael -- mezz7 at cox.net - mezz at FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org