# \#binarybuilder

**URL:** https://discourse.julialang.org/tag/binarybuilder/232.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Privately hosting BinaryBuilder products with authentication](https://discourse.julialang.org/t/privately-hosting-binarybuilder-products-with-authentication/88409)

<div class="topic-metadata">

**Author:** [@danielmatz](https://discourse.julialang.org/u/danielmatz)\
**Replies:** 23\
**Last updated:** [July 3, 2026, 1:19pm UTC](https://discourse.julialang.org/t/privately-hosting-binarybuilder-products-with-authentication/88409 "2026-07-03T13:19:31Z")

</div>

I’m trying to host some binaries I created with BinaryBuilder on my work’s internal web server. Accessing the server requires authentication. I can use curl at the command line to download an artifact. By providing my u…

---

## [Alternatives to BinaryBuilder.jl?](https://discourse.julialang.org/t/alternatives-to-binarybuilder-jl/136569)

<div class="topic-metadata">

**Author:** [@AwesomeQuest](https://discourse.julialang.org/u/AwesomeQuest)\
**Replies:** 8\
**Last updated:** [April 6, 2026, 7:22pm UTC](https://discourse.julialang.org/t/alternatives-to-binarybuilder-jl/136569 "2026-04-06T19:22:26Z")

</div>

I’m making a wrapper for SimpleBLE in Julia and I can’t get it to build targeting windows in BinaryBuilder.jl I suspect because Mingw\_jll is too old. As a result I’ve written the package using pre-built binaries using @…

---

## [BinaryBuilder -- unable to find shared library product](https://discourse.julialang.org/t/binarybuilder-unable-to-find-shared-library-product/135213)

<div class="topic-metadata">

**Author:** [@diadora77](https://discourse.julialang.org/u/diadora77)\
**Replies:** 17\
**Last updated:** [February 13, 2026, 2:56am UTC](https://discourse.julialang.org/t/binarybuilder-unable-to-find-shared-library-product/135213 "2026-02-13T02:56:42Z")

</div>

Hi – I’m using the BinaryBuilder CLI to create a JLL for the liquid-dsp github repo. The build is failing during the audit as unable to find the shared library – appears to be looking in the wrong build directories? My …

---

## [BinaryBuilder sandbox No space left on device](https://discourse.julialang.org/t/binarybuilder-sandbox-no-space-left-on-device/135499)

<div class="topic-metadata">

**Author:** [@oheil](https://discourse.julialang.org/u/oheil)\
**Replies:** 8\
**Last updated:** [February 7, 2026, 2:15pm UTC](https://discourse.julialang.org/t/binarybuilder-sandbox-no-space-left-on-device/135499 "2026-02-07T14:15:04Z")

</div>

Trying to build a binary with BinaryBuilder fails with “No space left on device”: sandbox:${WORKSPACE}/srcdir/Slint.jl/deps/SlintWrapper # df -h Filesystem Size Used Available Use% Mounted on overlay…

---

## [BinaryBuilder can I tell run\_wizard to provide a specific rust version](https://discourse.julialang.org/t/binarybuilder-can-i-tell-run-wizard-to-provide-a-specific-rust-version/135487)

<div class="topic-metadata">

**Author:** [@oheil](https://discourse.julialang.org/u/oheil)\
**Replies:** 7\
**Last updated:** [February 6, 2026, 12:30pm UTC](https://discourse.julialang.org/t/binarybuilder-can-i-tell-run-wizard-to-provide-a-specific-rust-version/135487 "2026-02-06T12:30:43Z")

</div>

I am trying to build the library for project GitHub - oheil/Slint.jl: Slint GUI for Julia with BinaryBuilder but it needs rust 1.88 but the wizard provides 1.87 only. Trying to update to 1.88 in the sandbox brings No s…

---

## [\`BinaryBuilder.jl\` steps after successful (manual) build](https://discourse.julialang.org/t/binarybuilder-jl-steps-after-successful-manual-build/134647)

<div class="topic-metadata">

**Author:** [@cgeoga](https://discourse.julialang.org/u/cgeoga)\
**Replies:** 2\
**Last updated:** [December 19, 2025, 8:37pm UTC](https://discourse.julialang.org/t/binarybuilder-jl-steps-after-successful-manual-build/134647 "2025-12-19T20:37:18Z")

</div>

Hello, I have a piece of code that is in Rust that I want to make a dep of a Julia package. I have produced a build\_tarballs.jl for the library that runs successfully and have checked that the resulting jll library work…

---

## [Using legacy C code with autodifferentiation](https://discourse.julialang.org/t/using-legacy-c-code-with-autodifferentiation/132548)

<div class="topic-metadata">

**Author:** [@marcobonici](https://discourse.julialang.org/u/marcobonici)\
**Replies:** 4\
**Last updated:** [October 28, 2025, 4:31pm UTC](https://discourse.julialang.org/t/using-legacy-c-code-with-autodifferentiation/132548 "2025-10-28T16:31:56Z")

</div>

Hello, I am asking for some general guidance on the following task, There is a legacy code, written in C, that I would like to use directly in Julia. Ideally, I would like to be able to differentiate it as well (the co…

---

## [BinaryBuilder.jl prebuilding Syphon for a wrapper](https://discourse.julialang.org/t/binarybuilder-jl-prebuilding-syphon-for-a-wrapper/132238)

<div class="topic-metadata">

**Author:** [@skolari93](https://discourse.julialang.org/u/skolari93)\
**Replies:** 0\
**Last updated:** [September 9, 2025, 6:36pm UTC](https://discourse.julialang.org/t/binarybuilder-jl-prebuilding-syphon-for-a-wrapper/132238 "2025-09-09T18:36:11Z")

</div>

I want to create a wrapper around the MacOS only Syphon-Framework. Now I am not sure if I actually should use the BinaryBuilder for such a Mac only library. How would one ideally provide/build the framework code in a jul…

---

## [BinaryBuilder on Yggdrasil: cmake build fails on Windows; meson build fails on MacOs](https://discourse.julialang.org/t/binarybuilder-on-yggdrasil-cmake-build-fails-on-windows-meson-build-fails-on-macos/131502)

<div class="topic-metadata">

**Author:** [@HugoMVale](https://discourse.julialang.org/u/HugoMVale)\
**Replies:** 2\
**Last updated:** [August 10, 2025, 10:56am UTC](https://discourse.julialang.org/t/binarybuilder-on-yggdrasil-cmake-build-fails-on-windows-meson-build-fails-on-macos/131502 "2025-08-10T10:56:22Z")

</div>

I am trying to build a binary pkg using BinaryBuilder and Yggdrasil. My PR can be found here. odrpack: new package for Odrpack.jl by HugoMVale · Pull Request #11806 · JuliaPackaging/Yggdrasil When I build the library …

---

## [Using BinaryBuilder.jl to build librariers for Julia versions \>1.7](https://discourse.julialang.org/t/using-binarybuilder-jl-to-build-librariers-for-julia-versions-1-7/131085)

<div class="topic-metadata">

**Author:** [@leespen1](https://discourse.julialang.org/u/leespen1)\
**Replies:** 5\
**Last updated:** [July 27, 2025, 4:15pm UTC](https://discourse.julialang.org/t/using-binarybuilder-jl-to-build-librariers-for-julia-versions-1-7/131085 "2025-07-27T16:15:21Z")

</div>

I have some small Fortran scripts that I use in a Julia package I am developing. Currently, I have just compiled them myself into a shared library and used ccall. But I want my package to be deployable on other people’s …

---

## [\[BinaryBuiler\] Mix of host and target libraries in host sysroot](https://discourse.julialang.org/t/binarybuiler-mix-of-host-and-target-libraries-in-host-sysroot/130470)

<div class="topic-metadata">

**Author:** [@grasph](https://discourse.julialang.org/u/grasph)\
**Replies:** 2\
**Last updated:** [July 4, 2025, 11:27am UTC](https://discourse.julialang.org/t/binarybuiler-mix-of-host-and-target-libraries-in-host-sysroot/130470 "2025-07-04T11:27:07Z")

</div>

Hello, While trying to build R/ROOT for arm architectures, I’ve found that /opt/x86\_64-linux-musl/x86\_64-linux-musl/sys-root/usr/local points to /workspace/destdir. The results is that /opt/x86\_64-linux-musl/x86\_64-li…

---

## [OpenSSL version mismatch (3.0 vs 3.5) -\> Problems with Documenter.jl + Git running in the official Julia Docker image](https://discourse.julialang.org/t/openssl-version-mismatch-3-0-vs-3-5-problems-with-documenter-jl-git-running-in-the-official-julia-docker-image/128745)

<div class="topic-metadata">

**Author:** [@tamasgal](https://discourse.julialang.org/u/tamasgal)\
**Replies:** 7\
**Last updated:** [May 9, 2025, 6:31am UTC](https://discourse.julialang.org/t/openssl-version-mismatch-3-0-vs-3-5-problems-with-documenter-jl-git-running-in-the-official-julia-docker-image/128745 "2025-05-09T06:31:33Z")

</div>

Our CI jobs which deploy the docs via Documenter.jl using the official Julia Docker image (e.g julia:1.11) started to fail a couple of days ago and I noticed that the problem is a version conflict between the system’s Op…

---

## [Understanding build products](https://discourse.julialang.org/t/understanding-build-products/128278)

<div class="topic-metadata">

**Author:** [@luke-kiernan](https://discourse.julialang.org/u/luke-kiernan)\
**Replies:** 1\
**Last updated:** [April 22, 2025, 6:33am UTC](https://discourse.julialang.org/t/understanding-build-products/128278 "2025-04-22T06:33:39Z")

</div>

There’s a windows-specific issue with MUMPS\_jll on Yggdrasil, so I’m trying to troubleshoot. As I understand things, I need to: Tweak the build script. Compile for the target system: on a Mac/Linux system, tell BinaryB…

---

## [Arb\_jll fails to load/precompile dylib after MacOS update](https://discourse.julialang.org/t/arb-jll-fails-to-load-precompile-dylib-after-macos-update/127989)

<div class="topic-metadata">

**Author:** [@hsgg](https://discourse.julialang.org/u/hsgg)\
**Replies:** 4\
**Last updated:** [April 12, 2025, 12:18am UTC](https://discourse.julialang.org/t/arb-jll-fails-to-load-precompile-dylib-after-macos-update/127989 "2025-04-12T00:18:19Z")

</div>

I upgraded MacOS from Sequoia 15.3 to 15.4 this week. I also updated homebrew at the same time. Julia is installed via juliaup and is at 1.11.4. Since the upgrade, julia fails to load Arb\_jll needed by ArbNumerics.jl, w…

---

## [Unable to fetch GH Release tarballs for JLL package on company internal GitHub server](https://discourse.julialang.org/t/unable-to-fetch-gh-release-tarballs-for-jll-package-on-company-internal-github-server/126056)

<div class="topic-metadata">

**Author:** [@briyoman](https://discourse.julialang.org/u/briyoman)\
**Replies:** 0\
**Last updated:** [February 19, 2025, 4:01am UTC](https://discourse.julialang.org/t/unable-to-fetch-gh-release-tarballs-for-jll-package-on-company-internal-github-server/126056 "2025-02-19T04:01:09Z")

</div>

I’m working on a package that is generated using BinaryBuilder. The generated package is hosted on a company internal GitHub server. Due to access permissions/restrictions, Julia is unable to download the “Release tarba…

---

## [Most recent binary artifact (GMT\_jll) is not being updated, nor installed on fresh installs of GMT.jl](https://discourse.julialang.org/t/most-recent-binary-artifact-gmt-jll-is-not-being-updated-nor-installed-on-fresh-installs-of-gmt-jl/125473)

<div class="topic-metadata">

**Author:** [@joa-quim](https://discourse.julialang.org/u/joa-quim)\
**Replies:** 6\
**Last updated:** [February 2, 2025, 9:34pm UTC](https://discourse.julialang.org/t/most-recent-binary-artifact-gmt-jll-is-not-being-updated-nor-installed-on-fresh-installs-of-gmt-jl/125473 "2025-02-02T21:34:43Z")

</div>

Hi, Don’t know what is happening but the new builds of the GMT\_jll artifact are not being installed. The artifact, 6.5.3+1, was created fine (GitHub - JuliaBinaryWrappers/GMT\_jll.jl at GMT-v6.5.3+1) but what keeps being…

---

## [Debugging "could not load symbol ..." from \_jll package](https://discourse.julialang.org/t/debugging-could-not-load-symbol-from-jll-package/125340)

<div class="topic-metadata">

**Author:** [@suvayu](https://discourse.julialang.org/u/suvayu)\
**Replies:** 5\
**Last updated:** [January 29, 2025, 1:17pm UTC](https://discourse.julialang.org/t/debugging-could-not-load-symbol-from-jll-package/125340 "2025-01-29T13:17:14Z")

</div>

I’m trying to debug an upstream issue with one of my dependencies (DuckDB). To summarise briefly, for the latest release everything works as expected on Linux, but the windows package fails to load a symbol from DuckDB\_…

---

## [CUDA Toolkit not found with BinaryBuilder](https://discourse.julialang.org/t/cuda-toolkit-not-found-with-binarybuilder/119169)

<div class="topic-metadata">

**Author:** [@Jason\_Meziere](https://discourse.julialang.org/u/Jason_Meziere)\
**Replies:** 0\
**Last updated:** [September 7, 2024, 3:04pm UTC](https://discourse.julialang.org/t/cuda-toolkit-not-found-with-binarybuilder/119169 "2024-09-07T15:04:38Z")

</div>

I am attempting to add CUDA support to the LAMMPS installation in Yggdrasil. However, I have been having trouble getting CUDA implementations to successfully compile. After some investigation, I found that the came comma…

---

## [Different BinaryBuilder Platforms Locally Vs. Github](https://discourse.julialang.org/t/different-binarybuilder-platforms-locally-vs-github/119139)

<div class="topic-metadata">

**Author:** [@Jason\_Meziere](https://discourse.julialang.org/u/Jason_Meziere)\
**Replies:** 1\
**Last updated:** [September 6, 2024, 6:43pm UTC](https://discourse.julialang.org/t/different-binarybuilder-platforms-locally-vs-github/119139 "2024-09-06T18:43:19Z")

</div>

I have an open pull request #9244 in Yggdrasil to add some features to the LAMMPS build there. Previous commits of the pull request did not include the correct build types that I wanted. However, when I changed to the c…

---

## [Compiling CUDA code with BinaryBuilder](https://discourse.julialang.org/t/compiling-cuda-code-with-binarybuilder/109638)

<div class="topic-metadata">

**Author:** [@PaulVirally](https://discourse.julialang.org/u/PaulVirally)\
**Replies:** 3\
**Last updated:** [August 25, 2024, 3:22am UTC](https://discourse.julialang.org/t/compiling-cuda-code-with-binarybuilder/109638 "2024-08-25T03:22:02Z")

</div>

I apologize in advance for my question, because I know it is not very specific, but at this point I do not know where else to go for help. I’ve been trying to compile some CUDA code using BinaryBuilder, but I haven’t be…

---

## [Yggdrasil build has a bug on Windows](https://discourse.julialang.org/t/yggdrasil-build-has-a-bug-on-windows/116907)

<div class="topic-metadata">

**Author:** [@joa-quim](https://discourse.julialang.org/u/joa-quim)\
**Replies:** 0\
**Last updated:** [July 11, 2024, 12:43pm UTC](https://discourse.julialang.org/t/yggdrasil-build-has-a-bug-on-windows/116907 "2024-07-11T12:43:42Z")

</div>

Hi, Maybe not the best place to ask/report this but don’t know a better one. In Yggdrasil the compilation of GMT on Windows is bugged. The simple function returns false when it should true true, and this only happen…

---

## [A plea for help with open62541 (OPC UA) binaries](https://discourse.julialang.org/t/a-plea-for-help-with-open62541-opc-ua-binaries/114702)

<div class="topic-metadata">

**Author:** [@vettert](https://discourse.julialang.org/u/vettert)\
**Replies:** 1\
**Last updated:** [June 28, 2024, 6:31pm UTC](https://discourse.julialang.org/t/a-plea-for-help-with-open62541-opc-ua-binaries/114702 "2024-06-28T18:31:47Z")

</div>

Dear Julia community, I am working on a Julia wrapper for the open62541 C library (open62541.org); hoping to bring a working OPC UA ( OPC Unified Architecture - Wikipedia) package to the Julia community and made some go…

---

## [Release strategy for juliac?](https://discourse.julialang.org/t/release-strategy-for-juliac/112563)

<div class="topic-metadata">

**Author:** [@oheil](https://discourse.julialang.org/u/oheil)\
**Replies:** 30\
**Last updated:** [April 7, 2024, 10:56am UTC](https://discourse.julialang.org/t/release-strategy-for-juliac/112563 "2024-04-07T10:56:46Z")

</div>

In another thread @mbauman said: which, of course, triggered my inner excitement and I had to open this discussion. At the time, this, the juliac, is ready, the core Julia people together with us, the community, shou…

---

## [PSA: backdoor in xz-utils and relevance for the Julia ecosystem](https://discourse.julialang.org/t/psa-backdoor-in-xz-utils-and-relevance-for-the-julia-ecosystem/112328)

<div class="topic-metadata">

**Author:** [@giordano](https://discourse.julialang.org/u/giordano)\
**Replies:** 2\
**Last updated:** [April 2, 2024, 8:18pm UTC](https://discourse.julialang.org/t/psa-backdoor-in-xz-utils-and-relevance-for-the-julia-ecosystem/112328 "2024-04-02T20:18:26Z")

</div>

Statement of the problem A thread in oss-security mailing list reported that the XZ Utils project was affected by a backdoor: one of the current maintainers of the project appeared to have injected malicious code, includ…

---

## [Guidelines for wrapping a simple C library in Julia](https://discourse.julialang.org/t/guidelines-for-wrapping-a-simple-c-library-in-julia/112335)

<div class="topic-metadata">

**Author:** [@pjssilva](https://discourse.julialang.org/u/pjssilva)\
**Replies:** 6\
**Last updated:** [March 31, 2024, 11:57pm UTC](https://discourse.julialang.org/t/guidelines-for-wrapping-a-simple-c-library-in-julia/112335 "2024-03-31T23:57:53Z")

</div>

I am scratching my own itch here and decided to write a wrapper to a small C library I wrote to solve the problem of projecting a point onto the intersection of a box and a hyperplane. Is there a good “best practices” d…

---

## [Package Specific Environment Variables in JLL](https://discourse.julialang.org/t/package-specific-environment-variables-in-jll/111116)

<div class="topic-metadata">

**Author:** [@thealanjason](https://discourse.julialang.org/u/thealanjason)\
**Replies:** 4\
**Last updated:** [March 4, 2024, 12:41pm UTC](https://discourse.julialang.org/t/package-specific-environment-variables-in-jll/111116 "2024-03-04T12:41:00Z")

</div>

I would like to package OpenFOAM from www.openfoam.com with BinaryBuilder and use it for my research. Towards this goal, I have been able to build a JLL using BinaryBuilder for the Linux x86\_64 platform see here using t…

---

## [BinaryBuilder: what do I lose by using newer GCC?](https://discourse.julialang.org/t/binarybuilder-what-do-i-lose-by-using-newer-gcc/110553)

<div class="topic-metadata">

**Author:** [@greatpet](https://discourse.julialang.org/u/greatpet)\
**Replies:** 1\
**Last updated:** [February 22, 2024, 11:15am UTC](https://discourse.julialang.org/t/binarybuilder-what-do-i-lose-by-using-newer-gcc/110553 "2024-02-22T11:15:00Z")

</div>

The documentation for BinaryBuilder.jl says, “Generally speaking, we try to build with the as old as possible version of GCC (v4.8.5 being the oldest one currently available), for maximum compatibility.” However, some l…

---

## [BinaryBuilderBase.GitSource how to recurse submodules?](https://discourse.julialang.org/t/binarybuilderbase-gitsource-how-to-recurse-submodules/109626)

<div class="topic-metadata">

**Author:** [@PaulVirally](https://discourse.julialang.org/u/PaulVirally)\
**Replies:** 1\
**Last updated:** [February 2, 2024, 3:10pm UTC](https://discourse.julialang.org/t/binarybuilderbase-gitsource-how-to-recurse-submodules/109626 "2024-02-02T15:10:39Z")

</div>

In my build\_tarballs.jl, I have a GitSource that has submodules. Looking at the source code for BinaryBuilderBase.GitSource’s setup, there doesn’t seem to be a way currently to for the clone to pass --recurse-submodules.…

---

## [How to update CMake version in BinaryBuilder's wizard](https://discourse.julialang.org/t/how-to-update-cmake-version-in-binarybuilders-wizard/109461)

<div class="topic-metadata">

**Author:** [@PaulVirally](https://discourse.julialang.org/u/PaulVirally)\
**Replies:** 3\
**Last updated:** [January 30, 2024, 5:40pm UTC](https://discourse.julialang.org/t/how-to-update-cmake-version-in-binarybuilders-wizard/109461 "2024-01-30T17:40:11Z")

</div>

I’ve been trying to build a package using BinaryBuilder. My package has a binary dependency that can be built with CMake. I need CMake version 3.18 because it has some CUDA definitions, but the CMake binary that I can us…

---

## [\`munmap\_chunk(): invalid pointer\` when wrapping a C++ package](https://discourse.julialang.org/t/munmap-chunk-invalid-pointer-when-wrapping-a-c-package/109205)

<div class="topic-metadata">

**Author:** [@biona001](https://discourse.julialang.org/u/biona001)\
**Replies:** 1\
**Last updated:** [January 26, 2024, 5:00am UTC](https://discourse.julialang.org/t/munmap-chunk-invalid-pointer-when-wrapping-a-c-package/109205 "2024-01-26T05:00:48Z")

</div>

Hello community, I’ve been trying to wrap a C++ package using CxxWrap.jl. My wrapper code and CMakeList.txt are available here, and they seem to work locally. Then, using this build\_tarballs.jl I created a jll package g…

[Next page](https://discourse.julialang.org/tag/binarybuilder/232.md?match_all_tags=true&page=1&tags%5B%5D=binarybuilder)
