All of lore.kernel.org
 help / color / mirror / Atom feed
* wpa-supplicant and hostap depends on openssl10
@ 2019-08-04  0:58 Ankur Tyagi
  2019-08-05  1:36 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Ankur Tyagi @ 2019-08-04  0:58 UTC (permalink / raw)
  To: meta-arago

Hi,

When building eSDK for arago based image, I am getting following error:

"The file /usr/include/openssl/comp.h is installed by both openssl10
and openssl, aborting"

I checked who depends on openssl10 and only meta-arago wpa-supplicant,
hostap depends whereas upstream depends on openssl.

Below commits show the change to depend on openssl10:

commit bc88360b: wpa-supplicant: inherit pkgconfig and depend on openssl10
commit 8c3e159b: hostap: inherit pkgconfig and depend on openssl10

Any specific reason to still depend on openssl10?

Thanks
Ankur


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

* Re: wpa-supplicant and hostap depends on openssl10
  2019-08-04  0:58 wpa-supplicant and hostap depends on openssl10 Ankur Tyagi
@ 2019-08-05  1:36 ` Denys Dmytriyenko
  2019-08-05  3:20   ` Ankur Tyagi
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2019-08-05  1:36 UTC (permalink / raw)
  To: Ankur Tyagi; +Cc: meta-arago

On Sun, Aug 04, 2019 at 12:58:48PM +1200, Ankur Tyagi wrote:
> Hi,
> 
> When building eSDK for arago based image, I am getting following error:
> 
> "The file /usr/include/openssl/comp.h is installed by both openssl10
> and openssl, aborting"
> 
> I checked who depends on openssl10 and only meta-arago wpa-supplicant,
> hostap depends whereas upstream depends on openssl.
> 
> Below commits show the change to depend on openssl10:
> 
> commit bc88360b: wpa-supplicant: inherit pkgconfig and depend on openssl10
> commit 8c3e159b: hostap: inherit pkgconfig and depend on openssl10
> 
> Any specific reason to still depend on openssl10?

Compatibility? OpenSSL 1.1 API is not 100% compatible with OpenSSL 1.0

-- 
Denys


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

* Re: wpa-supplicant and hostap depends on openssl10
  2019-08-05  1:36 ` Denys Dmytriyenko
@ 2019-08-05  3:20   ` Ankur Tyagi
  0 siblings, 0 replies; 3+ messages in thread
From: Ankur Tyagi @ 2019-08-05  3:20 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago

On Sun, Aug 4, 2019 at 6:36 PM Denys Dmytriyenko <denys@ti.com> wrote:
>
> On Sun, Aug 04, 2019 at 12:58:48PM +1200, Ankur Tyagi wrote:
> > Hi,
> >
> > When building eSDK for arago based image, I am getting following error:
> >
> > "The file /usr/include/openssl/comp.h is installed by both openssl10
> > and openssl, aborting"
> >
> > I checked who depends on openssl10 and only meta-arago wpa-supplicant,
> > hostap depends whereas upstream depends on openssl.
> >
> > Below commits show the change to depend on openssl10:
> >
> > commit bc88360b: wpa-supplicant: inherit pkgconfig and depend on openssl10
> > commit 8c3e159b: hostap: inherit pkgconfig and depend on openssl10
> >
> > Any specific reason to still depend on openssl10?
>
> Compatibility? OpenSSL 1.1 API is not 100% compatible with OpenSSL 1.0
>

But upstream wpa_supplicant is using OpenSSL 1.1. Shouldn't meta-arago
also switch to the same?
Even if meta-arago depends on OpenSSL 1.0, then how to fix eSDK error ?

regards
Ankur
> --
> Denys


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

end of thread, other threads:[~2019-08-05  3:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-04  0:58 wpa-supplicant and hostap depends on openssl10 Ankur Tyagi
2019-08-05  1:36 ` Denys Dmytriyenko
2019-08-05  3:20   ` Ankur Tyagi

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.