7 votos

¿Por qué no puedo instalar telnet en mi MacOS catalina con Homebrew?

Aquí está la información sobre el error:

shawnstationdeMacBook-Pro:~ shawnstation$ brew install telnet
==> Downloading https://opensource.apple.com/tarballs/remote_cmds/remote_cmds-54.50.1.tar.gz
Already downloaded: /Users/shawnstation/Library/Caches/Homebrew/telnet-54.50.1.tar.gz
==> Downloading https://opensource.apple.com/tarballs/libtelnet/libtelnet-13.tar.gz
Already downloaded: /Users/shawnstation/Library/Caches/Homebrew/telnet--libtelnet-13.tar.gz
==> xcodebuild SYMROOT=build
Last 15 lines from /Users/shawnstation/Library/Logs/Homebrew/telnet/01.xcodebuild:
2020-02-29 03:04:09 +0800

xcodebuild
SYMROOT=build

Build settings from command line:
    SYMROOT = build

note: Using new build system
note: Planning build
note: Constructing build description
error: The i386 architecture is deprecated. You should update your ARCHS build setting to remove the i386 architecture. (in target 'libtelnet' from project 'libtelnet')

** BUILD FAILED **

Do not report this issue to Homebrew/brew or Homebrew/core!

/usr/local/Homebrew/Library/Homebrew/utils/github.rb:222:in `raise_api_error': curl failed!  (GitHub::Error)
curl: (7) Failed to connect to api.github.com port 443: Connection refused
curl: (3) URL using bad/illegal format or missing URL
    from /usr/local/Homebrew/Library/Homebrew/utils/github.rb:180:in `open_api'
    from /usr/local/Homebrew/Library/Homebrew/utils/github.rb:294:in `search'
    from /usr/local/Homebrew/Library/Homebrew/utils/github.rb:227:in `search_issues'
    from /usr/local/Homebrew/Library/Homebrew/utils/github.rb:240:in `issues_for_formula'
    from /usr/local/Homebrew/Library/Homebrew/exceptions.rb:368:in `fetch_issues'
    from /usr/local/Homebrew/Library/Homebrew/exceptions.rb:364:in `issues'
    from /usr/local/Homebrew/Library/Homebrew/exceptions.rb:418:in `dump'
    from /usr/local/Homebrew/Library/Homebrew/brew.rb:137:in `rescue in <main>'
    from /usr/local/Homebrew/Library/Homebrew/brew.rb:29:in `<main>

¿Alguien sabe por qué? Muchas gracias.


Mi versión de catalina es 10.15.2 (19C57) La versión casera es

shawnstationdeMacBook-Pro:~ shawnstation$ brew --version
Homebrew 1.6.9
Homebrew/homebrew-core (git revision fab7d; last commit 2018-07-07)

5voto

shawnliu Puntos 11

Haz primero la actualización de la cerveza.

$ brew update
Fast-forwarded master to origin/master.
==> Downloading https://homebrew.bintray.com/bottles-portable-ruby/portable-ruby-2.6.3.mavericks.bottle.tar.gz
################################################################################################################# 100.0%
==> Pouring portable-ruby-2.6.3.mavericks.bottle.tar.gz
==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
Read the analytics documentation (and how to opt-out) here:
  https://docs.brew.sh/Analytics
No analytics have been recorded yet (or will be during this `brew` run).

==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
  https://github.com/Homebrew/brew#donations
Updated 1 tap (homebrew/core).

Entonces, ¡está bien!

$ brew install telnet
==> Downloading https://homebrew.bintray.com/bottles/telnet-63.catalina.bottle.tar.gz
######################################################################## 100.0%
==> Pouring telnet-63.catalina.bottle.tar.gz

-4voto

Ajeet Khan Puntos 105

Instalar el cliente telnet en MAC OSX es muy fácil. Usted puede simplemente ejecutar algunos comandos y luego finalmente ejecutar:

 brew install telnet

Primero hay que instalar telnet. Puede seguir las instrucciones en https://brewinstall.org . Puedes buscar cualquier aplicación para Mac que quieras instalar y obtener los pasos sencillos para instalarla.

AppleAyuda.com

AppleAyuda es una comunidad de usuarios de los productos de Apple en la que puedes resolver tus problemas y dudas.
Puedes consultar las preguntas de otros usuarios, hacer tus propias preguntas o resolver las de los demás.

Powered by:

X