* [Buildroot] [Bug 9691] New: Wrong cryptsetup package include files location
@ 2017-03-02 15:45 bugzilla at busybox.net
2017-03-02 15:52 ` [Buildroot] [Bug 9691] " bugzilla at busybox.net
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2017-03-02 15:45 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9691
Bug ID: 9691
Summary: Wrong cryptsetup package include files location
Product: buildroot
Version: 2016.08
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned at buildroot.uclibc.org
Reporter: jpcartal at free.fr
CC: buildroot at uclibc.org
Target Milestone: ---
Hello,
I noticed that after building cryptsetup package, the libcryptsetup.h header
file is located under target directory instead of staging :
$ find target/ staging/ -name libcryptsetup.h
target/usr/include/libcryptsetup.h
$
Building packages that depend on libcryptsetup library is thus not possible.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 9691] Wrong cryptsetup package include files location
2017-03-02 15:45 [Buildroot] [Bug 9691] New: Wrong cryptsetup package include files location bugzilla at busybox.net
@ 2017-03-02 15:52 ` bugzilla at busybox.net
2017-03-02 15:53 ` bugzilla at busybox.net
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2017-03-02 15:52 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9691
--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
*** Bug 9696 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 9691] Wrong cryptsetup package include files location
2017-03-02 15:45 [Buildroot] [Bug 9691] New: Wrong cryptsetup package include files location bugzilla at busybox.net
2017-03-02 15:52 ` [Buildroot] [Bug 9691] " bugzilla at busybox.net
@ 2017-03-02 15:53 ` bugzilla at busybox.net
2017-03-02 16:03 ` bugzilla at busybox.net
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2017-03-02 15:53 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9691
--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
We just need to add CRYPTSETUP_INSTALL_STAGING = YES in cryptsetup.mk.
Just curious, what other package might use this header file provided by
crypsetup?
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 9691] Wrong cryptsetup package include files location
2017-03-02 15:45 [Buildroot] [Bug 9691] New: Wrong cryptsetup package include files location bugzilla at busybox.net
2017-03-02 15:52 ` [Buildroot] [Bug 9691] " bugzilla at busybox.net
2017-03-02 15:53 ` bugzilla at busybox.net
@ 2017-03-02 16:03 ` bugzilla at busybox.net
2017-03-05 15:26 ` bugzilla at busybox.net
2017-03-05 20:32 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2017-03-02 16:03 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9691
--- Comment #3 from Jean-pierre Cartal <jpcartal@free.fr> ---
Thanks for your quick answer.
Adding CRYPTSETUP_INSTALL_STAGING = YES does indeed solves the issue
Regarding which package would use this header, it's an internal C package that
uses libcryptsetup to mount encrypted partitions. I thought it might be of
interest for others, but if you think that this is a corner case, I'll
understand.
Regards
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 9691] Wrong cryptsetup package include files location
2017-03-02 15:45 [Buildroot] [Bug 9691] New: Wrong cryptsetup package include files location bugzilla at busybox.net
` (2 preceding siblings ...)
2017-03-02 16:03 ` bugzilla at busybox.net
@ 2017-03-05 15:26 ` bugzilla at busybox.net
2017-03-05 20:32 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2017-03-05 15:26 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9691
--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Patch submitted at https://patchwork.ozlabs.org/patch/735450/.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 9691] Wrong cryptsetup package include files location
2017-03-02 15:45 [Buildroot] [Bug 9691] New: Wrong cryptsetup package include files location bugzilla at busybox.net
` (3 preceding siblings ...)
2017-03-05 15:26 ` bugzilla at busybox.net
@ 2017-03-05 20:32 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2017-03-05 20:32 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9691
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Fixed in
https://git.buildroot.org/buildroot/commit/?id=d51a951435a6871ac088ba8c4498cc1c2fc4e87a.
Thanks!
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-03-05 20:32 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-02 15:45 [Buildroot] [Bug 9691] New: Wrong cryptsetup package include files location bugzilla at busybox.net
2017-03-02 15:52 ` [Buildroot] [Bug 9691] " bugzilla at busybox.net
2017-03-02 15:53 ` bugzilla at busybox.net
2017-03-02 16:03 ` bugzilla at busybox.net
2017-03-05 15:26 ` bugzilla at busybox.net
2017-03-05 20:32 ` 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