Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

brew install faills in make #1

Open
novakov-alexey-zz opened this issue Dec 14, 2020 · 5 comments
Open

brew install faills in make #1

novakov-alexey-zz opened this issue Dec 14, 2020 · 5 comments

Comments

@novakov-alexey-zz
Copy link

I am following bow-openapi installation guide:

brew install bow-openapi

Error:
  homebrew-core is a shallow clone.
  homebrew-cask is a shallow clone.
To `brew update`, first run:
  git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
  git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask fetch --unshallow
This restriction has been made on GitHub's request because updating shallow
clones is an extremely expensive operation due to the tree layout and traffic of
Homebrew/homebrew-core and Homebrew/homebrew-cask. We don't do this for you
automatically to avoid repeatedly performing an expensive unshallow operation in
CI systems (which should instead be fixed to not use shallow clones). Sorry for
the inconvenience!
==> Installing bow-openapi from bow-swift/bow
==> Downloading https://homebrew.bintray.com/bottles/swagger-codegen-3.0.22.big_sur.bottle.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/7fdfc6c478debdce4beb5068b8f7f0c7d0c7f7388a518cd17d2fa0c99ad436e1?response-content-disposition=attachment%3Bfilename%3D%22swagger-codegen-3.0.22.big
######################################################################## 100.0%
==> Downloading https://github.com/bow-swift/bow-openapi/archive/0.2.0.tar.gz
==> Downloading from https://codeload.github.com/bow-swift/bow-openapi/tar.gz/0.2.0
  # #=O=#   #
==> Installing dependencies for bow-swift/bow/bow-openapi: swagger-codegen
==> Installing bow-swift/bow/bow-openapi dependency: swagger-codegen
==> Pouring swagger-codegen-3.0.22.big_sur.bottle.tar.gz
🍺  /usr/local/Cellar/swagger-codegen/3.0.22: 6 files, 19.2MB
==> Installing bow-swift/bow/bow-openapi
==> make macos prefix=/usr/local/Cellar/bow-openapi/0.2.0
Last 15 lines from /Users/alexey/Library/Logs/Homebrew/bow-openapi/01.make:
[4/6] Compiling BowOptics AutoFold.swift
[5/6] Compiling BowEffects Array+TraverseConcurrent.swift
/tmp/bow-openapi/build/checkouts/bow/Sources/BowEffects/Data/Schedule.swift:725:36: warning: will never be executed
            extract: { _, never in never },
                                   ^
/tmp/bow-openapi/build/checkouts/bow/Sources/BowEffects/Data/Schedule.swift:725:22: note: 'never' is uninhabited, so this function body can never be executed
            extract: { _, never in never },
                     ^
[6/7] Compiling OpenApiGenerator APIClient.swift
[7/8] Compiling CLI BowOpenAPICommand.swift
[8/8] Linking bow-openapi
swift test --generate-linuxmain
/private/tmp/bow-openapi-20201214-20081-wt3oca/bow-openapi-0.2.0: error: manifest parse error(s):
sandbox-exec: sandbox_apply: Operation not permitted
make: *** [macos] Error 1
@RayanSaeed
Copy link

Hey,
I am facing the same issue.
Were you able to find a solution to this?

@novakov-alexey-zz
Copy link
Author

Unfortunately, no. I would try catch someone from the authors of this project.

@truizlop
Copy link
Member

truizlop commented Jun 7, 2021

Could you provide more details to help us reproduce the issue? Versions of macOS, Xcode...

@novakov-alexey-zz
Copy link
Author

I assume @RayanSaeed has recent experience to answer on above question.

@RayanSaeed
Copy link

This issue was resolved after I updated my homebrew.
Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants