From duncan.gibson at xs4all.nl Thu Mar 11 21:25:22 2010 From: duncan.gibson at xs4all.nl (Duncan Gibson) Date: Thu, 11 Mar 2010 21:25:22 +0100 Subject: gnome-2.28.2 updates for Lunar In-Reply-To: <9fb76ae973c8e6fba451272d04e8beb2.squirrel@webmail.xs4all.nl> References: <9fb76ae973c8e6fba451272d04e8beb2.squirrel@webmail.xs4all.nl> Message-ID: > I've almost completed all of the modules on the jhbuild list, but > have become stuck on DeviceKit-power with its undefined references, > and all of the ones on the versions-2.82 list that depend on it, such > as gdm and gnome-session. I've searched the web, but haven't found > the clue that I need to solve this. The DeviceKit-power problem was resolved by upgrading to udev-151. [SYSFS_DEPRECATED_v2 and GFS2_FS both need to be unset in the kernel to be able to install udev-151, so you may need a kernel rebuild] Almost all of the other modules in the versions-2.28.2-annotated.txt have now been built, except for some of the perl and java bindings. Lunar fix highlighted problems between gnome-build and anjuta2, but I then found that gnome-build has been deprecated since GNOME 2.25.x and it's functionality integrated into anjuta anyway. I haven't been through all of the other modules to find which are also deprecated. I've been able to run 'gdm' and play around with some of the apps, but I've never been a GNOME user, so I would appreciate if someone who really knows GNOME could take a look at what I've been doing. The modules that I have updated are available on the gnome branch of git://lunar-linux.org/~engelsman/moonbase.git (note the '~') Cheers Duncan / engelsman -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: versions-2.28.2-annotated.txt URL: From samuel.verstraete at gmail.com Wed Mar 17 13:21:54 2010 From: samuel.verstraete at gmail.com (samuel) Date: Wed, 17 Mar 2010 13:21:54 +0100 Subject: [Lunar-commits] gtk+-2: remove the --enable-debug=no... Most STUPID addition ever... default is minimal debugging which solves a lot of problems of gtk+-2. This has quite possibly even prevented us from upgrading to 2.18.x In-Reply-To: <20100317090510.85783F5040@doppio.foo-projects.org> References: <20100317090510.85783F5040@doppio.foo-projects.org> Message-ID: * just documenting this commit (and proving my point ;) ) http://library.gnome.org/devel/gtk/2.16/gtk-building.html --enable-debug. * Turns on various amounts of debugging support. Setting this to 'no' disables g_assert(), g_return_if_fail(), g_return_val_if_fail() and all cast checks between different object types. Setting it to 'minimum' disables only cast checks. Setting it to 'yes' enables runtime debugging. The default is 'minimum'. Note that 'no' is fast, but dangerous as it tends to destabilize even mostly bug-free software by changing the effect of many bugs from simple warnings into fatal crashes. Thus --enable-debug=no should *not* be used for stable releases of GTK+. On Wed, Mar 17, 2010 at 10:03 AM, Samuel Verstraete < elangelo at lunar-linux.org> wrote: > commit 650e4fed6d5d05a82c51dae325035c6a1603e733 > Author: Samuel Verstraete > Date: Wed Mar 17 10:03:40 2010 +0100 > > gtk+-2: remove the --enable-debug=no... > Most STUPID addition ever... default is minimal debugging which solves a > lot of problems of gtk+-2. This has quite possibly even prevented us > from upgrading to 2.18.x > --- > graphics/gtk+-2/BUILD | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/graphics/gtk+-2/BUILD b/graphics/gtk+-2/BUILD > index ceb4f11..58564f9 100644 > --- a/graphics/gtk+-2/BUILD > +++ b/graphics/gtk+-2/BUILD > @@ -15,7 +15,7 @@ > > if [ "$USE_XINPUT" == "y" ]; then > # XInput support is needed for Wacom tablets to work in GIMP > - OPTS+=" --with-xinput=yes --enable-debug=no" > + OPTS+=" --with-xinput=yes" > fi && > > default_build > _______________________________________________ > Lunar-commits mailing list > Lunar-commits at lunar-linux.org > http://foo-projects.org/mailman/listinfo/lunar-commits > -------------- next part -------------- An HTML attachment was scrubbed... URL: From duncan.gibson at xs4all.nl Sat Mar 27 13:05:49 2010 From: duncan.gibson at xs4all.nl (Duncan Gibson) Date: Sat, 27 Mar 2010 13:05:49 +0100 Subject: gnome-2.28.2 updates for Lunar In-Reply-To: References: <9fb76ae973c8e6fba451272d04e8beb2.squirrel@webmail.xs4all.nl> Message-ID: <6044f07359bbc8afcb34430edc12b9dd.squirrel@webmail.xs4all.nl> > Almost all of the other modules in the versions-2.28.2-annotated.txt > have now been built, except for some of the perl and java bindings. > [...] > I've been able to run 'gdm' and play around with some of the apps, > but I've never been a GNOME user, so I would appreciate if someone > who really knows GNOME could take a look at what I've been doing. > > The modules that I have updated are available on the gnome branch > of git://lunar-linux.org/~engelsman/moonbase.git (note the '~') I *had* gdm running, but after applying a couple of weeks of updates to the main moonbase, I can't get a proper session going. I saw in the #lunar scrollback that lazyape said he has the complete Gnome-2.28.2 (or was it later) installed in his moonbase, but I'm afk whenever he's around. So, lazyape, if you read this, is it possible for you to upload a list of your installed modules or maybe even a tarball of your moonbase? It might be helpful to have a working Gnome in moonbase before the 1.6.5 ISO is announced to the world... Cheers D.