bug-autoconf
[Top][All Lists]
Advanced

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

Re: [GNU Autoconf 2.69] testsuite: 77 232 233 270 272 273 274 276 277 28


From: Bruce Dubbs
Subject: 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 367 368 369 370 371 372 374 380 381 382 383 384 385 386 387 388 389 390 391 404 405 406 407 418 419 420 421 422 423 424 425 426 427 431 432 433 434 435 436 437 438 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 501 503 failed
Date: Fri, 1 Feb 2019 17:28:03 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 01/29/2019 01:07 PM, Chet Ramey wrote:
On 1/29/19 9:47 AM, Aritz Erkiaga wrote:
Most notably, Bash version is 5.0, recently released, which could explain
the failures.

If these test suite failures point to bugs in bash-5.0, please send them
along.

I also get these failures with bash-5.0. I tried to look at what is failing, but don't grok what they are saying. For instance:


109-autoconf-2.69: 77: LINENO                 FAILED (m4sh.at:268)

Looking around line 268 of m4sh.at:

# Now using a maybe-functioning LINENO, with different call conventions.
# Be sure to be out of the PATH.
AT_CHECK([mkdir test || exit 77])

AT_DATA_LINENO([test/test-1], [false], [__LINENO__], [LINENO])
AT_CHECK([./test/test-1],                          0, [expout])
AT_CHECK([(PATH=test$PATH_SEPARATOR$PATH; export PATH; exec test-1)],
                                                   0, [expout])
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



reply via email to

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