Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 8446] New: rpi-userland failed to build with glibc 2.22
@ 2015-11-05 21:04 bugzilla at busybox.net
  2015-11-05 21:14 ` [Buildroot] [Bug 8446] " bugzilla at busybox.net
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2015-11-05 21:04 UTC (permalink / raw)
  To: buildroot

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

           Summary: rpi-userland failed to build with glibc 2.22
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: gamadril.dev at gmail.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


I tried to compile the current git state
(1daa4c95a4bb93621292dd5c9d24285fcddb4026) for raspberry pi board with glibc2.2
as c lib. But the build fails on the rpi-userland package. Seems that the issue
was already fixed
(https://github.com/raspberrypi/userland/commit/34f02079dcb4602e86c578958eddf5ec072f85ea).
Changing the value manually in containers/CMakeLists.txt makes the build go on.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 8446] rpi-userland failed to build with glibc 2.22
  2015-11-05 21:04 [Buildroot] [Bug 8446] New: rpi-userland failed to build with glibc 2.22 bugzilla at busybox.net
@ 2015-11-05 21:14 ` bugzilla at busybox.net
  2015-11-05 22:50 ` bugzilla at busybox.net
  2015-11-22 22:02 ` bugzilla at busybox.net
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2015-11-05 21:14 UTC (permalink / raw)
  To: buildroot

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yann.morin.1998 at free.fr

--- Comment #1 from Yann E. MORIN <yann.morin.1998@free.fr> 2015-11-05 21:14:24 UTC ---
Hello,

Care to send a patch bumping the version of rpi-userland, please?

Thanks!

Regards,
Yann E. MORIN.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 8446] rpi-userland failed to build with glibc 2.22
  2015-11-05 21:04 [Buildroot] [Bug 8446] New: rpi-userland failed to build with glibc 2.22 bugzilla at busybox.net
  2015-11-05 21:14 ` [Buildroot] [Bug 8446] " bugzilla at busybox.net
@ 2015-11-05 22:50 ` bugzilla at busybox.net
  2015-11-22 22:02 ` bugzilla at busybox.net
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2015-11-05 22:50 UTC (permalink / raw)
  To: buildroot

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

--- Comment #2 from gamadril.dev at gmail.com 2015-11-05 22:50:21 UTC ---
Hello,

sure, however I don't really know how to do it. I tried to change the
RPI_USERLAND_VERSION in rpi-userland.mk to the git commit with the fix in the
repo on github, but as I could see on the console the build script tries to get
it from http://sources.buildroot.net/rpi-userland-COMMIT_HASH.tar.gz and that
particular code state is not present there.


regards,
Daniel

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 8446] rpi-userland failed to build with glibc 2.22
  2015-11-05 21:04 [Buildroot] [Bug 8446] New: rpi-userland failed to build with glibc 2.22 bugzilla at busybox.net
  2015-11-05 21:14 ` [Buildroot] [Bug 8446] " bugzilla at busybox.net
  2015-11-05 22:50 ` bugzilla at busybox.net
@ 2015-11-22 22:02 ` bugzilla at busybox.net
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2015-11-22 22:02 UTC (permalink / raw)
  To: buildroot

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

Peter Korsgaard <jacmet@uclibc.org> changed:

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

--- Comment #3 from Peter Korsgaard <jacmet@uclibc.org> 2015-11-22 22:02:49 UTC ---
Fixed in git, thanks:

commit 2a8e96d05738421898c373ffaeb61ef3ab008ef2
Author: Yann E. MORIN <yann.morin.1998@free.fr>
Date:   Sun Nov 22 15:03:34 2015 +0100

    package/rpi-userland: bump version

    Fixes build with glibc-2.22.

    Also fixes hard-to-trigger deadlock in highly threaded case, and fix
    libraries dependencies.

    Misc minor improvements in test programs as well.

    Fixes #8446.

    Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
    Cc: gamadril.dev at gmail.com
    Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
    Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

end of thread, other threads:[~2015-11-22 22:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-05 21:04 [Buildroot] [Bug 8446] New: rpi-userland failed to build with glibc 2.22 bugzilla at busybox.net
2015-11-05 21:14 ` [Buildroot] [Bug 8446] " bugzilla at busybox.net
2015-11-05 22:50 ` bugzilla at busybox.net
2015-11-22 22:02 ` bugzilla at busybox.net

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