PDA

View Full Version : problemi installazione


NeoNum6
08-02-2006, 09:48
...ho da poco montato ubuntu e vole allenarmi sull'installazione di programmi...così mi sono scaricato monkey-bubble-0.3.2 e ho provato ad installarlo... il comando ./configure però riserva delle sorprese...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

chiaramente dopo digitando make e make install il programma non si installa...qual'è il problema??

CARVASIN
08-02-2006, 09:54
...ho da poco montato ubuntu e vole allenarmi sull'installazione di programmi...così mi sono scaricato monkey-bubble-0.3.2 e ho provato ad installarlo... il comando ./configure però riserva delle sorprese...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

chiaramente dopo digitando make e make install il programma non si installa...qual'è il problema??
te pizzico sempre eh!! :D
installa il pacchetto build-essential e poi riprova.

ciao

NeoNum6
08-02-2006, 10:00
CARVASIN possiamo dire che sei il mio "guru" personale!! :D :D
vabbe a parte gli scherzi sto installando...secondo te mi porterà problemi il fatto che la mia versione è Hoary??

NeoNum6
08-02-2006, 10:03
scusa la lunghezza del posta ma configure ora si è solo allungato...
./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
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 ANSI C... none needed
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 ANSI C... (cached) none needed
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
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 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 how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
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... no
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 -m elf_x86_64) supports shared libr aries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
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 -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libr aries... 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 -m elf_x86_64) supports shared libr aries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for perl... /usr/bin/perl
configure: error: XML::Parser perl module is required for intltool

..non mi parte il make e il make install
il make dice
make: *** No targets specified and no makefile found. Stop.

CARVASIN
08-02-2006, 10:04
CARVASIN possiamo dire che sei il mio "guru" personale!! :D :D
vabbe a parte gli scherzi sto installando...secondo te mi porterà problemi il fatto che la mia versione è Hoary??
no che guru! fidati che basterebbe che tu cercassi tra i link nel primo post del clan ;)
per quanto riguarda il discorso hoary/breezy...no non credo ti porti problemi usare una versione piuttosto che l'altra...solo che le versioni di ubuntu vengono "mantenute" aggiornate dalla comunità per un periodo massimo di 18 mesi dal loro rilascio (non ho capito se già da adesso, o a partire dalla prossima realese di aprile, questo supporto è o verrà esteso fino a 3 anni), quindi prima o poi hoary diventerà "obsoleta" (non adesso certamente).
credo che per passare da hoary a breezy basta cambiarela dicitura, nei repositories, da hoary a breezy. di questo però non ne sono sicuro.

ciao

CARVASIN
08-02-2006, 10:09
scusa la lunghezza del posta ma configure ora si è solo allungato...

..non mi parte il make e il make install
il make dice
make: *** No targets specified and no makefile found. Stop.
se non trova tutti i componenti il make non inizierà mai (ovvero il ./configure non deve rilasciare errori)
quell'errore che ti ha dato non so cosa possa essere, a quanto pare qualcosa riferita xml o perl o initltool

se cerchi queste tre voci su synaptic trovi dei pacchetti....quali siano da installare, però, non so dirtelo

io ho: xml-core ; perl-base ; perlmagik ; perl-modules ; perl-suid

ciao

CARVASIN
08-02-2006, 10:11
cmq...monkey-bubble lo trovi sui repositories!! installalo con apt (o synaptic) :doh:

bisogna sempre cercare prima su synaptic e poi, in caso non lo si trovi o si richiede una versione più aggiornata di quella presente nei rep, compilarlo a mano. ti risparmi un po di scazzo no! inoltre se quel pacchetto richiede una qualsivoglia libreria sarà apt stesso a prendersi cura di installarla

NeoNum6
08-02-2006, 10:55
il problema è che a me serve installare un programma che mi faccia vedere la tv...ho trovato in giro ontv e volevo installarlo...ma non ci riesco!

CARVASIN
08-02-2006, 10:57
il problema è che a me serve installare un programma che mi faccia vedere la tv...ho trovato in giro ontv e volevo installarlo...ma non ci riesco!
hai controllato che non ci sia sui rep...io ce l'ho...

NeoNum6
08-02-2006, 10:59
...i pacchetti che dicevi tu li ho a parte perlmagik e perl-suid.
ho provato a scaricarli con apt get ma niente...
fatto ricercare a synaptic il programma ontv ma niente...
come cerco nei rep??

CARVASIN
08-02-2006, 11:02
...i pacchetti che dicevi tu li ho a parte perlmagik e perl-suid.
ho provato a scaricarli con apt get ma niente...
fatto ricercare a synaptic il programma ontv ma niente...
ok...
cosa intendi quando dici "non riesco ad installarlo"? posta gli errori/probleim che il terminale ti rilascia

ciao

NeoNum6
08-02-2006, 11:06
...i problemi durante l'installazione sono quelli di ./configure...
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... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
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 ANSI C... none needed
checking dependency style of gcc... gcc3
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++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
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 supports -fno-rtti -fno-exceptions... no
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 whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
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 ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for pkg-config... yes
checking for intltool >= 0.33... 0.34.1 found
checking for perl... /usr/bin/perl
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

dopo il make e il make install mi danno problemi...l'ontv l'ho scaricato da qui:
http://www.gnomefiles.org/ (consigliato nell'ubuntu clan)

CARVASIN
08-02-2006, 11:12
sinceramente non so cosa sia...
prova ad installare il pacchetto g77 e riprovare
fammi sapere se il config finisce o no

NeoNum6
08-02-2006, 11:17
ho ricercato con synaptic il pacchetto g77 ma non trova nulla!!
questa è l'ultima riga prima della terminazione di configure!
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

NeoNum6
08-02-2006, 11:19
non sarà perchè la mia è la versione 64 bit??
...non è che sarebbe meglio installare quella intel x86 da qui http://ftp.linux.it/ubuntu/releases/5.10/??

CARVASIN
08-02-2006, 11:22
CREDO che g77 ti serva...

strano che tu non lo abbia nei rep...il pacchetto esiste per hoary

http://packages.ubuntu.com/hoary/devel/g77

CARVASIN
08-02-2006, 11:24
non sarà perchè la mia è la versione 64 bit??
...non è che sarebbe meglio installare quella intel x86 da qui http://ftp.linux.it/ubuntu/releases/5.10/??
guarda...
io credo che per te sia meglio usare la versione a 32bit...da quello che so io (almeno per quanto riguarda debian, da cui ubuntu deriva) è consigliato (soprattutto se si è alle prime armi) installare la versione 32bit.
se proprio vuoi ripartire con una nuova installazione, vai di ubuntu 5.10 (sarebbe la breezy) 32 bit

ciao

PS: questo è il mio modestissimo parere, magari senti altri che ti dicono riguardo alla storia 32/64 bit..

NeoNum6
08-02-2006, 11:26
e se lo scarico il pacchetto come faccio a installare un .deb??

CARVASIN
08-02-2006, 11:32
e se lo scarico il pacchetto come faccio a installare un .deb??
prima di tutto...
quando scarichi un pacchetto...devi anche scaricare le sue dipendenze (depends). a loro volta le dipendenze posso avere delle dipendenze :D per questo si usa apt-get, che le risolve e installa da solo...
comunque, il comando è (ti avevo consigliato, però, la lettura dell'howto su apt-get...RILEGGILO E SALVALO (http://wiki.ubuntu-it.org/AptGetHowTo?highlight=%28apt%29) ;) )
sudo dpkg install nomepacchetto.deb
oppure
sudo dpkg -i nomepacchetto.deb

NeoNum6
08-02-2006, 11:39
...non riesco a installarlo neppure così...problemi di dipendenze!!

CARVASIN
08-02-2006, 11:43
...non riesco a installarlo neppure così...problemi di dipendenze!!
appunto...le devi installare :p
a questo punto non so che dirti...potrei dirti...reinstalla tutto, ma mi hanno insegnato che con Linux NON SI DEVE MAI FORMATTARE :D

NeoNum6
08-02-2006, 11:46
...infatto sto scaricando la versione per intel x86...magari quella è più "normale" oltre ad essere breezy...perchè linux non si formatta mai?

CARVASIN
08-02-2006, 11:52
......perchè linux non si formatta mai?
ma non c'è nessun motivo preciso, si dice perchè chi usa Linux, nella maggior parte dei casi, è una persona che sa smanettare e quindi preferisce trovare la soluzione al problema. nulla di che :)

NeoNum6
09-02-2006, 21:34
...ho reinstallato tutto (anche se non si dovrebbe :D ) ...e ho installato ubuntu nella versione 32bit...però non riesco a impostare l'impostazione video a più di 640x480...eppure con l'ubuntu 64 bit nessun problema! la scheda è una geforce mx 400 riconosciuta dal sistema...i pacchetti nvidia sono tutti installati...cosa faccio?

NeoNum6
09-02-2006, 23:35
...se magari riuscissi a modificare sources.list??

NeoNum6
10-02-2006, 01:26
...in più se clikko aggiungi applicazione e scelgo amarok ad esempio...il programma mi dice
http://archive.ubuntu.com/ubuntu/dists/breezy/Release.gpg: risoluzione di 'archive.ubuntu.com' temporaneamete fallita