how to install gnome

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hi to the list,
i am new here,
i am not running that much gnome stuff in the moment (nautilus, solfege, 
gedit...) but i would like to install gnome now from the source.
i downloaded the package garnome-2.16.1 and reading the README it looks 
for me that it is not trivial at all (at least doing this first time).
so here comes my first question:

the gnome stuff i have in the moment is installed in /usr/bin, like b.e. 
/usr/bin/nautilus.
i would like to keep that path but dont really know how, or i would give 
the path for the gnome appis to /usr/local/garnome (simular to way how 
kde build per default:/usr/local/kde/bin...)

but when i try to change the install path, according to README, i make 
changes in the ´gar.conf.mk´'and i change this lines:

...
# Directory config for the "main" image
main_prefix ?= $(HOME)/garnome
...

into :

# Directory config for the "main" image
main_prefix ?= /usr/local/garnome
....

though soon according to README running ´make paranoid-install´ i get an 
error like this:


nowhiskey@murija2:~/software/nove/gnome/garnome-2.16.1/desktop$ make 
paranoid-install
make[1]: Entering directory 
`/home/nowhiskey/software/nove/gnome/garnome-2.16.1/desktop/alacarte'
[===== NOW BUILDING:    alacarte-0.10.1 =====]
        [fetch] complete for alacarte.
        [checksum] complete for alacarte.
        [extract] complete for alacarte.
        [patch] complete for alacarte.
        [fixup] complete for alacarte.
 ==> Building platform/intltool as a dependency
make[2]: Entering directory 
`/home/nowhiskey/software/nove/gnome/garnome-2.16.1/platform/intltool'
[===== NOW BUILDING:    intltool-0.35.0 =====]
        [fetch] complete for intltool.
        [checksum] complete for intltool.
        [extract] complete for intltool.
        [patch] complete for intltool.
        [fixup] complete for intltool.
 ==> Building bootstrap/gnome-common as a dependency
make[3]: Entering directory 
`/home/nowhiskey/software/nove/gnome/garnome-2.16.1/bootstrap/gnome-common'
[===== NOW BUILDING:    gnome-common-2.12.0     =====]
        [fetch] complete for gnome-common.
        [checksum] complete for gnome-common.
        [extract] complete for gnome-common.
        [patch] complete for gnome-common.
        [fixup] complete for gnome-common.
        [configure] complete for gnome-common.
        [build] complete for gnome-common.
install: kann Verzeichnis »/usr/local/garnome/bin« nicht anlegen: Keine 
Berechtigung
install -d /usr/local/garnome/bin
install: kann Verzeichnis »/usr/local/garnome/sbin« nicht anlegen: Keine 
Berechtigung
install -d /usr/local/garnome/sbin
install: kann Verzeichnis »/usr/local/garnome/libexec« nicht anlegen: 
Keine Berechtigung
install -d /usr/local/garnome/libexec
install: kann Verzeichnis »/usr/local/garnome/share« nicht anlegen: 
Keine Berechtigung
install -d /usr/local/garnome/share
install: kann Verzeichnis »/usr/local/garnome/etc« nicht anlegen: Keine 
Berechtigung
install -d /usr/local/garnome/etc
install: kann Verzeichnis »/usr/local/garnome/var« nicht anlegen: Keine 
Berechtigung
install -d /usr/local/garnome/var
install: kann Verzeichnis »/usr/local/garnome/lib« nicht anlegen: Keine 
Berechtigung
install -d /usr/local/garnome/lib
install: kann Verzeichnis »/usr/local/garnome/info« nicht anlegen: Keine 
Berechtigung
install -d /usr/local/garnome/info
install: kann Verzeichnis »/usr/local/garnome/share« nicht anlegen: 
Keine Berechtigung
install -d /usr/local/garnome/share/emacs/site-lisp
install: kann Verzeichnis »/usr/local/garnome/include« nicht anlegen: 
Keine Berechtigung
install -d /usr/local/garnome/include
install: kann Verzeichnis »/usr/local/garnome/man« nicht anlegen: Keine 
Berechtigung
install -d /usr/local/garnome/man
install: kann Verzeichnis »/usr/local/garnome/man« nicht anlegen: Keine 
Berechtigung
install -d /usr/local/garnome/man/man1
install: kann Verzeichnis »/usr/local/garnome/man« nicht anlegen: Keine 
Berechtigung
install -d /usr/local/garnome/man/man2
install: kann Verzeichnis »/usr/local/garnome/man« nicht anlegen: Keine 
Berechtigung
install -d /usr/local/garnome/man/man3
install: kann Verzeichnis »/usr/local/garnome/man« nicht anlegen: Keine 
Berechtigung
install -d /usr/local/garnome/man/man4
install: kann Verzeichnis »/usr/local/garnome/man« nicht anlegen: Keine 
Berechtigung
install -d /usr/local/garnome/man/man5
install: kann Verzeichnis »/usr/local/garnome/man« nicht anlegen: Keine 
Berechtigung
install -d /usr/local/garnome/man/man6
install: kann Verzeichnis »/usr/local/garnome/man« nicht anlegen: Keine 
Berechtigung
install -d /usr/local/garnome/man/man7
install: kann Verzeichnis »/usr/local/garnome/man« nicht anlegen: Keine 
Berechtigung
install -d /usr/local/garnome/man/man8
install: kann Verzeichnis »/usr/local/garnome/src« nicht anlegen: Keine 
Berechtigung
install -d /usr/local/garnome/src
 ==> Running make install in work/main.d/gnome-common-2.12.0
make[4]: Entering directory 
`/home/nowhiskey/software/nove/gnome/garnome-2.16.1/bootstrap/gnome-common/work/main.d/gnome-common-2.12.0'
Making install in macros2
make[5]: Entering directory 
`/home/nowhiskey/software/nove/gnome/garnome-2.16.1/bootstrap/gnome-common/work/main.d/gnome-common-2.12.0/macros2'
make[6]: Entering directory 
`/home/nowhiskey/software/nove/gnome/garnome-2.16.1/bootstrap/gnome-common/work/main.d/gnome-common-2.12.0/macros2'
/bin/sh ../mkinstalldirs /usr/local/garnome/bin
mkdir -p -- /usr/local/garnome/bin
mkdir: kann Verzeichnis »/usr/local/garnome/bin« nicht anlegen: Keine 
Berechtigung
make[6]: *** [install-binSCRIPTS] Fehler 1
make[6]: Leaving directory 
`/home/nowhiskey/software/nove/gnome/garnome-2.16.1/bootstrap/gnome-common/work/main.d/gnome-common-2.12.0/macros2'
make[5]: *** [install-am] Fehler 2
make[5]: Leaving directory 
`/home/nowhiskey/software/nove/gnome/garnome-2.16.1/bootstrap/gnome-common/work/main.d/gnome-common-2.12.0/macros2'
make[4]: *** [install-recursive] Fehler 1
make[4]: Leaving directory 
`/home/nowhiskey/software/nove/gnome/garnome-2.16.1/bootstrap/gnome-common/work/main.d/gnome-common-2.12.0'
make[3]: *** [install-work/main.d/gnome-common-2.12.0/Makefile] Fehler 2
make[3]: Leaving directory 
`/home/nowhiskey/software/nove/gnome/garnome-2.16.1/bootstrap/gnome-common'
make[2]: *** [../../bootstrap/gnome-common/cookies/main.d/install] Fehler 2
make[2]: Leaving directory 
`/home/nowhiskey/software/nove/gnome/garnome-2.16.1/platform/intltool'
make[1]: *** [../../platform/intltool/cookies/main.d/install] Fehler 2
make[1]: Leaving directory 
`/home/nowhiskey/software/nove/gnome/garnome-2.16.1/desktop/alacarte'
make: *** [paranoid-install] Fehler 2
nowhiskey@murija2:~/software/nove/gnome/garnome-2.16.1/desktop$


................

so what i am doing wrong?

what other changes should i do in the ´gar.conf.mk´ file?

i am helpfull for any support about this issue, more exactly information 
about ´what to do´ as in the README would be just great!
cheers,
doc

p.s.all that error messages are telling in german language that "there 
are no rights to create some /usr/local/garnome...etc. stuff

_______________________________________________
gnome-list mailing list
gnome-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gnome-list


[Index of Archives]     [Fedora Desktop]     [Trinity Users]     [KDE]     [Gimp]     [Yosemite News]

  Powered by Linux