All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 7322] New: libgomp dependency issue with imagemagick
@ 2014-08-14 21:36 bugzilla at busybox.net
  2014-08-15 10:35 ` [Buildroot] [Bug 7322] " bugzilla at busybox.net
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2014-08-14 21:36 UTC (permalink / raw)
  To: buildroot

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

           Summary: libgomp dependency issue with imagemagick
           Product: buildroot
           Version: 2014.05
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: benoit.thebaudeau.dev at gmail.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


With the current master head, if an external toolchain with libgomp support is
used to build imagemagick, libgomp is installed to staging/, but not to target/
by default, so imagemagick's configure detects libgomp as supported and enables
its usage for the build stage, but then it fails to run on the target because
libgomp is missing.

This can be worked around by manually adding libgomp.so* to the list of
toolchain libraries to be installed to the target, but this should be an
automatic dependency. However, AFAIK, there is currently no dependency
mechanism in BuildRoot to trigger the installation of a toolchain library to
the target.

A solution could be to create an automatic or manual
BR2_TOOLCHAIN_SUPPORTS_LIBGOMP config option, and a hidden
BR2_PACKAGE_IMAGEMAGICK_USES_LIBGOMP defaulting to
BR2_TOOLCHAIN_SUPPORTS_LIBGOMP and selecting a
BR2_TOOLCHAIN_INSTALL_TARGET_LIBGOMP, which would trigger the installation of
libgomp.so* from one of the toolchain make files.

What do you think?

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

end of thread, other threads:[~2014-08-21 20:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-14 21:36 [Buildroot] [Bug 7322] New: libgomp dependency issue with imagemagick bugzilla at busybox.net
2014-08-15 10:35 ` [Buildroot] [Bug 7322] " bugzilla at busybox.net
2014-08-15 10:51 ` bugzilla at busybox.net
2014-08-15 13:04 ` bugzilla at busybox.net
2014-08-15 13:52 ` bugzilla at busybox.net
2014-08-20 17:07 ` bugzilla at busybox.net
2014-08-21 20:21 ` 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.