[Bug other/56653] New: Warning when verifying checksums from MD5SUMS file in tarballs

d.g.gorbachev at gmail dot com gcc-bugzilla@gcc.gnu.org
Mon Mar 18 13:22:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56653

             Bug #: 56653
           Summary: Warning when verifying checksums from MD5SUMS file in
                    tarballs
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: d.g.gorbachev@gmail.com


GNU md5sum (version 8.21) prints `md5sum: WARNING: 1 line is improperly
formatted'. It could be fixed by adding an extra `#' character to MD5SUMS:

*** maintainer-scripts/gcc_release
--- maintainer-scripts/gcc_release
***************
*** 214,218 ****
  # Suggested usage:
  # md5sum -c MD5SUMS | grep -v \"OK$\"
! " > MD5SUMS

    find . -type f |
--- 214,218 ----
  # Suggested usage:
  # md5sum -c MD5SUMS | grep -v \"OK$\"
! #" > MD5SUMS

    find . -type f |



More information about the Gcc-bugs mailing list