Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
linkage: problemi di make
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Peach
Advocate
Advocate


Joined: 08 Mar 2003
Posts: 3686
Location: London, UK

PostPosted: Fri Feb 01, 2008 8:24 pm    Post subject: linkage: problemi di make Reply with quote

ho da poco reinstallato e mi sono trovato di fronte ad un problema che nn dovrebbe verificarsi.
praticamente installando linkage mi si pianta con questo errore:
Code:
...
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating plugins/Makefile
config.status: creating lib/Makefile
config.status: creating lib/linkage/Makefile
config.status: creating plugins/notification/Makefile
config.status: creating plugins/trayicon/Makefile
config.status: creating plugins/upnp/Makefile
config.status: creating data/Makefile
config.status: creating data/flags/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing intltool commands
config.status: executing po/stamp-it commands
 cd . && /bin/sh /var/tmp/portage/net-p2p/linkage-0.1.4/work/linkage-0.1.4/missing --run automake-1.10 --gnu  Makefile
/usr/bin/m4:configure.ac:110: cannot open `m4/sizeof.m4': No such file or directory
autom4te-2.61: /usr/bin/m4 failed with exit status: 1
automake-1.10: autoconf failed with exit status: 1
make: *** [Makefile.in] Error 1
 *
 * ERROR: net-p2p/linkage-0.1.4 failed.
 * Call stack:
 *       ebuild.sh, line 1701:  Called dyn_compile
 *       ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *       ebuild.sh, line   44:  Called src_compile
 *       ebuild.sh, line 1383:  Called gnome2_src_compile
 *   gnome2.eclass, line   71:  Called die
 * The specific snippet of code:
 *      emake || die "compile failure"
 *  The die message:
 *   compile failure
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/net-p2p/linkage-0.1.4/temp/build.log'.
 *


praticamente dopo il configure, lancia
Code:
 cd . && /bin/sh /var/tmp/portage/net-p2p/linkage-0.1.4/work/linkage-0.1.4/missing --run automake-1.10 --gnu  Makefile

per ragioni che ignoro:
Code:
 ~ # cd /var/tmp/portage/net-p2p/linkage-0.1.4/work/linkage-0.1.4/
 linkage-0.1.4 # make
 cd . && /bin/sh /var/tmp/portage/net-p2p/linkage-0.1.4/work/linkage-0.1.4/missing --run automake-1.10 --gnu  Makefile
/usr/bin/m4:configure.ac:110: cannot open `m4/sizeof.m4': No such file or directory
autom4te-2.61: /usr/bin/m4 failed with exit status: 1
automake-1.10: autoconf failed with exit status: 1
make: *** [Makefile.in] Error 1

stesso problema, mentre sull'altra scrausissima macchina non mi ha dato problemi di sorta andando subito a compilare tutto e senza lanciare missing...

EDIT :
praticamente la porzione di codice che viene eseguita è presente nel Makefile a questo punto:
Code:
all: config.h
        $(MAKE) $(AM_MAKEFLAGS) all-recursive

.SUFFIXES:
am--refresh:
        @:
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
        @for dep in $?; do \
          case '$(am__configure_deps)' in \
            *$$dep*) \
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
                && exit 0; \
              exit 1;; \
          esac; \
        done; \
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
        cd $(top_srcdir) && \
          $(AUTOMAKE) --gnu  Makefile

tant'è:
Code:
 linkage-0.1.4 # make am--refresh
 cd . && /bin/sh /var/tmp/portage/net-p2p/linkage-0.1.4/work/linkage-0.1.4/missing --run automake-1.10 --gnu  Makefile
/usr/bin/m4:configure.ac:110: cannot open `m4/sizeof.m4': No such file or directory
autom4te-2.61: /usr/bin/m4 failed with exit status: 1
automake-1.10: autoconf failed with exit status: 1
make: *** [Makefile.in] Error 1


purtroppo la mia conoscenza in make è davvero scarsissima quindi se qualcuno può illuminarmi è ben accetto!!!


consigli???
_________________
Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum