Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: GAAT installeren  (gelezen 1452 keer)

ikzelf

  • Gast
GAAT installeren
« Gepost op: 2006/11/05, 18:41:24 »
ik heb een source gedownload van sourceforge en die probeer ik te installeren, er gaat alleen iets mis. kan iemand mij helpen?

harm@boven:~$ cd gaat
harm@boven:~/gaat$ make
make  all-recursive
make[1]: Map '/home/harm/gaat' wordt binnengegaan
Making all in src
make[2]: Map '/home/harm/gaat/src' wordt binnengegaan
source='main.c' object='main.o' libtool=no \
        depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
        depmode=gcc3 /bin/sh ../depcomp \
        gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/include/libxml2      -g -O2 -c `test -f 'main.c' || echo './'`main.c
/bin/sh: Can't open ../depcomp
make[2]: *** [main.o] Fout 2
make[2]: Map '/home/harm/gaat/src' wordt verlaten
make[1]: *** [all-recursive] Fout 1
make[1]: Map '/home/harm/gaat' wordt verlaten
make: *** [all] Fout 2
harm@boven:~/gaat$ ./configure
configure: error: cannot find install-sh or install.sh in . ./.. ./../..
harm@boven:~/gaat$ sudo ./configure
Password:
configure: error: cannot find install-sh or install.sh in . ./.. ./../..
harm@boven:~/gaat$ make
make  all-recursive
make[1]: Map '/home/harm/gaat' wordt binnengegaan
Making all in src
make[2]: Map '/home/harm/gaat/src' wordt binnengegaan
source='main.c' object='main.o' libtool=no \
        depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
        depmode=gcc3 /bin/sh ../depcomp \
        gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/include/libxml2      -g -O2 -c `test -f 'main.c' || echo './'`main.c
/bin/sh: Can't open ../depcomp
make[2]: *** [main.o] Fout 2
make[2]: Map '/home/harm/gaat/src' wordt verlaten
make[1]: *** [all-recursive] Fout 1
make[1]: Map '/home/harm/gaat' wordt verlaten
make: *** [all] Fout 2
hier kan je de source downloaden.

mathieumaes

  • Gast
GAAT installeren
« Reactie #1 Gepost op: 2006/11/05, 20:21:17 »
Als je al errors hebt in de configure, is de kans zeer klein dat de make zal werken...
Dit is je probleem :
configure: error: cannot find install-sh or install.sh in . ./.. ./../..

die install.sh is een symbolic link naar automake... Ik raad aan om automake te installeren en opnieuw te proberen.
Citaat
sudo apt-get install automake

ikzelf

  • Gast
GAAT installeren
« Reactie #2 Gepost op: 2006/11/05, 20:43:21 »
Citaat van: mathieumaes
Als je al errors hebt in de configure, is de kans zeer klein dat de make zal werken...
Dit is je probleem :
configure: error: cannot find install-sh or install.sh in . ./.. ./../..

die install.sh is een symbolic link naar automake... Ik raad aan om automake te installeren en opnieuw te proberen.
Citaat
sudo apt-get install automake
ik doe automake, dan krijg ik dit.
harm@boven:~/gaat$ automake
automake: configure.in: required file `./install-sh' not found
automake: configure.in: required file `./mkinstalldirs' not found
automake: configure.in: required file `./missing' not found
automake: configure.in: required file `./config.guess' not found
automake: configure.in: required file `./config.sub' not found
automake: Makefile.am: required file `./INSTALL' not found
automake: Makefile.am: required file `./COPYING' not found
configure.in: 871: required file `./_AM_File,.in' not found
configure.in: 871: required file `./[$2],.in' not found
configure.in: 871: required file `./[$3])].in' not found

NLsandman

  • Gast
GAAT installeren
« Reactie #3 Gepost op: 2006/11/06, 12:59:46 »
Het probleem is dat het programma automake 1.6 nodig heeft en daar continu naar verwijst.
Als je de map gaat opent met bestandsbeheer zie je bv configure icoon met een slotje, als je dan de eigenschappen opvraagt zie je type staan en dan verwijzing gebroken.
Bij verwijzings doel staat de path naar automake 1.6 en helaas is alleen automake 1.9 geinstalleerd.
Ook staat automake 1.6 niet in de repos.

Ik ben bezig om dit uit te zoeken maar mischien dat gevorderde ubuntu gebruikers sneller antwoord weten ;)

ikzelf

  • Gast
GAAT installeren
« Reactie #4 Gepost op: 2006/11/06, 17:17:10 »
ik heb automake 1.6 en 1.6.3 geinstalleerd uit de sources van gnu.
nu krijg ik nog steeds dezelfde fout:
harm@boven:~$ cd gaat
harm@boven:~/gaat$ automake
configure.in: required file `./install-sh' not found
configure.in: required file `./mkinstalldirs' not found
configure.in: required file `./missing' not found
Makefile.am: required file `./INSTALL' not found
Makefile.am: required file `./COPYING' not found
src/Makefile.am: required file `./depcomp' not found

NLsandman

  • Gast
GAAT installeren
« Reactie #5 Gepost op: 2006/11/06, 20:18:45 »
je moet eerst  sudo ./configure doen.

ikzelf

  • Gast
GAAT installeren
« Reactie #6 Gepost op: 2006/11/06, 21:37:53 »
harm@boven:~$ cd gaat
harm@boven:~/gaat$ sudo ./configure
Password:
configure: error: cannot find install-sh or install.sh in . ./.. ./../..
harm@boven:~/gaat$

blubber

  • Gast
GAAT installeren
« Reactie #7 Gepost op: 2006/11/07, 00:04:57 »
./configure mag zonder root. Maar volgens mij is dat pakket gewoon kapot/onvolledig. Misschien kan netpbm wat je wilt.

NLsandman

  • Gast
GAAT installeren
« Reactie #8 Gepost op: 2006/11/08, 06:38:10 »
zou je in de map van gaat eens kunnen kijken welke iconen nog te zien zijn met een slotje, als er nog wat zijn moet je even bij eigenschappen kijken waar het naar verwijst, als het de meldingen geeft verwijzing gebroken zou je kunnen kijken wat het type is.
Indien het weer aan geeft dat automake 1.6 is gebroken dan lijkt het op een kapot pakket.

Vraag voor de gevorderde gebruikers:

Ik had laatst problemen met frostwire en werd er op gewezen dat sh/bash niet meer werd gebruikt in edgy maar dat het dash is geworden, zou de topic starter daarmee problemen kunnen hebben?

ikzelf

  • Gast
GAAT installeren
« Reactie #9 Gepost op: 2006/11/08, 19:45:57 »
eeuh iets op gnome-look.org bracht me op een idee, maar hij doet het nog steeds niet! :(
harm@boven:~$ cd gaat execute ./autogen.sh --prefix=/usr
harm@boven:~/gaat$ execute ./autogen.sh --prefix=/usr
bash: execute: command not found
harm@boven:~/gaat$ sh ./autogen.sh --prefix=/usr
processing .
Creating ./aclocal.m4 ...
Running glib-gettextize...  Ignore non-fatal messages.
Copying file mkinstalldirs
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Making ./aclocal.m4 writable ...
Running aclocal  ...
aclocal: configure.in: 24: macro `AM_GLIB_GNU_GETTEXT' not found in library
Running autoheader...
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader:
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader:
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader:             [Define if a function `main' is needed.])
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
Running automake --gnu  ...
configure.in: installing `./install-sh'
configure.in: installing `./missing'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
src/Makefile.am: installing `./depcomp'
Running autoconf ...
Running ./configure --enable-maintainer-mode --prefix=/usr ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for strerror in -lcposix... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for pkg-config... /usr/bin/pkg-config
checking for libgnomeui-2.0... Package libgnomeui-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libgnomeui-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libgnomeui-2.0' found
configure: error: Library requirements (libgnomeui-2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
harm@boven:~/gaat$ automake
harm@boven:~/gaat$ sudo automake install
Password:
automake: install.am: `install.am' does not exist
harm@boven:~/gaat$ sudo make install
/bin/sh ./config.status --recheck
running /bin/sh ./configure  --enable-maintainer-mode  --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for strerror in -lcposix... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for pkg-config... /usr/bin/pkg-config
checking for libgnomeui-2.0... Package libgnomeui-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libgnomeui-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libgnomeui-2.0' found
configure: error: Library requirements (libgnomeui-2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
make: *** [config.status] Fout 1
harm@boven:~/gaat$
hier dat van gnome-look.org
http://www.gnome-look.org/content/show.php?content=43793