Amsn-097RC1

Postate qui se avete consigli per migliorare i pacchetti disponibili in questo sito o se avete problemi con installazione, funzionamento o altro.

Moderatore: Staff

Regole del forum
1) Citare in modo preciso il nome del pacchetto.
2) Specificare se discussione/suggerimento o richiesta d'aiuto.
3) Leggere attentamente le risposte ricevute
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.

La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
Rispondi
Bart
Staff
Staff
Messaggi: 4249
Iscritto il: lun 9 ago 2004, 0:00
Località: Rimini

Amsn-097RC1

Messaggio da Bart »

Ciao, qualcuno di voi ha provato a pacchettizzare ed installare questa nuova versione di amsn? A me da questo errore al lancio:

Codice: Seleziona tutto

Error in startup script: couldn't read file "BWidget_mods.tcl": no such file or directory
    while executing
"source BWidget_mods.tcl"
    invoked from within
"if { $initialize_amsn == 1 } {

        if {![::picture::Loaded]} {
                if { [OnDarwin] } {
                        tk_messageBox -default ok -message "There's a problem loading a..."
    (file "gui.tcl" line 4)
    invoked from within
"source gui.tcl         "
    ("uplevel" body line 23)
    invoked from within
"uplevel \#0 {

        # amsncore.tcl is already loaded but we'll re-source it here in case we manually do reload_files
        source amsncore.tcl
        source audio.tc..."
    (procedure "reload_files" line 2)
    invoked from within
"reload_files"
    (file "/usr/bin/amsn" line 250)
:?

Avatar utente
harakei
Packager
Packager
Messaggi: 118
Iscritto il: lun 19 dic 2005, 15:57
Slackware: 13-current
Kernel: 2.6.32.7-ck2
Desktop: kde
Località: Taranto
Contatta:

Messaggio da harakei »

si ci ho provato, usando lo slackbuild di slacky: non so perchè ma il file BWidget_mods.tcl non lo inserisce nel pacchetto; però se provi a copiare il file a mano dai sorgenti a /usr/share/amsn vedrai che funziona ;)

Bart
Staff
Staff
Messaggi: 4249
Iscritto il: lun 9 ago 2004, 0:00
Località: Rimini

Messaggio da Bart »

harakei ha scritto:si ci ho provato, usando lo slackbuild di slacky: non so perchè ma il file BWidget_mods.tcl non lo inserisce nel pacchetto; però se provi a copiare il file a mano dai sorgenti a /usr/share/amsn vedrai che funziona ;)
Ok, allora modifico lo slackbuild, grazie mille. ;)
PS: Com'è questa nuova versione?

Avatar utente
Vito
Staff
Staff
Messaggi: 4182
Iscritto il: mar 5 dic 2006, 17:28
Nome Cognome: Vito
Desktop: MacOS
Località: Monaco (DE)
Contatta:

Messaggio da Vito »

a me da questo errore quando lancio ./configure :

Codice: Seleziona tutto

[vito@Vito:amsn-0.97RC1]$ ./configure CFLAG=" -O3 -march=athlon-xp "
checking for prefix by checking for wish... /usr/bin/wish
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 g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking tcl build dir... locate: fatal error: Could not find user database '/var/lib/slocate/slocate.db':  No such file or directory
using tcl library in /usr/lib
checking tk build dir... using tk library in /usr/lib
checking for main in -lstdc++... yes
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
sapete aiutarmi?
"Stat rosa pristina nomina, nomina nuda tenemus." [ Umberto Eco - Il nome della rosa]

"Faber est suae quisque fortunae ." [ Appio Claudio Cieco]

Avatar utente
Absolut
Linux 4.x
Linux 4.x
Messaggi: 1465
Iscritto il: gio 10 feb 2005, 0:00
Slackware: current
Località: Roma

Messaggio da Absolut »

io compilo la versione CVS, basta un configure e un make, poi si può:
1. lanciare con ./amsn
2. creare rpm con make rpm e convertirlo in tgz

ae per aggiornare svn up

Sulla slack l'ho provato poco, ma sia sulla debian che su ubuntu nessun problema!

Bart
Staff
Staff
Messaggi: 4249
Iscritto il: lun 9 ago 2004, 0:00
Località: Rimini

Messaggio da Bart »

harakei ha scritto:si ci ho provato, usando lo slackbuild di slacky: non so perchè ma il file BWidget_mods.tcl non lo inserisce nel pacchetto; però se provi a copiare il file a mano dai sorgenti a /usr/share/amsn vedrai che funziona ;)
E' vero, anche inserendo una stringa nello slackbuild non lo copia, l'ho dovuto inserire a mano dopo aver creato il pacchetto. :? Ora comunque funziona.

Bart
Staff
Staff
Messaggi: 4249
Iscritto il: lun 9 ago 2004, 0:00
Località: Rimini

Messaggio da Bart »

John-Cena ha scritto:a me da questo errore quando lancio ./configure :

Codice: Seleziona tutto

[vito@Vito:amsn-0.97RC1]$ ./configure CFLAG=" -O3 -march=athlon-xp "
checking for prefix by checking for wish... /usr/bin/wish
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 g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking tcl build dir... locate: fatal error: Could not find user database '/var/lib/slocate/slocate.db':  No such file or directory
using tcl library in /usr/lib
checking tk build dir... using tk library in /usr/lib
checking for main in -lstdc++... yes
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
sapete aiutarmi?
Hai risolto installando gli headers?

Avatar utente
liberty150
Linux 0.x
Linux 0.x
Messaggi: 21
Iscritto il: mer 12 ott 2005, 22:55

Messaggio da liberty150 »

Ma potreste dire come avete risolto? Io sto tentando di installare dai sorgenti in modo da utilizzare le tk8.5 ma mi da questi errori in fase di configure

checking tcl build dir... locate: fatal error: Could not find user database '/var/lib/slocate/slocate.db': No such file or directory
using tcl library in /usr/bin
./configure: line 2893: /usr/bin/tclConfig.sh: No such file or directory


Mi aiutate a risolvere?

Avatar utente
liberty150
Linux 0.x
Linux 0.x
Messaggi: 21
Iscritto il: mer 12 ott 2005, 22:55

Messaggio da liberty150 »

Sembra che io abbia risolto. Il problema era che lo script tclConfig.sh era in usr/lib e non in usr/bin

Avatar utente
Vito
Staff
Staff
Messaggi: 4182
Iscritto il: mar 5 dic 2006, 17:28
Nome Cognome: Vito
Desktop: MacOS
Località: Monaco (DE)
Contatta:

Messaggio da Vito »

Bart ha scritto:
John-Cena ha scritto:a me da questo errore quando lancio ./configure :

Codice: Seleziona tutto

[vito@Vito:amsn-0.97RC1]$ ./configure CFLAG=" -O3 -march=athlon-xp "
checking for prefix by checking for wish... /usr/bin/wish
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 g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking tcl build dir... locate: fatal error: Could not find user database '/var/lib/slocate/slocate.db':  No such file or directory
using tcl library in /usr/lib
checking tk build dir... using tk library in /usr/lib
checking for main in -lstdc++... yes
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
sapete aiutarmi?
Hai risolto installando gli headers?
caspita non me ne ero accorto!comunque si ho risolto con gli header... :P
"Stat rosa pristina nomina, nomina nuda tenemus." [ Umberto Eco - Il nome della rosa]

"Faber est suae quisque fortunae ." [ Appio Claudio Cieco]

Rispondi