You are not logged in.

#1 2007-08-04 11:58:59

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

error making Simdock

with the new revision of the Simdock (svn) i can't install it, because i obtain errors during the make, this is the output:

[root@myhost trunk]# .configure
bash: .configure: command not found
[root@myhost trunk]# ./configure
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
------Checking compiler------
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
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 how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
------Checking library headers------
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 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 for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
------Checking library functions------
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking proc/readproc.h usability... yes
checking proc/readproc.h presence... yes
checking for proc/readproc.h... yes
checking for get_proc_stats in -lproc... no
configure: error: libproc library is required.
Did you install libproc-dev?
[root@myhost trunk]# exit
exit
[marco@myhost ~]$ gcc test.c -Xlinker -L /lib/ -lproc
/usr/bin/ld: cannot find -lproc
collect2: ld returned 1 exit status
[marco@myhost ~]$ su
Password: 
[root@myhost marco]# ln -s /lib/libproc-3.2.7.so /lib/libproc.so
[root@myhost marco]# cd simdock/trunk
[root@myhost trunk]# ./configure
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
------Checking compiler------
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
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 how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
------Checking library headers------
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 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 for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
------Checking library functions------
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking proc/readproc.h usability... yes
checking proc/readproc.h presence... yes
checking for proc/readproc.h... yes
checking for get_proc_stats in -lproc... yes
------Checking Dependancies------
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for DEPS... yes
------Checking Dbus------
checking for DBUS... yes
------Checking Python------
checking for a Python interpreter with version >= 2.4... python
checking for python... /usr/bin/python
checking for python version... 2.5
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.5/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.5/site-packages
checking for python2.5-config... yes
------Checking wxPython------
checking wxPython.h usability... no
checking wxPython.h presence... no
checking for wxPython.h... no
------Checking wxWidgets------
checking wxWidgets version... 2.8.0
------Generating output files------
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

------Compiler flags------
Libs:           -lproc  -pthread -lgconf-2 -lORBit-2 -lgthread-2.0 -lrt -lwnck-1 -lgtk-x11-2.0 -lstartup-notification-1 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpng12 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -pthread   -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8   -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0  
Ldflags:        
Cppflags:        -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libwnck-1.0 -I/usr/include/gtk-2.0 -I/usr/include/startup-notification-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__  -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
Cxxflags:        -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libwnck-1.0 -I/usr/include/gtk-2.0 -I/usr/include/startup-notification-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__  -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  

------Compiling informations------
Python enabled:          no (in development)
* Python support:        yes
* wxPython support:      no
Dbus enabled:            yes (in development)
Debug build:             no
--------------------------
Configure script was successful.
You can now install SimDock

[root@myhost trunk]# make
cd . && /bin/sh /home/marco/simdock/trunk/missing --run aclocal-1.9 
/home/marco/simdock/trunk/missing: line 52: aclocal-1.9: command not found
WARNING: `aclocal-1.9' is missing on your system.  You should only need it if
         you modified `acinclude.m4' or `configure.ac'.  You might want
         to install the `Automake' and `Perl' packages.  Grab them from
         any GNU archive site.
 cd . && /bin/sh /home/marco/simdock/trunk/missing --run automake-1.9 --gnu 
/home/marco/simdock/trunk/missing: line 52: automake-1.9: command not found
WARNING: `automake-1.9' is missing on your system.  You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
cd . && /bin/sh /home/marco/simdock/trunk/missing --run autoconf
Can't locate Data/Dumper.pm in @INC (@INC contains: /usr/share/autoconf /usr/lib/perl5/5.8.8/i686-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.1/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at /usr/share/autoconf/Autom4te/C4che.pm line 35.
BEGIN failed--compilation aborted at /usr/share/autoconf/Autom4te/C4che.pm line 35.
Compilation failed in require at /usr/bin/autom4te line 39.
BEGIN failed--compilation aborted at /usr/bin/autom4te line 39.
make: *** [configure] Error 1

p.s. i've installed automake 1.10.1 that is on arch repo

Last edited by toketin (2007-08-04 12:00:24)

Offline

#2 2007-08-04 15:08:02

luca
Member
From: Rome
Registered: 2005-10-30
Posts: 280

Re: error making Simdock

Hi toketin,
I think you need to install Data::Dumper module: you can find it in AUR:
http://aur.archlinux.org/packages.php?d … s=0&SeB=nd

Offline

#3 2007-08-04 16:45:13

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Re: error making Simdock

thanks but i can't install the package, this is the output:

[root@myhost perl-data-dumper]# makepkg
==> Making package: perl-data-dumper 2.121-3 (sab ago  4 18:43:55 CEST 2007)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
   -> Downloading Data-Dumper-2.121.tar.gz
--18:43:55--  http://search.cpan.org/CPAN/authors/id/I/IL/ILYAM/Data-Dumper-2.121.tar.gz
           => `Data-Dumper-2.121.tar.gz'
Risoluzione di search.cpan.org in corso... 84.45.68.23
Connessione a search.cpan.org|84.45.68.23:80... connesso.
HTTP richiesta inviata, aspetto la risposta... 302 Found
Posizione: http://bo.mirror.garr.it/mirrors/CPAN/authors/id/I/IL/ILYAM/Data-Dumper-2.121.tar.gz [segue]
--18:43:55--  http://bo.mirror.garr.it/mirrors/CPAN/authors/id/I/IL/ILYAM/Data-Dumper-2.121.tar.gz
           => `Data-Dumper-2.121.tar.gz'
Risoluzione di bo.mirror.garr.it in corso... 193.206.140.34
Connessione a bo.mirror.garr.it|193.206.140.34:80... connesso.
HTTP richiesta inviata, aspetto la risposta... 200 OK
Lunghezza: 31,931 (31K) [application/x-tar]

100%[====================================>] 31,931       133.39K/s             

18:43:58 (133.10 KB/s) - "Data-Dumper-2.121.tar.gz" salvato [31931/31931]

==> Validating source files with md5sums
    Data-Dumper-2.121.tar.gz ... Passed
==> Extracting Sources...
   -> tar -xf Data-Dumper-2.121.tar.gz
==> Starting build()...
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/i686-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.1/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at Makefile.PL line 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.
==> Removing info/doc files...
==> Compressing man pages...
==> Stripping debugging symbols from libraries...
==> Stripping symbols from binaries...
==> WARNING: Options beginning with 'no' will be depricated in the next version of makepkg!
    Please replace 'no' with '!': noemptydirs -> !emptydirs.
==> Removing empty directories...
==> Generating .FILELIST file...
tar: *: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors
==> Generating .PKGINFO file...
==> Compressing package...
tar: *: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors
==> ERROR: Failed to create package file.

Offline

#4 2007-08-04 16:54:48

luca
Member
From: Rome
Registered: 2005-10-30
Posts: 280

Re: error making Simdock

I compiled perl-data-dumper without any problems.
Why do you build the package as root? Install fakeroot and try to build
the package as a normal user

Last edited by luca (2007-08-04 16:55:04)

Offline

#5 2007-08-04 17:08:02

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Re: error making Simdock

fakeroot is already installed, i've tried by normal user but it gives the same error

Offline

#6 2007-08-04 17:14:38

luca
Member
From: Rome
Registered: 2005-10-30
Posts: 280

Re: error making Simdock

These are my current perl packages installed:

perl-error 0.17008-4
perl-file-tail 0.99.3-1
perl-html-template 2.9-2
perl-net-server 0.96-1
perl-net-snmp 5.2.0-1
perl-xml-simple 2.16-2

and my perl version is

perl 5.8.8-5

Try to reinstall perl package

Offline

#7 2007-08-04 17:26:43

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Re: error making Simdock

ok, thanks i've installed the packs and reinstalled perl, i've been able to install the aur package, now also Simdock runs, thanks guy!

Offline

Board footer

Powered by FluxBB