Search Criteria
Package Details: mold-git 2.40.4.r224.gbe3d214c-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mold-git.git (read-only, click to copy) |
|---|---|
| Package Base: | mold-git |
| Description: | A Modern Linker |
| Upstream URL: | https://github.com/rui314/mold |
| Keywords: | ld.mold linker mold |
| Licenses: | MIT |
| Conflicts: | mold |
| Provides: | mold |
| Submitter: | xyproto |
| Maintainer: | bin (ptr1337, asyync1024) |
| Last Packager: | asyync1024 |
| Votes: | 9 |
| Popularity: | 0.033717 |
| First Submitted: | 2021-02-23 11:05 (UTC) |
| Last Updated: | 2026-07-15 11:28 (UTC) |
Dependencies (14)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- libblake3
- libstdc++ (libstdc++-fast-optimizedAUR, libstdc++-snapshotAUR)
- mimalloc (mimalloc-gitAUR)
- tbb (onetbb-gitAUR, onetbb)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- mold (mold-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-gitAUR) (make)
- python (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR, clang-static-gitAUR) (check)
- libdwarf (libdwarf-gitAUR) (check)
Required by (126)
- adapterremoval3 (requires mold) (make)
- aichat-ng (requires mold) (make)
- banjorecomp (requires mold) (make)
- bforartists (requires mold) (make)
- blender-develop-git (requires mold) (make)
- blender-git (requires mold) (make)
- blender-git-nvidia (requires mold) (make)
- cardinal-data-git (requires mold) (make)
- cardinal-git (requires mold) (make)
- cardinal-jack-git (requires mold) (make)
- cardinal-lv2-git (requires mold) (make)
- cardinal-vst-git (requires mold) (make)
- cardinal-vst3-git (requires mold) (make)
- catbox (requires mold) (make)
- catbox-git (requires mold) (make)
- cnoor-git (requires mold) (make)
- comaps (requires mold) (make)
- cosmic-app-library-git (requires mold) (make)
- cosmic-applet-music-player-git (requires mold) (make)
- cosmic-applet-package-updater-git (requires mold) (make)
- Show 106 more...
Latest Comments
1 2 3 4 Next › Last »
asyync1024 commented on 2026-07-15 09:59 (UTC) (edited on 2026-07-15 10:01 (UTC) by asyync1024)
Also, according to the wiki [1], if we know that the project compiles successfully with
Releasebuild type withCMAKE_C_FLAGS_RELEASE=-DNDEBUG, and the same for itsCXXvariant, then we can safely turn on theReleasebuild type. Currently, it seems to me it works as expected. Will confirm before pushing an update.Also, mold does have
Releasebuild-type specific flags. [2]asyync1024 commented on 2026-07-15 09:46 (UTC) (edited on 2026-07-15 09:56 (UTC) by asyync1024)
Seems like upstream switched to mimalloc 3.3.2 [1], means v3. System mimalloc currently is 3.4.1.
It seems to me turning on system mimalloc would be safe? The primary reason that the official package turned off mimalloc was system mimalloc being v3, and mold requiring v2. Mold tests pass successfully with either versions. I will see if I can link a medium to big project and if it completes successfully, then push the update.
asyync1024 commented on 2026-03-12 06:54 (UTC)
Also, it seems like you can't find the time to maintain the package, can you add me as a co-maintainer? I would love to maintain this, thanks!
asyync1024 commented on 2026-02-19 13:19 (UTC) (edited on 2026-02-19 13:20 (UTC) by asyync1024)
Hello! Can you please change to something like this?: https://gist.github.com/asyync1024/475c6883bab9a72663a456a1ae70a1bc
I have replaced
gcc-libswithlibstdc++and removedmimallocas in theextrarepo package. I have also improved formatting, it builds both in local and in clean chroot. Thanks!ilovemikael commented on 2025-11-09 05:40 (UTC)
why is this package flagged as out-of-date?
eclairevoyant commented on 2023-03-12 21:20 (UTC) (edited on 2023-03-12 21:23 (UTC) by eclairevoyant)
The pkgver should be corrected to (ver).r(revision_number).(hash) as per standards; see the wiki for more info:
see
/usr/share/pacman/PKGBUILD-vcs.protofor an example:Also, any custom variable (like
reponame) should be prefixed with_ptr1337 commented on 2022-10-10 13:11 (UTC)
@DAC324
I can't reproduce this on my end. Compiled in a chroot and also with out chroot. No issues. Maybe it was a upstream issue and got fixed.
DAC324 commented on 2022-10-03 10:19 (UTC) (edited on 2022-10-03 11:14 (UTC) by DAC324)
New problem:
Interesting: When I run the build process step by step as instructed on https://github.com/rui314/mold#compile-mold, and then run
ctest --test-dir build --output-on-failureon thebuilddirectory created there, the tests all pass.1 2 3 4 Next › Last »