* [Buildroot] [Bug 13226] New: external toolchain helper deletes libs if link doesn't exist
@ 2020-09-23 12:45 bugzilla at busybox.net
2024-06-15 14:55 ` [Buildroot] [Bug 13226] " bugzilla
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla at busybox.net @ 2020-09-23 12:45 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=13226
Bug ID: 13226
Summary: external toolchain helper deletes libs if link doesn't
exist
Product: buildroot
Version: 2020.08
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned at buildroot.uclibc.org
Reporter: protectivedad at gmail.com
CC: buildroot at uclibc.org
Target Milestone: ---
The function copy_toolchain_lib_root in helpers.mk never checks to see if
LIBPATH actually exists. If it doesn't say due to the readlink -f it processes
a blank LIBPATH which deletes items in the library that have been already
copied.
A change to the while true to test for LIBPATH != "" will fix this.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] [Bug 13226] external toolchain helper deletes libs if link doesn't exist
2020-09-23 12:45 [Buildroot] [Bug 13226] New: external toolchain helper deletes libs if link doesn't exist bugzilla at busybox.net
@ 2024-06-15 14:55 ` bugzilla
0 siblings, 0 replies; 2+ messages in thread
From: bugzilla @ 2024-06-15 14:55 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=13226
Yann E. MORIN <yann.morin.1998@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |MOVED
CC| |yann.morin.1998@free.fr
Status|NEW |RESOLVED
--- Comment #1 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] 2+ messages in thread
end of thread, other threads:[~2024-06-15 14:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-23 12:45 [Buildroot] [Bug 13226] New: external toolchain helper deletes libs if link doesn't exist bugzilla at busybox.net
2024-06-15 14:55 ` [Buildroot] [Bug 13226] " bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox