All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 14601] New: Python build fails on 2022.02-rc2
@ 2022-02-23 14:23 bugzilla
  2022-02-23 19:23 ` [Buildroot] [Bug 14601] " bugzilla
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla @ 2022-02-23 14:23 UTC (permalink / raw)
  To: buildroot

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

            Bug ID: 14601
           Summary: Python build fails on 2022.02-rc2
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: critical
          Priority: P5
         Component: Other
          Assignee: unassigned@buildroot.uclibc.org
          Reporter: info@hifiberry.com
                CC: buildroot@uclibc.org
  Target Milestone: ---

Just trying the 2022.02 release. When building Python the install step fails:

python3: installs files in
/home/matuschd/buildroot-4/target//home/matuschd/buildroot-4
make[1]: *** [package/pkg-generic.mk:389:
/home/matuschd/buildroot-4/build/python3-3.10.2/.stamp_target_installed] Error
1

It seems that the install path isn't handled correctly - probably when using
the O= build option

-- 
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] 5+ messages in thread

* [Buildroot] [Bug 14601] Python build fails on 2022.02-rc2
  2022-02-23 14:23 [Buildroot] [Bug 14601] New: Python build fails on 2022.02-rc2 bugzilla
@ 2022-02-23 19:23 ` bugzilla
  2022-02-24  6:35 ` bugzilla
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla @ 2022-02-23 19:23 UTC (permalink / raw)
  To: buildroot

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

--- Comment #1 from Arnout Vandecappelle <arnout@mind.be> ---
I used this defconfig:

BR2_aarch64=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
BR2_PACKAGE_PYTHON3=y


and

make O=/var/tmp/python

finishes without error.

This is with current master, but there are no relevant changes since
2022.02-rc2.

-- 
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] 5+ messages in thread

* [Buildroot] [Bug 14601] Python build fails on 2022.02-rc2
  2022-02-23 14:23 [Buildroot] [Bug 14601] New: Python build fails on 2022.02-rc2 bugzilla
  2022-02-23 19:23 ` [Buildroot] [Bug 14601] " bugzilla
@ 2022-02-24  6:35 ` bugzilla
  2022-02-24 21:20 ` bugzilla
  2022-09-18 12:10 ` bugzilla
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla @ 2022-02-24  6:35 UTC (permalink / raw)
  To: buildroot

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

--- Comment #2 from HiFiBerry (Daniel) <info@hifiberry.com> ---
Might not have to do with the -O option (that was just a guess), but the
install path is clearly incorrect. 

My config here is quite complex and uses lots of additional stuff. However, it
was working fine up to 2021.11

Any recommendation how to go on debugging this?

-- 
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] 5+ messages in thread

* [Buildroot] [Bug 14601] Python build fails on 2022.02-rc2
  2022-02-23 14:23 [Buildroot] [Bug 14601] New: Python build fails on 2022.02-rc2 bugzilla
  2022-02-23 19:23 ` [Buildroot] [Bug 14601] " bugzilla
  2022-02-24  6:35 ` bugzilla
@ 2022-02-24 21:20 ` bugzilla
  2022-09-18 12:10 ` bugzilla
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla @ 2022-02-24 21:20 UTC (permalink / raw)
  To: buildroot

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

--- Comment #3 from Peter Seiderer <ps.report@gmx.net> ---
(In reply to HiFiBerry (Daniel) from comment #2)

Identify the files installed under
'/home/matuschd/buildroot-4/target//home/matuschd/buildroot-4'...

Provide a config or defconfig (best a minimal one) reproducing the failure
against a plain buildroot version (or git master)...

Does it happen only in case of an complete build or does

    $ make clean; make python3

show the same failure?

Anything special about your build host?

-- 
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] 5+ messages in thread

* [Buildroot] [Bug 14601] Python build fails on 2022.02-rc2
  2022-02-23 14:23 [Buildroot] [Bug 14601] New: Python build fails on 2022.02-rc2 bugzilla
                   ` (2 preceding siblings ...)
  2022-02-24 21:20 ` bugzilla
@ 2022-09-18 12:10 ` bugzilla
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla @ 2022-09-18 12:10 UTC (permalink / raw)
  To: buildroot

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

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

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

--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@bootlin.com> ---
Not enough information provided to reproduce the bug, and python3 builds fine
for everyone else.

-- 
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] 5+ messages in thread

end of thread, other threads:[~2022-09-18 12:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-23 14:23 [Buildroot] [Bug 14601] New: Python build fails on 2022.02-rc2 bugzilla
2022-02-23 19:23 ` [Buildroot] [Bug 14601] " bugzilla
2022-02-24  6:35 ` bugzilla
2022-02-24 21:20 ` bugzilla
2022-09-18 12:10 ` bugzilla

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.