From bwalton at opencsw.org Mon Aug 1 02:40:14 2011 From: bwalton at opencsw.org (Ben Walton) Date: Sun, 31 Jul 2011 20:40:14 -0400 Subject: [csw-users] Outdated packages e.g. GCC 4.3 instead of 4.6 - reason? ; Suggestion new packages? In-Reply-To: References: Message-ID: <1312158886-sup-6147@pinkfloyd.chass.utoronto.ca> Excerpts from Victor Hooi's message of Wed Jul 27 21:26:51 -0400 2011: Hi Victor, > - Ruby 1.8 -> version 1.9.2 (February 2011) The plan with ruby is to provide both 1.8 and 1.9 installable side-by-side. The 1.8 package would take priority until such time as Matz officially blesses 1.9 as the preferred version.[1] Most of the packaging work for 1.9 is done but the test suite has some failures. I've fixed one or two (patches taken upstream), but not others. I ran short of time on this issue. I do plan to get back to it, but I'm currently focusing on automating parts of our release process. If you'd like to lend some of your cycles to help me fix the failing tests (sometimes the tests themselves are making bad assumptions), I'd happily split the task with you. Thanks -Ben [1] My understanding is that even though they tag 1.9.2 as 'stable' it's still in flux and subject to language changes and thus not recommended for production use. I'll likely follow Debian's lead in flipping the primary version. -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From maciej at opencsw.org Mon Aug 1 18:07:16 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Mon, 1 Aug 2011 17:07:16 +0100 Subject: [csw-users] Outdated packages e.g. GCC 4.3 instead of 4.6 - reason? ; Suggestion new packages? In-Reply-To: References: Message-ID: 2011/7/29 Paul Lanken : > blastwave has 4.6.1 I think .. at least that is what the GCC site says I looked at their new catalog (bwstack), but couldn't find the gcc packages. There was libgcc, but not the compiler itself. libgcc is at 4.5.1. http://bwstag.initworks.com/bwstag/i386/5.10/catalog I took a stab at gcc-4.6.1 and got the following error: configure: error: Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+. I believe we have GMP 4.2.2 and MPFR 3.2.1 in the catalog. However, I found this bit of code in the GCC config.log: #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2) ...so it really checks for GMP version 4.3.2 or higher. We also don't have MPC, and MPC requires the same version of GMP: 4.3.2 or higher. We'll need to build it first. If I make any progress, I'll submit my code changes to the repository. Maciej From ihsan.dogan at bluewin.ch Tue Aug 2 17:06:33 2011 From: ihsan.dogan at bluewin.ch (=?UTF-8?B?xLBoc2FuIERvxJ9hbg==?=) Date: Tue, 02 Aug 2011 17:06:33 +0200 Subject: [csw-users] test Message-ID: <4E381279.3070202@bluewin.ch> This is a test. Please ignore. From ihsan.dogan at bluewin.ch Tue Aug 2 17:10:33 2011 From: ihsan.dogan at bluewin.ch (=?UTF-8?B?xLBoc2FuIERvxJ9hbg==?=) Date: Tue, 02 Aug 2011 17:10:33 +0200 Subject: [csw-users] test In-Reply-To: <4E381279.3070202@bluewin.ch> References: <4E381279.3070202@bluewin.ch> Message-ID: <4E381369.9080208@bluewin.ch> another test On 08/ 2/11 05:06 PM, ?hsan Do?an wrote: > This is a test. > Please ignore. > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users From maciej at opencsw.org Wed Aug 3 12:33:04 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Wed, 3 Aug 2011 11:33:04 +0100 Subject: [csw-users] Outdated packages e.g. GCC 4.3 instead of 4.6 - reason? ; Suggestion new packages? In-Reply-To: References: Message-ID: 2011/8/1 Maciej Blizi?ski : > I believe we have GMP 4.2.2 and MPFR 3.2.1 in the catalog. ?However, I > found this bit of code in the GCC config.log: > > #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2) > > ...so it really checks for GMP version 4.3.2 or higher. We also don't > have MPC, and MPC requires the same version of GMP: 4.3.2 or higher. > We'll need to build it first. ?If I make any progress, I'll submit > my code changes to the repository. I've upgraded libgmp to the newest version, it's now available from unstable. I've started working on mpfr-3.0.1, and got it to build, but there are 3 failing unit tests. I've subscribed to the mpfr mailing list to get help there. Maciej From maciej at opencsw.org Fri Aug 5 02:10:19 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Fri, 5 Aug 2011 01:10:19 +0100 Subject: [csw-users] Vim and Solaris Express 11 - Unable to Backspace - Server Fault Message-ID: Hello, I just came across this question on Stack Overflow. Does anyone have advice or an idea regarding the backspace issue? http://serverfault.com/questions/297512/vim-and-solaris-express-11-unable-to-backspace Maciej -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Mon Aug 8 11:17:20 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Mon, 8 Aug 2011 10:17:20 +0100 Subject: [csw-users] Outdated packages e.g. GCC 4.3 instead of 4.6 - reason? ; Suggestion new packages? In-Reply-To: References: Message-ID: 2011/8/1 Maciej Blizi?ski : > #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2) > > ...so it really checks for GMP version 4.3.2 or higher. We also don't > have MPC, and MPC requires the same version of GMP: 4.3.2 or higher. > We'll need to build it first. ?If I make any progress, I'll submit > my code changes to the repository. Progress update: After a bit of porting issues, we now have the new GMP and MPFR packages. The GCC configure script is happy with them. There's one more library to go, MPC. Compiling it is the next step towards the new GCC. Maciej From bonivart at opencsw.org Mon Aug 8 13:56:35 2011 From: bonivart at opencsw.org (Peter Bonivart) Date: Mon, 8 Aug 2011 13:56:35 +0200 Subject: [csw-users] Outdated packages e.g. GCC 4.3 instead of 4.6 - reason? ; Suggestion new packages? In-Reply-To: References: Message-ID: 2011/8/8 Maciej Blizi?ski : > 2011/8/1 Maciej Blizi?ski : >> #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2) >> >> ...so it really checks for GMP version 4.3.2 or higher. We also don't >> have MPC, and MPC requires the same version of GMP: 4.3.2 or higher. >> We'll need to build it first. ?If I make any progress, I'll submit >> my code changes to the repository. > > Progress update: After a bit of porting issues, we now have the new > GMP and MPFR packages. ?The GCC configure script is happy with them. > There's one more library to go, MPC. Compiling it is the next step > towards the new GCC. Great work! /peter From victorhooi at yahoo.com Mon Aug 8 14:56:58 2011 From: victorhooi at yahoo.com (Victor Hooi) Date: Mon, 8 Aug 2011 22:56:58 +1000 Subject: [csw-users] Outdated packages e.g. GCC 4.3 instead of 4.6 - reason? ; Suggestion new packages? In-Reply-To: References: Message-ID: heya, Awesome, that's fantastic work =). Looking very forward to this. Cheers, Victor On Mon, Aug 8, 2011 at 21:56, Peter Bonivart wrote: > 2011/8/8 Maciej Blizi?ski : > > 2011/8/1 Maciej Blizi?ski : > >> #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2) > >> > >> ...so it really checks for GMP version 4.3.2 or higher. We also don't > >> have MPC, and MPC requires the same version of GMP: 4.3.2 or higher. > >> We'll need to build it first. If I make any progress, I'll submit > >> my code changes to the repository. > > > > Progress update: After a bit of porting issues, we now have the new > > GMP and MPFR packages. The GCC configure script is happy with them. > > There's one more library to go, MPC. Compiling it is the next step > > towards the new GCC. > > Great work! > > /peter > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Thu Aug 11 14:59:04 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Thu, 11 Aug 2011 13:59:04 +0100 Subject: [csw-users] GCC 4.3.3 Question In-Reply-To: References: Message-ID: Hi Nitin, As I'm working on the GCC upgrade, I'm encountering more and more issues. For example, the PPL library falls victim to the GCC 40024 bug. I've already spent quite a bit of time on the 4.6 branch, which is now blocking on PPL. I'll see if I can use the existing build recipe to build the newer version of the 4.3 line (4.3.6). If that succeeds, it will solve your (and mine) immediate problem. I'll keep you posted. Maciej From matt at monki.org.uk Sat Aug 20 12:44:12 2011 From: matt at monki.org.uk (Matt Willsher) Date: Sat, 20 Aug 2011 11:44:12 +0100 Subject: [csw-users] puppet package does not get SMF manifest imported in non-global zone Message-ID: Hello, I've been trying to get CSWpuppet running in a non-global zone. I've installed puppet and related dependencies in the global zone and added a inherit-pkg-dir dir=/opt/csw to the zone configuration. In the global zone the manifest is getting important and the service started as expected. The perhaps slightly unusual thing about this installation is that I'm using JET to install the various CSW packages, in the order shows by pkgutil -s. The various cas packages are getting installed by this. It's not a massive problem to manually import the manifest via svccfg but it'd be nice if it just worked. Any ideas where I can look to investigate this further? Thanks, Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt at monki.org.uk Sun Aug 21 00:43:57 2011 From: matt at monki.org.uk (Matt Willsher) Date: Sat, 20 Aug 2011 23:43:57 +0100 Subject: [csw-users] puppet package does not get SMF manifest imported in non-global zone In-Reply-To: References: Message-ID: On 20 August 2011 11:44, Matt Willsher wrote: > I've been trying to get CSWpuppet running in a non-global zone. > The perhaps slightly unusual thing about this installation is that I'm using JET to install the various CSW packages, in the order shows by pkgutil -s. Since posting this earlier today I've reached a point at which things are usable. To wit, using JET a global zone is provisioned, OpenCSW components plus puppet installed and non-global sparse root zones created. ?In case it aids someone else, in the JET template for the global zone, CSWcommand and the CSWcas-* pkgs are in custom_packages_1, the rest in custom_packages_n. Putting them all in _1 or _n causing problems either with the class utils not working in all zones or in the first provisioned zone. Splitting them in this way solves those problems. It possible there is a more optimal way of arranging them but this has worked for me so far when other orders have failed in one way or another. I modified jetzone to add an inherit-pkg-dir option so /opt/csw can be included (just copying the inherit rm bits and changing their values and what zonecfg is creates). custom_scripts_n in the zone template calls a script containing: #!/usr/bin/sh /usr/sbin/svccfg import /var/opt/csw/svc/manifest/network/cswpuppetd.xml /usr/sbin/svcadm enable svc:/network/cswpuppetd The aim of the exercise was to get just enough for puppet to kick off and do its stuff, which this so far appears to have achieved. From matt at monki.org.uk Sun Aug 21 11:36:55 2011 From: matt at monki.org.uk (Matt Willsher) Date: Sun, 21 Aug 2011 10:36:55 +0100 Subject: [csw-users] puppet package does not get SMF manifest imported in non-global zone In-Reply-To: References: Message-ID: On 20 August 2011 23:43, Matt Willsher wrote: > On 20 August 2011 11:44, Matt Willsher wrote: > >> I've been trying to get CSWpuppet running in a non-global zone. > >> The perhaps slightly unusual thing about this installation is that I'm using JET to install the various CSW packages, in the order shows by pkgutil -s. > > In case it aids someone else, in the JET template for the > global zone, CSWcommand and the CSWcas-* pkgs are in > custom_packages_1, the rest in custom_packages_n. Putting them all in > _1 or _n causing problems either with the class utils not working in > all zones or in the first provisioned zone. Sorry to reply to myself so much, last mail I promise. All the CSW packages should be in _1. In _n it seems that things aren't quite ready by the time the first zone build kicks off. _1 ensures the installation is being done on the install Solaris global zone so /usr/lib/sadm/install is local and it also means everything is ready by the time the zone builds kick offer in a few reboots time. From maciej at opencsw.org Sun Aug 21 14:24:36 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Sun, 21 Aug 2011 13:24:36 +0100 Subject: [csw-users] puppet package does not get SMF manifest imported in non-global zone In-Reply-To: References: Message-ID: 2011/8/21 Matt Willsher : >> In case it aids someone else, (...) Thanks, Matt for the writeup. It's great to hear that OpenCSW packages are getting integrated into JET powered Solaris installations. If you wish, you could write a short article with examples which we could publish on the OpenCSW website. Maciej From maciej at opencsw.org Wed Aug 24 10:23:54 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Wed, 24 Aug 2011 09:23:54 +0100 Subject: [csw-users] Kerberos packages (1.9.1) are available for testing Message-ID: Hello OpenCSW users, Dagobert and I built the updated, Kerberos libraries. They are available for testing from the experimental area: http://buildfarm.opencsw.org/experimental.html#kerberos64 These packages do not contain the user or server binaries; they only contain the libraries and the development package (mainly .h and .so files). If any of you compile software against Kerberos, this set of packages should come in handy. It should be enough to tell pkgutil to install the libkrb5_lib package, the rest will be pulled in automatically. Please leave any feedback you have. If I receive no bug reports, I'll push the updated packages to unstable. Maciej From maciej at opencsw.org Sat Aug 27 13:43:19 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Sat, 27 Aug 2011 12:43:19 +0100 Subject: [csw-users] Outdated packages e.g. GCC 4.3 instead of 4.6 - reason? ; Suggestion new packages? In-Reply-To: References: Message-ID: Progress update: There are packages available for testing: http://buildfarm.opencsw.org/experimental.html#gcc4 There are Solaris 9 and 10, sparc and i386, with 32-bit and 64-bit targets and libraries. The compiler itself is 32-bit only (but it can generate 64-bit binaries). One big missing bit is the Ada frontend. One large change is that gcc is now compiled into the /opt/csw prefix, meaning that the binaries are in /opt/csw/bin. Please don't install these packages on any production machines, as anything in the experimental directory might change. There's no decision to move gcc from /opt/csw/gcc4 to /opt/csw yet, I have built the packages as a proof of concept, and something for users to try out and see whether they like it. What are your general feelings about having gcc in /opt/csw/bin instead of /opt/csw/gcc4/bin? Maciej From fredstrickland at hotmail.com Mon Aug 29 19:55:52 2011 From: fredstrickland at hotmail.com (Fred Strickland) Date: Mon, 29 Aug 2011 12:55:52 -0500 Subject: [csw-users] Now a Problem Using FireFox In-Reply-To: References: , , , , , , , , , , , , , , , , Message-ID: Good afternoon everyone, I have been working with Peter Bonivart to get my Sun Blade 150 (running Solaris 10) configured so it would run pkgutil and install packages. That major problem has been solved. The first program that I decided to install was FireFox. The install went through to the point I received "Installation of was successful." message. You can see below what happens when I try to execute FireFox. Peter suggested that I pose my question to this list. I hope you guys can tell me what I am doing wrong. Thank you, Fred Strickland From: fredstrickland at hotmail.com To: bonivart at opencsw.org Subject: RE: [Pkgutil-users] Problems Using Pkgutil-- Now a Problem Using FireFox Date: Sun, 28 Aug 2011 13:14:48 -0500 Good afternoon Peter, I thought I was ready to fire up the FireFox program. So I tried it this last night. It didn't work. So this afternoon, I tred to do it as a root user. Still no success. From reading the series of error messages, I am wondering what I should be doing. The error messages are the same for the regular user as it is for the root user. Thank you, $ firefox (firefox-bin:987): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:987): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed (firefox-bin:987): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:987): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed (firefox-bin:987): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:987): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed (firefox-bin:987): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:987): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed (firefox-bin:987): GLib-GObject-WARNING **: g_object_set_valist: object class `GnomeProgram' has no property named `show-crash-dialog' (firefox-bin:987): GLib-GObject-WARNING **: g_object_get_property: object class `GnomeProgram' has no property named `sm-connect' (firefox-bin:987): Gnome-CRITICAL **: file gnome-program.c: line 870: assertion `program != NULL' failed (firefox-bin:987): Gnome-CRITICAL **: file gnome-program.c: line 870: assertion `program != NULL' failed (firefox-bin:987): GLib-GObject-WARNING **: g_object_get_property: object class `GnomeProgram' has no property named `show-crash-dialog' (firefox-bin:987): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:987): Gnome-CRITICAL **: file gnome-program.c: line 740: assertion `GNOME_IS_PROGRAM (program)' failed (firefox-bin:987): Gnome-CRITICAL **: file gnome-program.c: line 739: assertion `program != NULL' failed (firefox-bin:987): GConf-CRITICAL **: file gconf-client.c: line 547: assertion `gconf_valid_key (dirname, NULL)' failed (firefox-bin:987): GLib-GObject-WARNING **: cannot register existing type `GConfClient' (firefox-bin:987): GLib-GObject-CRITICAL **: file gobject.c: line 1088: assertion `G_TYPE_IS_OBJECT (object_type)' failed (firefox-bin:987): GLib-GObject-CRITICAL **: file gobject.c: line 2396: assertion `G_IS_OBJECT (object)' failed Segmentation Fault - core dumped $ # pwd /opt/csw/mozilla/firefox/bin # /opt/csw/mozilla/firefox/bin/firefox Same error lines. From: fredstrickland at hotmail.com To: bonivart at opencsw.org Subject: RE: [Pkgutil-users] Problems Using Pkgutil Date: Fri, 26 Aug 2011 23:15:49 -0500 Good evening, I had to remove the packages and the left-behind directories. That took some time, but I am please to report the install went through. Now, I will need to find the file that launches the program. And I will need to refresh my mind for creating an icon for easy launching. Thank you for your great efforts on my behalf. Fred Installation of was successful. > From: bonivart at opencsw.org > Date: Fri, 26 Aug 2011 09:35:46 +0200 > Subject: Re: [Pkgutil-users] Problems Using Pkgutil > To: fredstrickland at hotmail.com > > On Fri, Aug 26, 2011 at 5:27 AM, Fred Strickland > wrote: > > The results of that UNIX command is in a text file. > > So you have lots of CSW packages on your system, remove those first > and then you can try installing again. > > /peter -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Tue Aug 30 01:06:56 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Tue, 30 Aug 2011 00:06:56 +0100 Subject: [csw-users] Now a Problem Using FireFox In-Reply-To: References: Message-ID: 2011/8/29 Fred Strickland : > I have been working with Peter Bonivart to get my Sun Blade 150 (running > Solaris 10) configured so it would?run pkgutil and install packages.? That > major problem has been solved.? The first program that I decided to install > was FireFox.? The install went through to the point I received "Installation > of was successful." message.? You can see below what happens > when I try to execute FireFox.? Peter suggested that I pose my question to > this?list. > > I hope?you guys can tell me what I am doing wrong. Hi Fred, It is possible that you're doing nothing wrong, but there are library compatibility issues. We've recently looked at refreshing the gtk libraries, but it doesn't look like an easy job. If you want to debug the issue, you could run firefox via truss to see where does the segfault happen. Maciej From fredstrickland at hotmail.com Tue Aug 30 01:11:50 2011 From: fredstrickland at hotmail.com (Fred Strickland) Date: Mon, 29 Aug 2011 18:11:50 -0500 Subject: [csw-users] Now a Problem Using FireFox In-Reply-To: References: , , , , , , , , , , , , , , , , , , Message-ID: I am new person here. I do not understand "truss." Is this a command with the Solaris 10 environment? If the problem is just unique to FireFox, would I be able to install other CSW programs? Or should I stop before debugging for you becomes a problem? Thank you, Fred > From: maciej at opencsw.org > Date: Tue, 30 Aug 2011 00:06:56 +0100 > To: users at lists.opencsw.org > Subject: Re: [csw-users] Now a Problem Using FireFox > > 2011/8/29 Fred Strickland : > > I have been working with Peter Bonivart to get my Sun Blade 150 (running > > Solaris 10) configured so it would run pkgutil and install packages. That > > major problem has been solved. The first program that I decided to install > > was FireFox. The install went through to the point I received "Installation > > of was successful." message. You can see below what happens > > when I try to execute FireFox. Peter suggested that I pose my question to > > this list. > > > > I hope you guys can tell me what I am doing wrong. > > Hi Fred, > > It is possible that you're doing nothing wrong, but there are library > compatibility issues. We've recently looked at refreshing the gtk > libraries, but it doesn't look like an easy job. If you want to debug > the issue, you could run firefox via truss to see where does the > segfault happen. > > Maciej > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From fredstrickland at hotmail.com Tue Aug 30 05:41:52 2011 From: fredstrickland at hotmail.com (Fred Strickland) Date: Mon, 29 Aug 2011 22:41:52 -0500 Subject: [csw-users] Now a Problem Using FireFox In-Reply-To: References: , , , , , , , , , , , , , , , , , , Message-ID: Good evening Maciej and group, I searched on line in order to learn what is a truss command. I have not found the answer yet, but I did find an example of someone using that command. I followed it and here is the result: $ truss -fo /tmp/firefox.log firefox (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed (firefox-bin:990): GLib-GObject-WARNING **: g_object_set_valist: object class `GnomeProgram' has no property named `show-crash-dialog' (firefox-bin:990): GLib-GObject-WARNING **: g_object_get_property: object class `GnomeProgram' has no property named `sm-connect' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 870: assertion `program != NULL' failed (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 870: assertion `program != NULL' failed (firefox-bin:990): GLib-GObject-WARNING **: g_object_get_property: object class `GnomeProgram' has no property named `show-crash-dialog' (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 740: assertion `GNOME_IS_PROGRAM (program)' failed (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 739: assertion `program != NULL' failed (firefox-bin:990): GConf-CRITICAL **: file gconf-client.c: line 547: assertion `gconf_valid_key (dirname, NULL)' failed (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GConfClient' (firefox-bin:990): GLib-GObject-CRITICAL **: file gobject.c: line 1088: assertion `G_TYPE_IS_OBJECT (object_type)' failed (firefox-bin:990): GLib-GObject-CRITICAL **: file gobject.c: line 2396: assertion `G_IS_OBJECT (object)' failed Segmentation Fault - core dumped I hope the foregoing is useful to you. Thank you, Fred > From: maciej at opencsw.org > Date: Tue, 30 Aug 2011 00:06:56 +0100 > To: users at lists.opencsw.org > Subject: Re: [csw-users] Now a Problem Using FireFox > > 2011/8/29 Fred Strickland : > > I have been working with Peter Bonivart to get my Sun Blade 150 (running > > Solaris 10) configured so it would run pkgutil and install packages. That > > major problem has been solved. The first program that I decided to install > > was FireFox. The install went through to the point I received "Installation > > of was successful." message. You can see below what happens > > when I try to execute FireFox. Peter suggested that I pose my question to > > this list. > > > > I hope you guys can tell me what I am doing wrong. > > Hi Fred, > > It is possible that you're doing nothing wrong, but there are library > compatibility issues. We've recently looked at refreshing the gtk > libraries, but it doesn't look like an easy job. If you want to debug > the issue, you could run firefox via truss to see where does the > segfault happen. > > Maciej > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From gadavis at opencsw.org Tue Aug 30 06:28:48 2011 From: gadavis at opencsw.org (Geoff Davis) Date: Mon, 29 Aug 2011 21:28:48 -0700 Subject: [csw-users] Now a Problem Using FireFox In-Reply-To: References: , , , , , , , , , , , , , , , , Message-ID: <4E5C6700.4060209@opencsw.org> On 8/29/2011 8:41 PM, Fred Strickland wrote: > Good evening Maciej and group, > > I searched on line in order to learn what is a truss command. I have > not found the answer yet, but I did find an example of someone using > that command. I followed it and here is the result: > > $ truss -fo /tmp/firefox.log firefox > (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing > type `GnomeProgram' > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: > assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed > (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing > type `GnomeProgram' > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: > assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed > (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing > type `GnomeProgram' > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: > assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed > (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing > type `GnomeProgram' > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: > assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed > (firefox-bin:990): GLib-GObject-WARNING **: g_object_set_valist: > object class `GnomeProgram' has no property named `show-crash-dialog' > (firefox-bin:990): GLib-GObject-WARNING **: g_object_get_property: > object class `GnomeProgram' has no property named `sm-connect' > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 870: > assertion `program != NULL' failed > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 870: > assertion `program != NULL' failed > (firefox-bin:990): GLib-GObject-WARNING **: g_object_get_property: > object class `GnomeProgram' has no property named `show-crash-dialog' > (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing > type `GnomeProgram' > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 740: > assertion `GNOME_IS_PROGRAM (program)' failed > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 739: > assertion `program != NULL' failed > (firefox-bin:990): GConf-CRITICAL **: file gconf-client.c: line 547: > assertion `gconf_valid_key (dirname, NULL)' failed > (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing > type `GConfClient' > (firefox-bin:990): GLib-GObject-CRITICAL **: file gobject.c: line > 1088: assertion `G_TYPE_IS_OBJECT (object_type)' failed > (firefox-bin:990): GLib-GObject-CRITICAL **: file gobject.c: line > 2396: assertion `G_IS_OBJECT (object)' failed > Segmentation Fault - core dumped > > I hope the foregoing is useful to you. > > Thank you, > > > Fred > > > > From: maciej at opencsw.org > > Date: Tue, 30 Aug 2011 00:06:56 +0100 > > To: users at lists.opencsw.org > > Subject: Re: [csw-users] Now a Problem Using FireFox > > > > 2011/8/29 Fred Strickland : > > > I have been working with Peter Bonivart to get my Sun Blade 150 > (running > > > Solaris 10) configured so it would run pkgutil and install > packages. That > > > major problem has been solved. The first program that I decided > to install > > > was FireFox. The install went through to the point I received > "Installation > > > of was successful." message. You can see below what > happens > > > when I try to execute FireFox. Peter suggested that I pose my > question to > > > this list. > > > > > > I hope you guys can tell me what I am doing wrong. > > > > Hi Fred, > > > > It is possible that you're doing nothing wrong, but there are library > > compatibility issues. We've recently looked at refreshing the gtk > > libraries, but it doesn't look like an easy job. If you want to debug > > the issue, you could run firefox via truss to see where does the > > segfault happen. > > > > Maciej > > _______________________________________________ > > users mailing list > > users at lists.opencsw.org > > https://lists.opencsw.org/mailman/listinfo/users > > > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users Hi Fred, Please attach the output of /tmp/firefox.log that truss generated, as it's got the output from truss in it and is necessary to help with the debugging. -------------- next part -------------- An HTML attachment was scrubbed... URL: From fredstrickland at hotmail.com Tue Aug 30 14:18:53 2011 From: fredstrickland at hotmail.com (Fred Strickland) Date: Tue, 30 Aug 2011 07:18:53 -0500 Subject: [csw-users] Now a Problem Using FireFox In-Reply-To: <4E5C6700.4060209@opencsw.org> References: , , , , , , , , , , , , , , , , , <4E5C6700.4060209@opencsw.org> Message-ID: Good morning, I cannot find that log file. I tried using the following commands without any success: find . -name ".log" -print find . -name "log" -print find . -name "firefox" -print find / -name "firefox.log" -print I used su and I executed the command from the top of the file system. The first command had no results. The second command listed out a bunch of lines with the word "log" as the last entry, but none of these prefixed with "firefox." The third command listed out a small number of entries with the last word being "firefox." The fourth command produced nothing. I hope the output below will help. I doubt routing the output to a text file will pick-up any additional insights. I did try to find some information on the Internet for the first line. One web page had something about a missing dot desktop file. I followed the instructions to create a firfox.desktop file. No changes. What should I be attempting? Thank you, Fred Date: Mon, 29 Aug 2011 21:28:48 -0700 From: gadavis at opencsw.org To: users at lists.opencsw.org CC: fredstrickland at hotmail.com Subject: Re: [csw-users] Now a Problem Using FireFox On 8/29/2011 8:41 PM, Fred Strickland wrote: Good evening Maciej and group, I searched on line in order to learn what is a truss command. I have not found the answer yet, but I did find an example of someone using that command. I followed it and here is the result: $ truss -fo /tmp/firefox.log firefox (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed (firefox-bin:990): GLib-GObject-WARNING **: g_object_set_valist: object class `GnomeProgram' has no property named `show-crash-dialog' (firefox-bin:990): GLib-GObject-WARNING **: g_object_get_property: object class `GnomeProgram' has no property named `sm-connect' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 870: assertion `program != NULL' failed (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 870: assertion `program != NULL' failed (firefox-bin:990): GLib-GObject-WARNING **: g_object_get_property: object class `GnomeProgram' has no property named `show-crash-dialog' (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 740: assertion `GNOME_IS_PROGRAM (program)' failed (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 739: assertion `program != NULL' failed (firefox-bin:990): GConf-CRITICAL **: file gconf-client.c: line 547: assertion `gconf_valid_key (dirname, NULL)' failed (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GConfClient' (firefox-bin:990): GLib-GObject-CRITICAL **: file gobject.c: line 1088: assertion `G_TYPE_IS_OBJECT (object_type)' failed (firefox-bin:990): GLib-GObject-CRITICAL **: file gobject.c: line 2396: assertion `G_IS_OBJECT (object)' failed Segmentation Fault - core dumped I hope the foregoing is useful to you. Thank you, Fred > From: maciej at opencsw.org > Date: Tue, 30 Aug 2011 00:06:56 +0100 > To: users at lists.opencsw.org > Subject: Re: [csw-users] Now a Problem Using FireFox > > 2011/8/29 Fred Strickland : > > I have been working with Peter Bonivart to get my Sun Blade 150 (running > > Solaris 10) configured so it would run pkgutil and install packages. That > > major problem has been solved. The first program that I decided to install > > was FireFox. The install went through to the point I received "Installation > > of was successful." message. You can see below what happens > > when I try to execute FireFox. Peter suggested that I pose my question to > > this list. > > > > I hope you guys can tell me what I am doing wrong. > > Hi Fred, > > It is possible that you're doing nothing wrong, but there are library > compatibility issues. We've recently looked at refreshing the gtk > libraries, but it doesn't look like an easy job. If you want to debug > the issue, you could run firefox via truss to see where does the > segfault happen. > > Maciej > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users _______________________________________________ users mailing list users at lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/users Hi Fred, Please attach the output of /tmp/firefox.log that truss generated, as it's got the output from truss in it and is necessary to help with the debugging. -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Tue Aug 30 15:32:59 2011 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 30 Aug 2011 15:32:59 +0200 Subject: [csw-users] Now a Problem Using FireFox In-Reply-To: References: , , , , , , , , , , , , , , , , , <4E5C6700.4060209@opencsw.org> Message-ID: <83198AA6-D8EF-4554-9D8B-B9299B08BA90@opencsw.org> Hi Fred, Am 30.08.2011 um 14:18 schrieb Fred Strickland: > I cannot find that log file. I tried using the following commands without any success: > > find . -name ".log" -print > find . -name "log" -print > find . -name "firefox" -print > find / -name "firefox.log" -print > > I used su and I executed the command from the top of the file system. The first command had no results. The second command listed out a bunch of lines with the word "log" as the last entry, but none of these prefixed with "firefox." The third command listed out a small number of entries with the last word being "firefox." The fourth command produced nothing. You produced /tmp/firefox.log in the truss command below. /tmp is a ram filesystem, it is empty after a reboot. Please rerun the truss below and make the trusslog available for download. Best regards -- Dago > Date: Mon, 29 Aug 2011 21:28:48 -0700 > From: gadavis at opencsw.org > To: users at lists.opencsw.org > CC: fredstrickland at hotmail.com > Subject: Re: [csw-users] Now a Problem Using FireFox > > On 8/29/2011 8:41 PM, Fred Strickland wrote: > Good evening Maciej and group, > > I searched on line in order to learn what is a truss command. I have not found the answer yet, but I did find an example of someone using that command. I followed it and here is the result: > > $ truss -fo /tmp/firefox.log firefox > (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed > (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed > (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed > (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed > (firefox-bin:990): GLib-GObject-WARNING **: g_object_set_valist: object class `GnomeProgram' has no property named `show-crash-dialog' > (firefox-bin:990): GLib-GObject-WARNING **: g_object_get_property: object class `GnomeProgram' has no property named `sm-connect' > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 870: assertion `program != NULL' failed > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 870: assertion `program != NULL' failed > (firefox-bin:990): GLib-GObject-WARNING **: g_object_get_property: object class `GnomeProgram' has no property named `show-crash-dialog' > (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 740: assertion `GNOME_IS_PROGRAM (program)' failed > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 739: assertion `program != NULL' failed > (firefox-bin:990): GConf-CRITICAL **: file gconf-client.c: line 547: assertion `gconf_valid_key (dirname, NULL)' failed > (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GConfClient' > (firefox-bin:990): GLib-GObject-CRITICAL **: file gobject.c: line 1088: assertion `G_TYPE_IS_OBJECT (object_type)' failed > (firefox-bin:990): GLib-GObject-CRITICAL **: file gobject.c: line 2396: assertion `G_IS_OBJECT (object)' failed > Segmentation Fault - core dumped > > I hope the foregoing is useful to you. > > Thank you, > > > Fred > > > > From: maciej at opencsw.org > > Date: Tue, 30 Aug 2011 00:06:56 +0100 > > To: users at lists.opencsw.org > > Subject: Re: [csw-users] Now a Problem Using FireFox > > > > 2011/8/29 Fred Strickland : > > > I have been working with Peter Bonivart to get my Sun Blade 150 (running > > > Solaris 10) configured so it would run pkgutil and install packages. That > > > major problem has been solved. The first program that I decided to install > > > was FireFox. The install went through to the point I received "Installation > > > of was successful." message. You can see below what happens > > > when I try to execute FireFox. Peter suggested that I pose my question to > > > this list. > > > > > > I hope you guys can tell me what I am doing wrong. > > > > Hi Fred, > > > > It is possible that you're doing nothing wrong, but there are library > > compatibility issues. We've recently looked at refreshing the gtk > > libraries, but it doesn't look like an easy job. If you want to debug > > the issue, you could run firefox via truss to see where does the > > segfault happen. > > > > Maciej > > _______________________________________________ > > users mailing list > > users at lists.opencsw.org > > https://lists.opencsw.org/mailman/listinfo/users > > > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users > > Hi Fred, > > Please attach the output of /tmp/firefox.log that truss generated, as it's got the output from truss in it and is necessary to help with the debugging. > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: From skayser at opencsw.org Tue Aug 30 18:27:12 2011 From: skayser at opencsw.org (Sebastian Kayser) Date: Tue, 30 Aug 2011 18:27:12 +0200 Subject: [csw-users] Now a Problem Using FireFox In-Reply-To: References: Message-ID: <20110830162712.GF21790@sebastiankayser.de> Hi Fred, * Fred Strickland wrote: > I have been working with Peter Bonivart to get my Sun Blade 150 (running > Solaris 10) configured so it would run pkgutil and install packages. That > major problem has been solved. The first program that I decided to > install was FireFox. The install went through to the point I received > "Installation of was successful." message. You can see below > what happens when I try to execute FireFox. Peter suggested that I pose > my question to this list. > > I hope you guys can tell me what I am doing wrong. while there's definitly some value in tracking down your problems, let me throw in another option. Are you aware of the Firefox contributed builds (e.g. [1])? We use them internally at our company, although almost all of the other applications that we use stem from the OpenCSW stack. Firefox is a beast of a software and with the contributed build we simply extract the most recent tarball (usually not much behind the official release) in a shared NFS dir - an approach which has worked very fine for us so far. Sebastian [1] http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.20/contrib/solaris_tarball/ From fredstrickland at hotmail.com Tue Aug 30 18:41:12 2011 From: fredstrickland at hotmail.com (Fred Strickland) Date: Tue, 30 Aug 2011 11:41:12 -0500 Subject: [csw-users] Now a Problem Using FireFox In-Reply-To: <20110830162712.GF21790@sebastiankayser.de> References: , , <20110830162712.GF21790@sebastiankayser.de> Message-ID: Good morning, Sounds interesting--of what I understood. Thank you, Fred > Date: Tue, 30 Aug 2011 18:27:12 +0200 > From: skayser at opencsw.org > To: users at lists.opencsw.org > Subject: Re: [csw-users] Now a Problem Using FireFox > > Hi Fred, > > * Fred Strickland wrote: > > I have been working with Peter Bonivart to get my Sun Blade 150 (running > > Solaris 10) configured so it would run pkgutil and install packages. That > > major problem has been solved. The first program that I decided to > > install was FireFox. The install went through to the point I received > > "Installation of was successful." message. You can see below > > what happens when I try to execute FireFox. Peter suggested that I pose > > my question to this list. > > > > I hope you guys can tell me what I am doing wrong. > > while there's definitly some value in tracking down your problems, let > me throw in another option. Are you aware of the Firefox contributed > builds (e.g. [1])? We use them internally at our company, although > almost all of the other applications that we use stem from the OpenCSW > stack. > > Firefox is a beast of a software and with the contributed build we > simply extract the most recent tarball (usually not much behind the > official release) in a shared NFS dir - an approach which has worked > very fine for us so far. > > Sebastian > > [1] http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.20/contrib/solaris_tarball/ > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Tue Aug 30 23:05:39 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Tue, 30 Aug 2011 22:05:39 +0100 Subject: [csw-users] cups-1.5.0 is available for testing Message-ID: Hello OpenCSW users, I've built an updated version of CUPS (1.5.0) with Kerberos bindings. It's available for testing from the experimental area. http://buildfarm.opencsw.org/experimental.html#cups To test it, you will need to subscribe to the opencsw-future catalog: netra ~ # grep opencsw-future /etc/opt/csw/pkgutil.conf mirror=http://mirror.opencsw.org/opencsw-future/unstable/ This will give you the latest Kerberos packages (and more). Once you've subscribed to opencsw-unstable, run the following command to update the catalog cache: pkgutil -U You can now install the cups packages: pkgutil \ -t http://buildfarm.opencsw.org/opencsw/experimental/cups \ -y -i cups (the invocation is broken down into smaller lines to make sure that email line wrapping doesn't get in the way) If you have any questions or comments, feel free to answer to this thread. Maciej From dam at opencsw.org Wed Aug 31 10:16:56 2011 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 31 Aug 2011 10:16:56 +0200 Subject: [csw-users] Now a Problem Using FireFox In-Reply-To: References: , , , , , , , , , , , , , , , , , <4E5C6700.4060209@opencsw.org> Message-ID: <759741A1-3D85-48AB-9D52-5B773B9D2086@opencsw.org> Hi folks, he sent me the trusslog which is now available at http://buildfarm.opencsw.org/~dam/firefox.log Best regards -- Dago Am 30.08.2011 um 14:18 schrieb Fred Strickland: > Date: Mon, 29 Aug 2011 21:28:48 -0700 > From: gadavis at opencsw.org > To: users at lists.opencsw.org > CC: fredstrickland at hotmail.com > Subject: Re: [csw-users] Now a Problem Using FireFox > > On 8/29/2011 8:41 PM, Fred Strickland wrote: > Good evening Maciej and group, > > I searched on line in order to learn what is a truss command. I have not found the answer yet, but I did find an example of someone using that command. I followed it and here is the result: > > $ truss -fo /tmp/firefox.log firefox > (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed > (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed > (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed > (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed > (firefox-bin:990): GLib-GObject-WARNING **: g_object_set_valist: object class `GnomeProgram' has no property named `show-crash-dialog' > (firefox-bin:990): GLib-GObject-WARNING **: g_object_get_property: object class `GnomeProgram' has no property named `sm-connect' > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 870: assertion `program != NULL' failed > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 870: assertion `program != NULL' failed > (firefox-bin:990): GLib-GObject-WARNING **: g_object_get_property: object class `GnomeProgram' has no property named `show-crash-dialog' > (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 740: assertion `GNOME_IS_PROGRAM (program)' failed > (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 739: assertion `program != NULL' failed > (firefox-bin:990): GConf-CRITICAL **: file gconf-client.c: line 547: assertion `gconf_valid_key (dirname, NULL)' failed > (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GConfClient' > (firefox-bin:990): GLib-GObject-CRITICAL **: file gobject.c: line 1088: assertion `G_TYPE_IS_OBJECT (object_type)' failed > (firefox-bin:990): GLib-GObject-CRITICAL **: file gobject.c: line 2396: assertion `G_IS_OBJECT (object)' failed > Segmentation Fault - core dumped > > I hope the foregoing is useful to you. > > Thank you, > > > Fred > > > > From: maciej at opencsw.org > > Date: Tue, 30 Aug 2011 00:06:56 +0100 > > To: users at lists.opencsw.org > > Subject: Re: [csw-users] Now a Problem Using FireFox > > > > 2011/8/29 Fred Strickland : > > > I have been working with Peter Bonivart to get my Sun Blade 150 (running > > > Solaris 10) configured so it would run pkgutil and install packages. That > > > major problem has been solved. The first program that I decided to install > > > was FireFox. The install went through to the point I received "Installation > > > of was successful." message. You can see below what happens > > > when I try to execute FireFox. Peter suggested that I pose my question to > > > this list. > > > > > > I hope you guys can tell me what I am doing wrong. > > > > Hi Fred, > > > > It is possible that you're doing nothing wrong, but there are library > > compatibility issues. We've recently looked at refreshing the gtk > > libraries, but it doesn't look like an easy job. If you want to debug > > the issue, you could run firefox via truss to see where does the > > segfault happen. > > > > Maciej > > _______________________________________________ > > users mailing list > > users at lists.opencsw.org > > https://lists.opencsw.org/mailman/listinfo/users > > > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users > > Hi Fred, > > Please attach the output of /tmp/firefox.log that truss generated, as it's got the output from truss in it and is necessary to help with the debugging. > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: From fredstrickland at hotmail.com Tue Aug 30 18:37:47 2011 From: fredstrickland at hotmail.com (Fred Strickland) Date: Tue, 30 Aug 2011 11:37:47 -0500 Subject: [csw-users] Now a Problem Using FireFox In-Reply-To: <83198AA6-D8EF-4554-9D8B-B9299B08BA90@opencsw.org> References: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , <4E5C6700.4060209@opencsw.org>, , <83198AA6-D8EF-4554-9D8B-B9299B08BA90@opencsw.org> Message-ID: Good morning, I didn't realize and I didn't know that tmp is cleared out during a reboot. Here are the commands that I used to generate the firefox.log file: # truss -fo /tmp/firefox.log firefox truss: cannot find program: firefox # truss -fo /tmp/firefox.log /opt/csw/mozilla/firefox/bin/firefox I have attached the file for you. I see it is a huge file. I understand very little of it. I hope you can figure it out for me. Thank you, Fred From: dam at opencsw.org Date: Tue, 30 Aug 2011 15:32:59 +0200 To: users at lists.opencsw.org Subject: Re: [csw-users] Now a Problem Using FireFox Hi Fred, Am 30.08.2011 um 14:18 schrieb Fred Strickland: I cannot find that log file. I tried using the following commands without any success: find . -name ".log" -print find . -name "log" -print find . -name "firefox" -print find / -name "firefox.log" -print I used su and I executed the command from the top of the file system. The first command had no results. The second command listed out a bunch of lines with the word "log" as the last entry, but none of these prefixed with "firefox." The third command listed out a small number of entries with the last word being "firefox." The fourth command produced nothing. You produced /tmp/firefox.log in the truss command below. /tmp is a ram filesystem, it is empty after a reboot. Please rerun the truss below and make the trusslog available for download. Best regards -- Dago Date: Mon, 29 Aug 2011 21:28:48 -0700 From: gadavis at opencsw.org To: users at lists.opencsw.org CC: fredstrickland at hotmail.com Subject: Re: [csw-users] Now a Problem Using FireFox On 8/29/2011 8:41 PM, Fred Strickland wrote: Good evening Maciej and group, I searched on line in order to learn what is a truss command. I have not found the answer yet, but I did find an example of someone using that command. I followed it and here is the result: $ truss -fo /tmp/firefox.log firefox (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed (firefox-bin:990): GLib-GObject-WARNING **: g_object_set_valist: object class `GnomeProgram' has no property named `show-crash-dialog' (firefox-bin:990): GLib-GObject-WARNING **: g_object_get_property: object class `GnomeProgram' has no property named `sm-connect' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 870: assertion `program != NULL' failed (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 870: assertion `program != NULL' failed (firefox-bin:990): GLib-GObject-WARNING **: g_object_get_property: object class `GnomeProgram' has no property named `show-crash-dialog' (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 740: assertion `GNOME_IS_PROGRAM (program)' failed (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 739: assertion `program != NULL' failed (firefox-bin:990): GConf-CRITICAL **: file gconf-client.c: line 547: assertion `gconf_valid_key (dirname, NULL)' failed (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GConfClient' (firefox-bin:990): GLib-GObject-CRITICAL **: file gobject.c: line 1088: assertion `G_TYPE_IS_OBJECT (object_type)' failed (firefox-bin:990): GLib-GObject-CRITICAL **: file gobject.c: line 2396: assertion `G_IS_OBJECT (object)' failed Segmentation Fault - core dumped I hope the foregoing is useful to you. Thank you, Fred > From: maciej at opencsw.org > Date: Tue, 30 Aug 2011 00:06:56 +0100 > To: users at lists.opencsw.org > Subject: Re: [csw-users] Now a Problem Using FireFox > > 2011/8/29 Fred Strickland : > > I have been working with Peter Bonivart to get my Sun Blade 150 (running > > Solaris 10) configured so it would run pkgutil and install packages. That > > major problem has been solved. The first program that I decided to install > > was FireFox. The install went through to the point I received "Installation > > of was successful." message. You can see below what happens > > when I try to execute FireFox. Peter suggested that I pose my question to > > this list. > > > > I hope you guys can tell me what I am doing wrong. > > Hi Fred, > > It is possible that you're doing nothing wrong, but there are library > compatibility issues. We've recently looked at refreshing the gtk > libraries, but it doesn't look like an easy job. If you want to debug > the issue, you could run firefox via truss to see where does the > segfault happen. > > Maciej > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users _______________________________________________ users mailing list users at lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/users Hi Fred, Please attach the output of /tmp/firefox.log that truss generated, as it's got the output from truss in it and is necessary to help with the debugging. _______________________________________________ users mailing list users at lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/users -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 _______________________________________________ users mailing list users at lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: firefox.log Type: application/octet-stream Size: 557261 bytes Desc: not available URL: From fredstrickland at hotmail.com Wed Aug 31 03:35:46 2011 From: fredstrickland at hotmail.com (Fred Strickland) Date: Tue, 30 Aug 2011 20:35:46 -0500 Subject: [csw-users] Now a Problem Using FireFox In-Reply-To: References: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , < 4E5C6700 .4060209@opencsw.org>, , <83198AA6-D8EF-4554-9D8B-B9299B08BA90@opencsw.org>, Message-ID: Good evening everyone, I had uploaded a 545 KB size file. I didn't know that it would bump into a size limit. I am resending this message with the same document in a zipped form. It appears to be 46 KB in size. Thank you, Fred From: fredstrickland at hotmail.com To: users at lists.opencsw.org Subject: RE: [csw-users] Now a Problem Using FireFox Date: Tue, 30 Aug 2011 11:37:47 -0500 Good morning, I didn't realize and I didn't know that tmp is cleared out during a reboot. Here are the commands that I used to generate the firefox.log file: # truss -fo /tmp/firefox.log firefox truss: cannot find program: firefox # truss -fo /tmp/firefox.log /opt/csw/mozilla/firefox/bin/firefox I have attached the file for you. I see it is a huge file. I understand very little of it. I hope you can figure it out for me. Thank you, Fred From: dam at opencsw.org Date: Tue, 30 Aug 2011 15:32:59 +0200 To: users at lists.opencsw.org Subject: Re: [csw-users] Now a Problem Using FireFox Hi Fred, Am 30.08.2011 um 14:18 schrieb Fred Strickland: I cannot find that log file. I tried using the following commands without any success: find . -name ".log" -print find . -name "log" -print find . -name "firefox" -print find / -name "firefox.log" -print I used su and I executed the command from the top of the file system. The first command had no results. The second command listed out a bunch of lines with the word "log" as the last entry, but none of these prefixed with "firefox." The third command listed out a small number of entries with the last word being "firefox." The fourth command produced nothing. You produced /tmp/firefox.log in the truss command below. /tmp is a ram filesystem, it is empty after a reboot. Please rerun the truss below and make the trusslog available for download. Best regards -- Dago Date: Mon, 29 Aug 2011 21:28:48 -0700 From: gadavis at opencsw.org To: users at lists.opencsw.org CC: fredstrickland at hotmail.com Subject: Re: [csw-users] Now a Problem Using FireFox On 8/29/2011 8:41 PM, Fred Strickland wrote: Good evening Maciej and group, I searched on line in order to learn what is a truss command. I have not found the answer yet, but I did find an example of someone using that command. I followed it and here is the result: $ truss -fo /tmp/firefox.log firefox (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed (firefox-bin:990): GLib-GObject-WARNING **: g_object_set_valist: object class `GnomeProgram' has no property named `show-crash-dialog' (firefox-bin:990): GLib-GObject-WARNING **: g_object_get_property: object class `GnomeProgram' has no property named `sm-connect' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 870: assertion `program != NULL' failed (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 870: assertion `program != NULL' failed (firefox-bin:990): GLib-GObject-WARNING **: g_object_get_property: object class `GnomeProgram' has no property named `show-crash-dialog' (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram' (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 740: assertion `GNOME_IS_PROGRAM (program)' failed (firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 739: assertion `program != NULL' failed (firefox-bin:990): GConf-CRITICAL **: file gconf-client.c: line 547: assertion `gconf_valid_key (dirname, NULL)' failed (firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GConfClient' (firefox-bin:990): GLib-GObject-CRITICAL **: file gobject.c: line 1088: assertion `G_TYPE_IS_OBJECT (object_type)' failed (firefox-bin:990): GLib-GObject-CRITICAL **: file gobject.c: line 2396: assertion `G_IS_OBJECT (object)' failed Segmentation Fault - core dumped I hope the foregoing is useful to you. Thank you, Fred > From: maciej at opencsw.org > Date: Tue, 30 Aug 2011 00:06:56 +0100 > To: users at lists.opencsw.org > Subject: Re: [csw-users] Now a Problem Using FireFox > > 2011/8/29 Fred Strickland : > > I have been working with Peter Bonivart to get my Sun Blade 150 (running > > Solaris 10) configured so it would run pkgutil and install packages. That > > major problem has been solved. The first program that I decided to install > > was FireFox. The install went through to the point I received "Installation > > of was successful." message. You can see below what happens > > when I try to execute FireFox. Peter suggested that I pose my question to > > this list. > > > > I hope you guys can tell me what I am doing wrong. > > Hi Fred, > > It is possible that you're doing nothing wrong, but there are library > compatibility issues. We've recently looked at refreshing the gtk > libraries, but it doesn't look like an easy job. If you want to debug > the issue, you could run firefox via truss to see where does the > segfault happen. > > Maciej > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users _______________________________________________ users mailing list users at lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/users Hi Fred, Please attach the output of /tmp/firefox.log that truss generated, as it's got the output from truss in it and is necessary to help with the debugging. _______________________________________________ users mailing list users at lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/users -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 _______________________________________________ users mailing list users at lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: firefox.zip Type: application/zip Size: 46838 bytes Desc: not available URL: From fredstrickland at hotmail.com Wed Aug 31 03:38:54 2011 From: fredstrickland at hotmail.com (Fred Strickland) Date: Tue, 30 Aug 2011 20:38:54 -0500 Subject: [csw-users] FW: Now a Problem Using FireFox In-Reply-To: References: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , < 4E5C6700 , .4060209@opencsw.org>, , <83198AA6-D8EF-4554-9D8B-B9299B08BA90@opencsw.org>, , Message-ID: Good evening everyone, I had uploaded a 545 KB size file. I didn't know that it would bump into a size limit. I am resending this message with the same document in a zipped form. It appears to be 46 KB in size. Thank you, Fred Message body is too big: 81819 bytes with a limit of 64 KB From: fredstrickland at hotmail.com To: users at lists.opencsw.org Subject: RE: [csw-users] Now a Problem Using FireFox Date: Tue, 30 Aug 2011 11:37:47 -0500 Good morning, I didn't realize and I didn't know that tmp is cleared out during a reboot. Here are the commands that I used to generate the firefox.log file: # truss -fo /tmp/firefox.log firefox truss: cannot find program: firefox # truss -fo /tmp/firefox.log /opt/csw/mozilla/firefox/bin/firefox I have attached the file for you. I see it is a huge file. I understand very little of it. I hope you can figure it out for me. Thank you, Fred -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: firefox.zip Type: application/zip Size: 46838 bytes Desc: not available URL: From maciej at opencsw.org Wed Aug 31 15:41:11 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Wed, 31 Aug 2011 14:41:11 +0100 Subject: [csw-users] Outdated packages e.g. GCC 4.3 instead of 4.6 - reason? ; Suggestion new packages? In-Reply-To: References: Message-ID: 2011/8/27 Maciej Blizi?ski : > What are your general feelings about having gcc in /opt/csw/bin > instead of /opt/csw/gcc4/bin? I'll take the silence as positive feelings. I've updated the package in experimental to the Debian style naming with the version in the suffix, e.g. gcc-4.6. Alternatives are used to symlink from /opt/csw/bin/gcc to /opt/csw/bin/gcc-4.6. The newly built packages have passed the smoke test. If you wish to test the packages, here's how: 1. Make sure you're subscribed to the opencsw-future catalog (via /etc/opt/csw/pkgutil.conf) 2. Run pkgutil with the -t flag to install gcc. http://mirror.opencsw.org/opencsw-future/unstable/ pkgutil -t http://buildfarm.opencsw.org/opencsw/experimental/gcc4 \ -y -i gcc4core I highly recommend testing them, it's better to catch potential issues now rather than later. Maciej