You are not logged in.
Pages: 1
I get this
Starting make...
which: no gnome-autogen.sh in (/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/bin:/opt/kde/bin:/opt/mozilla/bin:/opt/qt/bin)
You need to install the gnome-common module and make
sure the gnome-autogen.sh script is in your $PATH.
make: *** No targets specified and no makefile found. Stop.
But i have it here
$ whereis gnome-autogen.sh
gnome-autogen: /opt/gnome/bin/gnome-autogen.sh
SO what do i do?
Offline
file a bug report. I heard the migration from /opt/gnome to /usr eliminates the need for gnome-common, but that doesn't seem to be the case =]
Offline
well there is a reason it's still on the fs ... just add /opt/gnome/bin back to your PATH ... obviously some apps have /opt/gnome hard coded as a prefix
EDIT:
good point from tardo below .. follow it
Last edited by raeven (2007-06-03 21:27:42)
Offline
well there is a reason it's still on the fs ... just add /opt/gnome/bin back to your PATH ... obviously some apps have /opt/gnome hard coded as a prefix
File bug reports. They should ALL be using /usr.
Offline
Same problems here, cant build it
And how does one change path? , never needed before
2007.08 - The last proper ARCH install cd.
RIP installer :'-(
Offline
export PATH="$PATH:/opt/gnome/bin/"
you can add this in the current terminal/console session or to make it permanent add it to /etc/profile
Offline
Mucho gracias , worked like a charm
(This was not an aurbuild though, just a normal one, but had same problem)
|edit| hmm
Installed schema `/schemas/apps/avant-window-navigator/title/font_size' for locale `C'
make[3]: *** [install-data-local] Error 1
make[3]: Leaving directory `/home/thomas/Documents/avant-window-navigator-0.1.1/data'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/thomas/Documents/avant-window-navigator-0.1.1/data'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/thomas/Documents/avant-window-navigator-0.1.1/data'
make: *** [install-recursive] Error 1
[root@Omega avant-window-navigator-0.1.1]#
Last edited by AllFather (2007-06-08 18:23:28)
2007.08 - The last proper ARCH install cd.
RIP installer :'-(
Offline
Use the svn version instead of that one. It's horribly outdated.
aurbuild -s avant-window-navigator-svn
Offline
[root@Omega avant-window-navigator]# aurbuild -s avant-window-navigator-svn
bash: aurbuild: command not found
Quite different this then gentoo
But learning something new every day
2007.08 - The last proper ARCH install cd.
RIP installer :'-(
Offline
woohoo, installed now
2007.08 - The last proper ARCH install cd.
RIP installer :'-(
Offline
Sorry was under the impression you were using aurbuild (another way of automagically installing packages from AUR).
Then again, you're a former gentoo user, I doubt you'll have problems
Offline
No worries, working like a charm now
(tried aurbuild and its ace)
But i must admit, eventhough pacman is good, i miss the shere "ammount" of programs etc in emerge
2007.08 - The last proper ARCH install cd.
RIP installer :'-(
Offline
whatever u can't find with pacman, chances are aurbuild will find it in AUR.
Offline
Pages: 1