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

Homebrew not defined? #4181

Closed
ericjang opened this issue Aug 29, 2013 · 5 comments
Closed

Homebrew not defined? #4181

ericjang opened this issue Aug 29, 2013 · 5 comments

Comments

@ericjang
Copy link

Hello,

Recent builds of Julia seems to have broken Webstack functionality on my Mac (I was able to get it working previously), running OSX 10.7.5 -> Homebrew doesn't seem to be defined or imported from any module?

Warning: using Base.Meta in module Meta conflicts with an existing identifier.
WARNING: BinDeps.find_library is deprecated, use Base.find_library instead.
in include at boot.jl:238
WARNING: add_library_mapping is deprecated, use push!(DL_LOAD_PATH,"/path/to/search") instead.
ERROR: Homebrew not defined
in include at boot.jl:238
in include_from_node1 at loading.jl:96
in reload_path at loading.jl:121
in require at loading.jl:50
in include at boot.jl:238
in include_from_node1 at loading.jl:96
in reload_path at loading.jl:121
in require at loading.jl:50
in include at boot.jl:238
in include_from_node1 at loading.jl:96
in process_options at client.jl:275
in _start at client.jl:350
at /Users/ericjang/.julia/GnuTLS/src/../deps/build.jl:25
at /Users/ericjang/.julia/GnuTLS/src/GnuTLS.jl:5
at /Users/ericjang/.julia/HttpServer/src/HttpServer.jl:194

@StefanKarpinski
Copy link
Member

cc: @staticfloat

@staticfloat
Copy link
Member

@loladiro merged JuliaPackaging/BinDeps.jl#44 which removed old Homebrew functionality, but we haven't fixed up all the packages to use Homebrew.jl yet. This is my top priority, and should get done within the next two days.

On second thought, we haven't bumped BinDeps in METADATA yet. Are you following the master branch of BinDeps, @ericjang?

@staticfloat
Copy link
Member

JuliaWeb/GnuTLS.jl#7 should solve this for anyone on master.

@StefanKarpinski
Copy link
Member

You can checkout master easily by doing Pkg.checkout("GnuTLS").

@staticfloat
Copy link
Member

Closing as the above fix has been merged

IanButterworth added a commit that referenced this issue Mar 2, 2025
Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: master
Julia branch: master
Old commit: c54ee594d
New commit: 60e3185e3
Julia version: 1.13.0-DEV
Pkg version: 1.12.0(Does not match)
Bump invoked by: @IanButterworth
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaLang/Pkg.jl@c54ee59...60e3185

```
$ git log --oneline c54ee594d..60e3185e3
60e3185e3 Test fix: handle if tested Pkg is shipped version (#4182)
61115bee7 fix the right temp dir (#4181)
6fa32d5c3 use temp dir on same filesystem for source install (#4180)
cf6191bfa Pidlock source and artifact installation. Registry pidlock fixes. (#4168)
2779d42f4 Update toml-files.md (#4177)
f5174898e Changed Pkg.test to prioritise julia_args --threads over current process threads (#4141)
14831edf4 enable windows tree_hash checking (#4167)
92595ec67 Add more tests for BinaryBuilder usage (#4156)
```

Co-authored-by: IanButterworth <[email protected]>
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