Visualizzazione dei risultati da 1 a 2 su 2
  1. #1
    Utente di HTML.it L'avatar di kazi
    Registrato dal
    Jun 2003
    Messaggi
    290

    [gentoo 2005.0] errore compilazione lopster

    Avviando lopster dopo aver fatto un update del sistema vedo che non trova più la lib flac, nonostante sia installata, decido quindi di ricompilare lopster con emerge. Dopo aver fatto il configure emerge però mi dà questo errore:

    Configuration:
    --------------------------------------------------
    Compiler : gcc
    ZLib Support : yes
    Ogg Support : yes
    Flac Support : yes
    Thread Support : yes
    --------------------------------------------------

    cd . && automake --gnu Makefile
    cd . && /var/tmp/portage/lopster-1.2.2-r1/work/lopster-1.2.2/missing autoconf
    WARNING: `autoconf' is missing on your system. You should only need it if
    you modified `configure.in'. You might want to install the
    `Autoconf' and `GNU m4' packages. Grab them from any GNU
    archive site.
    automake: configure.in: required file `./config.guess' not found
    automake: configure.in: required file `./config.sub' not found
    make: *** [Makefile.in] Error 1

    !!! ERROR: net-p2p/lopster-1.2.2-r1 failed.
    !!! Function src_compile, Line 43, Exitcode 2
    !!! (no error message)
    !!! If you need support, post the topmost build error, NOT this status message


    Autoconf è sicuramente installato sul mio sitema (l'ho anche riemerso) e la versione è 2.59-r6 quindi superiore a quella richiesta.

    Cosa posso fare?

    Grazie
    gentoo + xfce4

  2. #2
    Utente di HTML.it L'avatar di kazi
    Registrato dal
    Jun 2003
    Messaggi
    290
    questo è il risultato del config (ottenuto dando emerge lopster):

    codice:
    creating cache ./config.cache
    checking for a BSD compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking whether make sets ${MAKE}... yes
    checking for working aclocal... found
    checking for working autoconf... missing
    checking for working automake... found
    checking for working autoheader... missing
    checking for working makeinfo... found
    checking for gcc... gcc
    checking whether the C compiler (gcc -O2 -march=athlon-xp -pipe -fomit-fram
    nter ) works... yes
    checking whether the C compiler (gcc -O2 -march=athlon-xp -pipe -fomit-fram
    nter ) is a cross-compiler... no
    checking whether we are using GNU C... yes
    checking whether gcc accepts -g... yes
    checking for POSIXized ISC... no
    checking for gcc option to accept ANSI C... none needed
    checking for a BSD compatible install... /bin/install -c
    checking whether byte ordering is bigendian... no
    checking for working const... yes
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for locale.h... yes
    checking for fcntl.h... yes
    checking for sys/time.h... yes
    checking for unistd.h... yes
    checking for liblconv.h... no
    checking for lconv_conv in -llconv... no
    checking for setlocale... yes
    checking for mkdir... yes
    checking for socket... yes
    checking for strdup... yes
    checking for strcasestr... yes
    checking for gtk-config... /usr/bin/gtk-config
    checking for GTK - version >= 1.2.0... yes
    checking for ogg/ogg.h... yes
    checking for ogg_sync_init in -logg... yes
    checking for FLAC/metadata.h... yes
    checking for pthread.h... yes
    checking for pthread_attr_init in -lpthread... yes
    checking for zlib.h... yes
    checking for gzread in -lz... yes
    updating cache ./config.cache
    creating ./config.status
    creating Makefile
    creating src/Makefile
    creating m4/Makefile
    creating config.h
    Configuration:
    --------------------------------------------------
       Compiler          :  gcc
       ZLib Support      :  yes
       Ogg Support       :  yes
       Flac Support      :  yes
       Thread Support    :  yes
    --------------------------------------------------
    
    cd . && automake --gnu Makefile
    cd . && /var/tmp/portage/lopster-1.2.2-r1/work/lopster-1.2.2/missing autoco
    WARNING: `autoconf' is missing on your system.  You should only need it if
             you modified `configure.in'.  You might want to install the
             `Autoconf' and `GNU m4' packages.  Grab them from any GNU
             archive site.
    automake: configure.in: required file `./config.guess' not found
    automake: configure.in: required file `./config.sub' not found
    make: *** [Makefile.in] Error 1
    
    !!! ERROR: net-p2p/lopster-1.2.2-r1 failed.
    !!! Function src_compile, Line 43, Exitcode 2
    !!! (no error message)
    !!! If you need support, post the topmost build error, NOT this status mess
    l'unica cosa che sembra mancare è autoconf però ho controllato ed ho sia autoconf che m4:

    codice:
    # emerge -p autoconf
    
    These are the packages that I would merge, in order:
    
    Calculating dependencies ...done!
    [ebuild   R   ] sys-devel/autoconf-2.59-r6  
    # emerge -p m4      
    
    These are the packages that I would merge, in order:
    
    Calculating dependencies ...done!
    [ebuild   R   ] sys-devel/m4-1.4.3
    secondo voi lopster richiede una versione più vecchia di autoconf?

    grazie
    gentoo + xfce4

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.