GNU bug report logs - #67731
bootstrap, tries to fetch files although using --no-git --skip-po and --gnulib-srcdir...

Previous Next

Package: coreutils;

Reported by: Bjarni Ingi Gislason <bjarniig <at> simnet.is>

Date: Sat, 9 Dec 2023 20:23:01 UTC

Severity: normal

Done: Pádraig Brady <P <at> draigBrady.com>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 67731-done <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: Bjarni Ingi Gislason <bjarniig <at> simnet.is>, 67731-done <at> debbugs.gnu.org,
 bug-gnulib <bug-gnulib <at> gnu.org>
Subject: Re: bug#67731: bootstrap, tries to fetch files although using
 --no-git --skip-po and --gnulib-srcdir...
Date: Sun, 10 Dec 2023 14:52:35 +0000
[Message part 1 (text/plain, inline)]
On 09/12/2023 20:22, Bjarni Ingi Gislason wrote:
> bootstrap.loc: bootstrapping with --no-git
> --gnulib-srcdir=/home/bg/git/gnulib --skip-po --bootstrap-sync
> ./bootstrap: updating bootstrap and restarting...
> ./bootstrap: Bootstrapping from checked-out coreutils sources...
> ./bootstrap: consider installing git-merge-changelog from gnulib
> ./bootstrap: getting translations into po/.reference for
> coreutils...
> OUTPUT:INVALID,NEW,REJECT IN= OUT=eth0 SRC=192.168.1.72
> DST=80.69.83.146 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=21973 DF
> PROTO=TCP
> SPT=51544 DPT=443 WINDOW=64240 RES=0x00 SYN URGP=0
> OUTPUT:INVALID,NEW,REJECT IN= OUT=eth0 SRC=192.168.1.72
> DST=80.69.83.146 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=21974 DF
> PROTO=TCP
> SPT=51544 DPT=443 WINDOW=64240 RES=0x00 SYN URGP=0
> failed: Connection refused.
> failed: Network is unreachable.
> ./bootstrap: could not fetch auxiliary files

It looks like --bootstrap-sync is the issue here.
Adding a little debug shows that upgrade_bootstrap()
does not propagate params to the subsequent bootstrap run:

$ ./bootstrap --gnulib-srcdir=/home/padraig/g/gnulib --no-git --skip-po --bootstrap-sync
bootstrap params: --gnulib-srcdir=/home/padraig/g/gnulib --no-git --skip-po --bootstrap-sync
./bootstrap: updating bootstrap and restarting...
bootstrap params: --no-bootstrap-sync

The attached adjusts bootstrap so the options are passed
through the upgrade_bootstrap() function.

Marking this as done,

thanks,
Pádraig
[gnulib-bootstrap-sync-options.patch (text/x-patch, attachment)]

This bug report was last modified 1 year and 166 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.