Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] Problema compilazione truecrypt
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
stifler83
Apprentice
Apprentice


Joined: 22 Oct 2010
Posts: 161
Location: Rome

PostPosted: Thu Jun 16, 2011 11:48 am    Post subject: [RISOLTO] Problema compilazione truecrypt Reply with quote

Ciao a tutti ho questo problema:
Code:
Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) app-crypt/truecrypt-7.0a-r5
 * truecrypt-7.0a.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                                                                                     [ ok ]
 * Package:    app-crypt/truecrypt-7.0a-r5
 * Repository: gentoo
 * Maintainer: c1pher@gentoo.org crypto@gentoo.org
 * USE:        X amd64 elibc_glibc kernel_linux multilib userland_GNU
 * FEATURES:   preserve-libs sandbox
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     2.6.38-gentoo-r7
 * Unable to check for the following kernel config options due
 * to absence of any configured kernel sources or compiled
 * config:
 *  - BLK_DEV_DM
 *  - DM_CRYPT
 *  - FUSE_FS
 *  - CRYPTO
 *  - CRYPTO_XTS
 * You're on your own to make sure they are set if needed.
 * Checking wxGTK-2.8 for X support ...                                                                                                                                      [ ok ]

 * Requested wxWidgets:        unicode 2.8
 * Using wxWidgets:            gtk2-unicode-release-2.8

>>> Unpacking source...
>>> Unpacking truecrypt-7.0a.tar.gz to /var/tmp/portage/app-crypt/truecrypt-7.0a-r5/work
>>> Source unpacked in /var/tmp/portage/app-crypt/truecrypt-7.0a-r5/work
>>> Preparing source in /var/tmp/portage/app-crypt/truecrypt-7.0a-r5/work ...
sed: impossibile leggere Main/Main.make: No such file or directory
 * ERROR: app-crypt/truecrypt-7.0a-r5 failed:
 *   sed Main/Main.make failed
 *
 * Call stack:
 *     ebuild.sh, line  56:  Called src_prepare
 *   environment, line 3660:  Called die
 * The specific snippet of code:
 *           sed -e "s/WX_CONFIG_LIBS := base/&,core/" -i Main/Main.make || die "sed Main/Main.make failed";
 *
 * If you need support, post the output of 'emerge --info =app-crypt/truecrypt-7.0a-r5',
 * the complete build log and the output of 'emerge -pqv =app-crypt/truecrypt-7.0a-r5'.
 * The complete build log is located at '/var/log/portage/app-crypt:truecrypt-7.0a-r5:20110616-114241.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-crypt/truecrypt-7.0a-r5/temp/environment'.
 * S: '/var/tmp/portage/app-crypt/truecrypt-7.0a-r5/work/truecrypt-7.0a-source'

>>> Failed to emerge app-crypt/truecrypt-7.0a-r5, Log file:

>>>  '/var/log/portage/app-crypt:truecrypt-7.0a-r5:20110616-114241.log'

 * Messages for package app-crypt/truecrypt-7.0a-r5:

 * Unable to check for the following kernel config options due
 * to absence of any configured kernel sources or compiled
 * config:
 *  - BLK_DEV_DM
 *  - DM_CRYPT
 *  - FUSE_FS
 *  - CRYPTO
 *  - CRYPTO_XTS
 * You're on your own to make sure they are set if needed.
 * ERROR: app-crypt/truecrypt-7.0a-r5 failed:
 *   sed Main/Main.make failed
 *
 * Call stack:
 *     ebuild.sh, line  56:  Called src_prepare
 *   environment, line 3660:  Called die
 * The specific snippet of code:
 *           sed -e "s/WX_CONFIG_LIBS := base/&,core/" -i Main/Main.make || die "sed Main/Main.make failed";
 *
 * If you need support, post the output of 'emerge --info =app-crypt/truecrypt-7.0a-r5',
 * the complete build log and the output of 'emerge -pqv =app-crypt/truecrypt-7.0a-r5'.
 * The complete build log is located at '/var/log/portage/app-crypt:truecrypt-7.0a-r5:20110616-114241.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-crypt/truecrypt-7.0a-r5/temp/environment'.
 * S: '/var/tmp/portage/app-crypt/truecrypt-7.0a-r5/work/truecrypt-7.0a-source'


Il problema potrebbe derivare della cancellazione che ho fatto manualmente ed erroneamente di tutto il contenuto della cartella /var/tmp/portage/.
Qualcuno potrebbe darmi un idea su come risolve visto che è l'unico pacchetto (al momento) che non riesco a ricompilare. :(


Last edited by stifler83 on Tue Jun 21, 2011 10:38 am; edited 1 time in total
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Thu Jun 16, 2011 12:50 pm    Post subject: Re: Problema compilazione truecrypt Reply with quote

stifler83 wrote:
* Unable to check for the following kernel config options due
* to absence of any configured kernel sources or compiled
* config:
* - BLK_DEV_DM
* - DM_CRYPT
* - FUSE_FS
* - CRYPTO
* - CRYPTO_XTS
Semplicemente devi configurare e compilare il kernel, se lo hai ricilato
Code:
zcat /proc/config.gz /etc/kernels/linux-kernel-vattelappesca ; make genkernel all
od anche semplicemente
Code:
zcat /proc/config.gz /usr/src/linux/.config

_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:
Back to top
View user's profile Send private message
stifler83
Apprentice
Apprentice


Joined: 22 Oct 2010
Posts: 161
Location: Rome

PostPosted: Thu Jun 16, 2011 1:06 pm    Post subject: Reply with quote

Premetto che non uso il genkernel. Ho controllato il config del kernel compilato e devo dire che tutte le voci elencate nel config di truecrypt è settato a Y. A questo punto da cosa potrebbe dipendere?
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Thu Jun 16, 2011 1:16 pm    Post subject: Reply with quote

ma hai lanciato un make mproper/distclean? Hai solo installato il kernel? Il symlink /usr/src/linux è balordo (del genere punta a /usr/src/linux-vattelappesca)?
ebuild:
local CONFIG_CHECK="~BLK_DEV_DM ~DM_CRYPT ~FUSE_FS ~CRYPTO ~CRYPTO_XTS"
linux-info_pkg_setup
vuol dire che va a verificare nell'albero dei sorgenti che siano abilitate queste opzioni, per qualche ragione non ci riesce.
Configura il kernel e compilalo (non lo devi necessariamente installare se la conf è la stessa ma almeno compilalo).
Bada che i sorgenti correnti del kernel sono 2.6.38-gentoo-r7 emerge se ne sbatte se il kernel è un altro.
_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Thu Jun 16, 2011 1:50 pm    Post subject: Reply with quote

Quote:
sed: impossibile leggere Main/Main.make: No such file or directory

credo che l'errore sia questo, tutto il casino sulla configurazione del kernel è un bello e grossi warning (che dovresti sistemare, ma non sembra importante).

Controlla in /var/tmp/portage/.../... se il file esiste o meno. a me puzza di errore nell'ebuild da segnalare (dopo ricerca accurata) su bugzilla.
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Thu Jun 16, 2011 3:01 pm    Post subject: Reply with quote

da escludere lo ho compilato ieri senza problemi per questo sono andato avanti senza guardare

Non è che per qualche ragione l'albero del kernel è danneggiato?

verifica anche il tarball di trucrypt
_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:
Back to top
View user's profile Send private message
ago
Developer
Developer


Joined: 01 Mar 2008
Posts: 1527
Location: Milan, Italy

PostPosted: Thu Jun 16, 2011 5:16 pm    Post subject: Reply with quote

Per qualche ragione da lui quel file non si trova al posto giusto e al momento giusto. :/

Sarebbe da segnalare su bugzilla.
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Thu Jun 16, 2011 5:58 pm    Post subject: Re: Problema compilazione truecrypt Reply with quote

emerge@stifler83 wrote:
Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) app-crypt/truecrypt-7.0a-r5
* truecrypt-7.0a.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* Package: app-crypt/truecrypt-7.0a-r5
* Repository: gentoo
* Maintainer: c1pher@gentoo.org crypto@gentoo.org
* USE: X amd64 elibc_glibc kernel_linux multilib userland_GNU
* FEATURES: preserve-libs sandbox
e fin qui tutto bene
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux
* Found sources for kernel version:
* 2.6.38-gentoo-r7
e fin qui sembrerebbe anche tutto OK
* Unable to check for the following kernel config options due
* to absence of any configured kernel sources or compiled
* config:
* - BLK_DEV_DM
* - DM_CRYPT
* - FUSE_FS
* - CRYPTO
* - CRYPTO_XTS
* You're on your own to make sure they are set if needed.
Mi pare esplicito
* Checking wxGTK-2.8 for X support ... [ ok ]

* Requested wxWidgets: unicode 2.8
* Using wxWidgets: gtk2-unicode-release-2.8

>>> Unpacking source...
>>> Unpacking truecrypt-7.0a.tar.gz to /var/tmp/portage/app-crypt/truecrypt-7.0a-r5/work
>>> Source unpacked in /var/tmp/portage/app-crypt/truecrypt-7.0a-r5/work

>>> Preparing source in /var/tmp/portage/app-crypt/truecrypt-7.0a-r5/work ...
sed: impossibile leggere Main/Main.make: No such file or directory
* ERROR: app-crypt/truecrypt-7.0a-r5 failed:
* sed Main/Main.make failed
*
* Call stack:
* ebuild.sh, line 56: Called src_prepare
* environment, line 3660: Called die
* The specific snippet of code:
*
sed -e "s/WX_CONFIG_LIBS := base/&,core/" -i Main/Main.make|| die "sed Main/Main.make failed";
ci vuoi anche il disegnino? Se poi l'intento è fare una segnalazione senza senso...
Problema di ebuild non è perchè su amd64 ed x86 non c'è nulla di strano.

verificare (cancellare e scaricare nuovamente, direi) i tar dei sorgenti del kernel e di truecrypt (in particolare), emerge -1 gentoo-sources linux-headers che non guasta mai ed infine verificare che il kernel sia quello giusto e che sia compilato.

Chiaro?
_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:
Back to top
View user's profile Send private message
ago
Developer
Developer


Joined: 01 Mar 2008
Posts: 1527
Location: Milan, Italy

PostPosted: Thu Jun 16, 2011 9:10 pm    Post subject: Re: Problema compilazione truecrypt Reply with quote

djinnZ wrote:
emerge@stifler83 wrote:

sed: impossibile leggere Main/Main.make: No such file or directory


Code:
amd64box ~ # tar xzf /media/sources/truecrypt-7.0a.tar.gz -C /tmp/
amd64box ~ # cd /tmp/truecrypt-7.0a-source/
amd64box truecrypt-7.0a-source # find . -name "Main.make"
./Main/Main.make


A me sembra abbastanza chiaro, infatti dopo aver dato:
Code:
amd64box truecrypt-7.0a-source # mv /usr/src/linux/.config /root/config
ricevo gli stessi warning ma non fallisce il sed.
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Fri Jun 17, 2011 9:12 am    Post subject: Reply with quote

in effetti sono andato a verificare l'ebuild ed il tar dei sorgenti che ho io, il problema è nel tar di truecrypt o nella sua esplosione, l'unica e provare a scaricarlo di nuovo.
Oppure è un problema del sistema, forse un emerge -1 tar ...
_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:
Back to top
View user's profile Send private message
stifler83
Apprentice
Apprentice


Joined: 22 Oct 2010
Posts: 161
Location: Rome

PostPosted: Sun Jun 19, 2011 9:21 am    Post subject: Reply with quote

Ho riprovato cancellando e riscaricando ma nulla. Nessuna altra idea?
Back to top
View user's profile Send private message
ago
Developer
Developer


Joined: 01 Mar 2008
Posts: 1527
Location: Milan, Italy

PostPosted: Sun Jun 19, 2011 11:55 am    Post subject: Reply with quote

prova a modificare l'ebuild, basta togliere il " || die " o commenta tutto il sed...
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Mon Jun 20, 2011 11:21 am    Post subject: Reply with quote

ebuild /usr/portage/app-crypt/truecrypt/truecrypt-7.0a-r5.ebuild unpack:
 * truecrypt-7.0a.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                          [ ok ]
 * checking ebuild checksums ;-) ...                                                              [ ok ]
 * checking auxfile checksums ;-) ...                                                             [ ok ]
 * checking miscfile checksums ;-) ...                                                            [ ok ]
 * checking truecrypt-7.0a.tar.gz ;-) ...                                                         [ ok ]
 * Package:    app-crypt/truecrypt-7.0a-r5
 * Repository: gentoo
 * Maintainer: c1pher@gentoo.org crypto@gentoo.org
 * USE:        X amd64 elibc_glibc kernel_linux multilib userland_GNU
 * FEATURES:   sandbox
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     2.6.38-hardened-r6
 * Checking for suitable kernel configuration options...                                          [ ok ]
 * Checking wxGTK-2.8 for X support ...                                                           [ ok ]

 * Requested wxWidgets:        unicode 2.8
 * Using wxWidgets:            gtk2-unicode-release-2.8

>>> Unpacking source...
>>> Unpacking truecrypt-7.0a.tar.gz to /var/tmp/portage/app-crypt/truecrypt-7.0a-r5/work
>>> Source unpacked in /var/tmp/portage/app-crypt/truecrypt-7.0a-r5/work
ls /var/tmp/portage/app-crypt/truecrypt-7.0a-r5/work/truecrypt-7.0a-source/:
Boot   Common  Crypto  Format        License.txt  Makefile  Platform    Release    Volume
Build  Core    Driver  License.html  Main         Mount     Readme.txt  Resources
ls /var/tmp/portage/app-crypt/truecrypt-7.0a-r5/work/truecrypt-7.0a-source/Main/:

Application.cpp           GraphicUserInterface.h  StringFormatter.h         UserInterfaceType.h
Application.h             Hotkey.cpp              System.cpp                UserPreferences.cpp
CommandLineInterface.cpp  Hotkey.h                System.h                  UserPreferences.h
CommandLineInterface.h    LanguageStrings.cpp     SystemPrecompiled.h       VolumeHistory.cpp
FatalErrorHandler.cpp     LanguageStrings.h       TextUserInterface.cpp     VolumeHistory.h
FatalErrorHandler.h       Main.h                  TextUserInterface.h       Xml.cpp
FavoriteVolume.cpp        Main.make               Unix                      Xml.h
FavoriteVolume.h          Resources.cpp           UserInterface.cpp
Forms                     Resources.h             UserInterface.h
GraphicUserInterface.cpp  StringFormatter.cpp     UserInterfaceException.h
ls -l /usr/portage/distfiles/truecrypt-7.0a.tar.gz:
 
-rw-rw-r-- 1 portage portage 1996312  7 nov  2010 /usr/portage/distfiles/truecrypt-7.0a.tar.gz
md5sum /usr/portage/distfiles/truecrypt-7.0a.tar.gz:
 
0a61616bc5c5ad90e876b4014c004ac9  /usr/portage/pkg/distfiles/truecrypt-7.0a.tar.gz
ls -l /var/tmp/portage/app-crypt/truecrypt-7.0a-r5/work/truecrypt-7.0a-source/Main/Main.make:
-rw-r--r-- 1 root root 4032  5 set  2010 /var/tmp/portage/app-crypt/truecrypt-7.0a-r5/work/truecrypt-7.0a-source/Main/Main.make
Ti ritrovi in questi risultati o no?
C'e qualcosa di marcio ... nel tuo sistema :wink:
Ora, se in qualche modo il tar che scarichi è balordo (prova anche averificarne direttamente il contenuto) devi segnalarlo sul sito di trucrypt se è il tuo sistema che non riesce ad esplodere correttamente il tar il problema non è nell'ebuild ma da qualche altra parte.
Provando ad indovinare mi vengono in mente tar (quindi libc e gettext), portage (problemi di upgrade del python?) ed i soliti problemi con le locali impostate a vanvera ma si sa che la mia sfera di cristallo è rattoppata alla meglio e non funziona bene.
emerge -1, python-updater e revdep-rebuild potrebbero essere tuoi amici.
NB: se è gettext il problema la questione potrebbe diventare molto seria e va risolta.

@ago: non è un suggerimento... è una str****ta
_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:
Back to top
View user's profile Send private message
stifler83
Apprentice
Apprentice


Joined: 22 Oct 2010
Posts: 161
Location: Rome

PostPosted: Tue Jun 21, 2011 10:43 am    Post subject: Reply with quote

Ok, il problema è stato risolto cosi: ho scaricato personalmente il sorgente di truecrypt(prima utilizzavo quello che mi avevano passato), ho spostato il file nella cartella, ho ricalcolato il manifest ed ho lanciato emerge ;)
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Tue Jun 21, 2011 12:26 pm    Post subject: Reply with quote

djinnZ wrote:
verifica anche il tarball di trucrypt
djinnZ wrote:
verificare (cancellare e scaricare nuovamente, direi) i tar dei sorgenti del kernel e di truecrypt (in particolare)
djinnZ wrote:
il problema è nel tar di truecrypt o nella sua esplosione, l'unica e provare a scaricarlo di nuovo.
Oppure è un problema del sistema, forse un emerge -1 tar ...
stifler83 wrote:
ho scaricato personalmente il sorgente di truecrypt(prima utilizzavo quello che mi avevano passato)
8O :evil: e meno male che te lo avevo ripetuto.

Non te la prendere se amichevolmente (per modo di dire) ti dico egregio
testo censurato perché eccessivamente prolisso, scurrile ed inneggiante a ripetute, esecrabili e ripugnanti violazioni dei seguenti articoli del codice penale: 575, 576, 579, 580, 581, 582, 583, 593, 600, 605, 612; 394 e 396; 609-bis, 544-ter e 727; da 402 a 413 - djinnZ wrote:
STR[OMISSIS] :evil: :evil: :evil:
http://i147.photobucket.com/albums/r307/freecommenttags/import//graphics/funny_pictures/STFU.jpg
http://files.sharenator.com/stfu_vader_stfu-s337x425-105463-580.jpg
http://i147.photobucket.com/albums/r307/freecommenttags/import//graphics/funny_pictures/STFU.jpg
http://www.freakingnews.com/pictures/0/Microsoft-Airlines--347.jpg

_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:
Back to top
View user's profile Send private message
ago
Developer
Developer


Joined: 01 Mar 2008
Posts: 1527
Location: Milan, Italy

PostPosted: Tue Jun 21, 2011 12:43 pm    Post subject: Reply with quote

ahahaha prendila con filosofia :D
Back to top
View user's profile Send private message
stifler83
Apprentice
Apprentice


Joined: 22 Oct 2010
Posts: 161
Location: Rome

PostPosted: Tue Jun 21, 2011 1:44 pm    Post subject: Reply with quote

djinnZ c'hai perfettamente ragione e ti chiedo scusa :oops: , siete stati tutti perfetti nelle risposte e nei tempi. Ho fatto una cazzata, ma ero in modalità autistica probabilmente ;)
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Tue Jun 21, 2011 3:25 pm    Post subject: Reply with quote

se hai dovuto ricalcolare l'hash c'è quasi sicuramente un problema da qualche parte e sarebbe opportuno segnalare la questione sul bugzilla gentoo (dopo ricerca in modo da evitare duplicati)
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Wed Jun 22, 2011 9:22 am    Post subject: Reply with quote

Mi verrebbe da rispondere che probabilmente o è stata un'operazione inutile e superflua o chissà cosa sta pasticciando aggiornando il portage a suon di cp -R ma poi dite che sono il solito scorbutico disfattista... :twisted:

stifler83 wrote:
c'hai
8O :evil: la lingua italiana... solita prece ... ma tanto già il nome è tutto un programma ... non è che il mio nickname sia poi così autocelebrativo (viene da un soprannome affibbiatomi per i miei difetti) ma tu ti dai dell'imbecille da solo, in pratica ... :mrgreen:
_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:
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