[Bug 10401] New: patch command works not properly with -p

bugzilla at busybox.net bugzilla at busybox.net
Fri Oct 13 02:44:46 UTC 2017


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

            Bug ID: 10401
           Summary: patch command works not properly with -p
           Product: Busybox
           Version: 1.25.x
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at busybox.net
          Reporter: crazyzh1984 at gmail.com
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

Created attachment 7281
  --> https://bugs.busybox.net/attachment.cgi?id=7281&action=edit
shell output

with patch file
https://github.com/docker-library/golang/blob/master/1.8/alpine3.5/no-pic.patch

shell:
/ # cd /usr/local/go/src/
/usr/local/go/src # patch -p2 -i /home/alpine/no-pic.patch
patching file cmd/link/internal/ld/lib.go
': No such file or directoryinternal/ld/lib.go

not works with busybox patch command,
but works with GNU patch 2.7.5

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


More information about the busybox-cvs mailing list