Re: distro-pack-install do not install libsaxlo.so

2014-08-04 Thread Tomáš Chvátal
2014-07-21 9:03 GMT+02:00 Tomáš Chvátal tomas.chva...@gmail.com:

 Hello guys,

 I found this out when packaging 4.3 for openSUSE and used following hack
 to fix the problem:

 make DESTDIR=%{buildroot} distro-pack-install
 # FIXME: Hack add missing file
 install -m755 instdir/program/libsaxlo.so
 %{buildroot}/%{_libdir}/%{name}/program/libsaxlo.so
 echo %{_libdir}/%{name}/program/libsaxlo.so file-lists/common_list.txt

 But I am not exactly sure how to fix this, so someone knowledgable on how
 the file-lists are generated needs to fix it :)

 Cheers

 Tom



More diging:

It is caused by mergedlib feature, if we disable that it is produced
correctly. So it is technically not caused by distro packaging.

Cheers

Tom
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: distro-pack-install do not install libsaxlo.so

2014-07-30 Thread Christian Lohmaier
Hi Tomáš, *,

On Mon, Jul 21, 2014 at 9:03 AM, Tomáš Chvátal tomas.chva...@gmail.com wrote:
 Hello guys,

 I found this out when packaging 4.3 for openSUSE and used following hack to
 fix the problem:

 make DESTDIR=%{buildroot} distro-pack-install
 # FIXME: Hack add missing file
 install -m755 instdir/program/libsaxlo.so
 %{buildroot}/%{_libdir}/%{name}/program/libsaxlo.so
 echo %{_libdir}/%{name}/program/libsaxlo.so file-lists/common_list.txt

That is distro-specific packaging... libsaxlo.so is included in the
libobasis{major}.{minor}-core04 packages in the universal builds.

ciao
Christian
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


distro-pack-install do not install libsaxlo.so

2014-07-21 Thread Tomáš Chvátal
Hello guys,

I found this out when packaging 4.3 for openSUSE and used following hack to
fix the problem:

make DESTDIR=%{buildroot} distro-pack-install
# FIXME: Hack add missing file
install -m755 instdir/program/libsaxlo.so
%{buildroot}/%{_libdir}/%{name}/program/libsaxlo.so
echo %{_libdir}/%{name}/program/libsaxlo.so file-lists/common_list.txt

But I am not exactly sure how to fix this, so someone knowledgable on how
the file-lists are generated needs to fix it :)

Cheers

Tom
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice