From: Z572 <zhengjunjie@iscas.ac.cn>
To: 73476@debbugs.gnu.org
Cc: ashish.is@lostca.se, 73476-done@debbugs.gnu.org
Subject: [bug#73476] [PATCH] gnu: mold: Update to 2.34.0.
Date: Mon, 30 Sep 2024 00:35:38 +0800 [thread overview]
Message-ID: <87ed528lk5.fsf@iscas.ac.cn> (raw)
In-Reply-To: <c539c47933791f72982708656cfb4467996fb734.1727273528.git.ashish.is@lostca.se> (ashish is's message of "Wed, 25 Sep 2024 16:12:08 +0200")
[-- Attachment #1: Type: text/plain, Size: 2916 bytes --]
"ashish.is--- via Guix-patches" via <guix-patches@gnu.org> writes:
> From: Ashish SHUKLA <ashish.is@lostca.se>
>
> * gnu/packages/mold.scm (mold): Update to 2.34.0.
> [arguments](phases)<force-system-xxhash>: Update path.
> <fix-compiler-name-in-test>: Update path.
> <skip-tbb-lto-test>: Update path.
> <disable-rpath-test>: Update path.
Maybe it doesn't need to be so detailed?
>
> Change-Id: I21e8cdd057fb13b508299a1b0fd9b48f803959bd
> ---
> gnu/packages/mold.scm | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/gnu/packages/mold.scm b/gnu/packages/mold.scm
> index 322214893c..d2534de6a1 100644
> --- a/gnu/packages/mold.scm
> +++ b/gnu/packages/mold.scm
> @@ -35,7 +35,7 @@ (define-module (gnu packages mold)
> (define-public mold
> (package
> (name "mold")
> - (version "2.33.0")
> + (version "2.34.0")
> (source
> (origin
> (method git-fetch)
> @@ -44,7 +44,7 @@ (define-public mold
> (commit (string-append "v" version))))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "0wsb0aiqia3jfc9k3h2d446y0mzmaq6rz9xkjf9125npdygm7kpb"))
> + (base32 "0n8ygaxsda9ybc1jc7ap7grbziah403wjm2hmmcxzahm52v6czs0"))
> (modules '((guix build utils)))
> (snippet
> #~(begin
> @@ -62,25 +62,25 @@ (define-public mold
> #~(modify-phases %standard-phases
> (add-before 'configure 'force-system-xxhash
> (lambda _
> - (substitute* "common/common.h"
> + (substitute* "lib/common.h"
> (("#include \"../third-party/xxhash/xxhash.h\"")
> "#include <xxhash.h>"))))
> (add-before 'configure 'fix-compiler-name-in-test
> (lambda _
> - (substitute* "test/elf/common.inc"
> + (substitute* "test/common.inc"
> (("CC=\"\\$\\{TEST_CC:-cc\\}\"") "CC=gcc")
> (("CXX=\"\\$\\{TEST_CXX:-c\\+\\+\\}\"")
> "CXX=g++"))))
> (add-before 'configure 'skip-tbb-lto-test
> (lambda _
> ;; This test needs tbb 2021.9.0 or newer
> - (delete-file "test/elf/lto-version-script.sh")))
> + (delete-file "test/lto-version-script.sh")))
> (add-before 'configure 'disable-rpath-test
> (lambda _
> ;; This test fails because mold expect the RUNPATH as-is,
> ;; but compiler in Guix will insert the path of gcc-lib and
> ;; glibc into the output binary.
> - (delete-file "test/elf/rpath.sh"))))))
> + (delete-file "test/rpath.sh"))))))
> (inputs (list mimalloc tbb xxhash zlib `(,zstd "lib")))
> (home-page "https://github.com/rui314/mold")
> (synopsis "Fast linker")
>
> base-commit: 039635567d17460d8d541caa58897db83a3565a8
push, close.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
prev parent reply other threads:[~2024-09-29 16:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-25 14:12 [bug#73476] [PATCH] gnu: mold: Update to 2.34.0 ashish.is--- via Guix-patches via
2024-09-29 16:35 ` Z572 [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ed528lk5.fsf@iscas.ac.cn \
--to=zhengjunjie@iscas.ac.cn \
--cc=73476-done@debbugs.gnu.org \
--cc=73476@debbugs.gnu.org \
--cc=ashish.is@lostca.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.