Hi,
I just got bitten by the fact that:
make
make dev-install
#change things in cppuhelper/
cd cppuhelper
build
Does not make the libreoffice in ./install use the new changed code;
is this to be considered a bug, or are some modules on purpose not
symlinked but copied in a dev-install for some reason?
If it is to be considered a bug, I'd appreciate hints in where to look
to fix it.
In this case, e.g. install/ure/lib/libuno_cppuhelpergcc3.so.3 is not a
symlink, but a copy. The install/ure/lib directory contains a mix of
symlinks and copied files:
$ ls -l install/ure/lib/
total 15324
lrwxrwxrwx 1 master master 65 22 aoû 00:46 acceptor.uno.so ->
/home/master/src/libreoffice/core/io/unxlngx6/lib/acceptor.uno.so
lrwxrwxrwx 1 master master 73 22 aoû 00:46 binaryurp.uno.so ->
/home/master/src/libreoffice/core/binaryurp/unxlngx6/lib/binaryurp.uno.so
lrwxrwxrwx 1 master master 68 22 aoû 00:46 bootstrap.uno.so ->
/home/master/src/libreoffice/core/stoc/unxlngx6/lib/bootstrap.uno.so
lrwxrwxrwx 1 master master 66 22 aoû 00:46 connector.uno.so ->
/home/master/src/libreoffice/core/io/unxlngx6/lib/connector.uno.so
lrwxrwxrwx 1 master master 72 22 aoû 00:46 introspection.uno.so ->
/home/master/src/libreoffice/core/stoc/unxlngx6/lib/introspection.uno.so
lrwxrwxrwx 1 master master 69 22 aoû 00:46 invocadapt.uno.so ->
/home/master/src/libreoffice/core/stoc/unxlngx6/lib/invocadapt.uno.so
lrwxrwxrwx 1 master master 69 22 aoû 00:46 invocation.uno.so ->
/home/master/src/libreoffice/core/stoc/unxlngx6/lib/invocation.uno.so
lrwxrwxrwx 1 master master 69 22 aoû 00:46 javaloader.uno.so ->
/home/master/src/libreoffice/core/stoc/unxlngx6/lib/javaloader.uno.so
lrwxrwxrwx 1 master master 65 22 aoû 00:46 javavm.uno.so ->
/home/master/src/libreoffice/core/stoc/unxlngx6/lib/javavm.uno.so
-r--r--r-- 1 master master 2378 21 aoû 12:03 JREProperties.class
-r--r--r-- 1 master master 367 17 aoû 09:22 jvmfwk3rc
lrwxrwxrwx 1 master master 72 22 aoû 00:46 libaffine_uno_uno.so ->
/home/master/src/libreoffice/core/cppu/unxlngx6/lib/libaffine_uno_uno.so
lrwxrwxrwx 1 master master 69 22 aoû 00:46 libgcc3_uno.so ->
/home/master/src/libreoffice/core/bridges/unxlngx6/lib/libgcc3_uno.so
lrwxrwxrwx 1 master master 69 22 aoû 00:46 libjava_uno.so ->
/home/master/src/libreoffice/core/bridges/unxlngx6/lib/libjava_uno.so
lrwxrwxrwx 1 master master 63 22 aoû 00:46 libjpipe.so ->
/home/master/src/libreoffice/core/jurt/unxlngx6/lib/libjpipe.so
lrwxrwxrwx 1 master master 70 22 aoû 00:46 libjuh.so ->
/home/master/src/libreoffice/core/javaunohelper/unxlngx6/lib/libjuh.so
lrwxrwxrwx 1 master master 71 22 aoû 00:46 libjuhx.so ->
/home/master/src/libreoffice/core/javaunohelper/unxlngx6/lib/libjuhx.so
-r--r--r-- 1 master master 279818 21 aoû 11:53 libjvmaccessgcc3.so.3
-r--r--r-- 1 master master 904504 21 aoû 12:03 libjvmfwk.so.3
lrwxrwxrwx 1 master master 69 22 aoû 00:46 liblog_uno_uno.so ->
/home/master/src/libreoffice/core/cppu/unxlngx6/lib/liblog_uno_uno.so
-r--r--r-- 1 master master 776698 21 aoû 11:51 libreg.so.3
-r--r--r-- 1 master master 1997556 21 aoû 11:50 libsal_textenc.so.3
-r--r--r-- 1 master master 591504 21 aoû 11:50 libstore.so.3
-r--r--r-- 1 master master 5041949 22 aoû 00:14 libuno_cppuhelpergcc3.so.3
-r--r--r-- 1 master master 2683751 21 aoû 19:57 libuno_cppu.so.3
-r--r--r-- 1 master master 127946 21 aoû 19:57 libuno_purpenvhelpergcc3.so.3
-r--r--r-- 1 master master 92444 21 aoû 11:50 libuno_salhelpergcc3.so.3
-r--r--r-- 1 master master 2221709 21 aoû 11:50 libuno_sal.so.3
lrwxrwxrwx 1 master master 72 22 aoû 00:46 libunsafe_uno_uno.so ->
/home/master/src/libreoffice/core/cppu/unxlngx6/lib/libunsafe_uno_uno.so
lrwxrwxrwx 1 master master 73 22 aoû 00:46 libxmlreader.so ->
/home/master/src/libreoffice/core/solver/350/unxlngx6/lib/libxmlreader.so
drwxr-xr-x 2 master master 4096 22 aoû 00:45 linked
lrwxrwxrwx 1 master master 72 22 aoû 00:46 namingservice.uno.so ->
/home/master/src/libreoffice/core/stoc/unxlngx6/lib/namingservice.uno.so
lrwxrwxrwx 1 master master 67 22 aoû 00:46 proxyfac.uno.so ->
/home/master/src/libreoffice/core/stoc/unxlngx6/lib/proxyfac.uno.so
lrwxrwxrwx 1 master master 69 22 aoû 00:46 reflection.uno.so ->
/home/master/src/libreoffice/core/stoc/unxlngx6/lib/reflection.uno.so
lrwxrwxrwx 1 master master 71 22 aoû 00:46 stocservices.uno.so ->
/home/master/src/libreoffice/core/stoc/unxlngx6/lib/stocservices.uno.so
lrwxrwxrwx 1 master master 64 22 aoû 00:46 streams.uno.so ->
/home/master/src/libreoffice/core/io/unxlngx6/lib/streams.uno.so
-r--r--r-- 1 master master 775567 21 aoû 12:03 sunjavaplugin.so
lrwxrwxrwx 1 master master 69 22 aoû 00:46 textinstream.uno.so ->
/home/master/src/libreoffice/core/io/unxlngx6/lib/textinstream.uno.so
lrwxrwxrwx 1 master master 70 22 aoû 00:46 textoutstream.uno.so ->
/home/master/src/libreoffice/core/io/unxlngx6/lib/textoutstream.uno.so
-r--r--r-- 1 master master 403 17 aoû 09:22 unorc
lrwxrwxrwx 1 master master 78 22 aoû 00:46 uuresolver.uno.so ->
/home/master/src/libreoffice/core/remotebridges/unxlngx6/lib/uuresolver.uno.so
--
Lionel
Context
- [Libreoffice] partial build and make dev-install · Lionel Elie Mamane
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.