[FFmpeg-trac] #7310(build system:new): configure broken with GNU sed version 4.1.5

FFmpeg trac at avcodec.org
Fri Sep 7 01:33:00 EEST 2018


#7310: configure broken with GNU sed version 4.1.5
-------------------------------------+-------------------------------------
             Reporter:  cehoyos      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  important    |                Component:  build
              Version:  git-master   |  system
             Keywords:  regression   |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by jamrial):

 Newer sed shows

 {{{
 $ sed --help
 Usage: sed [OPTION]... {script-only-if-no-other-script} [input-file]...

   -n, --quiet, --silent
                  suppress automatic printing of pattern space
   -e script, --expression=script
                  add the script to the commands to be executed
   -f script-file, --file=script-file
                  add the contents of script-file to the commands to be
 executed
   --follow-symlinks
                  follow symlinks when processing in place
   -i[SUFFIX], --in-place[=SUFFIX]
                  edit files in place (makes backup if SUFFIX supplied)
   -b, --binary
                  open files in binary mode (CR+LFs are not processed
 specially)
   -l N, --line-length=N
                  specify the desired line-wrap length for the `l' command
   --posix
                  disable all GNU extensions.
   -E, -r, --regexp-extended
                  use extended regular expressions in the script
                  (for portability use POSIX -E).
   -s, --separate
                  consider files as separate rather than as a single,
                  continuous long stream.
       --sandbox
                  operate in sandbox mode (disable e/r/w commands).
   -u, --unbuffered
                  load minimal amounts of data from the input files and
 flush
                  the output buffers more often
   -z, --null-data
                  separate lines by NUL characters
       --help     display this help and exit
       --version  output version information and exit
 }}}

 So looks like it should be a matter of replacing that -E with -r, assuming
 it doesn't break any other target.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7310#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list