J'ai essayé d'installer meteor et dans le cadre du processus d'installation, il télécharge node à partir d'un fichier tar qu'il transforme en tar. Mais la commande d'extraction tar se trompe avec un symbole manquant ?
J'ai utilisé homebrew pour brew install gnu-tar --with-default-names
NODE_URL="https://nodejs.org/dist/v8.1.3/node-v8.1.3-darwin-x64.tar.gz"
curl "${NODE_URL}" | tar zx --strip-components 1
Je le rapporterai :
lazy symbol binding failed: Symbol not found:
_utimensat
Referenced from: /usr/local/bin/tar
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found:
_utimensat
Referenced from: /usr/local/bin/tar
Expected in: /usr/lib/libSystem.B.dylib