All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 14636] New: azure-iot-sdk-c: Installed headers do not compile
@ 2022-03-04 23:28 bugzilla
  2022-03-06  9:05 ` [Buildroot] [Bug 14636] " bugzilla
  2022-03-06 21:04 ` bugzilla
  0 siblings, 2 replies; 3+ messages in thread
From: bugzilla @ 2022-03-04 23:28 UTC (permalink / raw)
  To: buildroot

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

            Bug ID: 14636
           Summary: azure-iot-sdk-c: Installed headers do not compile
           Product: buildroot
           Version: 2021.02.10
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned@buildroot.uclibc.org
          Reporter: jcowgill+busybox@jcowgill.uk
                CC: buildroot@uclibc.org
  Target Milestone: ---

After building azure-iot-sdk-c...

test.c contains:
#include <iothub_client.h>

Running this:
$ output/host/bin/aarch64-none-linux-gnu-gcc -c test.c

Gives:
In file included from test.c:1:
.../output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/iothub_client.h:22:10:
fatal error: umock_c/umock_c_prod.h: No such file or directory
   22 | #include "umock_c/umock_c_prod.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

Most of the headers seem to depend on umock_c which isn't installed.

$ find output/staging/usr/include -name umock_c
$

This bug pretty much makes the package unusable.

----

It's only slightly related, but I also wonder why the headers are installed
directly into "/usr/include" even though upstream installs them under
"/usr/include/azureiot".

-- 
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:[~2022-03-06 21:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-04 23:28 [Buildroot] [Bug 14636] New: azure-iot-sdk-c: Installed headers do not compile bugzilla
2022-03-06  9:05 ` [Buildroot] [Bug 14636] " bugzilla
2022-03-06 21:04 ` bugzilla

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.