All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 9086] New: Syntax Error (missing ")" in boot/uboot/uboot.mk on line 203)
@ 2016-07-06 15:55 bugzilla at busybox.net
  2016-07-06 15:58 ` [Buildroot] [Bug 9086] " bugzilla at busybox.net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2016-07-06 15:55 UTC (permalink / raw)
  To: buildroot

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

            Bug ID: 9086
           Summary: Syntax Error (missing ")" in boot/uboot/uboot.mk on
                    line 203)
           Product: buildroot
           Version: 2016.05
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: critical
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: dkaplan65 at gmail.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

Causes compile to fail.

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

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

* [Buildroot] [Bug 9086] Syntax Error (missing ")" in boot/uboot/uboot.mk on line 203)
  2016-07-06 15:55 [Buildroot] [Bug 9086] New: Syntax Error (missing ")" in boot/uboot/uboot.mk on line 203) bugzilla at busybox.net
@ 2016-07-06 15:58 ` bugzilla at busybox.net
  2016-07-06 16:03 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2016-07-06 15:58 UTC (permalink / raw)
  To: buildroot

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

--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Which version of Buildroot are you looking at? My line 203 is empty.

Better: could you provide a patch, or at least the output of "git diff" after
you did your modification?

Thanks!

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

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

* [Buildroot] [Bug 9086] Syntax Error (missing ")" in boot/uboot/uboot.mk on line 203)
  2016-07-06 15:55 [Buildroot] [Bug 9086] New: Syntax Error (missing ")" in boot/uboot/uboot.mk on line 203) bugzilla at busybox.net
  2016-07-06 15:58 ` [Buildroot] [Bug 9086] " bugzilla at busybox.net
@ 2016-07-06 16:03 ` bugzilla at busybox.net
  2016-07-06 19:07 ` bugzilla at busybox.net
  2016-07-06 19:07 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2016-07-06 16:03 UTC (permalink / raw)
  To: buildroot

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

--- Comment #2 from Jebodiah Sensai <dkaplan65@gmail.com> ---
diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
index 065bdf9..7c3512a 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
@@ -203,7 +203,7 @@ ifeq ($(BR2_TARGET_UBOOT_ZYNQ_IMAGE),y)
 define UBOOT_GENERATE_ZYNQ_IMAGE
        $(HOST_DIR)/usr/bin/python2 \
                $(HOST_DIR)/usr/bin/zynq-boot-bin.py \
-               -u $(@D)/$(firstword $(call
qstrip,$(BR2_TARGET_UBOOT_SPL_NAME)) \
+               -u $(@D)/$(firstword $(call
qstrip,$(BR2_TARGET_UBOOT_SPL_NAME))) \
                -o $(BINARIES_DIR)/BOOT.BIN
 endef
 UBOOT_DEPENDENCIES += host-zynq-boot-bin

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

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

* [Buildroot] [Bug 9086] Syntax Error (missing ")" in boot/uboot/uboot.mk on line 203)
  2016-07-06 15:55 [Buildroot] [Bug 9086] New: Syntax Error (missing ")" in boot/uboot/uboot.mk on line 203) bugzilla at busybox.net
  2016-07-06 15:58 ` [Buildroot] [Bug 9086] " bugzilla at busybox.net
  2016-07-06 16:03 ` bugzilla at busybox.net
@ 2016-07-06 19:07 ` bugzilla at busybox.net
  2016-07-06 19:07 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2016-07-06 19:07 UTC (permalink / raw)
  To: buildroot

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

--- Comment #3 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Thanks a lot for reporting the problem, I fixed it in
https://git.buildroot.org/buildroot/commit/?id=61c26cc8170e187ab6aa4175630fb6c9bfaf0a14.

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

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

* [Buildroot] [Bug 9086] Syntax Error (missing ")" in boot/uboot/uboot.mk on line 203)
  2016-07-06 15:55 [Buildroot] [Bug 9086] New: Syntax Error (missing ")" in boot/uboot/uboot.mk on line 203) bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2016-07-06 19:07 ` bugzilla at busybox.net
@ 2016-07-06 19:07 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2016-07-06 19:07 UTC (permalink / raw)
  To: buildroot

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

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

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

-- 
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:[~2016-07-06 19:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-06 15:55 [Buildroot] [Bug 9086] New: Syntax Error (missing ")" in boot/uboot/uboot.mk on line 203) bugzilla at busybox.net
2016-07-06 15:58 ` [Buildroot] [Bug 9086] " bugzilla at busybox.net
2016-07-06 16:03 ` bugzilla at busybox.net
2016-07-06 19:07 ` bugzilla at busybox.net
2016-07-06 19:07 ` 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.