Primeiras coisas para experimentar:
Apagar toda a árvore de portas
Obtenha uma nova árvore de ports atualizada
# rm -rf /usr/ports
# portsnap fetch
# portsnap extract
Em seguida, tente fazer a porta novamente.
Estou tentando instalar ligações python para subversão:
# cd /usr/ports/devel/py-subversion
# make
===> Patching for py26-subversion-1.6.15
===> Applying extra patch /usr/ports/devel/py-subversion/../../devel/subversion/files /bindings-patch-subversion--bindings--swig--perl--native--Makefile.PL.in
cannot open /usr/ports/devel/py-subversion/../../devel/subversion/files/bindings-patch-subversion--bindings--swig--perl--native--Makefile.PL.in: No such file or directory
*** Error code 2
Sim, não existe esse arquivo em subversion/files
, mas existe o arquivo patch-subversion::bindings::swig::perl::natives::Makefle.PL.in
(com dois-pontos em vez de hifens).
Depois de renomear e executar novamente make
, recebi outro erro:
# make
===> Patching for py26-subversion-1.6.15
===> Applying extra patch /usr/ports/devel/py-subversion/../../devel/subversion/files/bindings-patch-subversion--bindings--swig--perl--native--Makefile.PL.in
cannot open /usr/ports/devel/py-subversion/../../devel/subversion/files/bindings-patch-subversion--bindings--swig--perl--native--Makefile.PL.in: No such file or directory
*** Error code 2
Mas agora não há nada como bindings-*
em subversion/files
.
Então, a questão é por que é assim e como posso instalar o Py-subversion?
PS: O FreeBSD está rodando em um servidor privado virtual, então acho que é de alguma forma corrigido.
# uname -a
FreeBSD mskhug.ru 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0 r50: Thu Feb 24 10:15:34 IRKT 2011 [email protected]:/root/src/sys/amd64/compile/DEBUG amd64
Tags freebsd