Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 16072] New: Make 4.4.1 breaks glibc 2.38 build when cross compiling for arm_hf
@ 2024-05-13 23:05 bugzilla
  2024-05-13 23:08 ` [Buildroot] [Bug 16072] " bugzilla
  2024-06-15 15:21 ` bugzilla
  0 siblings, 2 replies; 3+ messages in thread
From: bugzilla @ 2024-05-13 23:05 UTC (permalink / raw)
  To: buildroot

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

            Bug ID: 16072
           Summary: Make 4.4.1 breaks glibc 2.38 build when cross
                    compiling for arm_hf
           Product: buildroot
           Version: 2024.02.1
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned@buildroot.uclibc.org
          Reporter: farhandude@gmail.com
                CC: buildroot@uclibc.org
  Target Milestone: ---

make 4.4.1 is showing some strange behavior when it comes to handling command
line variables. Buildroot passes 'install_root' command line variable to the
glibc build, this variable is processed in :

buildroot-2024.02.1/output/build/glibc-2.38-44-gd37c2b20a4787463d192b32041c3406c2bd91de0/build/config.make:

...
install_root = $(DESTDIR)
...

DESTDIR is empty
With make 4.4.1, install_root gets overridden in config.make
With make 4.2.1, install_root DOES NOT get overridden

Due to this overriding, glibc tries to install its artifacts in '/' which fails

Farhan

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-13 23:05 [Buildroot] [Bug 16072] New: Make 4.4.1 breaks glibc 2.38 build when cross compiling for arm_hf bugzilla
2024-05-13 23:08 ` [Buildroot] [Bug 16072] " bugzilla
2024-06-15 15:21 ` bugzilla

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