Gnome system tools

Xorg, Compiz, KDE / Gnome / Xfce / Fluxbox / e17 / fvwm ... GDM/KDM/XDM...
Répondre
astreides
Chu Ko Nu
Messages : 433
Inscription : dim. 27 janv. 2008, 09:37

Gnome system tools

Message par astreides »

bonjour
Voilà, il m'est impossible d'installer gnome-system-tools sur x86_64 avec yaourt, me dit qu'il n'y est plus?

Comment faire alors ?

merci
Avatar de l’utilisateur
tuxce
Maître du Kyudo
Messages : 6677
Inscription : mer. 12 sept. 2007, 16:03

Message par tuxce »

salut, réponse de base (mais comme ca n'a pas été spécifié):

Code : Tout sélectionner

yaourt -Syy
astreides
Chu Ko Nu
Messages : 433
Inscription : dim. 27 janv. 2008, 09:37

Message par astreides »

Ok , fait yaourt -Syy

Puis yaourt -S gnome-system ...
Et voilà :
==> Downloading gnome-system-tools PKGBUILD from AUR...
==> WARNING: It seems like gnome-system-tools was removed from AUR probably for security reason. Please Abort
gnome-system-tools 2.20.0-5 (NOT SAFE): Gnome System Configuration Utilities

==> gnome-system-tools dependencies:
- wireless_tools (already installed)
- liboobs (already installed)
- nautilus (already installed)
- libgnomeui (already installed)
- libglade (already installed)
- perlxml (already installed)
- gnome-doc-utils (already installed)
- pkgconfig (already installed)
==> Edit the PKGBUILD (recommended: this package is not safe) ? [Y/n] ("A" to abort)
==> ----------------------------------------------
==>y

Please add $EDITOR to your environment variables
for example:
==> Edit PKGBUILD with: (replace gvim with your favorite editor)

==> Edit ./PKGBUILD with: gedit

==> gnome-system-tools dependencies:
- wireless_tools (already installed)
- liboobs (already installed)
- nautilus (already installed)
- libgnomeui (already installed)
- libglade (already installed)
- perlxml (already installed)
- gnome-doc-utils (already installed)
- pkgconfig (already installed)

==> WARNING: This PKGBUILD contains install file that can be dangerous.
gnome-system-tools.install
==> This package is not marked as safe. Edit gnome-system-tools.install ? [Y/n] ("A" to abort)
==> ----------------------------------------------
==>y

==> Continue the building of 'gnome-system-tools'? [Y/n]
==> ----------------------------------------------
==>y



==> Building and installing package
==> ERREUR: Fakeroot doit être installé si l'option 'fakeroot' est utilisé.
dans le tableau BUILDENV dans /etc/makepkg.conf.
Error: Makepkg was unable to build gnome-system-tools package.

[james@sheva ~]$ yaourt -Syy
You're not allowed to launch /usr/bin/pacman with sudo
Please enter root password
Mot de passe :
:: Synchronisation des bases de données de paquets...
core 23,7K 47,7K/s 00:00:00 [#####################] 100%
extra 303,3K 267,8K/s 00:00:01 [#####################] 100%
community 335,9K 291,3K/s 00:00:01 [#####################] 100%
archlinuxfr 8,7K 231,3K/s 00:00:00 [#####################] 100%
La base de données locale est à jour.
[james@sheva ~]$ yaourt -S gnome-system-tools system-tools-backend
==> Resuming previous build

==> Downloading gnome-system-tools PKGBUILD from AUR...
==> WARNING: It seems like gnome-system-tools was removed from AUR probably for security reason. Please Abort
gnome-system-tools 2.20.0-5 (NOT SAFE): Gnome System Configuration Utilities

==> gnome-system-tools dependencies:
- wireless_tools (already installed)
- liboobs (already installed)
- nautilus (already installed)
- libgnomeui (already installed)
- libglade (already installed)
- perlxml (already installed)
- gnome-doc-utils (already installed)
- pkgconfig (already installed)
==> Edit the PKGBUILD (recommended: this package is not safe) ? [Y/n] ("A" to abort)
==> ----------------------------------------------
==>y

Please add $EDITOR to your environment variables
for example:
==> Edit PKGBUILD with: (replace gvim with your favorite editor)

==> Edit ./PKGBUILD with: gedit

==> gnome-system-tools dependencies:
- wireless_tools (already installed)
- liboobs (already installed)
- nautilus (already installed)
- libgnomeui (already installed)
- libglade (already installed)
- perlxml (already installed)
- gnome-doc-utils (already installed)
- pkgconfig (already installed)

==> WARNING: This PKGBUILD contains install file that can be dangerous.
gnome-system-tools.install
==> This package is not marked as safe. Edit gnome-system-tools.install ? [Y/n] ("A" to abort)
==> ----------------------------------------------
==>y

==> Continue the building of 'gnome-system-tools'? [Y/n]
==> ----------------------------------------------
==>y



==> Building and installing package
==> ERREUR: Fakeroot doit être installé si l'option 'fakeroot' est utilisé.
dans le tableau BUILDENV dans /etc/makepkg.conf.
Error: Makepkg was unable to build gnome-system-tools package.


==> Downloading system-tools-backend PKGBUILD from AUR...
Error: system-tools-backend not found in AUR.

Merci
Avatar de l’utilisateur
marc[i1]
Maître du Kyudo
Messages : 1753
Inscription : ven. 27 oct. 2006, 10:48
Localisation : Nantes (44)

Message par marc[i1] »

astreides a écrit : ==> ERREUR: Fakeroot doit être installé si l'option 'fakeroot' est utilisé.
dans le tableau BUILDENV dans /etc/makepkg.conf.
Ne vous emmerdez plus, emmerdez les autres.
Avatar de l’utilisateur
tuxce
Maître du Kyudo
Messages : 6677
Inscription : mer. 12 sept. 2007, 16:03

Message par tuxce »

tiens je savais pas qu'il pouvait y avoir une différence entre les dépot selon l'architecture...
gnome-system-tools est dispo sur community sous x86
astreides
Chu Ko Nu
Messages : 433
Inscription : dim. 27 janv. 2008, 09:37

Message par astreides »

/etc/makepkg.conf:

#
# /etc/makepkg.conf
#

#########################################################################
# SOURCE ACQUISITION
#########################################################################
#
#-- The download utilities that makepkg should use to acquire sources
# Format: 'protocol::agent'
DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3'
'http::/usr/bin/wget -c -t 3 --waitretry=3'
'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate'
'rsync::/usr/bin/rsync -z'
'scp::/usr/bin/scp -C')

# Other common tools:
# /usr/bin/snarf
# /usr/bin/lftpget -c
# /usr/bin/curl

#########################################################################
# ARCHITECTURE, COMPILE FLAGS
#########################################################################
#
CARCH="x86_64"
CHOST="x86_64-unknown-linux-gnu"

#-- Exclusive: will only run on -march=x86-64
# -march (or -mcpu) builds exclusively for an architecture
# -mtune optimizes for an architecture, but builds for whole processor family
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe"
CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe"
#-- Make Flags: change this for DistCC/SMP systems
#MAKEFLAGS="-j2"

#########################################################################
# BUILD ENVIRONMENT
#########################################################################
#
# Defaults: BUILDENV=(fakeroot !distcc color !ccache !xdelta)
# A negated environment option will do the opposite of the comments below.
#
#-- fakeroot: Allow building packages as a non-root user
#-- distcc: Use the Distributed C/C++/ObjC compiler
#-- color: Colorize output messages
#-- ccache: Use ccache to cache compilation
#-- xdelta: Generate delta patch from previous to current package
#
BUILDENV=(fakeroot !distcc color !ccache !xdelta)
#
#-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
#-- specify a space-delimited list of hosts running in the DistCC cluster.
#DISTCC_HOSTS=""

#########################################################################
# GLOBAL PACKAGE OPTIONS
# These are default values for the options=() settings
#########################################################################
#
# Default: OPTIONS=(strip !docs libtool emptydirs)
# A negated option will do the opposite of the comments below.
#
#-- strip: Strip symbols from binaries/libraries
#-- docs: Save doc and info directories
#-- libtool: Leave libtool (.la) files in packages
#-- emptydirs: Leave empty directories in packages
#
OPTIONS=(strip !docs libtool emptydirs)

#-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
INTEGRITY_CHECK=(md5)
#-- Info and doc directories to remove (if option set correctly above)
DOC_DIRS=(usr/{,share/}{info,doc,gtk-doc} opt/gnome/{,share/}{info,doc,gtk-doc})

#########################################################################
# PACKAGE OUTPUT
#########################################################################
#
# Default: put built package and cached source in build directory
#
#-- Destination: specify a fixed directory where all packages will be placed
#PKGDEST=/home/packages
#-- Source cache: specify a fixed directory where source files will be cached
#SRCDEST=/home/sources
#-- Source root: specify location where PKGBUILDs are located for '--builddeps'
#SRCROOT=/home/pkgbuilds
#-- Packager: name/email of the person or organization building packages
#PACKAGER="John Doe <john@doe.com>"

#########################################################################
# BUILDSCRIPT/EXTENSION DEFAULTS
#########################################################################
#
# WARNING: Do NOT modify these variables unless you know what you are
# doing.
#
BUILDSCRIPT='PKGBUILD'
PKGEXT='.pkg.tar.gz'
SRCEXT='.src.tar.gz'
DB_COMPRESSION='gz'
DB_CHECKSUMS=(md5)

# vim: set ft=sh ts=2 sw=2 et:
Avatar de l’utilisateur
FredBezies
Elfe
Messages : 572
Inscription : ven. 21 déc. 2007, 21:25
Localisation : Biganos (33)
Contact :

Message par FredBezies »

tuxce a écrit :tiens je savais pas qu'il pouvait y avoir une différence entre les dépot selon l'architecture...
gnome-system-tools est dispo sur community sous x86
Oui, mais la version x86_64, c'est "va voir ailleurs" :(

Il faut avant toute chose installer les system-tools-backends

Ensuite, la compilation devrait se faire sans trop de problème.

Enfin, ne pas oublier :

1) de rajouter stb-admin comme groupe à l'utilisateur ayant le droit d'accéder aux "gnome-system-tools"

2) de rajouter "stbd" (sans les guillemets) dans la ligne DAEMONS du fichier /etc/rc.conf
"Ceux qui sont prêts à sacrifier une liberté essentielle pour acheter une sûreté passagère, ne méritent ni l'une ni l'autre." (Benjamin Franklin)
Avatar de l’utilisateur
marc[i1]
Maître du Kyudo
Messages : 1753
Inscription : ven. 27 oct. 2006, 10:48
Localisation : Nantes (44)

Message par marc[i1] »

astreides a écrit : ==> ERREUR: Fakeroot doit être installé si l'option 'fakeroot' est utilisé.
cela signifie que tu doit installer fakeroot !!!
Ne vous emmerdez plus, emmerdez les autres.
astreides
Chu Ko Nu
Messages : 433
Inscription : dim. 27 janv. 2008, 09:37

Message par astreides »

Fakeroot installé

et voilà

yaourt -S gnome-system-tools system-tools-backend
==> Resuming previous build

==> Downloading gnome-system-tools PKGBUILD from AUR...
==> WARNING: It seems like gnome-system-tools was removed from AUR probably for security reason. Please Abort
gnome-system-tools 2.20.0-5 (NOT SAFE): Gnome System Configuration Utilities

==> gnome-system-tools dependencies:
- wireless_tools (already installed)
- liboobs (already installed)
- nautilus (already installed)
- libgnomeui (already installed)
- libglade (already installed)
- perlxml (already installed)
- gnome-doc-utils (already installed)
- pkgconfig (already installed)
==> Edit the PKGBUILD (recommended: this package is not safe) ? [Y/n] ("A" to abort)
==> ----------------------------------------------
==>y

Please add $EDITOR to your environment variables
for example:
==> Edit PKGBUILD with: (replace gvim with your favorite editor)

==> Edit ./PKGBUILD with: y
/usr/bin/yaourt: line 281: y: command not found

==> gnome-system-tools dependencies:
- wireless_tools (already installed)
- liboobs (already installed)
- nautilus (already installed)
- libgnomeui (already installed)
- libglade (already installed)
- perlxml (already installed)
- gnome-doc-utils (already installed)
- pkgconfig (already installed)

==> WARNING: This PKGBUILD contains install file that can be dangerous.
gnome-system-tools.install
==> This package is not marked as safe. Edit gnome-system-tools.install ? [Y/n] ("A" to abort)
==> ----------------------------------------------
==>a


Aborted...
==> Resuming previous build

==> Downloading system-tools-backend PKGBUILD from AUR...
Error: system-tools-backend not found in AUR.

[james@sheva ~]$ yaourt -S gnome-system-tools system-tools-backend
==> Resuming previous build

==> Downloading gnome-system-tools PKGBUILD from AUR...
==> WARNING: It seems like gnome-system-tools was removed from AUR probably for security reason. Please Abort
gnome-system-tools 2.20.0-5 (NOT SAFE): Gnome System Configuration Utilities

==> gnome-system-tools dependencies:
- wireless_tools (already installed)
- liboobs (already installed)
- nautilus (already installed)
- libgnomeui (already installed)
- libglade (already installed)
- perlxml (already installed)
- gnome-doc-utils (already installed)
- pkgconfig (already installed)
==> Edit the PKGBUILD (recommended: this package is not safe) ? [Y/n] ("A" to abort)
==> ----------------------------------------------
==>y

Please add $EDITOR to your environment variables
for example:
==> Edit PKGBUILD with: (replace gvim with your favorite editor)

==> Edit ./PKGBUILD with: gedit

==> gnome-system-tools dependencies:
- wireless_tools (already installed)
- liboobs (already installed)
- nautilus (already installed)
- libgnomeui (already installed)
- libglade (already installed)
- perlxml (already installed)
- gnome-doc-utils (already installed)
- pkgconfig (already installed)

==> WARNING: This PKGBUILD contains install file that can be dangerous.
gnome-system-tools.install
==> This package is not marked as safe. Edit gnome-system-tools.install ? [Y/n] ("A" to abort)
==> ----------------------------------------------
==>y

==> Continue the building of 'gnome-system-tools'? [Y/n]
==> ----------------------------------------------
==>y



==> Building and installing package
==> Création du paquet gnome-system-tools 2.20.0-5 (dimanche 10 février 2008, 14:44:20 (UTC+0100))
==> Vérification des dépendances...
==> Vérification des dépendances pour la compilation...
==> Récupération des sources...
-> gnome-system-tools-2.20.0.tar.bz2 trouvé dans le répertoire de compilation
-> gst-service-role.patch trouvé dans le répertoire de compilation
==> Validation des fichiers sources avec md5sums...
gnome-system-tools-2.20.0.tar.bz2 ... Réussite
gst-service-role.patch ... Réussite
==> Extraction des sources...
-> bsdtar -x -f gnome-system-tools-2.20.0.tar.bz2
==> Suppression du répertoire pkg/ existant...
==> Entre dans l'environnement fakeroot...
==> Début de la compilation...
./PKGBUILD: line 21: patch: command not found
==> ERREUR: La compilation a échoué.
Abandon...
Error: Makepkg was unable to build gnome-system-tools package.

==> Resuming previous build

==> Downloading system-tools-backend PKGBUILD from AUR...
Error: system-tools-backend not found in AUR.
Avatar de l’utilisateur
Archie
yeomen
Messages : 257
Inscription : jeu. 28 juin 2007, 22:18
Localisation : France (33)

Message par Archie »

astreides a écrit :Fakeroot installé

-> bsdtar -x -f gnome-system-tools-2.20.0.tar.bz2
==> Suppression du répertoire pkg/ existant...
==> Entre dans l'environnement fakeroot...
==> Début de la compilation...
./PKGBUILD: line 21: patch: command not found
==> ERREUR: La compilation a échoué.
Abandon...
Error: Makepkg was unable to build gnome-system-tools package.

==> Resuming previous build

==> Downloading system-tools-backend PKGBUILD from AUR...
Error: system-tools-backend not found in AUR.
Apparement, il te manque la commande patch

Code : Tout sélectionner

#> yaourt -S patch
astreides
Chu Ko Nu
Messages : 433
Inscription : dim. 27 janv. 2008, 09:37

Message par astreides »

Merci de votre aide
yaourt -S patch fait et ok
Ca avance mais :


./PKGBUILD: line 24: make: command not found
==> ERREUR: La compilation a échoué.
Abandon...
Error: Makepkg was unable to build gnome-system-tools package.


==> Downloading system-tools-backend PKGBUILD from AUR...
Error: system-tools-backend not found in AUR.

Merci
Avatar de l’utilisateur
marc[i1]
Maître du Kyudo
Messages : 1753
Inscription : ven. 27 oct. 2006, 10:48
Localisation : Nantes (44)

Message par marc[i1] »

il te manque make ;)

Code : Tout sélectionner

$ yaourt -S make
Ne vous emmerdez plus, emmerdez les autres.
Avatar de l’utilisateur
FredBezies
Elfe
Messages : 572
Inscription : ven. 21 déc. 2007, 21:25
Localisation : Biganos (33)
Contact :

Message par FredBezies »

astreides a écrit :Merci de votre aide
yaourt -S patch fait et ok
Ca avance mais :


./PKGBUILD: line 24: make: command not found
==> ERREUR: La compilation a échoué.
Abandon...
Error: Makepkg was unable to build gnome-system-tools package.


==> Downloading system-tools-backend PKGBUILD from AUR...
Error: system-tools-backend not found in AUR.

Merci
1) system-tools-backends
2) les outils de développement ne semble pas être installé.

Essaye par exemple : yaourt -S make
"Ceux qui sont prêts à sacrifier une liberté essentielle pour acheter une sûreté passagère, ne méritent ni l'une ni l'autre." (Benjamin Franklin)
astreides
Chu Ko Nu
Messages : 433
Inscription : dim. 27 janv. 2008, 09:37

Message par astreides »

Merci
Manquait Make
Tout marche
Encore merci
Répondre