1 votes

L'exécution de "brew install moreutils --without-parallels" échoue

J'ai récemment effectué une mise à niveau vers macOS High Sierra. J'ai mis à jour et mis à niveau homebrew. J'ai fait :

brew install parallel

Et maintenant, je dois le faire :

brew install moreutils --without-parallel

Cela échoue. En regardant :

$HOME/Library/Logs/Homebrew/moreutils/05.make

Je vois que cela est lié à docbook-xsl :

xsltproc --param man.authors.section.enabled 0 /usr/local/opt/docbook-xsl/docbook-xsl/manpages/docbook.xsl ifdata.docbook
error : Operation in progress
http://www.oasis-open.org/docbook/xml/4.4/dbpoolx.mod:3729: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.4/calstblx.dtd"
%tablemodel;
            ^
Entity: line 1:
 %tablemodel;
             ^
error : Operation in progress
error : http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd:155: warning: Operation in progress
failed to load external entity "http://www.oasis-open.org/docbook/xml/4.4/dbhierx.mod"
http://www.oasis-open.org/docbook/xml/4.4/dbpoolx.mod:3729: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.4/calstblx.dtd"
%tablemodel;
            ^
Entity: line 1:
 %tablemodel;
             ^
%dbhier;
        ^
Entity: line 1:
 %dbhier;
         ^
error : Operation in progress
http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd:155: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.4/dbhierx.mod"
%dbhier;
        ^
Entity: line 1:
 %dbhier;

...

1voto

Cette question peut être close car il semble que le problème ait été résolu pendant la nuit.

$ brew install parallel
==> Downloading https://homebrew.bintray.com/bottles/parallel-20180122.high_sierra.bottle.tar.gz
Already downloaded: /Users/deant/Library/Caches/Homebrew/parallel-20180122.high_sierra.bottle.tar.gz
==> Pouring parallel-20180122.high_sierra.bottle.tar.gz
  /usr/local/Cellar/parallel/20180122: 65 files, 3.2MB
$ brew install moreutils --without-parallel
==> Cloning https://git.joeyh.name/git/moreutils.git
Updating /Users/deant/Library/Caches/Homebrew/moreutils--git
==> Checking out tag 0.62
==> Downloading https://cpan.metacpan.org/authors/id/N/NE/NEILB/Time-Duration-1.20.tar.gz
Already downloaded: /Users/deant/Library/Caches/Homebrew/moreutils--Time::Duration-1.20.tar.gz
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/moreutils/0.62/libexec --skipdeps
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/T/TO/TODDR/IPC-Run-0.94.tar.gz
Already downloaded: /Users/deant/Library/Caches/Homebrew/moreutils--IPC::Run-0.94.tar.gz
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/moreutils/0.62/libexec
==> make install
==> make all
==> make check
==> make install PREFIX=/usr/local/Cellar/moreutils/0.62
  /usr/local/Cellar/moreutils/0.62: 65 files, 558.2KB, built in 38 seconds

0voto

csanchez Points 264

Dans homebrew 2.0 les options ont été supprimées

Homebrew n'a pas de formules avec des options dans Homebrew/homebrew-core. Les options seront toujours supportées et encouragées par les robinets tiers.

L'installation de GNU Parallels est abordée dans la section https://superuser.com/a/1537888/352308

SistemesEz.com

SystemesEZ est une communauté de sysadmins où vous pouvez résoudre vos problèmes et vos doutes. Vous pouvez consulter les questions des autres sysadmins, poser vos propres questions ou résoudre celles des autres.

Powered by:

X