Coder Social home page Coder Social logo

Comments (7)

mxcl avatar mxcl commented on September 26, 2024

Ugh. Something went wrong with my deploy apparently. brew upgrade -s swift-sh should work as a temporary work around.

I even have CI to check this! Not sure how both failed.

from homebrew-made.

digoot avatar digoot commented on September 26, 2024

I tried what you said, brew upgrade -s swift-sh and I got this:

brew upgrade -s swift-sh                                                                                                                                                       mié 14 ago 07:47:02 2019
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 2 taps (homebrew/core and homebrew/cask).
==> Updated Formulae
...

Error: mxcl/made/swift-sh not installed

I've done the setup of swift-sh in other computer and ran perfectly. It's Xcode version is 10.2.1 (10E1001) and Command Line Tools version is 10.0.1.

Could it be a problem produced by the Xcode update? 🤔

from homebrew-made.

mxcl avatar mxcl commented on September 26, 2024
brew install -s swift-sh                                                                                                                                                       

from homebrew-made.

digoot avatar digoot commented on September 26, 2024

Sorry for reopening the bug. I still have the same problem.

brew install -s swift-sh                                                                                                                                                       lun 19 ago 16:04:13 2019
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 4 taps (homebrew/core, homebrew/cask, homebrew/services and mxcl/made).
==> Updated Formulae
abcmidi                      doctl                        hashcat                      kim-api                      mxcl/made/swift-sh           phpstan                      sonobuoy
astrometry-net               envconsul                    hugo                         libuv                        n                            procyon-decompiler           tflint
ccache                       etcd                         interactive-rebase-tool      mailutils                    nats-streaming-server        prometheus                   wcslib
cpl                          exploitdb                    ipopt                        mkcert                       newsboat                     qemu                         wtf
devspace                     git                          ispc                         mmark                        packer                       s-nail                       wxmaxima

==> Installing swift-sh from mxcl/made
==> Downloading https://github.com/mxcl/swift-sh/archive/1.14.1.tar.gz
==> Downloading from https://codeload.github.com/mxcl/swift-sh/tar.gz/1.14.1
######################################################################## 100.0%
==> swift build --configuration release --disable-sandbox
Last 15 lines from /Users/digoot/Library/Logs/Homebrew/swift-sh/01.swift:
2019-08-19 16:04:40 +0200

swift
build
--configuration
release
--disable-sandbox

dyld: Library not loaded: @rpath/llbuild.framework/Versions/A/llbuild
  Referenced from: /Library/Developer/CommandLineTools/usr/bin/swift-build
  Reason: image not found

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
  https://github.com/mxcl/homebrew-made/issues

This is the log about the problem:

2019-08-19 16:09:31 +0200

swift
build
--configuration
release
--disable-sandbox

dyld: Library not loaded: @rpath/llbuild.framework/Versions/A/llbuild
  Referenced from: /Library/Developer/CommandLineTools/usr/bin/swift-build
  Reason: image not found

HOMEBREW_VERSION: 2.1.10
ORIGIN: https://github.com/Homebrew/brew
HEAD: 925ec737fba1db97d0170c56de982900711cacd3
Last commit: 7 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: c7fbfd0d446507eb386a93d27a4defbf33364504
Core tap last commit: 16 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CACHE: /Users/digoot/Library/Caches/Homebrew
HOMEBREW_LOGS: /Users/digoot/Library/Logs/Homebrew
CPU: octa-core 64-bit ivybridge
Homebrew Ruby: 2.3.7 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
Clang: 10.0 build 1001
Git: 2.20.1 => /Library/Developer/CommandLineTools/usr/bin/git
Curl: 7.54.0 => /usr/bin/curl
Java: 11.0.1
macOS: 10.14.6-x86_64
CLT: 10.3.0.0.1.1562985497
Xcode: 10.3
CLT headers: 10.3.0.0.1.1562985497
XQuartz: 2.7.11 => /opt/X11

HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.14
HOMEBREW_GIT: git
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super:/usr/bin:/bin:/usr/sbin:/sbin

from homebrew-made.

mxcl avatar mxcl commented on September 26, 2024

This is a configuration issue with your computer causing source builds to fail.

Update and remove the -s as I made a new bottle that works yesterday anyway.

from homebrew-made.

digoot avatar digoot commented on September 26, 2024

Perfect!! It solved the issue. 👏🏻👏🏻👏🏻

Thank you!!

from homebrew-made.

digoot avatar digoot commented on September 26, 2024

Ok, just out of curiosity and to keep it on record for the future. The following error:

dyld: Library not loaded: @rpath/llbuild.framework/Versions/A/llbuild
  Referenced from: /Library/Developer/CommandLineTools/usr/bin/swift-build
  Reason: image not found

was solved by setting up the drop-down Command Line Tools in Xcode Location settings (Xcode > Preferences > Locations > Command Line Tools)

Captura de pantalla 2019-08-19 a las 16 52 34

That's all folks! 🐷

from homebrew-made.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.