Pagina 1 di 1

checkinstall

Inviato: sab 23 ott 2004, 19:20
da goldy
Ho scaricato da questo sito checkinstall , quando provo a creare il pacchetto dopo il make ricevo questo errore
<BR>
<BR>checkinstall 1.6.0beta3, Copyright 2002 Felipe Eduardo Sanchez Diaz Duran
<BR> This software is released under the GNU GPL.
<BR>
<BR>
<BR>The package documentation directory ./doc-pak does not exist.
<BR>Should I create a default set of package docs? [y]: y
<BR>
<BR>Preparing package documentation...OK
<BR>
<BR>Please write a description for the package.
<BR>End your description with an empty line or EOF.
<BR>>>
<BR>
<BR>This package will be built according to these values:
<BR>
<BR>1 - Summary: [ Package created with checkinstall 1.6.0beta3 ]
<BR>2 - Name: [ kommander ]
<BR>3 - Version: [ 1.0 ]
<BR>4 - Release: [ 1 ]
<BR>5 - License: [ GPL ]
<BR>6 - Group: [ ]
<BR>7 - Architecture: [ i386 ]
<BR>8 - Source location: [ kommander-1.0 ]
<BR>9 - Alternate source location: [ ]
<BR>
<BR>Enter a number to change any of them or press ENTER to continue:
<BR>
<BR>Installing with make install...
<BR>
<BR>========================= Installation results ===========================
<BR>/usr/bin/installwatch: line 345: 22741 Segmentation fault $@
<BR>
<BR>**** Installation failed. Aborting package creation.
<BR>
<BR>Cleaning up...OK
<BR>
<BR>Bye.
<BR>
<BR>
<BR>Nella linea 345 di installwatch è scritto questo
<BR>
<BR>echo "debug: INSTW_LOGFILE=${INSTW_LOGFILE}"
<BR>
<BR>
<BR>Specifico che se provo a creare il pacchetto con lo slackbuilds tutto va bene.
<BR>
<BR>Da cosa può dipendere questo errore?
<BR>
<BR><br>

checkinstall

Inviato: sab 23 ott 2004, 19:52
da samiel
Dammi un po´ di tempo
<BR>che ho pure amici a cena
<BR>e verifico il funzionamento del pacchetto
<BR>
<BR>M.<br>

checkinstall

Inviato: dom 24 ott 2004, 11:21
da samiel
In effetti checkinstall sembra avere dei problemi,
<BR>ma non quella segmentation fault. Prova a ricompilare
<BR>checkinstall stesso dai sorgenti con lo slackbuild.
<BR>Al momento della compilazione dei programmi poi
<BR>prova a passare l´opzione
<BR>checkinstall --fstrans=no --install=yes
<BR>Intanto continuo a vedere che guai può avere il pacchetto...
<BR>
<BR>M.<br>

checkinstall

Inviato: dom 24 ott 2004, 14:46
da goldy
Samiel , niente da fare ricevo sempre lo stesso erroe , tra l´altro ho anche provato a compilare il checkinstall originale (non patchato per Slack) , e il problema rimane.
<BR>Credo a questo punto che sia un problema nel mio sistema ,non nella patch.
<BR>Comunque se hai dei consigli . li accetto volentieri<br>

checkinstall

Inviato: dom 24 ott 2004, 17:25
da samiel
Mah, io credo che sia un problema di checkinstall...
<BR>Nella home page si legge:
<BR>There seems to be a bug in the filesystem translation code which seems to be biting people using newer versions of glibc found in most recent linux distributions. It is being worked on. In the meantime you can work around it by disabling the fs translation code and forcing checkinstall to install the package:
<BR>checkinstall --fstrans=no --install=yes.
<BR>E forse c´è anche qualche altro bug...
<BR>comunque sia io sia Lorys stiamo dando un´occhiata.
<BR>Ti sapremo dire
<BR>
<BR>M.<br>