<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-07-21 9:03 GMT+02:00 Tomáš Chvátal <span dir="ltr"><<a href="mailto:tomas.chvatal@gmail.com" target="_blank">tomas.chvatal@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello guys,<div><br></div><div>I found this out when packaging 4.3 for openSUSE and used following hack to fix the problem:<br>
<br><div>make DESTDIR=%{buildroot} distro-pack-install</div><div># FIXME: Hack add missing file<br>
</div><div>install -m755 instdir/program/libsaxlo.so %{buildroot}/%{_libdir}/%{name}/program/libsaxlo.so</div><div>echo "%{_libdir}/%{name}/program/libsaxlo.so" >>file-lists/common_list.txt</div></div><div>
<br></div><div>But I am not exactly sure how to fix this, so someone knowledgable on how the file-lists are generated needs to fix it :)</div><div><br></div><div>Cheers</div><div><br></div><div>Tom</div></div>
</blockquote></div><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">More diging:</div><div class="gmail_extra"><br></div><div class="gmail_extra">It is caused by mergedlib feature, if we disable that it is produced correctly. So it is technically not caused by distro packaging.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Cheers</div><div class="gmail_extra"><br>Tom</div></div>