GNU bug report logs -
#79378
pointless gnulib-tool options
Previous Next
To reply to this bug, email your comments to 79378 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-parted <at> gnu.org
:
bug#79378
; Package
parted
.
(Wed, 03 Sep 2025 15:13:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Bruno Haible <bruno <at> clisp.org>
:
New bug report received and forwarded. Copy sent to
bug-parted <at> gnu.org
.
(Wed, 03 Sep 2025 15:13:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi,
In the https://git.savannah.gnu.org/git/parted.git repository,
in bootstrap.conf there are the lines
gnulib_tool_option_extras="--tests-base=gnulib-tests --with-tests --symlink\
--makefile-name=gnulib.mk
"
mkdir -p gnulib-tests
But since
1) the directory gnulib-tests/ does not have a Makefile.am,
2) the top-level Makefile.am does not include 'gnulib-tests' among the
SUBDIRS,
this generation of gnulib-tests is pointless. You could drop it:
gnulib_tool_option_extras="--symlink\
--makefile-name=gnulib.mk
"
Information forwarded
to
bug-parted <at> gnu.org
:
bug#79378
; Package
parted
.
(Wed, 03 Sep 2025 16:09:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 79378 <at> debbugs.gnu.org (full text, mbox):
On Wed, Sep 03, 2025 at 05:11:57PM +0200, Bruno Haible via Bug reports for the GNU Parted disk partition editor wrote:
> Hi,
>
> In the https://git.savannah.gnu.org/git/parted.git repository,
> in bootstrap.conf there are the lines
>
> gnulib_tool_option_extras="--tests-base=gnulib-tests --with-tests --symlink\
> --makefile-name=gnulib.mk
> "
> mkdir -p gnulib-tests
>
> But since
> 1) the directory gnulib-tests/ does not have a Makefile.am,
> 2) the top-level Makefile.am does not include 'gnulib-tests' among the
> SUBDIRS,
> this generation of gnulib-tests is pointless. You could drop it:
>
> gnulib_tool_option_extras="--symlink\
> --makefile-name=gnulib.mk
> "
This was added in commit ea9cb0048bd633ff2043a3af2265d2544da345e7
because not having it there was causing bootstrap failures. gnulib is a
twisty path of ancient code, so maybe it's there for a reason. I'll try
to take a closer look at it when I prepare the next release.
Brian
--
Brian C. Lane (PST8PDT) - weldr.io - lorax - parted - pykickstart
This bug report was last modified 9 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.