Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge plt
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
cata1986
Tux's lil' helper
Tux's lil' helper


Joined: 01 Feb 2004
Posts: 111
Location: bologna

PostPosted: Sun Apr 30, 2006 11:54 pm    Post subject: emerge plt Reply with quote

Code:

make[2]: Entering directory `/var/tmp/portage/plt-202/work/plt/src/mzscheme'
cd gc; make ../libmzgc.a
make[3]: Entering directory `/var/tmp/portage/plt-202/work/plt/src/mzscheme/gc'
x86_64-pc-linux-gnu-gcc  -I./include -DNO_SIGNALS -march=k8 -O2 -pipe    -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./alloc.c
In file included from ./include/private/gc_priv.h:48,
                 from ./alloc.c:19:
./include/private/gcconfig.h:385: error: parse error before '--' token
make[3]: *** [alloc.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/plt-202/work/plt/src/mzscheme/gc'
make[2]: *** [g-c] Error 2
make[2]: Leaving directory `/var/tmp/portage/plt-202/work/plt/src/mzscheme'
make[1]: *** [bin] Error 2
make[1]: Leaving directory `/var/tmp/portage/plt-202/work/plt/src/mzscheme'
make: *** [mz] Error 2

!!! ERROR: dev-lisp/plt-202 failed.
!!! Function src_compile, Line 35, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

questo è l'errore che mi da quando do il comando:

Code:

ACCEPT_KEYWORDS="x86" emerge plt

mi sapete dare qualke aiuto?? cosa potrei postarvi per darvi maggiori informazioni?
Back to top
View user's profile Send private message
neryo
Veteran
Veteran


Joined: 09 Oct 2004
Posts: 1292
Location: Ferrara, Italy, Europe

PostPosted: Tue May 02, 2006 1:46 pm    Post subject: Re: emerge plt Reply with quote

cata1986 wrote:

Code:

ACCEPT_KEYWORDS="x86" emerge plt

mi sapete dare qualke aiuto?? cosa potrei postarvi per darvi maggiori informazioni?


non è saggio usare in questo modo le keywords.. dovresti impostare la tua intenzione in package.keywords
poi mi spieghi perchè vuoi emergiare un pacchetto stable quando presumibilmente hai impostato nel make.conf ~x86?

posto un emerge --info

e magari posto tutto l'errore e non solo la fine..

Code:
!!! If you need support, post the topmost build error, NOT this status message.


ciau
_________________
cache: a safe place for hiding or storing things..

D-link DWL-G650 AirPlus
Apache Php Mysql
Back to top
View user's profile Send private message
cata1986
Tux's lil' helper
Tux's lil' helper


Joined: 01 Feb 2004
Posts: 111
Location: bologna

PostPosted: Thu May 04, 2006 8:23 pm    Post subject: Reply with quote

Code:

tuxcat andrea # emerge --info
Portage 2.0.54 (default-linux/amd64/2006.0, gcc-3.4.4, glibc-2.3.5-r2, 2.6.15-gentoo-r5 x86_64)
=================================================================
System uname: 2.6.15-gentoo-r5 x86_64 AMD Athlon(tm) 64 Processor 2800+
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X alsa apache2 audiofile avi berkdb bitmap-fonts bzip2 cdr cli crypt ctype cups dba dvd eclipse eds emboss encode esd exif expat fam fastbuild foomaticdb force-cgi-redirect fortran ftp gd gif glut gnome gpm gstreamer gtk gtk2 gtkhtml idn imagemagick imlib ipv6 java jdk jpeg junit kde lcms lzw lzw-tiff mad memlimit mng mozilla mp3 mpeg ncurses nls nptl opengl pam pcre pdflib perl png posix python qt quicktime readline samba sdl session simplexml soap sockets spell spl ssl tcltk tcpd tiff tokenizer truetype truetype-fonts type1-fonts udev usb userlocales xml xml2 xmms xorg-x11 xpm xsl xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY


ho messo accept keywords x86 in quanto se do solo emerge plt mi da questo errore:

Code:

tuxcat andrea # emerge plt
Calculating dependencies
!!! All ebuilds that could satisfy "plt" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-lisp/plt-202 (masked by: missing keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.

Back to top
View user's profile Send private message
cata1986
Tux's lil' helper
Tux's lil' helper


Joined: 01 Feb 2004
Posts: 111
Location: bologna

PostPosted: Thu May 04, 2006 9:35 pm    Post subject: Reply with quote

mi sono accorto adesso che nell'ebuild come keyword ha solo x86!
dato che io ho architettura amd64 c'è qualche modo per installarlo???
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Fri May 05, 2006 1:26 pm    Post subject: Reply with quote

potresti provare a modificare l'ebuild aggiungendo la keyword per amd64 e vedere se va.
_________________
Running Fast!
Back to top
View user's profile Send private message
cata1986
Tux's lil' helper
Tux's lil' helper


Joined: 01 Feb 2004
Posts: 111
Location: bologna

PostPosted: Fri May 05, 2006 5:17 pm    Post subject: Reply with quote

nulla da fare.. cmq ho emerso drscheme che penso sia la stessa cosa e quello l'ha compilato perfettamente ma ho lo stesso problema con eclipse adesso!!
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