brew usa / usr / bin / autom4te en lugar de / usr / local / bin / autom4te

0

Estoy intentando brew weechat , que tiene p11-kit como una dependencia.

$ brew install p11-kit
==> Downloading http://p11-glue.freedesktop.org/releases/p11-kit-0.18.1.tar.gz
Already downloaded: /Library/Caches/Homebrew/p11-kit-0.18.1.tar.gz
==> Patching
patching file configure.ac
patching file configure
Hunk #1 succeeded at 17201 with fuzz 1.
patching file common/library.c
==> ./configure --prefix=/usr/local/Cellar/p11-kit/0.18.1 --without-trust-paths
==> make
     You might want to install the Automake and Perl packages.
     Grab them from any GNU archive site.
Can't locate Autom4te/C4che.pm in @INC (@INC contains: /usr/share/autoconf /Library/Perl/5.12/darwin-thread-multi-2level /Library/Perl/5.12 /Network/Library/Perl/5.12/darwin-thread-multi-2level /Network/Library/Perl/5.12 /Library/Perl/Updates/5.12.4 /System/Library/Perl/5.12/darwin-thread-multi-2level /System/Library/Perl/5.12 /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level /System/Library/Perl/Extras/5.12 .) at /usr/bin/autom4te line 39.
BEGIN failed--compilation aborted at /usr/bin/autom4te line 39.
make: *** [configure] Error 1

He intentado forzar el enlace autoconf

$ which autom4te
/usr/bin/autom4te
$ brew link --force autoconf
Linking /usr/local/Cellar/autoconf/2.69... 18 symlinks created
$ which autom4te
/usr/local/bin/autom4te

No hay dados. Sigo recibiendo el error de /usr/bin/autom4te ¿Me estoy perdiendo algo?

¡Gracias por tu ayuda!

EDITAR: He abierto un problema aquí enlace

    
pregunta jeroen 17.06.2013 - 23:50

1 respuesta

0

Continué y renombré los archivos autoconf , autoheader , autom4te , autoreconf , autoscan , autoupdate y ifnames en /usr/bin para forzar a mi máquina a usar las hechas disponible en /usr/local/bin después de brew link --force autoconf .

La elaboración de cerveza funcionó sin problemas.

No sé de dónde vinieron los archivos en /usr/bin/ o si hice mal las cosas haciendo esto. Mantengo los archivos renombrados en su lugar, por si acaso alguna vez recuerdo lo que hice hoy cuando las cosas empiezan a apestar.

(consulte enlace para obtener más información sobre la solución de problemas)

    
respondido por el jeroen 30.06.2013 - 00:38

Lea otras preguntas en las etiquetas