J'ai construit un wrapper perl pour un des mes projects (wzdftpd) en utilisant perlxs. Il se contruit et s'installe correctement, mais impossible de le desinstaller:
make uninstall
Uninstall is unsafe and deprecated, the uninstallation was not performed.
We will show what would have been done.
no packlist file found: at /usr/share/perl/5.8/ExtUtils/Install.pm line 318.
Si j'essaye la commande manuellement, rien de mieux:
perl "-MExtUtils::Command::MM" -e uninstall /home/pollux/DEL/lib/perl/5.8.4/auto/wzdftpd/.packlist
Uninstall is unsafe and deprecated, the uninstallation was not performed.
We will show what would have been done.
no packlist file found: at /usr/share/perl/5.8/ExtUtils/Install.pm line 318.
Le fichier en question existe bien, est lisible et contient bien les noms des fichiers.
Ca ne me generait pas trop, si ce n'est que le module perl fait partie du projet, donc quand je fais un make distcheck il echoue.
ERROR: files left after uninstall:
/home/pollux/WORK/PROGS/wzd/WZDFTPD/wzdftpd/wzdftpd-0.5.0/=inst/lib/perl/5.8.4/auto/wzdftpd/.packlist
/home/pollux/WORK/PROGS/wzd/WZDFTPD/wzdftpd/wzdftpd-0.5.0/=inst/lib/perl/5.8.4/perllocal.pod
...
Quelqu'un aurait-il une idée sur une solution "propre" ?
Merci
Suivre le flux des commentaires
Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.