View previous topic :: View next topic |
Author |
Message |
doctor_evilz Tux's lil' helper
Joined: 26 May 2006 Posts: 77
|
Posted: Sat Dec 16, 2006 12:31 pm Post subject: [SOLVED]Access violation?!?!?! |
|
|
Ragazzi dopo un emerge -uD world ho il seguente errore durante l'emerge di cmake
Scanning dependencies of target ctest
[ 97%] Building CXX object Source/CMakeFiles/ctest.dir/ctest.o
Linking CXX executable ../bin/ctest
[ 97%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesPathWidget.o
[ 97%] Built target ctest
[ 98%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesStringWidget.o
[ 98%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesWidget.o
[ 98%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/ccmake.o
Linking CXX executable ../bin/ccmake
[ 98%] Built target ccmake
[ 98%] Generating ../Docs/ctest.txt
[ 98%] Generating ../Docs/cmake.txt
[ 98%] Generating ../Docs/ccmake.txt
[100%] Built target documentation
>>> Source compiled.
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-dev-util_-_cmake-2.4.5-18610.log"
open_wr: /usr/qt/3/etc/settings/.qtrc.lock
--------------------------------------------------------------------------------
come posso risolvere?
Last edited by doctor_evilz on Sat Dec 16, 2006 4:27 pm; edited 1 time in total |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Sat Dec 16, 2006 12:48 pm Post subject: |
|
|
C'è un bug aperto su questo problema. _________________ Ciao da me! |
|
Back to top |
|
|
ercoppa Guru
Joined: 10 Dec 2005 Posts: 371 Location: roma
|
Posted: Sat Dec 16, 2006 1:27 pm Post subject: |
|
|
Sul forum inglese consigliano di disabilitare per questo pacchetto sandbox (nel make.conf FEATURES="-sandbox")
Last edited by ercoppa on Sat Dec 16, 2006 3:23 pm; edited 3 times in total |
|
Back to top |
|
|
Luca89 Advocate
Joined: 27 Apr 2005 Posts: 2107 Location: Agrigento (Italy)
|
Posted: Sat Dec 16, 2006 1:38 pm Post subject: |
|
|
ercoppa wrote: | Sul forum inglese consiglio di disabilitare per questo pacchetto sandbox (nel make.conf FEATURES="-sandbox") |
mah, se la sandbox si lamenta un motivo ci sarà, non mi pare una grande soluzione disabilitare la sandbox, è un rischio per la sicurezza del sistema. _________________ Running Fast! |
|
Back to top |
|
|
X-Drum Advocate
Joined: 24 Aug 2003 Posts: 2517 Location: ('Modica','Trieste','Ferrara') Italy
|
Posted: Sat Dec 16, 2006 2:41 pm Post subject: |
|
|
Luca89 wrote: | ercoppa wrote: | Sul forum inglese consiglio di disabilitare per questo pacchetto sandbox (nel make.conf FEATURES="-sandbox") |
mah, se la sandbox si lamenta un motivo ci sarà, non mi pare una grande soluzione disabilitare la sandbox, è un rischio per la sicurezza del sistema. |
se proprio intendi disabilitare sandbox aggiungi al make.conf:
Code: | FEATURES="collision-protect" |
_________________ "...There are two sort of lies, lies and benchmarks..." |
|
Back to top |
|
|
doctor_evilz Tux's lil' helper
Joined: 26 May 2006 Posts: 77
|
Posted: Sat Dec 16, 2006 4:27 pm Post subject: |
|
|
ho disabilitato la sandbox e fatto l'aggiornamento... mah non mi piace sta cosa
Grazie ragazzi!!! ciauuu |
|
Back to top |
|
|
|