Re: fedora 42 doesn't have awk: how to deal with autoconf subst?

2025-04-17 Thread Bruce Dubbs
27;ll note that we don't need autotools to start, but we do build them. -- Bruce Dubbs LFS

Re: GNU Autoconf 2.71 massive test failures with bash-5.2

2022-09-29 Thread Bruce Dubbs
On 9/29/22 12:39, Zack Weinberg wrote: On Wed, Sep 28, 2022, at 11:50 PM, Bruce Dubbs wrote: When using bash-5.2 I get: Subject: [GNU Autoconf 2.71] testsuite: 254 301 304 318 319 320 321 322 323 324 325 ... This looks like the same issue that was reported in <https://lists.gnu.org/arch

[sr #110398] autoconf 2.70 breaks coreutils-8.32

2020-12-09 Thread Bruce Dubbs
Follow-up Comment #4, sr #110398 (project autoconf): [comment #3 comment #3:] > [comment #2 comment #2:] > > > The problem of course is that every package that uses gnulib has to update. > > That's why we have a Gnulib. :-) > > More precisely, if you want to use the latest Autoconf you should a

[sr #110398] autoconf 2.70 breaks coreutils-8.32

2020-12-09 Thread Bruce Dubbs
Follow-up Comment #2, sr #110398 (project autoconf): [comment #1 comment #1:] > This should be a gnulib bug fixed in http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=a3b3fc85e3e632374811b27cb2111e50fa177e36 Yes, this fixes coreutils. The problem of course is that every package tha

[sr #110398] autoconf 2.70 breaks coreutils-8.32

2020-12-09 Thread Bruce Dubbs
URL: Summary: autoconf 2.70 breaks coreutils-8.32 Project: Autoconf Submitted by: bdubbs Submitted on: Wed 09 Dec 2020 11:46:05 AM CST Category: None Priority: 5 -

Re: [GNU Autoconf 2.69] testsuite: 77 232 233 270 272 273 274 276 277 281 282 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 348 349 353 354 355 356 357 358 362 363 364 365 366 36

2019-02-01 Thread Bruce Dubbs
xpout]) AT_CHECK([sh ./test/test-1], 0, [expout]) Line 268 is the 2nd AT_CHECK, but I have no idea what this is doing or why it is failing. -- Bruce Dubbs linuxfromscratch.org

Many regression test failures

2019-01-09 Thread Bruce Dubbs
0 +@@ -2,8 +2,8 @@ + BASH=/bin/sh + BASHOPTS=checkwinsize:cmdhist:complete_fullquote:extquote:force_fignore:globasciiranges:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath + BASH_ALIASES=() +-BASH_ARGC=() +-BASH_ARGV=() ++BASH_ARGC=([0]="1") ++BASH_ARGV=([0]="-C") + BASH_CMDS=() + BASH_LINENO=([0]="0") + BASH_SOURCE=([0]="./configure") ./acfunctions.at:41: exit code was 1, expected 0 -- Bruce Dubbs linuxfromscratch.org

libtool-2.4.3 caused autoconf test failure

2014-10-31 Thread Bruce Dubbs
From the test output: Compatibility with other tools. 501: Libtool FAILED (foreign.at:61) -- This was caused by libtool-2.4.3. Using the identical instructions when libtool-2.4.2 is used, the test passes. -- Bruce Dubbs linuxfromscratch.org