PDA

View Full Version : Automake 1.7



LSA
01-30-2004, 01:19 AM
:(

[root@localhost automake-1.7]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for perl... /usr/bin/perl
checking for tex... no
checking whether ln works... yes
checking for egrep... grep -E
checking for fgrep... grep -F
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Automake/Makefile
config.status: creating lib/Makefile
config.status: creating lib/am/Makefile
config.status: creating m4/Makefile
config.status: creating m4/amversion.m4
config.status: creating tests/Makefile
config.status: creating tests/defs
[root@localhost automake-1.7]# make
cd . && \
perllibdir=./lib /home/loren/Downloads/Tarballs/automake-1.7/automake --libdir=lib --gnu Makefile
/bin/sh: line 1: /home/loren/Downloads/Tarballs/automake-1.7/automake: No such file or directory
make: *** [Makefile.in] Error 127
[root@localhost automake-1.7]#

I can't figure this one out...

I need automake 1.7 to install nicotine :(

shn
01-30-2004, 01:36 AM
Obviously as you can see from the output "there is no such file or directory"

So get automake.

LSA
01-30-2004, 03:19 AM
Originally posted by shn@29 January 2004 - 19:36
Obviously as you can see from the output "there is no such file or directory"

So get automake.
Thats what im trying to install...:huh:

shn
01-30-2004, 03:52 AM
Originally posted by LSA+29 January 2004 - 21:19--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (LSA @ 29 January 2004 - 21:19)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin-shn@29 January 2004 - 19:36
Obviously as you can see from the output "there is no such file or directory"

So get automake.
Thats what im trying to install...:huh: [/b][/quote]
Are you using the gcc compiler? What are you trying to compile besides automake?

Check your version of gcc with --- "gcc -v" no quotes

LSA
01-30-2004, 03:56 PM
[loren@localhost loren]&#036; gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
[loren@localhost loren]&#036;

---------------------

here is the error from PyGTK, that is needed to run nicotine

[loren@localhost pygtk-2.0.0]&#036; make
cd . && &#092;
/bin/sh /home/loren/Downloads/Tarballs/pygtk-2.0.0/missing --run automake-1.7 --gnu Makefile
/home/loren/Downloads/Tarballs/pygtk-2.0.0/missing: line 33: automake-1.7: command not found
WARNING: `automake-1.7&#39; is needed, and you do not seem to have it handy on your
system. You might have modified some files without having the
proper tools for further handling them. Check the `README&#39; file,
it often tells you about the needed prerequirements for installing
this package. You may also peek at any GNU archive site, in case
some other package would contain this missing `automake-1.7&#39; program.
make: *** [Makefile.in] Error 1
[loren@localhost pygtk-2.0.0]&#036;

:frusty:

shn
01-30-2004, 05:40 PM
Whay version of red hat are you running? and I dont see any output from ./configure

did you run it? Whats this I found on their site?


Warning:&nbsp; if you compile PyGTK yourself, make sure you enable threading support by using ./configure --enable-thread

Did you do that? Try this http://rpm.pbone.net/index.php3/stat/4/idp...noarch.rpm.html (http://rpm.pbone.net/index.php3/stat/4/idpl/856927/com/automake-1.7.9-0_17.rh9.at.noarch.rpm.html)
It came from http://rpm.pbone.net/ Since your using gcc 3.2 I assume your using red hat 9 out the box.

LSA
01-30-2004, 05:50 PM
Originally posted by shn@30 January 2004 - 11:40
Whay version of red hat are you running?&nbsp; and I dont see any output from ./configure

did you run it?&nbsp; Whats this I found on their site?


Warning:&nbsp; if you compile PyGTK yourself, make sure you enable threading support by using ./configure --enable-thread

Did you do that? Try this http://rpm.pbone.net/index.php3/stat/4/idp...noarch.rpm.html (http://rpm.pbone.net/index.php3/stat/4/idpl/856927/com/automake-1.7.9-0_17.rh9.at.noarch.rpm.html)
It came from http://rpm.pbone.net/ Since your using gcc 3.2 I assume your using red hat 9 out the box.
i ran a configure its really long but here it is:

[loren@localhost pygtk-2.0.0]&#036; ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets &#036;(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... 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 ANSI C... none needed
checking dependency style of gcc... gcc
checking for bind_textdomain_codeset... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for some Win32 platform... no
checking for native Win32... no
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for a Python interpreter with version >= 2.2... python
checking for python... /usr/local/bin/python
checking for python version... 2.3
checking for python platform... linux2
checking for python script directory... &#036;{prefix}/lib/python2.3/site-packages
checking for python extension module directory... &#036;{exec_prefix}/lib/python2.3/site-packages
checking for headers required to compile python extensions... found
checking for python module thread... yes
checking whether to enable threading in pygtk... yes
checking for pkg-config... /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0... yes (version 2.2.1)
checking for pkg-config... (cached) /usr/bin/pkg-config
checking is pkg-config version >= 0.9.0... yes
checking for atk >= 1.0.0... yes
checking ATK_CFLAGS... -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking ATK_LIBS... -Wl,--export-dynamic -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for pango >= 1.0.0... yes
checking PANGO_CFLAGS... -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking PANGO_LIBS... -Wl,--export-dynamic -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... yes (version 2.2.1)
checking for libglade-2.0 >= 2.0.0... yes
checking LIBGLADE_CFLAGS... -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking LIBGLADE_LIBS... -Wl,--export-dynamic -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lz -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for gtkgl-2.0 >= 1.99.0... Package gtkgl-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtkgl-2.0.pc&#39;
to the PKG_CONFIG_PATH environment variable
No package &#39;gtkgl-2.0&#39; found
checking for Numeric/arrayobject.h... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pygtk-2.0.pc
config.status: creating codegen/Makefile
config.status: creating gtk/Makefile
config.status: creating docs/Makefile
config.status: creating codegen/pygtk-codegen-2.0
config.status: creating pygtk.spec
config.status: creating PKG-INFO
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

--------------------------------------------------------
here is the output from the rpm:

[loren@localhost Desktop]&#036; rpm -Uvh automake-1.7.9-0_17.rh9.at.noarch.rpm
warning: automake-1.7.9-0_17.rh9.at.noarch.rpm: V3 DSA signature: NOKEY, key ID 66534c2b
error: Failed dependencies:
atrpms >= 18 is needed by automake-1.7.9-0_17.rh9.at
[loren@localhost Desktop]&#036;


I&#39;m looking for "atrpms 18" now....

im in dependency hell again&#33;&#33;&#33; :ph34r:

EDIT: Think i found it: http://rpm.pbone.net/index.php3/stat/4/idp...noarch.rpm.html (http://rpm.pbone.net/index.php3/stat/4/idpl/904544/com/atrpms-37-1.rh9.at.noarch.rpm.html)

EDIT: i&#39;m trying that --enable-thread now
^^EDIT: same make error as before, if you want the configure -enable-thread output ill post it but it is very long

ANOTHER EDIT&#33;&#33;&#33;: ok atrpms and automake 1.7 are now installed, now im going to try to make pygtk 2.0 :ph34r:

ANOTHER EDIT&#33;&#33;:
[loren@localhost pygtk-2.0.0]&#036; make
cd . && &#092;
/bin/sh /home/loren/Downloads/Tarballs/pygtk-2.0.0/missing --run automake-1.7 --gnu Makefile
configure.in:28: version mismatch. This is Automake 1.7.9,
configure.in:28: but the definition used by this AM_INIT_AUTOMAKE
configure.in:28: comes from Automake 1.6.3. You should recreate
configure.in:28: aclocal.m4 with aclocal and run automake again.
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
WARNING: `automake-1.7&#39; is needed, and you do not seem to have it handy on your
system. You might have modified some files without having the
proper tools for further handling them. Check the `README&#39; file,
it often tells you about the needed prerequirements for installing
this package. You may also peek at any GNU archive site, in case
some other package would contain this missing `automake-1.7&#39; program.
make: *** [Makefile.in] Error 1


You should recreate
configure.in:28: aclocal.m4 with aclocal and run automake again.
how do you do that?
im in a mess&#33;

I like the avatar shn&#33; :D

shn
01-30-2004, 06:47 PM
Why do you just keep running make?

Try

"./configure", then make, then make install

LSA
01-30-2004, 07:04 PM
I always do configure, make, make install

tried it again and here it is

[root@localhost Tarballs]# cd pygtk-2.0.0
[root@localhost pygtk-2.0.0]# ./configure --enable-thread
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets &#036;(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... 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 ANSI C... none needed
checking dependency style of gcc... gcc
checking for bind_textdomain_codeset... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for some Win32 platform... no
checking for native Win32... no
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for a Python interpreter with version >= 2.2... python
checking for python... /usr/local/bin/python
checking for python version... 2.3
checking for python platform... linux2
checking for python script directory... &#036;{prefix}/lib/python2.3/site-packages
checking for python extension module directory... &#036;{exec_prefix}/lib/python2.3/s
ite-packages
checking for headers required to compile python extensions... found
checking for python module thread... yes
checking whether to enable threading in pygtk... yes
checking for pkg-config... /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0... yes (version 2.2.1)
checking for pkg-config... (cached) /usr/bin/pkg-config
checking is pkg-config version >= 0.9.0... yes
checking for atk >= 1.0.0... yes
checking ATK_CFLAGS... -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib
/glib-2.0/include
checking ATK_LIBS... -Wl,--export-dynamic -latk-1.0 -lgobject-2.0 -lgmodule-2.0
-ldl -lglib-2.0
checking for pango >= 1.0.0... yes
checking PANGO_CFLAGS... -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr
/lib/glib-2.0/include
checking PANGO_LIBS... -Wl,--export-dynamic -lpango-1.0 -lgobject-2.0 -lgmodule-
2.0 -ldl -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... yes (version 2.2.1)
checking for libglade-2.0 >= 2.0.0... yes
checking LIBGLADE_CFLAGS... -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -
I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/i
nclude/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/gl ib-2.0 -I/usr/lib/glib-2.0/include
checking LIBGLADE_LIBS... -Wl,--export-dynamic -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lz -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lp ango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for gtkgl-2.0 >= 1.99.0... Package gtkgl-2.0 was not found in the pkg-c onfig search path.
Perhaps you should add the directory containing `gtkgl-2.0.pc&#39;
to the PKG_CONFIG_PATH environment variable
No package &#39;gtkgl-2.0&#39; found
checking for Numeric/arrayobject.h... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pygtk-2.0.pc
config.status: creating codegen/Makefile
config.status: creating gtk/Makefile
config.status: creating docs/Makefile
config.status: creating codegen/pygtk-codegen-2.0
config.status: creating pygtk.spec
config.status: creating PKG-INFO
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
[root@localhost pygtk-2.0.0]# make
cd . && /bin/sh /home/loren/Downloads/Tarballs/pygtk-2.0.0/missing --run autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure --enable-thread --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets &#036;(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... 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 ANSI C... none needed
checking dependency style of gcc... gcc
checking for bind_textdomain_codeset... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for some Win32 platform... no
checking for native Win32... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking for a Python interpreter with version >= 2.2... python
checking for python... /usr/local/bin/python
checking for python version... 2.3
checking for python platform... linux2
checking for script directory... &#036;{prefix}/lib/python2.3/site-packages
checking for extension module directory... &#036;{exec_prefix}/lib/python2.3/site-packages
checking for headers required to compile python extensions... found
checking for python module thread... yes
checking whether to enable threading in pygtk... yes
checking for pkg-config... /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0... yes (version 2.2.1)
checking for atk >= 1.0.0... yes
checking ATK_CFLAGS... -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking ATK_LIBS... -Wl,--export-dynamic -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for pango >= 1.0.0... yes
checking PANGO_CFLAGS... -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking PANGO_LIBS... -Wl,--export-dynamic -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... yes (version 2.2.1)
checking for libglade-2.0 >= 2.0.0... yes
checking LIBGLADE_CFLAGS... -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking LIBGLADE_LIBS... -Wl,--export-dynamic -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lz -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for gtkgl-2.0 >= 1.99.0... Package gtkgl-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtkgl-2.0.pc&#39;
to the PKG_CONFIG_PATH environment variable
No package &#39;gtkgl-2.0&#39; found
checking for Numeric/arrayobject.h... no
configure: creating ./config.status
cd . && /bin/sh ./config.status Makefile depfiles
config.status: creating Makefile
config.status: executing depfiles commands
Makefile:463: *** missing separator. Stop.
[root@localhost pygtk-2.0.0]# make install
Makefile:463: *** missing separator. Stop.
[root@localhost pygtk-2.0.0]#

:(

shn
01-30-2004, 07:26 PM
Perhaps you should add the directory containing `gtkgl-2.0.pc&#39;
to the PKG_CONFIG_PATH environment variable
No package &#39;gtkgl-2.0&#39; found

You need to find out where that is installed and add the location to your /etc/ld.conf file.

LSA
01-30-2004, 08:41 PM
Originally posted by shn@30 January 2004 - 13:26
Perhaps you should add the directory containing `gtkgl-2.0.pc&#39;
to the PKG_CONFIG_PATH environment variable
No package &#39;gtkgl-2.0&#39; found

You need to find out where that is installed and add the location to your /etc/ld.conf file.
I did a search and found a redhat 9 build with "gtkgl-2.0" in it

here is the output:

[loren@localhost Downloads]&#036; rpm -ivh gtkglarea2-1.99.0-1.i386.rpm
Preparing... ########################################### [100%]
package gtkglarea2-1.99.0-1 is already installed
[loren@localhost Downloads]&#036; rpm -q gtkglarea2-1.99.0-1.i386.rpm
package gtkglarea2-1.99.0-1.i386.rpm is not installed

devel --

[loren@localhost Downloads]&#036; rpm -ivh gtkglarea2-devel-1.99.0-0.fdr.4.rh90.i386.rpm
warning: gtkglarea2-devel-1.99.0-0.fdr.4.rh90.i386.rpm: V3 DSA signature: NOKEY, key ID 8df56d05
error: Failed dependencies:
gtkglarea2 = 0:1.99.0-0.fdr.4.rh90 is needed by gtkglarea2-devel-1.99.0-0.fdr.4.rh90


------------------------

Same errors occur when I try to install them as root

I am probably making some stupid mistake again...


Content of RPM gtkglarea2-1.99.0-1.i386.rpm :
/usr/lib/libgtkgl-2.0.so.1
/usr/lib/libgtkgl-2.0.so.1.0.0
/usr/lib/pkgconfig/gtkgl-2.0.pc
/usr/share/doc/gtkglarea2-1.99.0
/usr/share/doc/gtkglarea2-1.99.0/AUTHORS
/usr/share/doc/gtkglarea2-1.99.0/COPYING
/usr/share/doc/gtkglarea2-1.99.0/ChangeLog
/usr/share/doc/gtkglarea2-1.99.0/README


Content of RPM gtkglarea2-devel-1.99.0-0.fdr.4.rh90.i386.rpm :
/usr/include/gtkgl-2.0
/usr/include/gtkgl-2.0/gtkgl
/usr/include/gtkgl-2.0/gtkgl/gdkgl.h
/usr/include/gtkgl-2.0/gtkgl/gtkglarea.h
/usr/lib/libgtkgl-2.0.a
/usr/lib/libgtkgl-2.0.so
/usr/lib/pkgconfig/gtkgl-2.0.pc

------------------------

I did a locate ld.conf as root but found nothing...I even did a searched using the Kfind program (as root) and it found nothing after about 5 minutes of searching. What is the command to rebuild the database for locate, or would that not help any?

What is ld.conf? Is it like .bash_profile?

------------------------

Ok recap:

trying to run nicotine which seemed to install but this is the output:

[root@localhost Downloads]# nicotine
Nicotine supports "psyco", an inline optimizer for python
code, you can get it at http://sourceforge.net/projects/psyco/
Can not find required PyGTK. The current search path is
[&#39;/usr/local/bin&#39;, &#39;/usr/local/lib/python23.zip&#39;, &#39;/usr/local/lib/python2.3&#39;, &#39;/usr/local/lib/python2.3/plat-linux2&#39;, &#39;/usr/local/lib/python2.3/lib-tk&#39;, &#39;/usr/local/lib/python2.3/lib-dynload&#39;, &#39;/usr/local/lib/python2.3/site-packages&#39;]
------------------------

So I get pygtk and try to install it but I get errors as you can see from previous posts

The gtkgl-2.0pc error has gone away I think, this was from a configure of pygtk:

configure: creating ./config.status
config.status: creating Makefile
config.status: creating pygtk-2.0.pc
config.status: creating codegen/Makefile
config.status: creating gtk/Makefile
config.status: creating docs/Makefile
config.status: creating codegen/pygtk-codegen-2.0
config.status: creating pygtk.spec
config.status: creating PKG-INFO
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

The make is the same:
[root@localhost pygtk-2.0.0]# make
Makefile:463: *** missing separator. Stop.

And lastly I needed automake 1.7 to make pygtk which I think I now have.

So what I am trying to do here is make Nicotine (http://nicotine.thegraveyard.org/) work.

Done
Automake 1.7

Not Done
PyGTK
--Why--
Makefile:463: *** missing separator. Stop.

I did a locate on "pygtk" and this is the output (I edited out every result that was in a doc folder, which I am assuming is documentation):

/usr/bin/pygtk-codegen-2.0
/usr/lib/python2.2/site-packages/pygtk.pth
/usr/lib/python2.2/site-packages/pygtk.py
/usr/lib/python2.2/site-packages/pygtk.pyc
/usr/lib/python2.2/site-packages/pygtk.pyo
/usr/lib/pkgconfig/pygtk-2.0.pc
/usr/share/pygtk
/usr/share/pygtk/2.0
/usr/share/pygtk/2.0/defs
/usr/share/pygtk/2.0/defs/bonobo-types.defs
/usr/share/pygtk/2.0/defs/applet.defs
/usr/share/pygtk/2.0/defs/bonoboui-types.defs
/usr/share/pygtk/2.0/defs/bonobo.defs
/usr/share/pygtk/2.0/defs/gtk-extrafuncs.defs
/usr/share/pygtk/2.0/defs/bonoboui.defs
/usr/share/pygtk/2.0/defs/canvas.defs
/usr/share/pygtk/2.0/defs/gconf.defs
/usr/share/pygtk/2.0/defs/gnome.defs
/usr/share/pygtk/2.0/defs/gtkhtml2.defs
/usr/share/pygtk/2.0/defs/nautilus.defs
/usr/share/pygtk/2.0/defs/ui.defs
/usr/share/pygtk/2.0/defs/zvt.defs
/usr/share/pygtk/2.0/defs/atk-types.defs
/usr/share/pygtk/2.0/defs/atk.defs
/usr/share/pygtk/2.0/defs/gdk-types.defs
/usr/share/pygtk/2.0/defs/gdk.defs
/usr/share/pygtk/2.0/defs/pango-types.defs
/usr/share/pygtk/2.0/defs/gtk-types.defs
/usr/share/pygtk/2.0/defs/gtk.defs
/usr/share/pygtk/2.0/defs/gtkgl.defs
/usr/share/pygtk/2.0/defs/libglade.defs
/usr/share/pygtk/2.0/defs/pango.defs
/usr/share/pygtk/2.0/codegen
/usr/share/pygtk/2.0/codegen/__init__.pyc
/usr/share/pygtk/2.0/codegen/__init__.py
/usr/share/pygtk/2.0/codegen/__init__.pyo
/usr/share/pygtk/2.0/codegen/argtypes.py
/usr/share/pygtk/2.0/codegen/argtypes.pyc
/usr/share/pygtk/2.0/codegen/argtypes.pyo
/usr/share/pygtk/2.0/codegen/codegen.py
/usr/share/pygtk/2.0/codegen/codegen.pyc
/usr/share/pygtk/2.0/codegen/codegen.pyo
/usr/share/pygtk/2.0/codegen/definitions.py
/usr/share/pygtk/2.0/codegen/definitions.pyc
/usr/share/pygtk/2.0/codegen/definitions.pyo
/usr/share/pygtk/2.0/codegen/defsparser.py
/usr/share/pygtk/2.0/codegen/defsparser.pyc
/usr/share/pygtk/2.0/codegen/defsparser.pyo
/usr/share/pygtk/2.0/codegen/docextract.py
/usr/share/pygtk/2.0/codegen/docextract.pyc
/usr/share/pygtk/2.0/codegen/docextract.pyo
/usr/share/pygtk/2.0/codegen/docgen.py
/usr/share/pygtk/2.0/codegen/docgen.pyc
/usr/share/pygtk/2.0/codegen/docgen.pyo
/usr/share/pygtk/2.0/codegen/h2def.py
/usr/share/pygtk/2.0/codegen/h2def.pyc
/usr/share/pygtk/2.0/codegen/h2def.pyo
/usr/share/pygtk/2.0/codegen/mergedefs.py
/usr/share/pygtk/2.0/codegen/mergedefs.pyc
/usr/share/pygtk/2.0/codegen/mergedefs.pyo
/usr/share/pygtk/2.0/codegen/mkskel.py
/usr/share/pygtk/2.0/codegen/mkskel.pyc
/usr/share/pygtk/2.0/codegen/mkskel.pyo
/usr/share/pygtk/2.0/codegen/override.py
/usr/share/pygtk/2.0/codegen/override.pyc
/usr/share/pygtk/2.0/codegen/override.pyo
/usr/share/pygtk/2.0/codegen/scmexpr.py
/usr/share/pygtk/2.0/codegen/scmexpr.pyc
/usr/share/pygtk/2.0/codegen/scmexpr.pyo
/usr/include/pygtk-2.0
/usr/include/pygtk-2.0/pygtk
/usr/include/pygtk-2.0/pygtk/pygtk.h
/usr/include/pygtk-2.0/pygobject.h
/usr/local/lib/python2.3/bin/pygtk-codegen-2.0
/usr/local/lib/python2.3/share/pygtk
/usr/local/lib/python2.3/share/pygtk/2.0
/usr/local/lib/python2.3/share/pygtk/2.0/codegen
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/__init__.py
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/argtypes.py
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/codegen.py
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/definitions.py
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/defsparser.py
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/docextract.py
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/docgen.py
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/h2def.py
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/mergedefs.py
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/mkskel.py
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/override.py
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/scmexpr.py
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/__init__.pyc
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/argtypes.pyc
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/codegen.pyc
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/definitions.pyc
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/defsparser.pyc
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/docextract.pyc
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/docgen.pyc
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/h2def.pyc
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/mergedefs.pyc
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/mkskel.pyc
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/override.pyc
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/scmexpr.pyc
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/__init__.pyo
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/argtypes.pyo
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/codegen.pyo
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/definitions.pyo
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/defsparser.pyo
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/docextract.pyo
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/docgen.pyo
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/h2def.pyo
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/mergedefs.pyo
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/mkskel.pyo
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/override.pyo
/usr/local/lib/python2.3/share/pygtk/2.0/codegen/scmexpr.pyo
/usr/local/lib/python2.3/share/pygtk/2.0/defs
/usr/local/lib/python2.3/share/pygtk/2.0/defs/gtk.defs
/usr/local/lib/python2.3/share/pygtk/2.0/defs/gtk-types.defs
/usr/local/lib/python2.3/share/pygtk/2.0/defs/gtk-extrafuncs.defs
/usr/local/lib/python2.3/share/pygtk/2.0/defs/gdk.defs
/usr/local/lib/python2.3/share/pygtk/2.0/defs/gdk-types.defs
/usr/local/lib/python2.3/share/pygtk/2.0/defs/libglade.defs
/usr/local/lib/python2.3/share/pygtk/2.0/defs/gtkgl.defs
/usr/local/lib/python2.3/share/pygtk/2.0/defs/pango.defs
/usr/local/lib/python2.3/share/pygtk/2.0/defs/pango-types.defs
/usr/local/lib/python2.3/share/pygtk/2.0/defs/atk.defs
/usr/local/lib/python2.3/share/pygtk/2.0/defs/atk-types.defs
/usr/local/lib/python2.3/lib/python2.3/site-packages/pygtk.pth
/usr/local/lib/python2.3/lib/python2.3/site-packages/pygtk.py
/usr/local/lib/python2.3/lib/python2.3/site-packages/pygtk.pyc
/usr/local/lib/python2.3/lib/python2.3/site-packages/pygtk.pyo
/usr/local/lib/python2.3/lib/pkgconfig/pygtk-2.0.pc
/usr/local/lib/python2.3/include/pygtk-2.0
/usr/local/lib/python2.3/include/pygtk-2.0/pygtk
/usr/local/lib/python2.3/include/pygtk-2.0/pygtk/pygtk.h
/usr/local/lib/python2.3/include/pygtk-2.0/pygobject.h
/usr/local/lib/python2.3/pygtk
/usr/local/lib/python2.3/pygtk/2.0
/usr/local/lib/python2.3/pygtk/2.0/defs
/usr/local/lib/python2.3/pygtk/2.0/defs/bonobo-types.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/applet.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/bonoboui-types.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/bonobo.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/gtk-extrafuncs.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/bonoboui.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/canvas.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/gconf.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/gnome.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/gtkhtml2.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/nautilus.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/ui.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/zvt.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/atk-types.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/atk.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/gdk-types.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/gdk.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/pango-types.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/gtk-types.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/gtk.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/gtkgl.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/libglade.defs
/usr/local/lib/python2.3/pygtk/2.0/defs/pango.defs
/usr/local/lib/python2.3/pygtk/2.0/codegen
/usr/local/lib/python2.3/pygtk/2.0/codegen/__init__.pyc
/usr/local/lib/python2.3/pygtk/2.0/codegen/__init__.py
/usr/local/lib/python2.3/pygtk/2.0/codegen/__init__.pyo
/usr/local/lib/python2.3/pygtk/2.0/codegen/argtypes.py
/usr/local/lib/python2.3/pygtk/2.0/codegen/argtypes.pyc
/usr/local/lib/python2.3/pygtk/2.0/codegen/argtypes.pyo
/usr/local/lib/python2.3/pygtk/2.0/codegen/codegen.py
/usr/local/lib/python2.3/pygtk/2.0/codegen/codegen.pyc
/usr/local/lib/python2.3/pygtk/2.0/codegen/codegen.pyo
/usr/local/lib/python2.3/pygtk/2.0/codegen/definitions.py
/usr/local/lib/python2.3/pygtk/2.0/codegen/definitions.pyc
/usr/local/lib/python2.3/pygtk/2.0/codegen/definitions.pyo
/usr/local/lib/python2.3/pygtk/2.0/codegen/defsparser.py
/usr/local/lib/python2.3/pygtk/2.0/codegen/defsparser.pyc
/usr/local/lib/python2.3/pygtk/2.0/codegen/defsparser.pyo
/usr/local/lib/python2.3/pygtk/2.0/codegen/docextract.py
/usr/local/lib/python2.3/pygtk/2.0/codegen/docextract.pyc
/usr/local/lib/python2.3/pygtk/2.0/codegen/docextract.pyo
/usr/local/lib/python2.3/pygtk/2.0/codegen/docgen.py
/usr/local/lib/python2.3/pygtk/2.0/codegen/docgen.pyc
/usr/local/lib/python2.3/pygtk/2.0/codegen/docgen.pyo
/usr/local/lib/python2.3/pygtk/2.0/codegen/h2def.py
/usr/local/lib/python2.3/pygtk/2.0/codegen/h2def.pyc
/usr/local/lib/python2.3/pygtk/2.0/codegen/h2def.pyo
/usr/local/lib/python2.3/pygtk/2.0/codegen/mergedefs.py
/usr/local/lib/python2.3/pygtk/2.0/codegen/mergedefs.pyc
/usr/local/lib/python2.3/pygtk/2.0/codegen/mergedefs.pyo
/usr/local/lib/python2.3/pygtk/2.0/codegen/mkskel.py
/usr/local/lib/python2.3/pygtk/2.0/codegen/mkskel.pyc
/usr/local/lib/python2.3/pygtk/2.0/codegen/mkskel.pyo
/usr/local/lib/python2.3/pygtk/2.0/codegen/override.py
/usr/local/lib/python2.3/pygtk/2.0/codegen/override.pyc
/usr/local/lib/python2.3/pygtk/2.0/codegen/override.pyo
/usr/local/lib/python2.3/pygtk/2.0/codegen/scmexpr.py
/usr/local/lib/python2.3/pygtk/2.0/codegen/scmexpr.pyc
/usr/local/lib/python2.3/pygtk/2.0/codegen/scmexpr.pyo

Is there any command to find out what version of a program you have like rpm -q but for things that wheren&#39;t installed by rpm?

I am totally stumped by these errors :unsure:

Thank you for reading this&#33;&#33;&#33;&#33;&#33;

LSA
01-31-2004, 02:17 AM
Requirements

Nicotine has the following dependecies:

&nbsp; &nbsp; * Python-2.2.0 or newer (Python 2.3 recommended due to improvements in the UTF-8 codec)
&nbsp; &nbsp; * GTK+-2.0 or newer (GTK+-2.2 recommended)
&nbsp; &nbsp; * PyGTK-1.99.16 or newer (older versions will NOT work)


Ok I figured out how to use rpm -q correctly:

[loren@localhost Desktop]&#036; rpm -q python
python-2.2.2-26

[loren@localhost Desktop]&#036; rpm -q gtk+
gtk+-1.2.10-25

[loren@localhost loren]&#036; rpm -q pygtk
pygtk-0.6.9-3

[loren@localhost Desktop]&#036; rpm -q pygtk2
pygtk2-1.99.14-4

--------------------

[loren@localhost Desktop]&#036; rpm -Uvh pygtk2-1.99.16-8rh9.i386.rpm
error: Failed dependencies:
pygtk2 = 1.99.14 is needed by (installed) pygtk2-libglade-1.99.14-4
pygtk2 = 1.99.14 is needed by (installed) pygtk2-devel-1.99.14-4
[loren@localhost Desktop]&#036; rpm -q pygtk2
pygtk2-1.99.14-4

I have found gtk+2 (9.7mb on a 56k, am still downloading) http://www.gtlib.cc.gatech.edu/pub/gnome/sources/gtk+/2.2/


I&#39;m almost there....I think :lol: