Search Criteria
Package Details: mold-git 2.33.0.r56.ged4cae93-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) |
Last Packager: | ptr1337 |
Votes: | 6 |
Popularity: | 0.000002 |
First Submitted: | 2021-02-23 11:05 (UTC) |
Last Updated: | 2024-08-25 18:36 (UTC) |
Dependencies (12)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- mimalloc
- tbb (onetbb-gitAUR, onetbb)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- mold (mold-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (check)
- libdwarf (libdwarf-gitAUR) (check)
Required by (78)
- aichat-ng (requires mold) (make)
- anki (requires mold) (make)
- anki-qt5 (requires mold) (make)
- apkeep (requires mold) (make)
- bun (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-app-library-git (requires mold) (make)
- cosmic-applets-git (requires mold) (make)
- cosmic-bg-git (requires mold) (make)
- cosmic-comp-git (requires mold) (make)
- cosmic-edit-git (requires mold) (make)
- cosmic-ext-calculator-git (requires mold) (make)
- cosmic-ext-tweaks-git (requires mold) (make)
- cosmic-files-git (requires mold) (make)
- Show 58 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:
1 2 3 Next › Last »