Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 12911] New: usb_modeswitch installation race condition
@ 2020-05-16 16:40 bugzilla at busybox.net
  2020-05-17  9:06 ` [Buildroot] [Bug 12911] " bugzilla at busybox.net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2020-05-16 16:40 UTC (permalink / raw)
  To: buildroot

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

            Bug ID: 12911
           Summary: usb_modeswitch installation race condition
           Product: buildroot
           Version: 2020.02.2
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: jharjuma at gmail.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

In usb_modeswitch Makefile dispatcher-script, dispatcher-dynlink and
dispatcher-statlink are .PHONY targets. The result is that sources are compiled
also when install targets are called. USB_MODESWITCH_INSTALL_TARGET_CMDS calls
$(MAKE) which is a call to parallel make eg. make -j9. So the install phase can
install empty usb_modeswitch binary (happened once) if the compiler have just
cleared the binary and install command installs it before compiler writes the
binary. USB_MODESWITCH_INSTALL_TARGET_CMDS should call $(MAKE1).

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

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

end of thread, other threads:[~2020-09-04 14:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-16 16:40 [Buildroot] [Bug 12911] New: usb_modeswitch installation race condition bugzilla at busybox.net
2020-05-17  9:06 ` [Buildroot] [Bug 12911] " bugzilla at busybox.net
2020-05-18  4:25 ` bugzilla at busybox.net
2020-06-01 10:21 ` bugzilla at busybox.net
2020-09-04 14:59 ` bugzilla at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox