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

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

[Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8


From: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8
Date: Fri, 11 Nov 2022 07:29:49 -0500 (EST)

Follow-up Comment #6, bug #62648 (project octave):

In addition to the patch from gabriele, there's this other workaround in Perl
code:

Change this

if ($_ =~ /$foo/)


to this

if (defined($_) && ($_ =~ /$foo/))


I believe that will be backwards compatible but Perl is not my first language
so please check.

I see from Distrowatch that Arch and Gentoo have upgraded to 7.0 too. No bug
reports yet at those distros though.

My own distro has not upgraded Texinfo yet.  Could you check the above
"defined" on Mac pls? I'll be able to prepare an hg patch in a couple of
hours.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62648>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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