View previous topic :: View next topic |
Author |
Message |
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
Posted: Wed Mar 10, 2004 3:31 pm Post subject: [gcc] Eppure non va [un altro caso risolto misteriosamente] |
|
|
Ragazzi non picchiatemi subito ho già provato a usare le soluzioni dei vari tipic ma nn c'è niente da fare:
Code: |
# emerge alsamixergui
Calculating dependencies ...done!
>>> emerge (1 of 1) media-sound/alsamixergui-0.9.0.1.2-r3 to /
>>> md5 src_uri ;-) alsamixergui-0.9.0rc1-2.tar.gz
>>> Unpacking source...
>>> Unpacking alsamixergui-0.9.0rc1-2.tar.gz to /var/tmp/portage/alsamixergui-0.9.0.1.2-r3/work
* Applying gentoo.diff... [ ok ]
>>> Source unpacked.
creating cache ./config.cache
checking for a BSD compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... ./configure: line 728: cannot create temp file for here document: Input/output error
no
./configure: line 792: cannot create temp file for here document: Input/output error
./configure: line 796: cannot create temp file for here document: Input/output error
checking for gcc... gcc
checking whether the C compiler (gcc -march=pentium4 -O3 -pipe -fomit-frame-pointer -L/usr/lib/fltk-1.1) works... ./configure: line 969: cannot create temp file for here document: Input/output error
no
configure: error: installation or configuration problem: C compiler cannot create executables.
!!! ERROR: media-sound/alsamixergui-0.9.0.1.2-r3 failed.
!!! Function econf, Line 365, Exitcode 1
!!! econf failed
| Any Ideas?
Io ho provato con :
Code: | KomaPC linux # gcc-config -l
[1] i686-pc-linux-gnu-2.95.3
[2] i686-pc-linux-gnu-3.3.2
KomaPC linux # gcc-config 2
* Switching to i686-pc-linux-gnu-3.3.2 compiler... [ ok ]
KomaPC linux #
| Il risultato è lo stesso. Sicuramente sbaglio qualche stupidaggine .... le mie cflag cxx e altro sono:
Code: | # cat /etc/make.conf |grep C
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
CCFLAG=" -march=pentium4 -mfpmath=sse -msse2 -mmmx"
|
_________________ http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Last edited by koma on Thu Mar 11, 2004 2:14 pm; edited 1 time in total |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Wed Mar 10, 2004 3:37 pm Post subject: Re: [gcc] Eppure non va |
|
|
koma wrote: | Code: |
checking whether make sets ${MAKE}... ./configure: line 728: cannot
|
|
Sembra abbia dei problemi con una directory temporanea... che utente stai usando? I settaggi nelle dir temporanee in /etc/make.conf sono giusti (e le directory esistono)? _________________ Ciao da me! |
|
Back to top |
|
|
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
Posted: Wed Mar 10, 2004 3:45 pm Post subject: |
|
|
a domanda rispondo ... questo è il mio make.conf misa che manca della roba
Code: | KomaPC koma $ cat /etc/make.conf
USE="nowin aalib svga directfb fbcon svga X gtk2 ipv6 cups png tiff jpg kde jpeg
opengl ssl gnome alsa crypt avi directfb java gpm gif truetype us apache2 mysql
cups foomaticdb ppds"
#USE="gnome ipv6"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
#ACCEPT_KEYWORDS="~x86"
GENTOO_MIRRORS="http://gentoo.mirror.sdv.fr ftp://linux.rz.ruhr-uni-bochum.de/ge
ntoo-mirror/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://www.die.unipd.
it/pub/Linux/distributions/gentoo-sources/ http://ftp.easynet.nl/mirror/gentoo/"
CCFLAG=" -march=pentium4 -mfpmath=sse -msse2 -mmmx"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
FEATURES="-sandbox |
_________________ http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Wed Mar 10, 2004 3:56 pm Post subject: |
|
|
koma wrote: | a domanda rispondo ... questo è il mio make.conf misa che manca della roba
|
Sembra anche a me
Dov'é finita? _________________ Ciao da me! |
|
Back to top |
|
|
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31446 Location: here
|
Posted: Wed Mar 10, 2004 4:33 pm Post subject: |
|
|
randomaze wrote: | koma wrote: | a domanda rispondo ... questo è il mio make.conf misa che manca della roba
|
Sembra anche a me
Dov'é finita? |
Non manca niente. Rinstallando l'ultima volta scaricando l'ultima versione di stage come make.conf ti mette solo quello... _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Wed Mar 10, 2004 4:37 pm Post subject: |
|
|
fedeliallalinea wrote: | Non manca niente. Rinstallando l'ultima volta scaricando l'ultima versione di stage come make.conf ti mette solo quello... |
Ok, allora non si spiega il problema.... koma, hai provato ad eseguire il configure a mano? _________________ Ciao da me! |
|
Back to top |
|
|
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
|
Back to top |
|
|
MyZelF Bodhisattva
Joined: 25 Feb 2003 Posts: 2010 Location: Venice, Italy
|
Posted: Wed Mar 10, 2004 4:41 pm Post subject: |
|
|
Serve un make.conf?
Perchè hai -sandbox nelle features? _________________ "Larry the Cow was a bit frustrated at the current state of Linux Distributions..." |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Wed Mar 10, 2004 4:45 pm Post subject: |
|
|
koma wrote: | nu nn so manco come si faccia |
Qualcosa tipo:
Code: |
#cd /var/tmp/portage/alsamixergui-0.9.0.1.2-r3/work
#tar -zxvf /usr/portage/distfiles/alsamixergui-0.9.0rc1-2.tar.gz
#cd alsamixergui-0.9.0rc1-2
#./configure
|
_________________ Ciao da me! |
|
Back to top |
|
|
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
Posted: Wed Mar 10, 2004 4:58 pm Post subject: |
|
|
KomaPC alsamixergui-0.9.0rc1-2 # ./configure
loading cache ./config.cache
checking for a BSD compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... ./configure: line 728: cannot create temp file for here document: Input/output error
no
./configure: line 792: cannot create temp file for here document: Input/output error
./configure: line 796: cannot create temp file for here document: Input/output error
checking for gcc... gcc
checking whether the C compiler (gcc ) works... ./configure: line 969: cannot create temp file for here document: Input/output error
no
configure: error: installation or configuration problem: C compiler cannot create executables. _________________ http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Wed Mar 10, 2004 5:14 pm Post subject: |
|
|
koma wrote: | KomaPC alsamixergui-0.9.0rc1-2 # ./configure
loading cache ./config.cache
checking for a BSD compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... ./configure: line 728: cannot create temp file for here document: Input/output error
no
./configure: line 792: cannot create temp file for here document: Input/output error
./configure: line 796: cannot create temp file for here document: Input/output error
checking for gcc... gcc
checking whether the C compiler (gcc ) works... ./configure: line 969: cannot create temp file for here document: Input/output error
no
configure: error: installation or configuration problem: C compiler cannot create executables. |
Credo che si chiami Bug. Dovresti segnalarlo su https://bugs.gentoo.org _________________ Ciao da me! |
|
Back to top |
|
|
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Wed Mar 10, 2004 10:08 pm Post subject: |
|
|
koma wrote: | ho provato anche a usare gli altri pakketti ma nn vanno |
a me lo ha appena emerso senza problemi
Non so cosa dire _________________ Ciao da me! |
|
Back to top |
|
|
^Sporting^ Tux's lil' helper
Joined: 06 Oct 2003 Posts: 131 Location: 009°11'28'' E 045°36'39'' N
|
Posted: Wed Mar 10, 2004 10:24 pm Post subject: |
|
|
A me ricorda un errore che avevo spesso sul mio server Quote: | Input/output error |
Il mio problema era dovuto allo spazio su disco....era finito....
Ne dubito...xo' nn si sa mai...
PS: l'ho appena compilato con emerge, nessun problema... |
|
Back to top |
|
|
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
Posted: Thu Mar 11, 2004 12:18 am Post subject: |
|
|
Code: | /dev/hda1 37G 14G 24G 37% /
| non è lo spazio su disco (a meno che non prenda 24gb ma nn credo in ogni caso c'è qlc che nn quadra domani provo a contattare un mio amico programmatore spero di risolvere _________________ http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD |
|
Back to top |
|
|
^Sporting^ Tux's lil' helper
Joined: 06 Oct 2003 Posts: 131 Location: 009°11'28'' E 045°36'39'' N
|
Posted: Thu Mar 11, 2004 12:36 am Post subject: |
|
|
scusa, magari e' una ca**ta..ma stavo notando ora... Code: | KomaPC koma $ cat /etc/make.conf
USE="nowin aalib svga directfb fbcon svga X gtk2 ipv6 cups png tiff jpg kde jpeg
opengl ssl gnome alsa crypt avi directfb java gpm gif truetype us apache2 mysql
cups foomaticdb ppds"
#USE="gnome ipv6"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
#ACCEPT_KEYWORDS="~x86"
GENTOO_MIRRORS="http://gentoo.mirror.sdv.fr ftp://linux.rz.ruhr-uni-bochum.de/ge
ntoo-mirror/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://www.die.unipd.
it/pub/Linux/distributions/gentoo-sources/ http://ftp.easynet.nl/mirror/gentoo/"
CCFLAG=" -march=pentium4 -mfpmath=sse -msse2 -mmmx"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
FEATURES="-sandbox | ...nn e' che, invece che mancare, c'e' qlcsa di troppo e, a occhio, nn proprio corretto? Code: | CCFLAG=" -march=pentium4 -mfpmath=sse -msse2 -mmmx" |
|
|
Back to top |
|
|
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
Posted: Thu Mar 11, 2004 2:04 pm Post subject: |
|
|
EDIT: mh l'avevo trovata girando nel forum quella stringa _________________ http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Last edited by koma on Thu Mar 11, 2004 2:06 pm; edited 2 times in total |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Thu Mar 11, 2004 2:05 pm Post subject: |
|
|
koma wrote: | mmmx? |
Penso si riferisse a una variabile chiamata CCFLAG... ma non dovrebbe creare problemi in quando c'é anche la (corretta) CFLAGS _________________ Ciao da me! |
|
Back to top |
|
|
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
Posted: Thu Mar 11, 2004 2:09 pm Post subject: |
|
|
ho messo mmx invece di mmx ed è andato .. ma non capisco non credofosse quello (non centra nulla) in ogni caso mo è andato _________________ http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Thu Mar 11, 2004 2:14 pm Post subject: |
|
|
koma wrote: | ho messo mmx invece di mmx ed è andato .. ma non capisco non credofosse quello (non centra nulla) in ogni caso mo è andato |
hai messo mmx al posto di mmmx? o il contrario?
dentro CCFLAG o dentro CFLAGS? _________________ Ciao da me! |
|
Back to top |
|
|
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
Posted: Thu Mar 11, 2004 2:15 pm Post subject: |
|
|
MyZelF wrote: | Serve un make.conf?
Perchè hai -sandbox nelle features? | Ogni tanto mi da errore nell'emersione e visto che sandob nn so cosa sia.... non lo uso _________________ http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD |
|
Back to top |
|
|
|