* [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
* [Buildroot] [Bug 14636] azure-iot-sdk-c: Installed headers do not compile
2022-03-04 23:28 [Buildroot] [Bug 14636] New: azure-iot-sdk-c: Installed headers do not compile bugzilla
@ 2022-03-06 9:05 ` bugzilla
2022-03-06 21:04 ` bugzilla
1 sibling, 0 replies; 3+ messages in thread
From: bugzilla @ 2022-03-06 9:05 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14636
--- Comment #1 from Fabrice Fontaine <fontaine.fabrice@gmail.com> ---
Thanks for your bug report, can you confirm that the following patch fixes your
issue:
https://patchwork.ozlabs.org/project/buildroot/patch/20220305204446.823802-1-fontaine.fabrice@gmail.com/
--
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
* [Buildroot] [Bug 14636] azure-iot-sdk-c: Installed headers do not compile
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
1 sibling, 0 replies; 3+ messages in thread
From: bugzilla @ 2022-03-06 21:04 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14636
Yann E. MORIN <yann.morin.1998@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
CC| |yann.morin.1998@free.fr
Status|NEW |RESOLVED
--- Comment #2 from Yann E. MORIN <yann.morin.1998@free.fr> ---
James, All,
Thanks for the report.
We believe fis is now fixed with the patch from Fabrice applied to master:
d1debbb4c7eb package/azure-iot-sdk-c: drop custom install rules
Regards,
Yann E. MORIN.
--
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.