All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 9776] New: libubox build failed
@ 2017-03-25  8:54 bugzilla at busybox.net
  2017-03-25 13:36 ` [Buildroot] [Bug 9776] " bugzilla at busybox.net
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-03-25  8:54 UTC (permalink / raw)
  To: buildroot

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

            Bug ID: 9776
           Summary: libubox build failed
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: linhuikui at gmail.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

libubox: installs files in
/home/lhk/workspace/smdk2440/host/usr/arm-buildroot-linux-gnueabi/sysroot//home/lhk/workspace/smdk2440
package/pkg-generic.mk:255: recipe for target
'/home/lhk/workspace/smdk2440/build/libubox-290c64ef5b5c3e75be851594f269d6a9568e64e5/.stamp_staging_installed'
failed

above is the logs from linux console

-- 
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 9776] libubox build failed
  2017-03-25  8:54 [Buildroot] [Bug 9776] New: libubox build failed bugzilla at busybox.net
@ 2017-03-25 13:36 ` bugzilla at busybox.net
       [not found] ` <CAFOYHZA+Q-J3+591sPK21CY+i0PV+2d3LYTwD0EMhCtoLk_7+A@mail.gmail.com>
  2017-04-07  8:41 ` [Buildroot] [Bug 9776] " bugzilla at busybox.net
  2 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-03-25 13:36 UTC (permalink / raw)
  To: buildroot

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

--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Please post at least the last ~100 lines of the build output, what you posted
doesn't contain enough useful information.

Also, please indicate the Buildroot version being used, and the Buildroot
configuration file that triggers the issue.

Finally, make sure you can reproduce your issue after a "make clean all" cycle.

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 9776] New: libubox build failed
       [not found]   ` <CAFOYHZBZ0Fo8202HtObbrkv4bAMV2vu1mZvewf8G+Vgg7EJ9cg@mail.gmail.com>
@ 2017-03-26  1:47     ` Chris Packham
  2017-03-26  1:53       ` Chris Packham
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Packham @ 2017-03-26  1:47 UTC (permalink / raw)
  To: buildroot

On 25/03/2017 9:54 PM, <bugzilla@busybox.net> wrote:

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

            Bug ID: 9776
           Summary: libubox build failed
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: linhuikui at gmail.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

libubox: installs files in
/home/lhk/workspace/smdk2440/host/usr/arm-buildroot-linux-
gnueabi/sysroot//home/lhk/workspace/smdk2440
package/pkg-generic.mk:255: recipe for target
'/home/lhk/workspace/smdk2440/build/libubox-290c64ef5b5c3e75be851594f269d6
a9568e64e5/.stamp_staging_installed'
failed

above is the logs from linux console


This looks like the install check that ensures build machine paths don't
leak into the target/staging directories. You'll notice "home" appears
twice in the error message.

I think I saw an explanation of that on another thread (sorry on mobile so
I can't find a link easily, but it was in the last few days). Perhaps
something has gone into a config file that shouldn't.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20170326/c38886e0/attachment.html>

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

* [Buildroot] [Bug 9776] New: libubox build failed
  2017-03-26  1:47     ` [Buildroot] [Bug 9776] New: " Chris Packham
@ 2017-03-26  1:53       ` Chris Packham
  0 siblings, 0 replies; 5+ messages in thread
From: Chris Packham @ 2017-03-26  1:53 UTC (permalink / raw)
  To: buildroot

On 26/03/2017 2:47 PM, "Chris Packham" <judge.packham@gmail.com> wrote:



On 25/03/2017 9:54 PM, <bugzilla@busybox.net> wrote:

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

            Bug ID: 9776
           Summary: libubox build failed
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: linhuikui at gmail.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

libubox: installs files in
/home/lhk/workspace/smdk2440/host/usr/arm-buildroot-linux-gn
ueabi/sysroot//home/lhk/workspace/smdk2440
package/pkg-generic.mk:255: recipe for target
'/home/lhk/workspace/smdk2440/build/libubox-290c64ef5b5c3e75
be851594f269d6a9568e64e5/.stamp_staging_installed'
failed

above is the logs from linux console


This looks like the install check that ensures build machine paths don't
leak into the target/staging directories. You'll notice "home" appears
twice in the error message.

I think I saw an explanation of that on another thread (sorry on mobile so
I can't find a link easily, but it was in the last few days). Perhaps
something has gone into a config file that shouldn't.


Found the link
http://lists.busybox.net/pipermail/buildroot/2017-March/187720.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20170326/f327c456/attachment.html>

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

* [Buildroot] [Bug 9776] libubox build failed
  2017-03-25  8:54 [Buildroot] [Bug 9776] New: libubox build failed bugzilla at busybox.net
  2017-03-25 13:36 ` [Buildroot] [Bug 9776] " bugzilla at busybox.net
       [not found] ` <CAFOYHZA+Q-J3+591sPK21CY+i0PV+2d3LYTwD0EMhCtoLk_7+A@mail.gmail.com>
@ 2017-04-07  8:41 ` bugzilla at busybox.net
  2 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-04-07  8:41 UTC (permalink / raw)
  To: buildroot

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

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

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

--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Not enough details provided, libubox builds fine in the autobuilders, so
closing this bug. Please reopen with more details if needed.

-- 
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:[~2017-04-07  8:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-25  8:54 [Buildroot] [Bug 9776] New: libubox build failed bugzilla at busybox.net
2017-03-25 13:36 ` [Buildroot] [Bug 9776] " bugzilla at busybox.net
     [not found] ` <CAFOYHZA+Q-J3+591sPK21CY+i0PV+2d3LYTwD0EMhCtoLk_7+A@mail.gmail.com>
     [not found]   ` <CAFOYHZBZ0Fo8202HtObbrkv4bAMV2vu1mZvewf8G+Vgg7EJ9cg@mail.gmail.com>
2017-03-26  1:47     ` [Buildroot] [Bug 9776] New: " Chris Packham
2017-03-26  1:53       ` Chris Packham
2017-04-07  8:41 ` [Buildroot] [Bug 9776] " 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.