[Buildroot] [Bug 13631] New: Commit 54d3d94b6e breaks packages with git download method

bugzilla at busybox.net bugzilla at busybox.net
Thu Mar 18 18:46:53 UTC 2021


https://bugs.busybox.net/show_bug.cgi?id=13631

            Bug ID: 13631
           Summary: Commit 54d3d94b6e breaks packages with git download
                    method
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: mhardt at berlinux-solutions.de
                CC: buildroot at uclibc.org
  Target Milestone: ---

When using a package with git download method the download step is broken when
not using a silent build (make -s).

The reason is the commit date being used for creating an archive of the
repository and the output now contains an additional line containing the git
command. This obviously cannot be parsed as a date.

Example output:

date: invalid date 'GIT_DIR=<some-dir>/git/.git git log -1 --pretty=format:%ci
\n2021-03-12 08:58:14 +0100'
Detected a corrupted git cache.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list