Search Criteria
Package Details: mold-git v1.5.0_0_g95ad47ca-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: | AGPL3 |
Conflicts: | mold |
Provides: | mold |
Submitter: | xyproto |
Maintainer: | bin (ptr1337) |
Last Packager: | ptr1337 |
Votes: | 6 |
Popularity: | 0.107120 |
First Submitted: | 2021-02-23 11:05 (UTC) |
Last Updated: | 2022-09-27 08:59 (UTC) |
Dependencies (11)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- mimalloc
- openssl (quictls-openssl, openssl-git, openssl-hardened, openssl-static)
- tbb (tbb2020, onetbb-git, onetbb)
- zlib (zlib-ng-compat-git, zlib-git, zlib-ng-compat)
- cmake (cmake-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- mold (mold-git) (make)
- python (nogil-python, python36, python32, python38, python37, python310, python312, python39) (make)
- clang (clang8, clang-git, llvm-git, clang-minimal-git) (check)
- libdwarf (check)
Required by (29)
- anki (requires mold) (make)
- anki-qt5 (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)
- cnoor-git (requires mold) (make)
- cosmic-applets-git (requires mold) (make)
- cosmic-applibrary (requires mold) (make)
- cosmic-bg-git (requires mold) (make)
- cosmic-epoch-git (requires mold) (make)
- cosmic-settings-git (requires mold) (make)
- cosmic-text-editor-git (requires mold) (make)
- ddstats-rust-git (requires mold) (make)
- emacs-git-aot (requires mold) (make)
- emacs-gtk3-native-comp-git-stable (requires mold) (make)
- emacs-native-comp-git (requires mold) (make)
- emacs-native-comp-git-enhanced (requires mold) (make)
- Show 9 more...
Latest Comments
1 2 3 Next › Last »
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.proto
for 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-failure
on thebuild
directory created there, the tests all pass.ptr1337 commented on 2022-06-25 04:58 (UTC)
@DAC324
Actually the "compile options" you posted is a possibility.
To the compiler:
to system TBB:
Arch did updated tbb with the patch which where requested from rui. So we can easily use the SYSTEM_TBB again.
to "j$nproc :
I dont see any profit in adding these, cause everyone can set himself in his used cpu's.
to tests:
Will fix that.
DAC324 commented on 2022-06-24 11:39 (UTC) (edited on 2022-06-24 11:41 (UTC) by DAC324)
Looks like the
check()
section inPKGBUILD
has become obsolete as the targetcheck
was removed from themold
Makefile.Plus, a lot of warnings can be avoided if the compile options are set as instructed at https://github.com/rui314/mold#readme .
DAC324 commented on 2022-06-24 11:01 (UTC)
The package currently does not build:
ptr1337 commented on 2022-06-15 11:46 (UTC)
@bin Thanks for giving me co-maintainer, since I use this linker quite often. I did updated it to the latest changes.
bin commented on 2022-06-14 22:22 (UTC)
@ptr1337 Thanks for the patch. I added you as a co-maintainer; sorry about the delay.
ptr1337 commented on 2022-05-07 18:55 (UTC) (edited on 2022-05-07 18:55 (UTC) by ptr1337)
Could you please update it to provide mold/mold-git and remove system XXHASH? Here the patch for:
bin commented on 2022-02-14 16:40 (UTC)
@octylFractal Right, the community package ought to cover it. I've added git to makedepends per your request; thanks for bringing it to my attention.
1 2 3 Next › Last »