<div dir="auto">In the unmodified directory:<div dir="auto">$ make clean</div><div dir="auto">$ make 2>&1 | tee /tmp/openssl-working-build.log<div dir="auto"><br></div><div dir="auto">In the modified directory:</div><div dir="auto">$ make clean</div><div dir="auto">$ make 2>&1 | tee /tmp/openssl-broken-build.log</div><div dir="auto"><br></div><div dir="auto">$ diff /tmp/openssl-working-build.log /tmp/openssl-broken-build.log | ${PAGER:more}</div><div dir="auto"><br></div><div dir="auto">Take note of the differences in output, and use that to determine what broke.  (the '2>&1' syntax redirects stderr to stdout, which is very useful when you need to capture why something is failing.)</div><div dir="auto"><br></div><div dir="auto">Good luck.</div><div dir="auto"><br></div><div dir="auto">-Kyle H</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 10, 2019, 03:34 Giovanni Fontana <<a href="mailto:giovanni.fontana72@gmail.com" rel="noreferrer noreferrer noreferrer" target="_blank">giovanni.fontana72@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr">The unmodified version works. As I said, it's sure the issue is on what I added, but info from the building logs is not sufficient to figure out what is the issue there. So as result of the building I have just:<div><ul><li>libcrypto.a<br></li><li>libssl.a<br></li><li>libcrypto.map <br></li></ul></div><div><br></div><div>so what is missing are the following files:</div><div><ul><li>libssl.map<br></li><li>libcrypto.so<br></li><li>libssl.so<br></li></ul></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno dom 9 giu 2019 alle ore 19:30 Kyle Hamilton <<a href="mailto:aerowolf@gmail.com" rel="noreferrer noreferrer noreferrer noreferrer" target="_blank">aerowolf@gmail.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="auto">Can you try building an unmodified version of the tarball, and see if it has a problem?<div dir="auto"><br></div><div dir="auto">-Kyle</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jun 9, 2019, 07:31 Giovanni Fontana <<a href="mailto:giovanni.fontana72@gmail.com" rel="noreferrer noreferrer noreferrer noreferrer" target="_blank">giovanni.fontana72@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><span style="color:rgb(0,0,0);font-family:Arial;font-size:13px">Hello Kurt,</span></div><div><span style="color:rgb(0,0,0);font-family:Arial;font-size:13px"><br></span></div><div dir="ltr"><ul><li><span style="color:rgb(0,0,0);font-family:Arial;font-size:13px">it's perl 5, version 26, subversion 1 (v5.26.1) built for x86_64-linux-gnu-thread-multi</span><br></li><li><span style="font-size:13px;color:rgb(0,0,0);font-family:Arial">ldd (Ubuntu GLIBC 2.27-3ubuntu1) 2.27</span><br></li></ul></div><div dir="ltr"><span style="color:rgb(0,0,0);font-family:Arial;font-size:13px"><br></span></div><div><font color="#000000" face="Arial">I guess is something from what I added since the original OPENSSL I'm able to build, as well as other intermediate modifications. My issue is it looks like the log doesn't give so much info and also the <b>make update</b> doesn't complete his task.</font></div><div><font color="#000000" face="Arial"><br></font></div><div><font color="#000000" face="Arial">BR</font></div><div><font color="#000000" face="Arial">Giovanni</font></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno sab 8 giu 2019 alle ore 18:07 Kurt Roeckx <<a href="mailto:kurt@roeckx.be" rel="noreferrer noreferrer noreferrer noreferrer noreferrer" target="_blank">kurt@roeckx.be</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">On Sat, Jun 08, 2019 at 12:26:30AM +0200, Giovanni Fontana wrote:<br>
> */usr/bin/ld:libcrypto.map:0: syntax error in VERSION scriptcollect2:<br>
<br>
There seems to be a problem generating the libcrypto.map file for<br>
you. What does the file look like? Which perl version are you<br>
using? Which libc do you use?<br>
<br>
<br>
Kurt<br>
<br>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>