Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problema emerge vtun [RISOLTO]
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
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Fri Dec 17, 2004 12:15 pm    Post subject: Problema emerge vtun [RISOLTO] Reply with quote

Durante l'emerge di vtun mi da questo errore:
Code:

gcc -c -O3 -mcpu=i686 -pipe -fomit-frame-pointer -Wall -ansi -pedantic -I. -I.. rdf2bin.c
rm -f rdf2com && ln -s rdf2bin rdf2com
gcc -c -O3 -mcpu=i686 -pipe -fomit-frame-pointer -Wall -ansi -pedantic -I. -I.. rdf2ihx.c
rm -f rdf2com && ln -s rdf2bin rdf2com
gcc  -o rdf2ihx rdf2ihx.o rdoff.o rdfload.o symtab.o collectn.o hash.o nasmlib.o
rdf2ihx.o: file not recognized: File truncated
collect2: ld returned 1 exit status
make[1]: *** [rdf2ihx] Error 1
make[1]: Leaving directory `/var/tmp/portage/nasm-0.98.38-r1/work/nasm-0.98.38/rdoff'
make: *** [all] Error 2
make: *** Waiting for unfinished jobs....
gcc  -o rdfdump rdfdump.o
gcc  -o ldrdf ldrdf.o rdoff.o nasmlib.o symtab.o collectn.o rdlib.o segtab.o hash.o
gcc  -o rdx rdx.o rdoff.o rdfload.o symtab.o collectn.o hash.o
gcc  -o rdflib rdflib.o
gcc  -o rdf2bin rdf2bin.o rdoff.o rdfload.o symtab.o collectn.o hash.o nasmlib.o
gcc  -o rdf2ihx rdf2ihx.o rdoff.o rdfload.o symtab.o collectn.o hash.o nasmlib.o
make[1]: Leaving directory `/var/tmp/portage/nasm-0.98.38-r1/work/nasm-0.98.38/rdoff'

!!! ERROR: dev-lang/nasm-0.98.38-r1 failed.
!!! Function src_compile, Line 34, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.


Come posso risolvere ?
Grazie mille


Last edited by f0llia on Fri Dec 17, 2004 12:39 pm; edited 1 time in total
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31038
Location: here

PostPosted: Fri Dec 17, 2004 12:17 pm    Post subject: Reply with quote

Posta un emerge info
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Fri Dec 17, 2004 12:25 pm    Post subject: Reply with quote

eccolo:
Code:

# emerge info
Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.9-gentoo-r9 i686)
=================================================================
System uname: 2.6.9-gentoo-r9 i686 Pentium III (Coppermine)
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=i686 -pipe -fomit-frame-pointer"
CHOST="i386-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -mcpu=i686 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://www.die.unipd.it/pub/Linux/distributions/gentoo-sources/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib apache apm arts avi berkdb bitmap-fonts cdr crypt cups encode f77 foomaticdb fortran gdbm gif gnome gpm gtk gtk2 imlib ipv6 jpeg kde libg++ libwww mad mikmod motif mpeg mysql ncurses nls oggvorbis opengl oss pam pdflib perl php png python qt quicktime readline sdl spell ssl svga tcpd truetype usagi x86 xml2 xmms xv zlib"
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31038
Location: here

PostPosted: Fri Dec 17, 2004 12:27 pm    Post subject: Reply with quote

Prova a mettere nel tuo make.conf
Code:
MAKEOPTS="-j1"

e ricompila il pacchetto
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Fri Dec 17, 2004 12:30 pm    Post subject: Reply with quote

ok, provo
ma solitamente quella variabile non è il numero processori +1 ?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31038
Location: here

PostPosted: Fri Dec 17, 2004 12:36 pm    Post subject: Reply with quote

f0llia wrote:
ok, provo
ma solitamente quella variabile non è il numero processori +1 ?

Si ma ci sono dei programmi che si incazzano con j2
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Fri Dec 17, 2004 12:37 pm    Post subject: Reply with quote

ok, cmq funziona.
Tnx fedeli ;)
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