Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 15431] New: orangepi_one_plus_defconfig: Error: arch/arm/dts/.sun50i-h6-orangepi-one-plus.dtb.pre.tmp:151.1-10 syntax error
@ 2023-03-17 16:57 bugzilla
  2023-03-17 18:36 ` [Buildroot] [Bug 15431] " bugzilla
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla @ 2023-03-17 16:57 UTC (permalink / raw)
  To: buildroot

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

            Bug ID: 15431
           Summary: orangepi_one_plus_defconfig: Error:
                    arch/arm/dts/.sun50i-h6-orangepi-one-plus.dtb.pre.tmp:
                    151.1-10 syntax error
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned@buildroot.uclibc.org
          Reporter: jbglaw@lug-owl.de
                CC: buildroot@uclibc.org
  Target Milestone: ---

The orangepi_one_plus_defconfig sample configuration has issues with a DT file:

[build 2023-03-15 12:04:48] /usr/bin/make -f ./scripts/Makefile.build obj=dts
dtbs
[build 2023-03-15 12:04:48] /usr/bin/make -f ./scripts/Makefile.build
obj=arch/arm/dts dtbs
[build 2023-03-15 12:04:48]   mkdir -p arch/arm/dts/ ; (cat
arch/arm/dts/sun50i-h6-orangepi-one-plus.dts; echo '\#include
"sunxi-u-boot.dtsi"') > arch/arm/dts/.sun50i-h6-orangepi-one-plus.dtb.pre.tmp;
/var/lib/laminar/run/buildroot-orangepi_one_plus_defconfig/1/buildroot/output/host/bin/aarch64-buildroot-linux-gnu-gcc
-E -Wp,-MD,arch/arm/dts/.sun50i-h6-orangepi-one-plus.dtb.d.pre.tmp -nostdinc
-I./arch/arm/dts -I./arch/arm/dts/include -Iinclude -I./include
-I./arch/arm/include -include ./include/linux/kconfig.h -D__ASSEMBLY__ -undef
-D__DTS__ -x assembler-with-cpp -o
arch/arm/dts/.sun50i-h6-orangepi-one-plus.dtb.dts.tmp
arch/arm/dts/.sun50i-h6-orangepi-one-plus.dtb.pre.tmp ; ./scripts/dtc/dtc -O
dtb -o arch/arm/dts/sun50i-h6-orangepi-one-plus.dtb -b 0 -i arch/arm/dts/
-Wno-unit_address_vs_reg -Wno-simple_bus_reg -Wno-unit_address_format
-Wno-pci_bridge -Wno-pci_device_bus_num -Wno-pci_device_reg -d
arch/arm/dts/.sun50i-h6-orangepi-one-plus.dtb.d.dtc.tmp
arch/arm/dts/.sun50i-h6-orangepi-one-plus.dtb.dts.tmp ; cat
arch/arm/dts/.sun50i-h6-orangepi-one-plus.dtb.d.pre.tmp
arch/arm/dts/.sun50i-h6-orangepi-one-plus.dtb.d.dtc.tmp >
arch/arm/dts/.sun50i-h6-orangepi-one-plus.dtb.d
[build 2023-03-15 12:04:48] Error:
arch/arm/dts/.sun50i-h6-orangepi-one-plus.dtb.pre.tmp:151.1-10 syntax error
[build 2023-03-15 12:04:48] FATAL ERROR: Unable to parse input tree
[build 2023-03-15 12:04:48] make[3]: *** [scripts/Makefile.lib:310:
arch/arm/dts/sun50i-h6-orangepi-one-plus.dtb] Error 1
[build 2023-03-15 12:04:48] make[2]: *** [dts/Makefile:44: arch-dtbs] Error 2
[build 2023-03-15 12:04:48] make[1]: *** [Makefile:926: dts/dt.dtb] Error 2
[build 2023-03-15 12:04:48] make[1]: Leaving directory
'/var/lib/laminar/run/buildroot-orangepi_one_plus_defconfig/1/buildroot/output/build/uboot-2018.09'
[build 2023-03-15 12:04:48] make: *** [package/pkg-generic.mk:293:
/var/lib/laminar/run/buildroot-orangepi_one_plus_defconfig/1/buildroot/output/build/uboot-2018.09/.stamp_built]
Error 2


Full build log at
http://toolchain.lug-owl.de/laminar/log/buildroot-orangepi_one_plus_defconfig/1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [Bug 15431] orangepi_one_plus_defconfig: Error: arch/arm/dts/.sun50i-h6-orangepi-one-plus.dtb.pre.tmp:151.1-10 syntax error
  2023-03-17 16:57 [Buildroot] [Bug 15431] New: orangepi_one_plus_defconfig: Error: arch/arm/dts/.sun50i-h6-orangepi-one-plus.dtb.pre.tmp:151.1-10 syntax error bugzilla
@ 2023-03-17 18:36 ` bugzilla
  2023-03-17 18:50 ` bugzilla
  2024-06-15 15:06 ` bugzilla
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla @ 2023-03-17 18:36 UTC (permalink / raw)
  To: buildroot

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

--- Comment #1 from Peter Seiderer <ps.report@gmx.net> ---
Seems to use a legacy uboot version (2018.9) (or missing upstream fix [1])...

[1]
https://github.com/u-boot/u-boot/commit/0c544115379ed77c1843a194e26960e5b8f3d369

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [Bug 15431] orangepi_one_plus_defconfig: Error: arch/arm/dts/.sun50i-h6-orangepi-one-plus.dtb.pre.tmp:151.1-10 syntax error
  2023-03-17 16:57 [Buildroot] [Bug 15431] New: orangepi_one_plus_defconfig: Error: arch/arm/dts/.sun50i-h6-orangepi-one-plus.dtb.pre.tmp:151.1-10 syntax error bugzilla
  2023-03-17 18:36 ` [Buildroot] [Bug 15431] " bugzilla
@ 2023-03-17 18:50 ` bugzilla
  2024-06-15 15:06 ` bugzilla
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla @ 2023-03-17 18:50 UTC (permalink / raw)
  To: buildroot

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

--- Comment #2 from Jan-Benedict Glaw <jbglaw@lug-owl.de> ---
It's downloading https://ftp.denx.de/pub/u-boot/u-boot-2018.09.tar.bz2 so it
may or may not contain the referenced fix. *checking* That snapshot is from
before that fix went in.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [Bug 15431] orangepi_one_plus_defconfig: Error: arch/arm/dts/.sun50i-h6-orangepi-one-plus.dtb.pre.tmp:151.1-10 syntax error
  2023-03-17 16:57 [Buildroot] [Bug 15431] New: orangepi_one_plus_defconfig: Error: arch/arm/dts/.sun50i-h6-orangepi-one-plus.dtb.pre.tmp:151.1-10 syntax error bugzilla
  2023-03-17 18:36 ` [Buildroot] [Bug 15431] " bugzilla
  2023-03-17 18:50 ` bugzilla
@ 2024-06-15 15:06 ` bugzilla
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla @ 2024-06-15 15:06 UTC (permalink / raw)
  To: buildroot

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

Yann E. MORIN <yann.morin.1998@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yann.morin.1998@free.fr
         Resolution|---                         |MOVED
             Status|NEW                         |RESOLVED

--- Comment #3 from Yann E. MORIN <yann.morin.1998@free.fr> ---
Thank you for your report.

The issue tracker for the Buildroot project has been moved to
the Gitlab.com issue tracker:
    https://gitlab.com/buildroot.org/buildroot/-/issues

We are taking this opportunity to close old issues in this old
tracker. If you believe your issue is still relevant, please
open one in the new issue tracker.

Thank you!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-06-15 15:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-17 16:57 [Buildroot] [Bug 15431] New: orangepi_one_plus_defconfig: Error: arch/arm/dts/.sun50i-h6-orangepi-one-plus.dtb.pre.tmp:151.1-10 syntax error bugzilla
2023-03-17 18:36 ` [Buildroot] [Bug 15431] " bugzilla
2023-03-17 18:50 ` bugzilla
2024-06-15 15:06 ` bugzilla

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