All of lore.kernel.org
 help / color / mirror / Atom feed
* No subject
@ 2015-09-18  4:49 Shraddha Barke
  2015-09-18  5:17 ` leo kirotawa
  0 siblings, 1 reply; 4+ messages in thread
From: Shraddha Barke @ 2015-09-18  4:49 UTC (permalink / raw)
  To: kernelnewbies

I updated my local kernel repository with all recent commits using the
following commands-
git checkout staging-next
git pull

After that when I try to compile, I'm getting an error

scripts/sign-file.c:20:25: fatal error: openssl/bio.h: No such file or
directory
 #include <openssl/bio.h>
                         ^
compilation terminated.
scripts/Makefile.host:91: recipe for target 'scripts/sign-file' failed
make[1]: *** [scripts/sign-file] Error 1
Makefile:545: recipe for target 'scripts' failed
make: *** [scripts] Error 2


What should I do to fix it?

Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20150918/0617fe64/attachment.html 

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

* (no subject)
  2015-09-18  4:49 No subject Shraddha Barke
@ 2015-09-18  5:17 ` leo kirotawa
  2015-10-27 20:58   ` Aaron Armstrong Skomra
  0 siblings, 1 reply; 4+ messages in thread
From: leo kirotawa @ 2015-09-18  5:17 UTC (permalink / raw)
  To: kernelnewbies

You need to install openssl-devel,  so it'll fix this issue :)

On Fri, Sep 18, 2015 at 1:49 AM, Shraddha Barke <shraddha.6596@gmail.com> wrote:
> I updated my local kernel repository with all recent commits using the
> following commands-
> git checkout staging-next
> git pull
>
> After that when I try to compile, I'm getting an error
>
> scripts/sign-file.c:20:25: fatal error: openssl/bio.h: No such file or
> directory
>  #include <openssl/bio.h>
>                          ^
> compilation terminated.
> scripts/Makefile.host:91: recipe for target 'scripts/sign-file' failed
> make[1]: *** [scripts/sign-file] Error 1
> Makefile:545: recipe for target 'scripts' failed
> make: *** [scripts] Error 2
>
>
> What should I do to fix it?
>
> Thanks in advance.
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>



-- 

----------------------------------------------
Le?nidas S. Barbosa (Kirotawa)
blog: corecode.wordpress.com

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

* (no subject)
  2015-09-18  5:17 ` leo kirotawa
@ 2015-10-27 20:58   ` Aaron Armstrong Skomra
  2015-10-28  3:57     ` Shraddha Barke
  0 siblings, 1 reply; 4+ messages in thread
From: Aaron Armstrong Skomra @ 2015-10-27 20:58 UTC (permalink / raw)
  To: kernelnewbies

On Thu, Sep 17, 2015 at 10:17 PM, leo kirotawa <kirotawa@gmail.com> wrote:

> You need to install openssl-devel,  so it'll fix this issue :)
>
>
Apologies for replying to a message with no subject. The KernelNewbies'
KernelBuild page[1] needs to be updated to include a reference to this
newly required package (openssl-devel), if anyone reading this has write
access to that page.

Best,
Aaron

[1] http://kernelnewbies.org/KernelBuild

On Fri, Sep 18, 2015 at 1:49 AM, Shraddha Barke <shraddha.6596@gmail.com>
> wrote:
> > I updated my local kernel repository with all recent commits using the
> > following commands-
> > git checkout staging-next
> > git pull
> >
> > After that when I try to compile, I'm getting an error
> >
> > scripts/sign-file.c:20:25: fatal error: openssl/bio.h: No such file or
> > directory
> >  #include <openssl/bio.h>
> >                          ^
> > compilation terminated.
> > scripts/Makefile.host:91: recipe for target 'scripts/sign-file' failed
> > make[1]: *** [scripts/sign-file] Error 1
> > Makefile:545: recipe for target 'scripts' failed
> > make: *** [scripts] Error 2
> >
> >
> > What should I do to fix it?
> >
> > Thanks in advance.
> >
> > _______________________________________________
> > Kernelnewbies mailing list
> > Kernelnewbies at kernelnewbies.org
> > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
> >
>
>
>
> --
>
> ----------------------------------------------
> Le?nidas S. Barbosa (Kirotawa)
> blog: corecode.wordpress.com
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20151027/6cb6f519/attachment.html 

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

* (no subject)
  2015-10-27 20:58   ` Aaron Armstrong Skomra
@ 2015-10-28  3:57     ` Shraddha Barke
  0 siblings, 0 replies; 4+ messages in thread
From: Shraddha Barke @ 2015-10-28  3:57 UTC (permalink / raw)
  To: kernelnewbies



On Tue, 27 Oct 2015, Aaron Armstrong Skomra wrote:

> 
> 
> On Thu, Sep 17, 2015 at 10:17 PM, leo kirotawa <kirotawa@gmail.com> wrote:
>       You need to install openssl-devel,? so it'll fix this issue :)
> 
> ?
> Apologies for replying to a message with no subject. The KernelNewbies' KernelBuild page[1] needs to be updated to include a reference to
> this newly required package (openssl-devel), if anyone reading this has write access to that page.

I will make the changes. Thanks for pointing it out :)

Shraddha
> 
> Best,
> Aaron
> 
> [1] http://kernelnewbies.org/KernelBuild
>
>       On Fri, Sep 18, 2015 at 1:49 AM, Shraddha Barke <shraddha.6596@gmail.com> wrote:
>       > I updated my local kernel repository with all recent commits using the
>       > following commands-
>       > git checkout staging-next
>       > git pull
>       >
>       > After that when I try to compile, I'm getting an error
>       >
>       > scripts/sign-file.c:20:25: fatal error: openssl/bio.h: No such file or
>       > directory
>       >? #include <openssl/bio.h>
>       >? ? ? ? ? ? ? ? ? ? ? ? ? ^
>       > compilation terminated.
>       > scripts/Makefile.host:91: recipe for target 'scripts/sign-file' failed
>       > make[1]: *** [scripts/sign-file] Error 1
>       > Makefile:545: recipe for target 'scripts' failed
>       > make: *** [scripts] Error 2
>       >
>       >
>       > What should I do to fix it?
>       >
>       > Thanks in advance.
>       >
> > _______________________________________________
> > Kernelnewbies mailing list
> > Kernelnewbies at kernelnewbies.org
> > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
> >
> 
> 
> 
> --
> 
> ----------------------------------------------
> Le?nidas S. Barbosa (Kirotawa)
> blog: corecode.wordpress.com
> 
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
> 
> 
> 
>

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

end of thread, other threads:[~2015-10-28  3:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-18  4:49 No subject Shraddha Barke
2015-09-18  5:17 ` leo kirotawa
2015-10-27 20:58   ` Aaron Armstrong Skomra
2015-10-28  3:57     ` Shraddha Barke

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.