emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#75604: closed (bootstrap ignores --copy option)


From: GNU bug Tracking System
Subject: bug#75604: closed (bootstrap ignores --copy option)
Date: Thu, 16 Jan 2025 15:16:02 +0000

Your message dated Thu, 16 Jan 2025 15:15:00 +0000
with message-id <3d1f290c-6bb0-4a88-98f1-e416cb320163@draigBrady.com>
and subject line Re: bug#75604: bootstrap ignores --copy option
has caused the debbugs.gnu.org bug report #75604,
regarding bootstrap ignores --copy option
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
75604: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75604
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: bootstrap ignores --copy option Date: Thu, 16 Jan 2025 15:48:55 +0100
Hi,

I want to test a current coreutils from git with clang's UBSAN.
For this, I need to apply a patch to lib/linebuffer.c and lib/mpsort.c
locally.
For this, it is not suitable if 'bootstrap' creates these files as
symbolic links.
So I run

  $ ./bootstrap --copy --no-git --gnulib-srcdir=$GNULIB_SRCDIR

But it *still* creates the symlinks, despite my explicit use of the
'--copy' option.

This comes from bootstrap.conf line 349. It shouldn't pass the option
'--symlink' to gnulib-tool when I passed the '--copy' option.

Bruno






--- End Message ---
--- Begin Message --- Subject: Re: bug#75604: bootstrap ignores --copy option Date: Thu, 16 Jan 2025 15:15:00 +0000 User-agent: Mozilla Thunderbird Beta
On 16/01/2025 14:48, Bruno Haible via GNU coreutils Bug Reports wrote:
Hi,

I want to test a current coreutils from git with clang's UBSAN.
For this, I need to apply a patch to lib/linebuffer.c and lib/mpsort.c
locally.
For this, it is not suitable if 'bootstrap' creates these files as
symbolic links.
So I run

   $ ./bootstrap --copy --no-git --gnulib-srcdir=$GNULIB_SRCDIR

But it *still* creates the symlinks, despite my explicit use of the
'--copy' option.

This comes from bootstrap.conf line 349. It shouldn't pass the option
'--symlink' to gnulib-tool when I passed the '--copy' option.

Right. Since --symlink is the default, we can just drop that I think.
I'll push the attached in a while.

Marking this as done.

cheers,
Pádraig

Attachment: bootstrap--copy.patch
Description: Text Data


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]