You are not logged in.

#1 2007-04-24 20:18:27

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

gnome-system-tools unstable upgrade

its still on /opt/gnome dir???? why is that? why not compile the 2.18 system tools?


Its a sick world we live in....

Offline

#2 2007-04-24 22:52:26

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: gnome-system-tools unstable upgrade

i hope this will help tongue

# Generated by makepkg 3.0.0
# Tue Apr 24 10:23:51 AZOST 2007
#packager = SickHate <sickhate@tux-linux.net>
pkgname=liboobs
pkgver=2.18.1
pkgrel=1
pkgdesc="lib for system-tools-backends"
url ="http://www.gnome.org/"
source=(http://ftp.gnome.org/pub/gnome/sources/liboobs/2.18/$pkgname-$pkgver.tar.gz)
arch = (i686)
license = GPL
depend = (system-tools-backends)
makedepends=()
provides=()
conflicts=()
replaces=()
backup=()

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}


pkgname=system-tools-backends
pkgver=2.2.1
pkgrel=1
pkgdesc="Backends for Gnome System Tools"
arch=(i686 x86_64)
url="http://www.gnome.org/projects/gst/"
license=(GPL)
depends=('perl')
makedepends=('intltool' 'sed')
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/2.2/$pkgname-$pkgver.tar.bz2)

build() {
source /etc/profile.d/gnome.sh

  cd $startdir/src/$pkgname-$pkgver
  find . -name Makefile.in -exec sed -i -e 's/-scrollkeeper-update.*//' {} \;
  if [ -f omf.make ]; then
    sed -i -e 's/-scrollkeeper-update.*//' omf.make
  fi


  ./configure --prefix=/usr
  # lalala hack for always apply changes to the source, remove if it goes to extra.
  make clean
  make || return 1

  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1  DESTDIR=$startdir/pkg install
}

pkgname=gnome-system-tools
pkgver=2.18.1
pkgrel=1
pkgdesc="Gnome System Configuration Utilities"
arch=(i686 x86_64)
url="http://www.gnome.org/projects/gst/"
license=(GPL)
options=(NOLIBTOOL)
depends=('libgnomeui>=2.9.0' 'libglade>=2.4.0' 'gconf>=2.2.0' 'system-tools-backends>=1.1.92')
makedepends=('intltool' 'sed')
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/2.18/$pkgname-$pkgver.tar.bz2 )

build() {
source /etc/profile.d/gnome.sh

  cd $startdir/src/$pkgname-$pkgver
  find . -name Makefile.in -exec sed -i -e 's/-scrollkeeper-update.*//' {} \;
  if [ -f omf.make ]; then
    sed -i -e 's/-scrollkeeper-update.*//' omf.make
  fi

  ./configure --prefix=/usr --disable-network --enable-boot --disable-scrollkeeper
  make || return 1

  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1  DESTDIR=$startdir/pkg install
}



works for me smile

Last edited by sickhate (2007-04-24 23:04:38)


Its a sick world we live in....

Offline

#3 2007-04-25 14:07:22

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: gnome-system-tools unstable upgrade

well can any developers explain why not the upgrade?...this was only a little help..i hope..


Its a sick world we live in....

Offline

#4 2007-04-25 22:53:01

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: gnome-system-tools unstable upgrade

I don't maintain unstable packages, and neither do I support gnome-system-tools. If everything calms down on the packagers side, I could take a shot at upgrading these things, but until then, I don't expect anything to change with gnome-system-tools.

Offline

#5 2007-04-26 03:46:17

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: gnome-system-tools unstable upgrade

why not that these one? it seems work fine for me...now that gnome is on usr its simple to compile these ones...


Its a sick world we live in....

Offline

#6 2007-05-19 23:16:12

cdude
Member
Registered: 2006-06-16
Posts: 16

Re: gnome-system-tools unstable upgrade

It is not Unstable anymore, system-tools-backends 2.2.x is the stable branch.  http://system-tools-backends.freedeskto … nload.html

sickhate's PKGBUILD for System-tools-backends builds and installs, but it doesn't work; I keep getting an error message when I run any gnome-system-tool.

The configuration could not be loaded
You are not allowed to access the system configuration.

It needs to be patched for Arch Linux support. until then, none of gnome-system-tools will work.

An update will indeed be much appreciated.

Thanks

Offline

#7 2007-05-20 07:54:27

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: gnome-system-tools unstable upgrade

it still works..its working now...its strnage why it would not...


Its a sick world we live in....

Offline

#8 2007-05-21 23:36:39

cdude
Member
Registered: 2006-06-16
Posts: 16

Re: gnome-system-tools unstable upgrade

sickhate wrote:

it still works..its working now...its strnage why it would not...

hmm .. do u have "admin" group? I have "adm", the Arch Linux default. This is the output of my groups command

> groups

adm wheel log network video audio optical floppy storage scanner camera users

Is yours different?

thanks for the reply btw.

Edit:
here is an example error output if running gnome-system-tools from command prompt.

> sudo services-admin

(services-admin:7218): Liboobs-WARNING **: There was an unknown error communicating with the backends: Process /usr/bin/system-tools-backends exited with status 0

It seems that liboobs is the problem?

Last edited by cdude (2007-05-22 01:00:22)

Offline

#9 2007-05-24 08:20:04

Lord_Bad
Member
Registered: 2005-04-17
Posts: 54

Re: gnome-system-tools unstable upgrade

Same problem here. I built the packages today - all went fine. But when I try to run some application from the gst it says :

You are not allowed to access the system configuration.

I'll investigate the issue further as soon as I have time, but if anyone has idea what is wrong I'll be thankful to hear it.

Offline

#10 2007-05-31 01:22:07

cdude
Member
Registered: 2006-06-16
Posts: 16

Re: gnome-system-tools unstable upgrade

This error message seems pretty common, even amongst users of other distros http://www.google.com/search?q=You+are+ … =firefox-a hmm

There solution they have is irrelevant to Arch Linux. I believe "system-tools-backends" package needs to be patched in order to work with Arch Linux. Take a look at the patch gst-arch.patch, you'll find it in the older version in the abs tree. (/var/abs/unstable/gnome/system-tools-backends/gst-arch.patch) I fiddled with it a little, but still no go.

Offline

Board footer

Powered by FluxBB