<div dir="ltr">That helped - thank you very much!<div><br></div><div>Rinigus</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 18, 2017 at 6:47 PM,  <span dir="ltr"><<a href="mailto:dcaliste@free.fr" target="_blank">dcaliste@free.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I think the regexp is wrong. You miss a . before the start. ^libstdc.*$<br>
<br>
Hope it helps.<br>
<br>
Damien.<br>
<div class="HOEnZb"><div class="h5"><br>
Le Lundi 18 septembre 2017, rinigus a écrit :<br>
> Bump. Any takers (see below)? Would really help me out with mess induced by<br>
> <a href="https://build.merproject.org/package/show/home:rinigus:maps/mapbox-demo-sfos" rel="noreferrer" target="_blank">https://build.merproject.org/<wbr>package/show/home:rinigus:<wbr>maps/mapbox-demo-sfos</a><br>
> at the corresponding repo.<br>
><br>
> Rinigus<br>
><br>
> On Sat, Sep 16, 2017 at 10:17 AM, rinigus <<a href="mailto:rinigus.git@gmail.com">rinigus.git@gmail.com</a>> wrote:<br>
><br>
> > Hi,<br>
> ><br>
> > I have a trouble with excluding libstdc++ requirements from RPM. In my<br>
> > case, I compile the code with gcc-6.4 and include libstdc++ as an<br>
> > app-shipped library through /usr/share/appname/lib . Maybe someone could<br>
> > help to construct exclude define - I didn't managed to cure the<br>
> > requirements in spec using macro section<br>
> ><br>
> ><br>
> > %define __provides_exclude_from ^%{_datadir}/.*$<br>
> ><br>
> > %define __requires_exclude ^libstdc*$<br>
> ><br>
> ><br>
> > Not sure what I am doing wrong in this case. It would really speed me up<br>
> > if I can get over this bump. RPM checker errors are:<br>
> ><br>
> ><br>
> > ERROR [libstdc++.so.6(CXXABI_1.3.8)] Cannot require shared library:<br>
> > 'libstdc++.so.6(CXXABI_1.3.8)'<br>
> ><br>
> > ERROR [libstdc++.so.6(CXXABI_1.3.9)] Cannot require shared library:<br>
> > 'libstdc++.so.6(CXXABI_1.3.9)'<br>
> ><br>
> > ERROR [libstdc++.so.6(GLIBCXX_3.4.<wbr>20)] Cannot require shared library:<br>
> > 'libstdc++.so.6(GLIBCXX_3.4.<wbr>20)'<br>
> ><br>
> > ERROR [libstdc++.so.6(GLIBCXX_3.4.<wbr>21)] Cannot require shared library:<br>
> > 'libstdc++.so.6(GLIBCXX_3.4.<wbr>21)'<br>
> ><br>
> > ERROR [libstdc++.so.6(GLIBCXX_3.4.<wbr>22)] Cannot require shared library:<br>
> > 'libstdc++.so.6(GLIBCXX_3.4.<wbr>22)'<br>
> ><br>
> ><br>
> > Please note that, at this stage, I would prefer to ship libstdc++ lib<br>
> > version with the application.<br>
> ><br>
> ><br>
> > Cheers,<br>
> ><br>
> ><br>
> > Rinigus<br>
> ><br>
><br>
</div></div><div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
SailfishOS.org Devel mailing list<br>
To unsubscribe, please send a mail to <a href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.<wbr>sailfishos.org</a></div></div></blockquote></div><br></div>