All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 11931] New: Bugs in support/scripts/apply-patches.sh
@ 2019-06-04  8:20 bugzilla at busybox.net
  2019-08-15 13:25 ` [Buildroot] [Bug 11931] " bugzilla at busybox.net
  2020-10-17 12:45 ` bugzilla at busybox.net
  0 siblings, 2 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2019-06-04  8:20 UTC (permalink / raw)
  To: buildroot

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

            Bug ID: 11931
           Summary: Bugs in support/scripts/apply-patches.sh
           Product: buildroot
           Version: 2019.02.2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: escape at linux.alibaba.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

Created attachment 8076
  --> https://bugs.busybox.net/attachment.cgi?id=8076&action=edit
patch to fix this bug

Code line 120 to line 128 is to check whether the patch containing "rename
from" and "rename to". But it directly use grep to find, ignoring the patch may
be a tar file or else. It can only work on patch of textfile form. Besides, if
version of patch is higher than 2.7, rejecting patches containing "rename from"
and "rename to" is unnecessary, because it can work correctly. So it should
check verison of patch first than unpack the patch to find whether it contains
"rename from"

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [Bug 11931] Bugs in support/scripts/apply-patches.sh
  2019-06-04  8:20 [Buildroot] [Bug 11931] New: Bugs in support/scripts/apply-patches.sh bugzilla at busybox.net
@ 2019-08-15 13:25 ` bugzilla at busybox.net
  2020-10-17 12:45 ` bugzilla at busybox.net
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2019-08-15 13:25 UTC (permalink / raw)
  To: buildroot

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

--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Thanks for the bug report! We do not want to rely on the patch version though.
Indeed, what if someone that has a patch > = 2.7 on his machine adds a patch
using renames to Buildroot, which gets committed, and then this Buildroot gets
used by someone having a patch < 2.7 on his machine ? The build will break. So
clearly, we should not make it behave differently depending on the patch
version.

The uncompression part is correct though. Would you mind submitting it as a
proper patch to the Buildroot mailing list, with a commit log and
Signed-off-by, so that we can apply it ? Thanks!

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [Bug 11931] Bugs in support/scripts/apply-patches.sh
  2019-06-04  8:20 [Buildroot] [Bug 11931] New: Bugs in support/scripts/apply-patches.sh bugzilla at busybox.net
  2019-08-15 13:25 ` [Buildroot] [Bug 11931] " bugzilla at busybox.net
@ 2020-10-17 12:45 ` bugzilla at busybox.net
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2020-10-17 12:45 UTC (permalink / raw)
  To: buildroot

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

Thomas Petazzoni <thomas.petazzoni@bootlin.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@bootlin.com> ---
Fixed by
https://git.buildroot.org/buildroot/commit/?id=35c3a1e6937dc08157075027bf6219157510b2f9.
Thanks!

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-17 12:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-04  8:20 [Buildroot] [Bug 11931] New: Bugs in support/scripts/apply-patches.sh bugzilla at busybox.net
2019-08-15 13:25 ` [Buildroot] [Bug 11931] " bugzilla at busybox.net
2020-10-17 12:45 ` bugzilla at busybox.net

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.