Re: Libreoffice build error[for android]

2022-03-06 Thread di liu
That's great ! There is no link error when i execute the command 'make
distclean' and make all dynamic files(.so) used to android.But i think i
should spend more time on makefile to make it clear how does the process
work.

Thank you very much for your help.

Michael Weghorn  于2022年3月4日周五 20:06写道:

>
> On 04/03/2022 12.37, Michael Weghorn wrote:
> > It's not really clear to me what "he green color option" refers to, but
> > if that refers to the change of adding the '--no-check-certificate'
> > option for wget, that should actually be unrelated.
>
> OK, had I enabled HTML rendering for the email, it would have been clear
> that the '--no-check-certificate' option was actually meant, sorry for
> the noise...
>


Re: Libreoffice build error[for android]

2022-03-04 Thread Michael Weghorn



On 04/03/2022 12.37, Michael Weghorn wrote:
It's not really clear to me what "he green color option" refers to, but 
if that refers to the change of adding the '--no-check-certificate' 
option for wget, that should actually be unrelated.


OK, had I enabled HTML rendering for the email, it would have been clear 
that the '--no-check-certificate' option was actually meant, sorry for 
the noise...


Re: Libreoffice build error[for android]

2022-03-04 Thread Michael Weghorn

On 04/03/2022 10.42, di liu wrote:

Thank you for your reply.
 > If you have current git master without any local changes and 'make
 > distclean' and trying again doesn't work

I just modified one file which named "Makefile.fetch" location in root 
dir of libreoffice,But i think this change has nothing to do with this error

below is my change's content
"

ifneq (,$(WGET))
define fetch_Download__wget_command
&& bash -c '$(WGET) --no-check-certificate--progress=dot:mega -Q 0 -P 
"." -l 0 -nd -nH -N --no-use-server-timestamps $1/$2 2>&1 | tee -a 
$(fetch_LOGFILE) && [ $$PIPESTATUS -eq 0 ]'

endef

"
I have added he green color option which used solve certification problem
but I still want to have try with "make distclean"


It's not really clear to me what "he green color option" refers to, but 
if that refers to the change of adding the '--no-check-certificate' 
option for wget, that should actually be unrelated.



I have a another problem:
I have search the undefined method "lo_get_custom_widget_func" and find 
this method is defined dynamic . It's was defined by native-code.py I 
don't know why we're doing this and how it's work
.Could you give me a simple explanation or provide me some documents to 
make it's clear ?


Good point.

I don't know details about this either, but I think the idea is to strip 
down what C++ code to build/include for the mobile apps to reduce the 
size of the library to what's actually needed there.


At last I wonder if I can do that execute "native-code.py" and put the 
result to a new  cpp file and add it to makefile when I still have the 
link error ?


Looking at android/source/Makefile, this is the command used to generate 
the file:


./solenv/bin/native-code.py -j -g core -g writer -g calc -g draw -g 
edit > android/source/native-code.cxx


I have pasted what the output/file looks like for me here:
http://paste.debian.net/1232969/

In case that differs from yours, tracking down what happens inside 
native-code.py might provide insights what's going wrong.




Re: Libreoffice build error[for android]

2022-03-04 Thread di liu
Thank you for your reply.
> If you have current git master without any local changes and 'make
> distclean' and trying again doesn't work

I just modified one file which named "Makefile.fetch" location in root dir
of libreoffice,But i think this change has nothing to do with this error
below is my change's content
"

ifneq (,$(WGET))
define fetch_Download__wget_command
&& bash -c '$(WGET) --no-check-certificate --progress=dot:mega -Q 0 -P
"." -l 0 -nd -nH -N --no-use-server-timestamps $1/$2 2>&1 | tee -a
$(fetch_LOGFILE) && [ $$PIPESTATUS -eq 0 ]'
endef

"
I have added he green color option which used solve certification problem
but I still want to have try with "make distclean"

I have a another problem:
I have search the undefined method "lo_get_custom_widget_func" and find
this method is defined dynamic . It's was defined by native-code.py I don't
know why we're doing this and how it's work
.Could you give me a simple explanation or provide me some documents to
make it's clear ?

At last I wonder if I can do that execute "native-code.py" and put the
result to a new  cpp file and add it to makefile when I still have the link
error ?

thank you very much

Michael Weghorn  于2022年3月4日周五 15:02写道:

>
> Hi,
>
> On 03/03/2022 16.08, di liu wrote:
> > the build environment is linux(centos 7) which installed in vmware (my
> > host system is macOS) this is my autogen.input content
> > --with-distro=LibreOfficeAndroid
> > --with-android-sdk=/home/disco/Documents/dev_env/android_sdk
> >
> --with-android-ndk=/home/disco/Documents/dev_env/android_sdk/ndk/20.1.5948944
>
> > --with-ant-home=/home/disco/Documents/dev_env/apache-ant-1.10.12
>
> I tried a build with an equivalent autogen.input on Debian testing:
>
>  --with-distro=LibreOfficeAndroid
>  --with-android-sdk=/home/michi/Android/Sdk
>  --with-android-ndk=/home/michi/Android/Sdk/ndk/20.1.5948944
>  --with-external-tar=/home/michi/development/libreoffice-external
>
> which worked fine with master (as of commit
> 0a774bae7d402a6880760b1226a6741604e23f5a).
>
>
> > everything is ok when execute: ./autogen.sh But when I execute: make the
> > error is happened:
> >
> > [...]
> > Linking
> >
>  
> /home/disco/Documents/res/libreoffice/android/obj/local/armeabi-v7a/liblo-native-code.so
> >
>  
> /home/disco/Documents/res/libreoffice/instdir/program/libuno_cppuhelpergcc3.a(shlib.o):shlib.cxx:function
> > cppuhelper::detail::loadSharedLibComponentFactory(rtl::OUString
> > const&, rtl::OUString const&, rtl::OUString const&, rtl::OUString
> > const&, rtl::OUString const&,
> >
>  com::sun::star::uno::Reference
> > const&, std::__ndk1::function > (com::sun::star::uno::XComponentContext*,
> > com::sun::star::uno::Sequence const&)>*,
> > com::sun::star::uno::Reference*):
> > error: undefined reference to 'lo_get_constructor_map'
> >
>  
> /home/disco/Documents/res/libreoffice/instdir/program/libuno_cppuhelpergcc3.a(shlib.o):shlib.cxx:function
> > cppuhelper::detail::loadSharedLibComponentFactory(rtl::OUString
> > const&, rtl::OUString const&, rtl::OUString const&, rtl::OUString
> > const&, rtl::OUString const&,
> >
>  com::sun::star::uno::Reference
> > const&, std::__ndk1::function > (com::sun::star::uno::XComponentContext*,
> > com::sun::star::uno::Sequence const&)>*,
> > com::sun::star::uno::Reference*):
> > error: undefined reference to 'lo_get_factory_map'
> > [...] >
> > Could you give me some suggestions
>
> If you have current git master without any local changes and 'make
> distclean' and trying again doesn't work, you could try using a
> different version of the Android NDK, or use LLD as linker instead of
> ld.gold by applying the demo patch at
> https://gerrit.libreoffice.org/c/core/+/130947 and switching to a newer
> NDK; a build here worked with that Gerrit change in place and an
> autogen.input containing this:
>
>  --with-distro=LibreOfficeAndroid
>  --with-android-ndk=/home/michi/Android/Sdk/ndk/22.1.7171670/
>  --with-android-sdk=/home/michi/Android/Sdk
>  --with-external-tar=/home/michi/development/libreoffice-external
>
> (At least my experience in the past was that it was a bit tricky to find
> a combination of Android NDK and linker that would work depending on
> architecture and whether this was a release or debug build. But the
> problems I encountered back then were more "fundamental" than the
> "undefined reference" issue you're encountering. Maybe all of the issues
> I had two years ago or so are fixed in newer versions of the toolchain,
> but so far I just stayed with what was working back then...)
>


Re: Libreoffice build error[for android]

2022-03-04 Thread Michael Weghorn



Hi,

On 03/03/2022 16.08, di liu wrote:
the build environment is linux(centos 7) which installed in vmware (my 
host system is macOS) this is my autogen.input content 
--with-distro=LibreOfficeAndroid 
--with-android-sdk=/home/disco/Documents/dev_env/android_sdk 
--with-android-ndk=/home/disco/Documents/dev_env/android_sdk/ndk/20.1.5948944 
--with-ant-home=/home/disco/Documents/dev_env/apache-ant-1.10.12 


I tried a build with an equivalent autogen.input on Debian testing:

--with-distro=LibreOfficeAndroid
--with-android-sdk=/home/michi/Android/Sdk
--with-android-ndk=/home/michi/Android/Sdk/ndk/20.1.5948944
--with-external-tar=/home/michi/development/libreoffice-external

which worked fine with master (as of commit 
0a774bae7d402a6880760b1226a6741604e23f5a).



everything is ok when execute: ./autogen.sh But when I execute: make the 
error is happened:


[...]
Linking

/home/disco/Documents/res/libreoffice/android/obj/local/armeabi-v7a/liblo-native-code.so

/home/disco/Documents/res/libreoffice/instdir/program/libuno_cppuhelpergcc3.a(shlib.o):shlib.cxx:function
cppuhelper::detail::loadSharedLibComponentFactory(rtl::OUString
const&, rtl::OUString const&, rtl::OUString const&, rtl::OUString
const&, rtl::OUString const&,
com::sun::star::uno::Reference
const&, std::__ndk1::function const&)>*,
com::sun::star::uno::Reference*):
error: undefined reference to 'lo_get_constructor_map'

/home/disco/Documents/res/libreoffice/instdir/program/libuno_cppuhelpergcc3.a(shlib.o):shlib.cxx:function
cppuhelper::detail::loadSharedLibComponentFactory(rtl::OUString
const&, rtl::OUString const&, rtl::OUString const&, rtl::OUString
const&, rtl::OUString const&,
com::sun::star::uno::Reference
const&, std::__ndk1::function const&)>*,
com::sun::star::uno::Reference*):
error: undefined reference to 'lo_get_factory_map'
[...] >
Could you give me some suggestions


If you have current git master without any local changes and 'make 
distclean' and trying again doesn't work, you could try using a 
different version of the Android NDK, or use LLD as linker instead of 
ld.gold by applying the demo patch at 
https://gerrit.libreoffice.org/c/core/+/130947 and switching to a newer 
NDK; a build here worked with that Gerrit change in place and an 
autogen.input containing this:


--with-distro=LibreOfficeAndroid
--with-android-ndk=/home/michi/Android/Sdk/ndk/22.1.7171670/
--with-android-sdk=/home/michi/Android/Sdk
--with-external-tar=/home/michi/development/libreoffice-external

(At least my experience in the past was that it was a bit tricky to find 
a combination of Android NDK and linker that would work depending on 
architecture and whether this was a release or debug build. But the 
problems I encountered back then were more "fundamental" than the 
"undefined reference" issue you're encountering. Maybe all of the issues 
I had two years ago or so are fixed in newer versions of the toolchain, 
but so far I just stayed with what was working back then...)


Re: Libreoffice build error[for android]

2022-03-03 Thread di liu
the build environment is linux(centos 7) which installed in vmware (my host
system is macOS) this is my autogen.input content
--with-distro=LibreOfficeAndroid
--with-android-sdk=/home/disco/Documents/dev_env/android_sdk
--with-android-ndk=/home/disco/Documents/dev_env/android_sdk/ndk/20.1.5948944
--with-ant-home=/home/disco/Documents/dev_env/apache-ant-1.10.12 everything
is ok when execute: ./autogen.sh But when I execute: make the error is
happened:

di liu  于2022年3月3日周四 18:50写道:

> Hi,
> There has a link error when I build Libreoffice for android(
> https://wiki.documentfoundation.org/Development/BuildingForAndroid)
>
> below is the error message
>
> [build ALL] All modules but instset: chart2 canvas cppcanvas dbaccess
> accessibility winaccessibility UnoControls animations apple_remote avmedia
> basctl basegfx basic bean binaryurp bridges cli_ure codemaker comphelper
> configmgr connectivity cppu cppuhelper cpputools cui desktop drawinglayer
> editeng embeddedobj embedserv emfio eventattacher extensions external
> beanshell boost box2d cairo coinmp cuckoo curl dragonbox dtoa epoxy expat
> fontconfig freetype glm graphite harfbuzz hsqldb hunspell hyphen icu lcms2
> libabw libcdr libcmis libebook libepubgen libetonyek libexttextcat
> libfreehand libjpeg-turbo liblangtag libmspub libmwaw libnumbertext
> libodfgen liborcus libpagemaker libpng libqxp librevenge libstaroffice
> libvisio libwebp libwpd libwpg libwps libxml2 libxslt libzmf mdds
> more_fonts mythes nss openssl pdfium redland rhino ucpp xmlsec zxing extras
> filter forms formula framework hwpfilter i18nlangtag i18npool i18nutil idl
> io javaunohelper jurt jvmaccess jvmfwk libreofficekit lingucomponent
> linguistic lotuswordpro o3tl offapi officecfg onlineupdate oovbaapi oox
> package pch postprocess readlicense_oo registry remotebridges reportbuilder
> reportdesign ridljar sal salhelper sax sc scaddins sccomp scripting sd
> sdext sfx2 shell slideshow smoketest solenv soltools sot starmath stoc
> store svgio svl svtools svx sw swext sysui test testtools toolkit tools ucb
> ucbhelper udkapi unodevtools unoidl unoil unotest unotools unoxml ure uui
> vbahelper vcl wizards writerfilter writerperfect xmerge xmloff xmlreader
> xmlscript xmlsecurity
> [build MAK] CustomTarget/android/source/done
> Linking
> /home/disco/Documents/res/libreoffice/android/obj/local/armeabi-v7a/liblo-native-code.so
> /home/disco/Documents/res/libreoffice/instdir/program/libuno_cppuhelpergcc3.a(shlib.o):shlib.cxx:function
> cppuhelper::detail::loadSharedLibComponentFactory(rtl::OUString const&,
> rtl::OUString const&, rtl::OUString const&, rtl::OUString const&,
> rtl::OUString const&,
> com::sun::star::uno::Reference
> const&, std::__ndk1::function (com::sun::star::uno::XComponentContext*,
> com::sun::star::uno::Sequence const&)>*,
> com::sun::star::uno::Reference*): error:
> undefined reference to 'lo_get_constructor_map'
> /home/disco/Documents/res/libreoffice/instdir/program/libuno_cppuhelpergcc3.a(shlib.o):shlib.cxx:function
> cppuhelper::detail::loadSharedLibComponentFactory(rtl::OUString const&,
> rtl::OUString const&, rtl::OUString const&, rtl::OUString const&,
> rtl::OUString const&,
> com::sun::star::uno::Reference
> const&, std::__ndk1::function (com::sun::star::uno::XComponentContext*,
> com::sun::star::uno::Sequence const&)>*,
> com::sun::star::uno::Reference*): error:
> undefined reference to 'lo_get_factory_map'
> /home/disco/Documents/res/libreoffice/instdir/program/libvcllo.a(builder.o):builder.cxx:function
> (anonymous namespace)::GetCustomMakeWidget(rtl::OString const&): error:
> undefined reference to 'lo_get_custom_widget_func'
> clang++: error: linker command failed with exit code 1 (use -v to see
> invocation)
> make[2]: ***
> [/home/disco/Documents/res/libreoffice/android/obj/local/armeabi-v7a/liblo-native-code.so]
> Error 1
> make[1]: ***
> [/home/disco/Documents/res/libreoffice/workdir/CustomTarget/android/source/done]
> Error 2
> make: *** [build] Error 2
>
> Could you give me some suggestions
> tsk
>
>


Libreoffice build error[for android]

2022-03-03 Thread di liu
Hi,
There has a link error when I build Libreoffice for android(
https://wiki.documentfoundation.org/Development/BuildingForAndroid)

below is the error message

[build ALL] All modules but instset: chart2 canvas cppcanvas dbaccess
accessibility winaccessibility UnoControls animations apple_remote avmedia
basctl basegfx basic bean binaryurp bridges cli_ure codemaker comphelper
configmgr connectivity cppu cppuhelper cpputools cui desktop drawinglayer
editeng embeddedobj embedserv emfio eventattacher extensions external
beanshell boost box2d cairo coinmp cuckoo curl dragonbox dtoa epoxy expat
fontconfig freetype glm graphite harfbuzz hsqldb hunspell hyphen icu lcms2
libabw libcdr libcmis libebook libepubgen libetonyek libexttextcat
libfreehand libjpeg-turbo liblangtag libmspub libmwaw libnumbertext
libodfgen liborcus libpagemaker libpng libqxp librevenge libstaroffice
libvisio libwebp libwpd libwpg libwps libxml2 libxslt libzmf mdds
more_fonts mythes nss openssl pdfium redland rhino ucpp xmlsec zxing extras
filter forms formula framework hwpfilter i18nlangtag i18npool i18nutil idl
io javaunohelper jurt jvmaccess jvmfwk libreofficekit lingucomponent
linguistic lotuswordpro o3tl offapi officecfg onlineupdate oovbaapi oox
package pch postprocess readlicense_oo registry remotebridges reportbuilder
reportdesign ridljar sal salhelper sax sc scaddins sccomp scripting sd
sdext sfx2 shell slideshow smoketest solenv soltools sot starmath stoc
store svgio svl svtools svx sw swext sysui test testtools toolkit tools ucb
ucbhelper udkapi unodevtools unoidl unoil unotest unotools unoxml ure uui
vbahelper vcl wizards writerfilter writerperfect xmerge xmloff xmlreader
xmlscript xmlsecurity
[build MAK] CustomTarget/android/source/done
Linking
/home/disco/Documents/res/libreoffice/android/obj/local/armeabi-v7a/liblo-native-code.so
/home/disco/Documents/res/libreoffice/instdir/program/libuno_cppuhelpergcc3.a(shlib.o):shlib.cxx:function
cppuhelper::detail::loadSharedLibComponentFactory(rtl::OUString const&,
rtl::OUString const&, rtl::OUString const&, rtl::OUString const&,
rtl::OUString const&,
com::sun::star::uno::Reference
const&, std::__ndk1::function const&)>*,
com::sun::star::uno::Reference*): error:
undefined reference to 'lo_get_constructor_map'
/home/disco/Documents/res/libreoffice/instdir/program/libuno_cppuhelpergcc3.a(shlib.o):shlib.cxx:function
cppuhelper::detail::loadSharedLibComponentFactory(rtl::OUString const&,
rtl::OUString const&, rtl::OUString const&, rtl::OUString const&,
rtl::OUString const&,
com::sun::star::uno::Reference
const&, std::__ndk1::function const&)>*,
com::sun::star::uno::Reference*): error:
undefined reference to 'lo_get_factory_map'
/home/disco/Documents/res/libreoffice/instdir/program/libvcllo.a(builder.o):builder.cxx:function
(anonymous namespace)::GetCustomMakeWidget(rtl::OString const&): error:
undefined reference to 'lo_get_custom_widget_func'
clang++: error: linker command failed with exit code 1 (use -v to see
invocation)
make[2]: ***
[/home/disco/Documents/res/libreoffice/android/obj/local/armeabi-v7a/liblo-native-code.so]
Error 1
make[1]: ***
[/home/disco/Documents/res/libreoffice/workdir/CustomTarget/android/source/done]
Error 2
make: *** [build] Error 2

Could you give me some suggestions
tsk


Re: Libreoffice Build Error

2017-10-15 Thread Markus Mohrhard
Hey,

On Mon, Oct 9, 2017 at 6:22 AM, Ekansh Jha  wrote:

> While building libreoffice after make command, I am getting an error.
> Please help me to fix it.
>
>
>1. Making all in utils
>2. libtool: link: gcc -O -Wl,-z -Wl,origin -Wl,-rpath -Wl,\$ORIGIN -o .
>libs/rapper rapper.o  ../src/.libs/libraptor2.so
>3. /usr/bin/ld: warning: libiconv.so.2, needed by
>//home/ekansh/anaconda3/lib/libxml2.so.2, not found (try using -rpath
>or -rpath-link)
>4. //home/ekansh/anaconda3/lib/libxml2.so.2: undefined reference to
>`libiconv'
>5. //home/ekansh/anaconda3/lib/libxml2.so.2: undefined reference to
>`libiconv_close'
>6. //home/ekansh/anaconda3/lib/libxml2.so.2: undefined reference to
>`libiconv_open'
>7. collect2: error: ld returned 1 exit status
>8. Makefile:462: recipe for target 'rapper' failed
>9. make[3]: *** [rapper] Error 1
>10. Makefile:455: recipe for target 'all-recursive' failed
>11. make[2]: *** [all-recursive] Error 1
>12. /home/ekansh/libreoffice/external/redland/ExternalProject_raptor.mk
>:19: recipe for target '/home/ekansh/libreoffice/workdir/
>ExternalProject/raptor/build' failed
>13. make[1]: *** [/home/ekansh/libreoffice/workdir/ExternalProject/
>raptor/build] Error 1
>14. make[1]: *** Waiting for unfinished jobs
>15. Makefile:265: recipe for target 'build' failed
>16. make: *** [build] Error 2
>
>
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice
>
>
The reference to "/home/ekansh/anaconda3/lib/libxml2.so.2" looks
suspicious. This most likely means that you have a self-built libxml2 that
is used instead of the system libxml2 and the linker is not finding a
corresponding libiconv. I would suggest that at least in the beginning you
stick to system libraries or the LibreOffice included copies of libraries.
This normally helps to make it a smoother build experience and as soon as
you manage to get reliable builds you can still experiment with more
complicated setups.

Regards,
Markus
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Libreoffice Build Error

2017-10-15 Thread Ekansh Jha
While building libreoffice after make command, I am getting an error.
Please help me to fix it.


   1. Making all in utils
   2. libtool: link: gcc -O -Wl,-z -Wl,origin -Wl,-rpath -Wl,\$ORIGIN -o .
   libs/rapper rapper.o  ../src/.libs/libraptor2.so
   3. /usr/bin/ld: warning: libiconv.so.2, needed by
//home/ekansh/anaconda3/lib/libxml2.so.2,
   not found (try using -rpath or -rpath-link)
   4. //home/ekansh/anaconda3/lib/libxml2.so.2: undefined reference to
   `libiconv'
   5. //home/ekansh/anaconda3/lib/libxml2.so.2: undefined reference to
   `libiconv_close'
   6. //home/ekansh/anaconda3/lib/libxml2.so.2: undefined reference to
   `libiconv_open'
   7. collect2: error: ld returned 1 exit status
   8. Makefile:462: recipe for target 'rapper' failed
   9. make[3]: *** [rapper] Error 1
   10. Makefile:455: recipe for target 'all-recursive' failed
   11. make[2]: *** [all-recursive] Error 1
   12. /home/ekansh/libreoffice/external/redland/ExternalProject_raptor.mk:
   19: recipe for target
   '/home/ekansh/libreoffice/workdir/ExternalProject/raptor/build' failed
   13. make[1]: *** [
   /home/ekansh/libreoffice/workdir/ExternalProject/raptor/build] Error 1
   14. make[1]: *** Waiting for unfinished jobs
   15. Makefile:265: recipe for target 'build' failed
   16. make: *** [build] Error 2
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: LibreOffice Build Error

2015-05-04 Thread Tor Lillqvist
I fixed the ICU-related problem when building harfbuzz for Android from OS
X, at least,
http://cgit.freedesktop.org/libreoffice/core/commit/?id=25b5e3914d42f776ae0925a3d2bff3f159c07b00
.

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


Re: LibreOffice Build Error

2015-05-04 Thread Massimiliano Fiori
I had some ICU problems but when i installed these ports all ICU’s problems 
(except error in my last email) are solved.
I paste here my ports maybe they can help someone.
Anyway i have the same problem that i wrote in my last mail. If i will finish 
Android building i will write here.

icu@55.1   devel/icu
icu-docs   @55.1   devel/icu
icu-doxygen-docs   @55.1   devel/icu
gnomeicu   @0.99.16gnome/gnomeicu
harfbuzz-icu   @0.9.40 graphics/harfbuzz
py25-pyicu @1.8python/py-graveyard
py26-pyicu @1.8python/py-graveyard
py32-pyicu @1.8python/py-graveyard
py33-pyicu @1.8python/py-graveyard
py-pyicu   @1.8python/py-pyicu
py27-pyicu @1.8python/py-pyicu
py34-pyicu @1.8python/py-pyicu


 Il giorno 30/apr/2015, alle ore 20:47, Tor Lillqvist t...@iki.fi ha scritto:
 
 Sorry, building for Android on OS X is known to not work. Last time I tried I 
 didn't even get so far that it would have started building in the android 
 subdirectory, though, so either the problem I saw has been fixed (perhaps 
 accidentally), or you did something to fix it? My comment:
 
 commit dee6cbbc1aa16f1f51d7880d6e622146e3baf21d
 Author: Tor Lillqvist t...@collabora.com
 Date:   Thu Feb 26 12:35:32 2015 +0200
 
 Enable configuring for Android cross-compilation on OS X, too
 
 The build fails in harfbuzz, though, some ICU problem.
 
 Anyway, you are presumably the only one trying to build for Android on OS X 
 at the moment, so you get to figure out what goes wrong yourself. (Everybody 
 else who builds for Android does it on Linux, to the best of my knowledge.) 
 Please submit fixes to gerrit.libreoffice.org, thanks!
 
 --tml
 

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


Re: LibreOffice Build Error

2015-05-02 Thread Tor Lillqvist
 I had some ICU problems but when i installed these ports all ICU’s
 problems (except error in my last email) are solved.


ports? As in MacPorts? That is exactly what you should not be doing.
Both when building LibreOffice for OS X (on OS X), and when building for
Android on OS X, you should stay away from any 3rd-party helpful ports of
various libraries etc. We say that very clearly in our instructions for how
to build LibreOffice.

The intent is that one should be able to build LibraOffice for OS X using
an extremely minimal set of 3rd-party dependencies. Using various 3rd-party
builds of libraries etc will very likely break the build, and the very
least makes it impossible to help you. The same goes for building for
Android on OS X. In addition to what is needed to build for OS X itself,
just the Android NDK and SDK should be necessary.

(But, as I said, building for Android on OS X is known to be broken at the
moment. And no, trying to fix it by using MacPorts is not the right way.
We hopefully won't accept any patches going down that path.)

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


LibreOffice Build Error

2015-04-30 Thread Massimiliano Fiori
Hi,
for several days I am building LibreOffice on my mac (Yosemite 10.10.3) without 
never succeeded. In my last test I modified the file autogen.input with these 
options for Android build:

--with-distro=LibreOfficeAndroid
--with-android-sdk=/Applications/adt-bundle-mac-x86_64-20140702/sdk
--with-parallelism

but I always get this error:

Updated project.properties
Updated local.properties
Updated file ../../Bootstrap/../AppCompat-v7/proguard-project.txt
hb-icu.cc:333: error: undefined reference to 'unorm_normalize_55'
hb-icu.cc:339: error: undefined reference to 'u_strToUTF32_55'
hb-icu.cc:228: error: undefined reference to 'unorm2_getRawDecomposition_55'
hb-icu.cc:231: error: undefined reference to 'u_countChar32_55'
hb-icu.cc:179: error: undefined reference to 'unorm2_composePair_55'
hb-icu.cc:149: error: undefined reference to 'u_charMirror_55'
hb-icu.cc:98: error: undefined reference to 'u_getIntPropertyValue_55'
hb-icu.cc:79: error: undefined reference to 'u_getIntPropertyValue_55'
hb-icu.cc:71: error: undefined reference to 'u_getCombiningClass_55'
hb-icu.cc:48: error: undefined reference to 'uscript_getShortName_55'
hb-icu.cc:158: error: undefined reference to 'uscript_getScript_55'
hb-icu.cc:366: error: undefined reference to 'unorm2_getNFCInstance_55'
collect2: error: ld returned 1 exit status
make[2]: *** [obj/local/armeabi-v7a/liblo-native-code.so] Error 1
make[1]: *** 
[/Volumes/Elements/LibreOffice/libreoffice/workdir/CustomTarget/android/experimental/LOAndroid3/done]
 Error 2
make: *** [build] Error 2


What can I do? Thanks a lot for the help.

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


Re: LibreOffice Build Error

2015-04-30 Thread Tor Lillqvist
Sorry, building for Android on OS X is known to not work. Last time I tried
I didn't even get so far that it would have started building in the
android subdirectory, though, so either the problem I saw has been fixed
(perhaps accidentally), or you did something to fix it? My comment:

commit dee6cbbc1aa16f1f51d7880d6e622146e3baf21d
Author: Tor Lillqvist t...@collabora.com
Date:   Thu Feb 26 12:35:32 2015 +0200

Enable configuring for Android cross-compilation on OS X, too

The build fails in harfbuzz, though, some ICU problem.

Anyway, you are presumably the only one trying to build for Android on OS X
at the moment, so you get to figure out what goes wrong yourself.
(Everybody else who builds for Android does it on Linux, to the best of my
knowledge.) Please submit fixes to gerrit.libreoffice.org, thanks!

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


How to solve the libreoffice build error?

2014-07-09 Thread Zhen Anddavid
Hi, All

I'm trying to build the LibreOffice 4.2.4.2 source.
But while building, I met the error.
The error follows as below.

libreoffice-4.2.4.2\embedserv\source\inc\stdafx.h(22) : fatal error C1083:
Cannot open include file: 'atlbase.h': No such file or directory
make[1]: ***
[D:/0-Office-Work/Source/libreoffice-4.2.4.2/workdir/CxxObject/embedserv/source/embed/docholder.o]
Error 2
make[1]: *** Waiting for unfinished jobs
make[1]: ***
[D:/0-Office-Work/Source/libreoffice-4.2.4.2/workdir/CxxObject/embedserv/source/embed/ed_idataobj.o]
Error 2
make: *** [build] Error 2


There is atlbase.h file in C:\Program Files\Microsoft Visual Studio
10.0\VC\atlmfc\include on my computer.
My build environment follows as below.
Windows 7 SP1 (32bit), Visual Studio 2010 Ultimate SP1, cygwin

And I downloaded the make.exe from
http://dev-www.libreoffice.org/bin/cygwin/make and copied it /opt/lo/bin,
/bin, /usr/bin, /usr/local/bin folders.
Then, I used following instructions to build it.
cd $(SRC_ROOT)
chmod 755 * -R
./autogen.sh
--with-ant-home=/cygdrive/d/0-Office-Work/Tools/apache-ant-1.9.4/
--without-junit --disable-activex --disable-directx --enable-dbgutil
--without-help --without-myspell-dicts --without-doxygen
time make

Please help me. Thanks.

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


Re: How to solve the libreoffice build error?

2014-07-09 Thread Caolán McNamara
On Wed, 2014-07-09 at 21:19 +0800, Zhen Anddavid wrote:
 Hi, All

 
 libreoffice-4.2.4.2\embedserv\source\inc\stdafx.h(22) : fatal error
 C1083: Cannot open include file: 'atlbase.h': No such file or

Try adding --disable-atl to you configure line

C.


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


Re: How to solve the libreoffice build error?

2014-07-09 Thread d . ostrovsky

On Wed Jul 9 06:19:04 PDT 2014, Zhen Anddavid wrote:


I'm trying to build the LibreOffice 4.2.4.2 source.

[...]

--without-junit --disable-activex --disable-directx --enable-dbgutil


Remove --disable-activex and it should work.

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


Re: LibreOffice build error

2014-06-26 Thread Noel Grandin

On 2014-06-22 10:52 AM, Iric Lomax wrote:

./configure: line 38970: test: jar: integer expression expected
configure: error: no, you need at least Ant = 1.6.0
Error running configure at /cygdrive/c/sources/libo-core/autogen.sh line
209.



It's probably a bug in the configure script.
I would suggest installing a slighter older version of Ant and seeing if that 
helps.

Otherwise, if you feel like debugging it, what is the output of
  ant.sh --version
?

Disclaimer: http://www.peralex.com/disclaimer.html


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


LibreOffice build error

2014-06-25 Thread Iric Lomax
Hello,

When try to run this command:
/cygdrive/c/sources/libo-core/autogen.sh \

--with-external-tar=/cygdrive/c/sources/lo-externalsrc \
   --with-junit=/cygdrive/c/sources/junit-4.10.jar \
   --with-ant-home=/cygdrive/c/sources/apache-ant-1.9.3
\
   --enable-pch \
   --disable-activex --disable-atl \
   --with-visual-studio=2013 \
   --with-jdk-home=D:\Program Files\Java

I always got this error, indeed I installed Ant whose version is 1.9.3,
anybody can help me?

./configure: line 38970: test: jar: integer expression expected
configure: error: no, you need at least Ant = 1.6.0
Error running configure at /cygdrive/c/sources/libo-core/autogen.sh line
209.

Best regards
Yonggang Chen
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


LibreOffice build error

2012-12-20 Thread Rushi Shukla
Hello

I am trying to build my own LibreOffice . The ./autogen.sh worked fine but
after issuing the make command an error showed up which said

fatal : index file smaller than expected

So to solve this , I issued

mv .git/index .git/index/backup
git add .

but after this I get an error saying :

make -r -f /home/rushi/Documents/Gitty/libo/Makefile.top all
make[1]: Entering directory `/home/rushi/Documents/Gitty/libo'
cd /home/rushi/Documents/Gitty/libo  ./g -f clone
error: pathspec 'dictionaries' did not match any file(s) known to git.
Did you forget to 'git add'?
make[1]: *** [get-submodules] Error 1
make[1]: Leaving directory `/home/rushi/Documents/Gitty/libo'
make: *** [all] Error 2

How do I get rid of this ? Any kind of help is appreciated :-)
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Libreoffice build error tail_build

2012-07-05 Thread Michael Stahl
On 04/07/12 18:44, angelv wrote:
   internal build errors:
 
 ERROR: error 65280 occurred while making
 /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2/sdext/source/presenter
 ERROR: error 65280 occurred while making
 /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2/sdext/source/pdfimport
 ERROR: error 65280 occurred while making
 /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2/tail_build/prj
 ERROR: error 65280 occurred while making
 /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2/sdext/source/minimizer

that just says where the problems happened, but not what they are;
please provide more details.  e.g. the lines that show the compiler or
make error output from (cd sdext  make -r) and (cd tail_build 
make -r).

please also provide your autogen.lastrun


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


Libreoffice build error tail_build

2012-07-04 Thread angelv
Hi guys,

I new in this list...

System

# uname -a
FreeBSD delta.alpha.telemedellin.tv 8.2-RELEASE-p9 FreeBSD
8.2-RELEASE-p9 #3: Sun Jun 17 17:59:02 COT 2012
an...@delta.alpha.telemedellin.tv:/usr/obj/usr/src/sys/MYKERNEL  amd64

Update ports tree

# csup -h cvsup15.us.FreeBSD.org -g -L 2 /usr/share/examples/cvsup/ports-supfile
Parsing supfile /usr/share/examples/cvsup/ports-supfile
Connecting to cvsup15.us.FreeBSD.org
Connected to 35.9.37.225
Server software version: SNAP_16_1h
Negotiating file attribute support
Exchanging collection information
Establishing multiplexed-mode data connection
Running
Updating collection ports-all/cvs
...

Enter to the port

# cd /usr/ports/editors/libreoffice

Options in port

# make showconfig
=== The following configuration options are available for libreoffice-3.5.4:
 DEBUG=off: Install debug symbols
 GNOME=off: GNOME Desktop support
 GTK2=off: GTK2 gui toolkit support
 GTK3=off: GTK3 gui toolkit support
 JAVA=off: Add java support (XML Filters, macros)
 KDE4=off: KDE4 Desktop support
 MMEDIA=off: Enable multimedia backend for impress
 PGSQL=off: Build with PostgreSQL-SDBC driver
 SDK=off: Build with SDK
 SVG=off: SVG image support
 SYSTRAY=off: Enable systemtray quickstarter
 WEBDAV=off: Enable webdav protocol
=== Use 'make config' to modify these settings

Try install

# make install clean

The error

---
Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while making
/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2/sdext/source/presenter
ERROR: error 65280 occurred while making
/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2/sdext/source/pdfimport
ERROR: error 65280 occurred while making
/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2/tail_build/prj
ERROR: error 65280 occurred while making
/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2/sdext/source/minimizer

 it seems you are using a threaded build, which means that the
 actual compile error is probably hidden far above, and could be
 inside any of these other modules:
 tail_build
 please re-run build inside each one to isolate the problem.
---

/usr/local/bin/bash
cd /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2
source ./Env.Host.sh
cd sdext
rm -Rf 
/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2/sdext/unxfbsd.pro
# optional module 'clean'
build

when the problem is isolated and fixed exit and re-run 'make' from the top-level
gmake[1]: *** [build] Error 1
gmake[1]: Leaving directory
`/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2'
gmake: *** [source-env-and-recurse] Error 2
*** Error code 1

Stop in /usr/ports/editors/libreoffice.
*** Error code 1

Stop in /usr/ports/editors/libreoffice.


Guys, any solution? Thank you!

-- 
When you understand why you dismiss all the other possible gods, you
will understand why I dismiss yours. - Stephen F Roberts
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] Build error in helpcontent2

2012-01-23 Thread Riccardo Magliocchetti

Hello,

i'm trying to build libreoffice from git but it gives me an error in 
helpcontent2:


Entering /home/rm/src/libo/helpcontent2/source/auxiliary

echo aux_langdirs:=en-US  ../../unxlngi6.pro/inc/aux_langs.mk
echo help_exist:=en-US  ../../unxlngi6.pro/inc/help_exist.mk
rm -f ../../unxlngi6.pro/bin/helpimg.ilst
/usr/bin/perl ../../helpers/create_ilst.pl 
-dir=/home/rm/src/libo/default_images/res/helpimg  
../../unxlngi6.pro/bin/helpimg.ilst.unxlngi6.pro

Cannot find /home/rm/src/libo/default_images/res/helpimg.

create_ilst.pl -dir=directory [-pre=string]
-dir  root directory for the help images to
be searched (default=current dir)
Only *.png will be found.
-pre  define directory prefix (default=helpimg)


dmake:  Error code 2, while making '../../unxlngi6.pro/bin/helpimg.ilst'

ls -l /home/rm/src/libo/default_images
ls: cannot access /home/rm/src/libo/default_images: No such file or 
directory


This is the autogen line:

./autogen.sh --without-junit --without-java --disable-epm --disable-gtk 
--disable-gtk3 --disable-odk --disable-vba --disable-mozilla 
--disable-gstreamer --disable-randr --without-ppds --without-afms 
--disable-cairo-canvas --disable-neon --disable-dbus --disable-systray 
--disable-mathmldtd  --disable-extension-integration --with-system-libs 
--without-system-libvisio --without-system-libcmis 
--without-system-libwpd --without-system-cppunit --without-system-libwps 
--without-system-libwpg --without-system-graphite 
--without-system-sampleicc --without-system-redland 
--without-system-hunspell --without-system-mythes 
--without-system-altlinuxhyph --without-system-lpsolve 
--without-system-libexttextcat --without-system-poppler 
--host=i486-linux-gnu


thanks in advance,
riccardo
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] Build error in helpcontent2

2012-01-23 Thread David Tardon
On Mon, Jan 23, 2012 at 10:02:43AM +0100, Riccardo Magliocchetti wrote:
 Hello,
 
 i'm trying to build libreoffice from git but it gives me an error in
 helpcontent2:
 
 Entering /home/rm/src/libo/helpcontent2/source/auxiliary
 
 echo aux_langdirs:=en-US  ../../unxlngi6.pro/inc/aux_langs.mk
 echo help_exist:=en-US  ../../unxlngi6.pro/inc/help_exist.mk
 rm -f ../../unxlngi6.pro/bin/helpimg.ilst
 /usr/bin/perl ../../helpers/create_ilst.pl
 -dir=/home/rm/src/libo/default_images/res/helpimg 
 ../../unxlngi6.pro/bin/helpimg.ilst.unxlngi6.pro
 Cannot find /home/rm/src/libo/default_images/res/helpimg.

You need to update the help repository.

cd clone/help
git pull -r

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


Re: [Libreoffice] Build error in helpcontent2

2012-01-23 Thread Riccardo Magliocchetti

Il 23/01/2012 10:05, David Tardon ha scritto:

On Mon, Jan 23, 2012 at 10:02:43AM +0100, Riccardo Magliocchetti wrote:

Hello,

i'm trying to build libreoffice from git but it gives me an error in
helpcontent2:

Entering /home/rm/src/libo/helpcontent2/source/auxiliary

echo aux_langdirs:=en-US  ../../unxlngi6.pro/inc/aux_langs.mk
echo help_exist:=en-US  ../../unxlngi6.pro/inc/help_exist.mk
rm -f ../../unxlngi6.pro/bin/helpimg.ilst
/usr/bin/perl ../../helpers/create_ilst.pl
-dir=/home/rm/src/libo/default_images/res/helpimg
../../unxlngi6.pro/bin/helpimg.ilst.unxlngi6.pro
Cannot find /home/rm/src/libo/default_images/res/helpimg.


You need to update the help repository.

cd clone/help
git pull -r

D.


Thanks a lot, fixed the issue for me.

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


Re: [Libreoffice] Build error in helpcontent2

2012-01-23 Thread Pim Bollen
On Monday 23 January 2012 10:05:22 David Tardon wrote:
 
 You need to update the help repository.
 
 cd clone/help
 git pull -r
 
 D.

It does not help for me:
[ pim@laptop-pim 1 ~/work/bootstrap master %]] cd clone/help/
[ pim@laptop-pim 0 ~/work/bootstrap/clone/help master]] git pull -r
Current branch master is up to date.

and
=
Building module helpcontent2
=
Entering /home/pim/work/bootstrap/helpcontent2/source/auxiliary

echo aux_langdirs:=en-US  ../../unxlngx6.pro/inc/aux_langs.mk
echo help_exist:=en-US  ../../unxlngx6.pro/inc/help_exist.mk
/usr/bin/perl ../../helpers/update_tree.pl  touch 
../../unxlngx6.pro/misc/treefiles.done
Processing en-US
Reading tree strings for en-US...done
Reading tree files...done

Processing swriter.tree
Read 217 lines
..!..
Processing shared.tree
Read 191 lines

Processing sbasic.tree
Read 245 lines
..
Processing smath.tree
Read 23 lines

Processing scalc.tree
Read 170 lines
...
Processing simpress.tree
Read 141 lines
.
Processing schart.tree
Read 10 lines
...
No WITH_LANG set, skipping l10n
 1 wallclock secs ( 0.12 usr +  0.11 sys =  0.23 CPU)
rm -f ../../unxlngx6.pro/bin/helpimg.ilst
/usr/bin/perl ../../helpers/create_ilst.pl -dir=/home/pim/work/bootstrap/icon-
themes/galaxy/res/helpimg  ../../unxlngx6.pro/bin/helpimg.ilst.unxlngx6.pro
Cannot find /home/pim/work/bootstrap/icon-themes/galaxy/res/helpimg.

create_ilst.pl -dir=directory [-pre=string] 
-dir  root directory for the help images to
be searched (default=current dir)
Only *.png will be found.
-pre  define directory prefix (default=helpimg)
  

dmake:  Error code 2, while making '../../unxlngx6.pro/bin/helpimg.ilst'

---
Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while making 
/home/pim/work/bootstrap/helpcontent2/source/auxiliary

 it seems that the error is inside 'helpcontent2', please re-run build
 inside this module to isolate the error and/or test your fix:
---

rm -Rf /home/pim/work/bootstrap/helpcontent2/unxlngx6.pro # optional module 
'clean'
/bin/sh
cd /home/pim/work/bootstrap
source ./Env.Host.sh
cd helpcontent2
build

when the problem is isolated and fixed exit and re-run 'make' from the top-
level

My autogen:
./autogen.sh --enable-kde4 --enable-symbols --enable-debug  --enable-werror 
--with-num-cpus=2

What can I do now ?

Pim

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


Re: [Libreoffice] Build error in helpcontent2

2012-01-23 Thread Andras Timar
Hi Pim,

2012/1/23 Pim Bollen fd...@tuxpower.nl:
 On Monday 23 January 2012 10:05:22 David Tardon wrote:

 You need to update the help repository.

 cd clone/help
 git pull -r

 D.

 It does not help for me:
 [ pim@laptop-pim 1 ~/work/bootstrap master %]] cd clone/help/
 [ pim@laptop-pim 0 ~/work/bootstrap/clone/help master]] git pull -r
 Current branch master is up to date.


Your source tree seems to be outdated. I silenced help compiler a
couple of days ago (it does not print ., nor it prints wallclock
secs etc.). So please check, that you have the 'core' repository
cloned and make sure it is up to date. If you use master branch of
'bootstrap', then it is not good, development moved to 'core' months
ago.

Best regards,
Andras
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] build error

2011-12-10 Thread Winfried Donkers
Looks like a symbol conflict between your internal cairo library and
the system gtk+ library. Curious that it happens with the cppunit test
of course. Essentially I would remove *cairo* from the solver (or run
deliver -delete inside cairo/) and re-configure and build with
--with-system-cairo.

That helped, build goes ok now :) Thank you very much!

Running soffice.bin or swriter, however, does give a problem. The application 
crashes (aborts without save) with the following error in the console:
soffice.bin: symbol lookup errror: 
/.../core/solver/unxlngi6.pro/installation/opt/program/libsvtlo.so: undefined 
sysmbol: _ZN8MsLangId33getReplacementForObsoleteLanguageEt
Any suggestions to get rid of this?

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


[Libreoffice] build error

2011-12-09 Thread Winfried Donkers
Hello all,

I have just got a new computer, which should make LibO much faster than my old 
machine does :) .
Unfortunately, I get a make error:
.../core/solver/unxlngi6.pro/bin/cppunit/cppunittester: symbol lookup error: 
/usr/lib/gtk-2.0/2.10.0/engines/liboxygen-gtk.so: undefined symbol: 
cairo_surface_create_for_rectangle
...
make[2]: *** 
[.../core/workdir/unxlngi6.pro/CppunitTest/hwpfilter_test_hwpfilter.test] Error 
1

Possibly I haven't installed all I need yet, but I wouldn't know what is 
missing.

I use openSUSE 12.1, installed all packages with zypper si -d libreoffice plus 
some more based on errors when running autogen.sh --with-max-jobs=6 
--with-num-cpus=6 --without-junit (untill autogen.sh gave a successfull result).
Can anyone give me a hint how I can get LibO built?

Winfried

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


Re: [Libreoffice] build error

2011-12-09 Thread Matteo Casalin

Hi Winfried, please find my comments below.

On 12/09/2011 05:10 PM, Winfried Donkers wrote:

Hello all,

I have just got a new computer, which should make LibO much faster than my old 
machine does :) .
Unfortunately, I get a make error:
.../core/solver/unxlngi6.pro/bin/cppunit/cppunittester: symbol lookup error: 
/usr/lib/gtk-2.0/2.10.0/engines/liboxygen-gtk.so: undefined symbol: 
cairo_surface_create_for_rectangle
...
make[2]: *** 
[.../core/workdir/unxlngi6.pro/CppunitTest/hwpfilter_test_hwpfilter.test] Error 
1


If I remember correctly I had the same problem when first trying to 
build LibO on kubuntu 11.10 (thus in a KDE environment) and I solved it 
by disabling Oxigen style in System settings panel, more precisely in 
Application Appearance/GTK+ appearance/Widget style, and setting 
it to Raleigh. Probably I also rebooted the machine before trying to 
build LibO again. This solution will probably affect the appearance of 
LibO itself. I didn't test other configurations, my machine is much 
slower than yours.


Hope this helps, let me know if you find better solutions.

Matteo



Possibly I haven't installed all I need yet, but I wouldn't know what is 
missing.

I use openSUSE 12.1, installed all packages with zypper si -d libreoffice plus 
some more based on errors when running autogen.sh --with-max-jobs=6 
--with-num-cpus=6 --without-junit (untill autogen.sh gave a successfull result).
Can anyone give me a hint how I can get LibO built?

Winfried

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



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


Re: [Libreoffice] build error

2011-12-09 Thread Michael Meeks
Hi there,

On Fri, 2011-12-09 at 17:10 +0100, Winfried Donkers wrote:
 I have just got a new computer, which should make LibO much faster than my 
 old machine does :) .

Fun :-)

 Unfortunately, I get a make error:
 .../core/solver/unxlngi6.pro/bin/cppunit/cppunittester:
 symbol lookup error: /usr/lib/gtk-2.0/2.10.0/engines/liboxygen-gtk.so: 
 undefined symbol: cairo_surface_create_for_rectangle
 ...
 make[2]: *** 
 [.../core/workdir/unxlngi6.pro/CppunitTest/hwpfilter_test_hwpfilter.test] 
 Error 1

Looks like a symbol conflict between your internal cairo library and
the system gtk+ library. Curious that it happens with the cppunit test
of course. Essentially I would remove *cairo* from the solver (or run
deliver -delete inside cairo/) and re-configure and build with
--with-system-cairo.

 I use openSUSE 12.1, installed all packages with zypper si -d libreoffice 
 plus some 
 more based on errors when running autogen.sh --with-max-jobs=6 
 --with-num-cpus=6
 --without-junit (untill autogen.sh gave a successfull result).
 Can anyone give me a hint how I can get LibO built?

I use --with-system-cairo on the same systme with no problems :-) FWIW,
you're by no means the last accidental victim of the idiocy that is
known as interposing in the ELF linker ;-)

HTH,

Michael.

-- 
michael.me...@suse.com  , Pseudo Engineer, itinerant idiot

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


[Libreoffice] build error?

2011-12-07 Thread Mike Whiteley
After a recent update, I'm now getting this:

make[1]: Entering directory `/home/mikew/dev/libreoffice/core/tail_build'
/home/mikew/dev/libreoffice/core/desktop/Library_spl.mk:53:
[ WARN   ] !!!
[ WARN   ] !!! desktop/source/migration/migration is linked in by
Library/libsofficeapp.so Library/libspllo.so
[ WARN   ] !!!
/home/mikew/dev/libreoffice/core/desktop/Library_unopkgapp.mk:58:
[ WARN   ] !!!
[ WARN   ] !!! desktop/source/app/lockfile is linked in by
Library/libsofficeapp.so Library/libunopkgapp.so
[ WARN   ] !!!
/home/mikew/dev/libreoffice/core/desktop/Executable_soffice.bin.mk:48:
[ WARN   ] !!!
[ WARN   ] !!! desktop/source/app/copyright_ascii_ooo is linked in by
Library/libsofficeapp.so Executable/soffice.bin
[ WARN   ] !!!
/home/mikew/dev/libreoffice/core/desktop/Executable_soffice.bin.mk:48:
[ WARN   ] !!!
[ WARN   ] !!! desktop/source/app/main is linked in by
Library/libsofficeapp.so Executable/soffice.bin
[ WARN   ] !!!
/home/mikew/dev/libreoffice/core/solenv/gbuild/Package.mk:33: ***
gb_Deliver_deliver: file does not exist in solver, and cannot be
delivered: 
/home/mikew/dev/libreoffice/core/solver/unxlngx6.pro/bin/mailmerge.zip.
 Stop.
make[1]: Leaving directory `/home/mikew/dev/libreoffice/core/tail_build'

Is this the actual state of things, or is my local build broken?

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


Re: [Libreoffice] build error?

2011-12-07 Thread Michael Meeks
Hi Mike,

On Wed, 2011-12-07 at 09:09 -0800, Mike Whiteley wrote:
 After a recent update, I'm now getting this:

Sure; Bjoern fixed it - you'll need to update again. I believe that
still leaves a bug in the install - missing files.

I'd hack around that by editing the file-names out of:

solver/*/bin/setup_osl.ins

And re-running the install.

 Is this the actual state of things, or is my local build broken?

It is/was the actual state ;-) (my fault).

Sorry,

Michael.

-- 
michael.me...@suse.com  , Pseudo Engineer, itinerant idiot

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


Re: [Libreoffice] build error with xulrunner 8.0

2011-12-05 Thread Andreas Radke
Am Fri, 2 Dec 2011 10:09:13 +0100
schrieb Tomáš Chvátal tomas.chva...@gmail.com:

 Sweet looks like mozilla wants to make everyone happy and changed the
 format again...
 Could you try to build it with npapi-sdk rather than with xulrunner?

Trying now without system xulrunner, using internal seamonkey source
and these switches:

--without-system-mozilla-headers gives

checking whether to enable build of Mozilla... yes
checking whether to build Mozilla addressbook connectivity... yes
checking whether to build XML Security support... yes
checking whether to build LDAP configuration backend... OpenLDAP
checking ldap.h usability... yes
checking ldap.h presence... yes
checking for ldap.h... yes
checking for ldap_simple_bind_s in -lldap... yes
checking for ldap_set_option in -lldap... yes
checking which Mozilla to use... internal
checking for toolkit Mozilla should use... gtk2
checking whether to build Mozilla/SeaMonkey... yes
checking for Mozilla sources... checking for 
a169ab152209200a7bad29a275cb0333-seamonkey-1.1.14.source.tar.gz... found
checking for MOZLIBREQ... yes
checking for MOZLIBREQ... yes
checking which NSS to use... external
checking for NSS... yes
checking which mozilla headers to use... internal

build breaks this way

[ build CXX ] vcl/source/control/spinbtn
Compiling: sdext/source/presenter/PresenterTimer.cxx
/usr/lib/libcrmf.a(crmfenc.o): In function `CRMF_EncodeCertReqMsg':
crmfenc.c:(.text+0x1f): undefined reference to `SEC_ASN1Encode_Util'
/usr/lib/libcrmf.a(crmfenc.o): In function `CRMF_EncodeCertRequest':
crmfenc.c:(.text+0x4f): undefined reference to `SEC_ASN1Encode_Util'
/usr/lib/libcrmf.a(crmfenc.o): In function `CRMF_EncodeCertReqMessages':
crmfenc.c:(.text+0x89): undefined reference to `SEC_ASN1Encode_Util'
/usr/lib/libcrmf.a(crmftmpl.o):(.data.rel.ro+0x70): undefined reference to 
`SECOID_AlgorithmIDTemplate_Util'
/usr/lib/libcrmf.a(crmftmpl.o):(.data.rel.ro+0x90): undefined reference to 
`SECOID_AlgorithmIDTemplate_Util'
/usr/lib/libcrmf.a(crmftmpl.o):(.data.rel.ro+0xb0): undefined reference to 
`SEC_BitStringTemplate_Util'
/usr/lib/libcrmf.a(crmftmpl.o):(.data.rel.ro+0xd0): undefined reference to 
`SECOID_AlgorithmIDTemplate_Util'
/usr/lib/libcrmf.a(crmftmpl.o):(.data.rel.ro+0xf0): undefined reference to 
`SEC_OctetStringTemplate_Util'
/usr/lib/libcrmf.a(crmftmpl.o):(.data.rel.ro+0x150): undefined reference to 
`SEC_AnyTemplate_Util'
/usr/lib/libcrmf.a(crmftmpl.o):(.data.rel.ro+0x190): undefined reference to 
`SEC_AnyTemplate_Util'
/usr/lib/libcrmf.a(crmftmpl.o):(.data.rel.ro+0x1d0): undefined reference to 
`SEC_BitStringTemplate_Util'
/usr/lib/libcrmf.a(crmftmpl.o):(.data.rel.ro+0x210): undefined reference to 
`SEC_IntegerTemplate_Util'
/usr/lib/libcrmf.a(crmftmpl.o):(.data.rel.ro+0x250): undefined reference to 
`SEC_BitStringTemplate_Util'
/usr/lib/libcrmf.a(crmftmpl.o):(.data.rel.ro+0x290): undefined reference to 
`SEC_NullTemplate_Util'
/usr/lib/libcrmf.a(crmftmpl.o):(.data.rel.ro+0x450): undefined reference to 
`SEC_AnyTemplate_Util'
/usr/lib/libcrmf.a(crmftmpl.o):(.data.rel.ro+0x470): undefined reference to 
`SECOID_AlgorithmIDTemplate_Util'
/usr/lib/libcrmf.a(crmftmpl.o):(.data.rel.ro+0x490): undefined reference to 
`SEC_BitStringTemplate_Util'
/usr/lib/libcrmf.a(crmftmpl.o):(.data.rel.ro+0x4f0): undefined reference to 
`SEC_IntegerTemplate_Util'
/usr/lib/libcrmf.a(crmftmpl.o):(.data.rel.ro+0x510): undefined reference to 
`SEC_IntegerTemplate_Util'
/usr/lib/libcrmf.a(crmftmpl.o):(.data.rel.ro+0x530): undefined reference to 
`SECOID_AlgorithmIDTemplate_Util'
/usr/lib/libcrmf.a(crmftmpl.o):(.data.rel.ro+0x5d0): undefined reference to 
`SEC_BitStringTemplate_Util'
/usr/lib/libcrmf.a(crmftmpl.o):(.data.rel.ro+0x5f0): undefined reference to 
`SEC_BitStringTemplate_Util'
/usr/lib/libcrmf.a(crmfreq.o): In function `crmf_copy_bitstring':
crmfreq.c:(.text+0x33): undefined reference to `SECITEM_CopyItem_Util'
/usr/lib/libcrmf.a(crmfreq.o): In function `crmf_encode_integer':
crmfreq.c:(.text+0x55): undefined reference to `SEC_ASN1EncodeInteger_Util'
/usr/lib/libcrmf.a(crmfreq.o): In function `crmf_encode_unsigned_integer':
crmfreq.c:(.text+0x75): undefined reference to 
`SEC_ASN1EncodeUnsignedInteger_Util'
/usr/lib/libcrmf.a(crmfreq.o): In function `CRMF_CreateCertRequest':
crmfreq.c:(.text+0x18e): undefined reference to `PORT_NewArena_Util'
crmfreq.c:(.text+0x1a3): undefined reference to `PORT_ArenaZAlloc_Util'
crmfreq.c:(.text+0x1d7): undefined reference to `PORT_FreeArena_Util'
/usr/lib/libcrmf.a(crmfreq.o): In function `CRMF_DestroyCertRequest':
crmfreq.c:(.text+0x216): undefined reference to `PORT_Free_Util'
crmfreq.c:(.text+0x227): undefined reference to `PORT_Free_Util'
crmfreq.c:(.text+0x23d): undefined reference to `PORT_FreeArena_Util'
/usr/lib/libcrmf.a(crmfreq.o): In function `crmf_template_copy_secalg':
crmfreq.c:(.text+0x27b): undefined reference to `PORT_ArenaMark_Util'
crmfreq.c:(.text+0x28b): undefined reference to `PORT_ArenaZAlloc_Util'


any idea? 

I've found 

Re: [Libreoffice] build error with xulrunner 8.0

2011-12-05 Thread Tomáš Chvátal
2011/12/5 Andreas Radke a.ra...@arcor.de:

 any idea?

 I've found http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470442 that may 
 be the same or
 similar.

 -Andy

Even tho the build is failing which is interesting I would have
suggestion for your distro package.

As the mozab integration and whole internal mozilla is built just for
sake of not-working-on-linux adresbook stuff and
not-really-working-ldap i would say you could try to do same as we do
in Gentoo and pass:
--disable-mozilla \
--without-system-mozilla \

For more stuff see the ebuild and the configure switches comments:
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.5.0.0.ebuild?revision=1.4view=markup

Note that ldap with openldap really does not work.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] build error with xulrunner 8.0

2011-12-02 Thread Andreas Radke
Do we have a fix for this in the 3.5 branch?

/build/src/libreoffice-core-3.5.0.0/extensions/source/nsplugin/source/npshell.cxx:
 In function 'char* NPP_GetMIMEDescription()':
/build/src/libreoffice-core-3.5.0.0/extensions/source/nsplugin/source/npshell.cxx:365:28:
 error: declaration of C function 'char* NPP_GetMIMEDescription()' conflicts 
with
/usr/include/xulrunner-8.0/npapi.h:792:13: error: previous declaration 'const 
char* NPP_GetMIMEDescription()' here
R=/build/src  S=$R/libreoffice-core-3.5.0.0  O=$S/solver/unxlngx6.pro  
W=$S/workdir/unxlngx6.pro   mkdir -p $W/Headers/Library/  touch 
$W/Headers/Library/libunordflo.so
R=/build/src  S=$R/libreoffice-core-3.5.0.0  O=$S/solver/unxlngx6.pro  
W=$S/workdir/unxlngx6.pro   mkdir -p $W/Headers/Library/  touch 
$W/Headers/Library/libunoxmllo.so
dmake:  Error code 1, while making
'../../../unxlngx6.pro/slo/npshell.obj'


-Andy
ArchLinux
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] build error with xulrunner 8.0

2011-12-02 Thread Tomáš Chvátal
2011/12/2 Andreas Radke a.ra...@arcor.de:
 Do we have a fix for this in the 3.5 branch?

 /build/src/libreoffice-core-3.5.0.0/extensions/source/nsplugin/source/npshell.cxx:
  In function 'char* NPP_GetMIMEDescription()':
 /build/src/libreoffice-core-3.5.0.0/extensions/source/nsplugin/source/npshell.cxx:365:28:
  error: declaration of C function 'char* NPP_GetMIMEDescription()' conflicts 
 with
 /usr/include/xulrunner-8.0/npapi.h:792:13: error: previous declaration 'const 
 char* NPP_GetMIMEDescription()' here
 R=/build/src  S=$R/libreoffice-core-3.5.0.0  O=$S/solver/unxlngx6.pro  
 W=$S/workdir/unxlngx6.pro   mkdir -p $W/Headers/Library/  touch 
 $W/Headers/Library/libunordflo.so
 R=/build/src  S=$R/libreoffice-core-3.5.0.0  O=$S/solver/unxlngx6.pro  
 W=$S/workdir/unxlngx6.pro   mkdir -p $W/Headers/Library/  touch 
 $W/Headers/Library/libunoxmllo.so
 dmake:  Error code 1, while making
 '../../../unxlngx6.pro/slo/npshell.obj'


Sweet looks like mozilla wants to make everyone happy and changed the
format again...
Could you try to build it with npapi-sdk rather than with xulrunner?
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] build error in tail_build

2011-10-25 Thread Noel Grandin
Cool, thanks!

Michael Stahl wrote:
 On 20/10/11 09:00, Noel Grandin wrote:
 Hi

 Building on Windows using Visual Studio, running into a build error in
 ScriptProviderForJava.

 Trimmed build log attached.

 Any ideas?

 Thanks, Noel Grandin

 have had this problem myself today, the command for compiling java files does 
 not do the right thing in case of a
 partial rebuild.

 fixed on master:

 http://cgit.freedesktop.org/libreoffice/core/commit/?id=81042d7a366ad8d5f52fcd78e4b44183f62ce0e1

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


Disclaimer: http://www.peralex.com/disclaimer.html


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


Re: [Libreoffice] build error in tail_build

2011-10-24 Thread Michael Stahl

On 20/10/11 09:00, Noel Grandin wrote:

Hi

Building on Windows using Visual Studio, running into a build error in
ScriptProviderForJava.

Trimmed build log attached.

Any ideas?

Thanks, Noel Grandin


have had this problem myself today, the command for compiling java files 
does not do the right thing in case of a partial rebuild.


fixed on master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=81042d7a366ad8d5f52fcd78e4b44183f62ce0e1

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


Re: [Libreoffice] build error in tail_build

2011-10-24 Thread night striker
Here is my build_error.log

http://nabble.documentfoundation.org/file/n3450416/build_error.log
build_error.log 

As I already stated, when I remove all mentions of adabasui, I no longer get
the adabasuilo.so error, but I still get the sdbtlo.so error. I am not sure
if adabasui is the problem, or if the problem is somewhere else, and only
showing up here, but since everything from this point on fails the same way,
I am thinking the problem is somewhere else, but I have no idea where. Then
again, I could be totally wrong.

Thanks for the help so far.

Any other ideas?

--
View this message in context: 
http://nabble.documentfoundation.org/build-error-in-tail-build-tp3419875p3450416.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] build error in tail_build

2011-10-18 Thread night striker
Ok, I removed all mentions of adabasui from  dbaccess/Module_dbaccess.mk  and
from  scp2  and I am no longer getting the first error, but I still get

collect2: ld returned 1 exit status
make: *** [[...]/workdir/unxlngx6.pro/LinkTarget/Library/libsdbtlo.so] Error
1 

Should I find and remove mentions of sdbt as well, or should that be built?

--
View this message in context: 
http://nabble.documentfoundation.org/build-error-in-tail-build-tp3419875p3431606.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] build error in tail_build

2011-10-18 Thread Michael Meeks

On Tue, 2011-10-18 at 08:43 -0700, night striker wrote:
 Ok, I removed all mentions of adabasui from  dbaccess/Module_dbaccess.mk  and
 from  scp2  and I am no longer getting the first error, but I still get

Hokay :-) sounds good, I suppose we should remove the code they mention
as well, and get a patch to the list (?).

 collect2: ld returned 1 exit status
 make: *** [[...]/workdir/unxlngx6.pro/LinkTarget/Library/libsdbtlo.so] Error
..
 Should I find and remove mentions of sdbt as well, or should that be built?

That sounds like a similar problem in a different form I guess. Is it
possible you have a partial build of some library installed ? can you
give more detail on the actual link error, and the configure flags you
used ?

Thanks :-)

Michael.

-- 
michael.me...@suse.com  , Pseudo Engineer, itinerant idiot

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


Re: [Libreoffice] build error in tail_build

2011-10-17 Thread Michael Meeks
Hi there,

On Sun, 2011-10-16 at 17:13 -0700, night striker wrote:
 Well, for some reason, it appears that something is looking for it when i
 build.  Any ideas on how I can stop things from looking for this. Or is
 there a way to enable this adabas DB stuff so that it will build?

Most odd; it looks like there is still some adabasui code lurking
around that (I suspect) we want to kill as well).

Why it fails to build, I don't know. If you remove all mentions of
adabasui from:

dbaccess/Module_dbaccess.mk

And then all mentions of it from the 'scp2' module (use git grep),
hopefully life will be better, and you'll have your first patch to
submit (via git diff) ? :-)

Sorry for the build pain [!] annoying that no-one can reproduce it too
(often worth specifying your configure parameters by attaching
autogen.lastrun or somesuch) which might give a clue.

Thanks,

Michael.

-- 
michael.me...@suse.com  , Pseudo Engineer, itinerant idiot

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


Re: [Libreoffice] build error in tail_build

2011-10-16 Thread Jonathan Aquilina

  
  
Wasnt the adabas DB stuff removed or disabled or so I thought?

On 13/10/2011 23:22, night striker wrote:

  The build fails for me in tail_build with these errors

collect2: ld returned 1 exit status
make: *** [[...]/workdir/unxlngx6.pro/LinkTarget/Library/libadabasuilo.so]
Error 1


collect2: ld returned 1 exit status
make: *** [[...]/workdir/unxlngx6.pro/LinkTarget/Library/libsdbtlo.so] Error
1

Any idea why I am getting these errors, and how I can fix this.

--
View this message in context: http://nabble.documentfoundation.org/build-error-in-tail-build-tp3419875p3419875.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice





  

  Regards
  Jonathan Aquilina

 
Get a signature like this.
   CLICK
  HERE.   


  

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


Re: [Libreoffice] build error in tail_build

2011-10-16 Thread night striker
Well, for some reason, it appears that something is looking for it when i
build.  Any ideas on how I can stop things from looking for this. Or is
there a way to enable this adabas DB stuff so that it will build?

--
View this message in context: 
http://nabble.documentfoundation.org/build-error-in-tail-build-tp3419875p3427014.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] build error

2011-10-13 Thread Cor Nouws

Hi,

After new pull and make clean, the same error ...

Cor Nouws wrote (10-10-11 20:07)


rerunning build in xpdf: log for /home/cono/src/git/libo_core/xpdf
dmake: makefile.mk: line 39: Error: -- Include file settings.mk, not found
after rerunning in openssl about the same error: makefile.mk: line 35:
Error: -- Include file settings.mk, not found


.. however, this time make on module level went through without probs.
So probably still a dependency problem, but no stoppers as before two days.


--
 - Cor
 - http://nl.libreoffice.org

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


[Libreoffice] build error in tail_build

2011-10-13 Thread night striker
The build fails for me in tail_build with these errors

collect2: ld returned 1 exit status
make: *** [[...]/workdir/unxlngx6.pro/LinkTarget/Library/libadabasuilo.so]
Error 1


collect2: ld returned 1 exit status
make: *** [[...]/workdir/unxlngx6.pro/LinkTarget/Library/libsdbtlo.so] Error
1

Any idea why I am getting these errors, and how I can fix this.

--
View this message in context: 
http://nabble.documentfoundation.org/build-error-in-tail-build-tp3419875p3419875.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] Build Error - Graphite2-1.0.3

2011-09-29 Thread Maciej Rumianowski
Hi,

I have encountered an error while building latest source.


 =
 (1/1) Building module graphite
 =
 Entering /home/maciej/Dokumenty/LibreOffice-Dev/master/graphite
 
 Compiling: 
 libgraphite2_off/unxlngi6.pro/misc/build/graphite2-1.0.3/src/direct_machine.cpp
 Compiling: 
 libgraphite2_off/unxlngi6.pro/misc/build/graphite2-1.0.3/src/gr_features.cpp
 Compiling: 
 libgraphite2_off/unxlngi6.pro/misc/build/graphite2-1.0.3/src/gr_face.cpp
 Compiling: 
 libgraphite2_off/unxlngi6.pro/misc/build/graphite2-1.0.3/src/gr_font.cpp
 dmake:  Error: -- `processUTF.h' not found, and can't be made
 dmake:  Error code 255, while making 
 './unxlngi6.pro/misc/build/so_built_libgraphite'

I have checked there is no processUTF.h in
http://dev-www.libreoffice.org/src/3bf481ca95109b14435125c0dd1f2217-graphite2-1.0.3.tgz
 
but is in 
http://dev-www.libreoffice.org/src/3115c721f5cb7c464f01c2dddccfaba6-graphite2-1.0.2.tgz

Cheers,
Maciej

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


Re: [Libreoffice] Build Error - Graphite2-1.0.3

2011-09-29 Thread Maciej Rumianowski
Dnia 2011-09-29, czw o godzinie 10:29 +0200, Maciej Rumianowski pisze:
 Hi,
 
 I have encountered an error while building latest source.
 
 
  =
  (1/1) Building module graphite
  =
  Entering /home/maciej/Dokumenty/LibreOffice-Dev/master/graphite
  
  Compiling: 
  libgraphite2_off/unxlngi6.pro/misc/build/graphite2-1.0.3/src/direct_machine.cpp
  Compiling: 
  libgraphite2_off/unxlngi6.pro/misc/build/graphite2-1.0.3/src/gr_features.cpp
  Compiling: 
  libgraphite2_off/unxlngi6.pro/misc/build/graphite2-1.0.3/src/gr_face.cpp
  Compiling: 
  libgraphite2_off/unxlngi6.pro/misc/build/graphite2-1.0.3/src/gr_font.cpp
  dmake:  Error: -- `processUTF.h' not found, and can't be made
  dmake:  Error code 255, while making 
  './unxlngi6.pro/misc/build/so_built_libgraphite'
 
 I have checked there is no processUTF.h in
 http://dev-www.libreoffice.org/src/3bf481ca95109b14435125c0dd1f2217-graphite2-1.0.3.tgz
  
 but is in 
 http://dev-www.libreoffice.org/src/3115c721f5cb7c464f01c2dddccfaba6-graphite2-1.0.2.tgz

make clean helped, but shouldn't it be automatically done after new
version is downloaded.

Cheers,
Maciej


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


[Libreoffice] build error in sd ? - remove SdiTargets ...

2011-09-24 Thread Michael Meeks
Hi guys,

I just pushed a ~500line code removal patch killing some really hairy
and broken lifecycle management of palettes  other XPropertyList types
- now all a safe smart pointer (thanks for Stefan's invaluable advice
too incidentally).

Anyhow - unfortunately our gnumake world appears not to have good .sdi
file dependency generation, so this can cause 'sd' to not re-build
properly, a 'make clean' can help, but if you're getting odd link errors
around:

aSvxColorTableItem_Impl

then just do:

rm -Rf workdir/*/SdiTarget/* 

and re-make, and life should be better.

HTH,

Michael.

-- 
michael.me...@suse.com  , Pseudo Engineer, itinerant idiot

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


Re: [Libreoffice] build error in moz

2011-09-16 Thread Xisco Faulí
it works. Thanks ;)

2011/9/15 Norbert Thiebaud nthieb...@gmail.com

 On Wed, Sep 14, 2011 at 8:47 PM, Norbert Thiebaud nthieb...@gmail.com
 wrote:
  On Wed, Sep 14, 2011 at 7:25 PM, Xisco Faulí aniste...@gmail.com
 wrote:
  I pulled master to the last commit and built it again but it still fails
 
 
  How did you 'build again'? did you do a clean build? if not, did you
  redelivered moz ? if neither then that is expected.

 I meant: redeliver nss, not moz ...
 
  Norbert
 

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


[Libreoffice] build error in moz

2011-09-14 Thread Xisco Faulí
log:

/usr/bin/ld: cannot find -lcrmf
collect2: ld returned 1 exit status
make[4]: *** [libpipnss.so] Error 1
make[4]: Leaving directory `/home/xisco/libo/moz/
unxlngi6.pro/misc/build/mozilla/I_objdir/security/manager/ssl/src'
make[3]: *** [libs] Error 2
make[3]: Leaving directory `/home/xisco/libo/moz/
unxlngi6.pro/misc/build/mozilla/I_objdir/security/manager/ssl'
make[2]: *** [libs] Error 2
make[2]: Leaving directory `/home/xisco/libo/moz/
unxlngi6.pro/misc/build/mozilla/I_objdir/security/manager'
make[1]: *** [tier_50] Error 2
make[1]: Leaving directory `/home/xisco/libo/moz/
unxlngi6.pro/misc/build/mozilla/I_objdir'
make: *** [default] Error 2
dmake:  Error code 2, while making './
unxlngi6.pro/misc/build/so_built_ooo_mozab'

I searched in google and i found this old post:
http://vijayk.blogspot.com/2006/12/failure-in-moz-while-building.html
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] build error in moz

2011-09-14 Thread Norbert Thiebaud
On Wed, Sep 14, 2011 at 4:19 PM, Xisco Faulí aniste...@gmail.com wrote:
 log:
 /usr/bin/ld: cannot find -lcrmf
 collect2: ld returned 1 exit status
 make[4]: *** [libpipnss.so] Error 1
 make[4]: Leaving directory
 `/home/xisco/libo/moz/unxlngi6.pro/misc/build/mozilla/I_objdir/security/manager/ssl/src'
 make[3]: *** [libs] Error 2
 make[3]: Leaving directory
 `/home/xisco/libo/moz/unxlngi6.pro/misc/build/mozilla/I_objdir/security/manager/ssl'
 make[2]: *** [libs] Error 2
 make[2]: Leaving directory
 `/home/xisco/libo/moz/unxlngi6.pro/misc/build/mozilla/I_objdir/security/manager'
 make[1]: *** [tier_50] Error 2
 make[1]: Leaving directory
 `/home/xisco/libo/moz/unxlngi6.pro/misc/build/mozilla/I_objdir'
 make: *** [default] Error 2
 dmake:  Error code 2, while making
 './unxlngi6.pro/misc/build/so_built_ooo_mozab'
 I searched in google and i found this old
 post: http://vijayk.blogspot.com/2006/12/failure-in-moz-while-building.html

Should be fixed on master with commit 032fca6818f4a034a4352159d5f9977eecbe6dad

let us know if that solve it for you.

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


Re: [Libreoffice] build error in moz

2011-09-14 Thread Xisco Faulí
I pulled master to the last commit and built it again but it still fails

2011/9/15 Norbert Thiebaud nthieb...@gmail.com

 On Wed, Sep 14, 2011 at 4:19 PM, Xisco Faulí aniste...@gmail.com wrote:
  log:
  /usr/bin/ld: cannot find -lcrmf
  collect2: ld returned 1 exit status
  make[4]: *** [libpipnss.so] Error 1
  make[4]: Leaving directory
  `/home/xisco/libo/moz/
 unxlngi6.pro/misc/build/mozilla/I_objdir/security/manager/ssl/src'
  make[3]: *** [libs] Error 2
  make[3]: Leaving directory
  `/home/xisco/libo/moz/
 unxlngi6.pro/misc/build/mozilla/I_objdir/security/manager/ssl'
  make[2]: *** [libs] Error 2
  make[2]: Leaving directory
  `/home/xisco/libo/moz/
 unxlngi6.pro/misc/build/mozilla/I_objdir/security/manager'
  make[1]: *** [tier_50] Error 2
  make[1]: Leaving directory
  `/home/xisco/libo/moz/unxlngi6.pro/misc/build/mozilla/I_objdir'
  make: *** [default] Error 2
  dmake:  Error code 2, while making
  './unxlngi6.pro/misc/build/so_built_ooo_mozab'
  I searched in google and i found this old
  post:
 http://vijayk.blogspot.com/2006/12/failure-in-moz-while-building.html

 Should be fixed on master with commit
 032fca6818f4a034a4352159d5f9977eecbe6dad

 let us know if that solve it for you.

 Norbert

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


Re: [Libreoffice] build error in moz

2011-09-14 Thread Norbert Thiebaud
On Wed, Sep 14, 2011 at 7:25 PM, Xisco Faulí aniste...@gmail.com wrote:
 I pulled master to the last commit and built it again but it still fails


How did you 'build again'? did you do a clean build? if not, did you
redelivered moz ? if neither then that is expected.

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


Re: [Libreoffice] build error in moz

2011-09-14 Thread pefoley2
On Wed, Sep 14, 2011 at 8:22 PM, Xisco Faulí aniste...@gmail.com wrote:
I pulled master to the last commit and built it again but it still fails

try this:
rm –rf nss/unxlngi6.pro
make
Peter___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] build error in moz

2011-09-14 Thread Norbert Thiebaud
On Wed, Sep 14, 2011 at 8:47 PM, Norbert Thiebaud nthieb...@gmail.com wrote:
 On Wed, Sep 14, 2011 at 7:25 PM, Xisco Faulí aniste...@gmail.com wrote:
 I pulled master to the last commit and built it again but it still fails


 How did you 'build again'? did you do a clean build? if not, did you
 redelivered moz ? if neither then that is expected.

I meant: redeliver nss, not moz ...

 Norbert

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


Re: [Libreoffice] build error

2011-09-01 Thread Michael Meeks
Hi Jenei,

On Mon, 2011-08-29 at 15:58 +0200, Jenei Gábor wrote:
 For a while I did not have this error,but now it appears again. Actually 
 I did a totally normal build without debug symbols and dbglevel setting, 
 but still it appears. It seems to be a makefile error of LibreOffice. 
 Has anyone already met the problem?

So - I guess the main thing to do is to catch it from clean; so rm -Rf
openssl/unxlngi6.pro and re-run 'build' inside there (with a sourced
environment).

 2011. 08. 26. 14:49 keltezéssel, Caolán McNamara írta:
  Configured for linux-elf.
  mkdir: cannot create directory `./unxlngi6/misc/build/openssl-0.9.8o/.':
  File exists

The unxlngi6/misc/build - is slightly odd - are you trying to create a
non-product build ? I'd expect unxlngi6.pro.

As Caolan says - what are your configure options ? and some more
details on your system would be much appreciated: linux distro, version,
etc.

Thanks,

Michael.

-- 
 michael.me...@novell.com  , Pseudo Engineer, itinerant idiot


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


Re: [Libreoffice] build error

2011-08-29 Thread Jenei Gábor

Hello,

For a while I did not have this error,but now it appears again. Actually 
I did a totally normal build without debug symbols and dbglevel setting, 
but still it appears. It seems to be a makefile error of LibreOffice. 
Has anyone already met the problem?


2011. 08. 26. 14:49 keltezéssel, Caolán McNamara írta:

On Wed, 2011-08-24 at 15:56 +0200, Jenei Gábor wrote:

Hello,

While building a totally new build on Debian 6 32bit I got the following
error message:

Since you've disabled or enabled at least one algorithm, you need to do
the following before building:

 make depend

Configured for linux-elf.
mkdir: cannot create directory `./unxlngi6/misc/build/openssl-0.9.8o/.':
File exists
making all in crypto...
make[2]: *** No rule to make target `x86cpuid-elf.o', needed by
`../libcrypto.a'.  Stop.
make[1]: *** [build_crypto] Error 1
dmake:  Error code 2, while making './unxlngi6/misc/build/so_built_openssl'

should I do only make depend?

I imagine that the above do make depend is an error/warning message
from openssl itself inside its own little embedded build, so doing make
depend won't help probably.

Your configure/build options might matter here ?

C.




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


Re: [Libreoffice] build error

2011-08-26 Thread Caolán McNamara
On Wed, 2011-08-24 at 15:56 +0200, Jenei Gábor wrote:
 Hello,
 
 While building a totally new build on Debian 6 32bit I got the following
 error message:
 
 Since you've disabled or enabled at least one algorithm, you need to do
 the following before building:
 
 make depend
 
 Configured for linux-elf.
 mkdir: cannot create directory `./unxlngi6/misc/build/openssl-0.9.8o/.':
 File exists
 making all in crypto...
 make[2]: *** No rule to make target `x86cpuid-elf.o', needed by
 `../libcrypto.a'.  Stop.
 make[1]: *** [build_crypto] Error 1
 dmake:  Error code 2, while making './unxlngi6/misc/build/so_built_openssl'
 
 should I do only make depend?

I imagine that the above do make depend is an error/warning message
from openssl itself inside its own little embedded build, so doing make
depend won't help probably.

Your configure/build options might matter here ?

C.

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


[Libreoffice] build error

2011-08-24 Thread Jenei Gábor
Hello,

While building a totally new build on Debian 6 32bit I got the following
error message:

Since you've disabled or enabled at least one algorithm, you need to do
the following before building:

make depend

Configured for linux-elf.
mkdir: cannot create directory `./unxlngi6/misc/build/openssl-0.9.8o/.':
File exists
making all in crypto...
make[2]: *** No rule to make target `x86cpuid-elf.o', needed by
`../libcrypto.a'.  Stop.
make[1]: *** [build_crypto] Error 1
dmake:  Error code 2, while making './unxlngi6/misc/build/so_built_openssl'

should I do only make depend?
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] build error unders Windows 7

2011-08-15 Thread Tor Lillqvist
 I'm running the bash shell with Administrator privileges, so it has enough 
 privileges.

I don't think you are supposed to do that. We used to have a specific test in 
the build machinery guarding against somebody building as Administrator, but 
apparently we (accidentally?) dropped that at some point, or it doesn't catch 
your situation.

So, just build as a normal user. If you still have this problem (or some other 
problem) , report back.

--tml


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


Re: [Libreoffice] build error in tail_build

2011-08-10 Thread Cor Nouws

Norbert Thiebaud wrote (09-08-11 19:43)

On Tue, Aug 9, 2011 at 12:25 PM, Cor Nouwsoo...@nouenoff.nl  wrote:



git complains that libo exists and is not empty.


that is probably because libo was the name of the bootstrap you
already have... you need to chose another name than libo (core ? )


Yes of course that was the reason.


Hence my question:
any smart way to
  - get rid of the old master repro +
  - conserve the (sharing) libreoffice 3-4-0 clone


Stupid question I though myself later on.


I'm not sure how you are set-up, but no, you cannot 'share' master and
libreoffice-3-4 because they live on different repositories (different
as completely different, nothing in common)


Set up a new repro and with some small barriers, build was successful.

Now up to the next...


--
 - Cor
 - http://nl.libreoffice.org

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


[Libreoffice] build error in tail_build

2011-08-09 Thread Cor Nouws

Hi *,


Building LibreOffice now and then.
Currently to look at some functions / dig a bit in the code.
Low level experience.
Working on Ubuntu.

Previous successful build was from July 6
Yesterday I did a ./g pull -r on the master.
(Didn't do any special action for the one-git transition, since I 
thought that is not needed for me).


There were a few internal build errors that could be passed by following 
the typical advise as:
  rm -Rf /home/cono/src/git/libo/odk/unxlngi6.pro # optional module 
'clean'

  /bin/bash
  cd /home/cono/src/git/libo
  source ./Env.Host.sh
  cd odk
  build
and again make


Now I get a build errror in tail_build:

 [ build LNK ] CppunitTest/libtest_sd_uimpress.so
R=/home/cono/src/git  S=$R/libo  O=$S/solver/350/unxlngi6.pro  
W=$S/workdir/unxlngi6.pro   mkdir -p $W/LinkTarget/CppunitTest/  g++ 
-shared -Wl,-z,noexecstack  -Wl,-z,defs  -Wl,-rpath-link,/lib:/usr/lib 
-Wl,-z,combreloc   -L$S/solenv/unxlngi6/lib -L$O/lib 
-L$S/solenv/unxlngi6/lib -L/usr/lib/i386-linux-gnu  -Wl,--hash-style=gnu 
 -Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo 
-Wl,-Bsymbolic-functions  -Wl,--strip-all 
$W/CxxObject/sd/qa/unit/uimpress.o  `cat 
$W/LinkTarget/Library/libsdlo.so.objectlist` -Wl,--start-group 
-Wl,--end-group  -lcppunit -lavmedialo -lbasegfxlo -lcanvastoolslo 
-lcomphelpgcc3 -lcppcanvaslo -luno_cppu -luno_cppuhelpergcc3 
-ldrawinglayerlo -leditenglo -li18nisolang1gcc3 -luno_sal 
-luno_salhelpergcc3 -lsblo -lsfxlo -lsotlo -lsvllo -lsvtlo -lsvxcorelo 
-lsvxlo -ltklo -ltllo -lucbhelper4gcc3 -lutllo -lvcllo -lxolo -o 
$W/LinkTarget/CppunitTest/libtest_sd_uimpress.so
cat: 
/home/cono/src/git/libo/workdir/unxlngi6.pro/LinkTarget/Library/libsdlo.so.objectlist: 
Bestand of map bestaat niet
/home/cono/src/git/libo/workdir/unxlngi6.pro/CxxObject/sd/qa/unit/uimpress.o: 
In function `(anonymous namespace)::Test::setUp()':
uimpress.cxx:(.text+0x143): undefined reference to 
`SdDrawDocument::SdDrawDocument(DocumentType, SfxObjectShell*)'
/home/cono/src/git/libo/workdir/unxlngi6.pro/CxxObject/sd/qa/unit/uimpress.o: 
In function `(anonymous namespace)::Test::testCustomShow()':
uimpress.cxx:(.text+0x30e): undefined reference to 
`SdDrawDocument::GetCustomShowList(unsigned char)'
/home/cono/src/git/libo/workdir/unxlngi6.pro/CxxObject/sd/qa/unit/uimpress.o: 
In function `CppUnit::ConcretTestFixtureFactory(anonymous 
namespace)::Test::makeFixture()':

uimpress.cxx:(.text+0xc07): undefined reference to `SdDLL::Init()'
collect2: ld returned 1 exit status
make: *** 
[/home/cono/src/git/libo/workdir/unxlngi6.pro/LinkTarget/CppunitTest/libtest_sd_uimpress.so] 
Fout 1


Advice?
Thanks,

--
 - Cor
 - http://nl.libreoffice.org

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


Re: [Libreoffice] build error in tail_build

2011-08-09 Thread Norbert Thiebaud
On Tue, Aug 9, 2011 at 5:31 AM, Cor Nouws oo...@nouenoff.nl wrote:
 Hi *,


 Building LibreOffice now and then.
 Currently to look at some functions / dig a bit in the code.
 Low level experience.
 Working on Ubuntu.

 Previous successful build was from July 6
 Yesterday I did a ./g pull -r on the master.
 (Didn't do any special action for the one-git transition, since I thought
 that is not needed for me).

So you are still pulling 'master' from last friday... since the master
you pulled is froozen read-only in bootstrap,artwork,base,calc,
etc

what made you think that 'it was not needed for you' ?

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


Re: [Libreoffice] build error in tail_build

2011-08-09 Thread Cor Nouws

Norbert Thiebaud wrote (09-08-11 12:42)


So you are still pulling 'master' from last friday... since the master
you pulled is froozen read-only in bootstrap,artwork,base,calc,
etc


Hmm :-(


what made you think that 'it was not needed for you' ?


Combination of various, such as:
- lack of experience
- Only pointer I found on 
http://wiki.documentfoundation.org/Development/One_Git_Conversion was the

 onegit.sh, found in contrib/dev-tools 
which I did not have
- the fact that pull did not give an error
- I saw some remark on commit rights in combination with another command
- ...

But hey, better then summing up more reasons:
what command(s) do I use to move to the new master?

Thanks,


--
 - Cor
 - http://nl.libreoffice.org

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


Re: [Libreoffice] build error in tail_build

2011-08-09 Thread julien2412

Cor Nouws wrote:
 
 ...
 But hey, better then summing up more reasons:
 what command(s) do I use to move to the new master?
 ...___
 LibreOffice mailing list
 LibreOffice@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/libreoffice
 
Hello,

I don't think there's a script for this. Just create your local repo from
scratch by following this url :
http://wiki.documentfoundation.org/Development/Native_Build (this page has
been updated).

You could save your autogen.lastrun if you want to preserve the options you
usually passed for the compilation.
Then after the autogen.sh part, copy the backup in your repo and rerun
autogen.sh before running the compilation with make.

Hope I forgot nothing or misunderstood anything :-)

Julien.
PS : make fetches dictionnary and help repositories by default

--
View this message in context: 
http://nabble.documentfoundation.org/build-error-in-tail-build-tp3238515p3238689.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] build error in tail_build

2011-08-09 Thread Cor Nouws

julien2412 wrote (09-08-11 14:04)

I don't think there's a script for this. Just create your local repo from
scratch by following this url :
http://wiki.documentfoundation.org/Development/Native_Build (this page has
been updated).


Ah, thanks. I only looked at the 'get your first build' part lately.

Any thing I need to do to prevent mixing with the current local master, 
or could I just delete that with smthng as

  ./g -f master -D
?
(inspired by the page Development#Using_Git_for_LibreOffice_development)

Currently I have both the old master and libreoffice-3-4-0


You could save your autogen.lastrun if you want to preserve the options you
usually passed for the compilation.
Then after the autogen.sh part, copy the backup in your repo and rerun
autogen.sh before running the compilation with make.

Hope I forgot nothing or misunderstood anything :-)

Julien.
PS : make fetches dictionnary and help repositories by default


Thanks,

--
 - Cor
 - http://nl.libreoffice.org

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


Re: [Libreoffice] build error in tail_build

2011-08-09 Thread Norbert Thiebaud
On Tue, Aug 9, 2011 at 6:43 AM, Cor Nouws oo...@nouenoff.nl wrote:
 Norbert Thiebaud wrote (09-08-11 12:42)

 So you are still pulling 'master' from last friday... since the master
 you pulled is froozen read-only in bootstrap,artwork,base,calc,
 etc

 Hmm :-(

 what made you think that 'it was not needed for you' ?

 Combination of various, such as:
 - lack of experience
 - Only pointer I found on
 http://wiki.documentfoundation.org/Development/One_Git_Conversion was the
     onegit.sh, found in contrib/dev-tools 
 which I did not have

ohh! I see. No, you were not supposed to run that script :-)

The page above, describe the process used to convert/consolidate the
repositories. the result is that bootstrap is now replaced by core and
the only repository left
are core, binfilter, help, dictionaries and translations.

so, all you need to do is

git clone git://anongit.freedesktop.org/libreoffice/core

to clone the brand new 'core' repo
and then autogen/make as usual in that core repository.
make will clone any other repository if needed (it will always clone
help, and dictionaries, binfilter and translations will be cloned
depending on autogen options)


any patch you had pending in your previous repositories, need to be
re-applied in the new one. (no, fetch/merge between the two are not
possible, since they share no common ancestor)

Note that the new repo had all the tab/spaces anomalies cleaned-up, so
when re-applying patches you may have issues.

git apply has options to mitigate these issues ( --withespace=fix ,
--ignore-whitespaces I strongly suggest reading man git-apply for
theses)

Norbert

PS: as a reminder this apply only to master and future release branch
out of master (3.5 and after). the 3.3.x and 3.4.x maintenance remain
on the old repositories, and will remain there.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] build error in tail_build

2011-08-09 Thread Norbert Thiebaud
On Tue, Aug 9, 2011 at 7:24 AM, Cor Nouws oo...@nouenoff.nl wrote:
 julien2412 wrote (09-08-11 14:04)

 I don't think there's a script for this. Just create your local repo from
 scratch by following this url :
 http://wiki.documentfoundation.org/Development/Native_Build (this page has
 been updated).

 Ah, thanks. I only looked at the 'get your first build' part lately.

 Any thing I need to do to prevent mixing with the current local master,

old and new are in completely separate git... you need to get a brand
new git repository, by cloning core. this will not 'update' you
existing bootstrap setup
any work pending you had in the old repository (and that was not
committed before last friday, will remain there and will not be in the
nre core repository unless you manually apply patches yourself to
transfer the work from the old to the new.

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


Re: [Libreoffice] build error in tail_build

2011-08-09 Thread Cor Nouws

Norbert Thiebaud wrote (09-08-11 14:36)


ohh! I see. No, you were not supposed to run that script :-)


That is what I expected, but had the idea to look for some pointers.
Anyhow: better ask advise right away the next time.


so, all you need to do is

git clone git://anongit.freedesktop.org/libreoffice/core


git complains that libo exists and is not empty.
Hence my question:
any smart way to
 - get rid of the old master repro +
 - conserve the (sharing) libreoffice 3-4-0 clone
?

Thanks,



PS: as a reminder this apply only to master and future release branch
out of master (3.5 and after). the 3.3.x and 3.4.x maintenance remain
on the old repositories, and will remain there.


--
 - Cor
 - http://nl.libreoffice.org

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


[Libreoffice] build error unders Windows 7

2011-08-05 Thread Noel Grandin
Hi

I'm getting the following build error under Windows7.
I'm running the bash shell with Administrator privileges, so it has enough 
privileges.

Is there something else I need to do, or is there a way to bypass this problem?

Thanks, Noel Grandin.

--
- start unit test #1 on library ../../../wntmsci12.pro/bin/osl_Security.dll
--
:  PATH=/cygdrive/c/libreoffice/git/libo/clone/ure/sal/wntmsci12.pro/bin:/
cygdrive/c/libreoffice/git/libo/solver/350/wntmsci12.pro/bin${PATH:+:${PATH}}
../../../wntmsci12.pro/bin/cppunittester ../../../wntmsci12.pro/bin/osl_Security
.dll
#Initializing ...
#
#logonUser function need root/Administrator account to test.
#You can test by login with root/Administrator, and excute:
#testshl2 -forward username password ../../../wntmsci9/bin/Security.dll
#  where username and password are forwarded account info.
#if no text forwarded, this function will be skipped.
#
#Retrived system information is below:
Computer Name:  NOEL
Current User Name:  Noel
Current User Home Directory:file:///C:/Users/Noel/Documents
Current Config Directory:   file:///C:/Users/Noel/AppData/Roaming
Current UserID: S-1-5-21-3395787511-4075999146-953599952
Current User is:NOT Administrator.
#
#Initialization Done.
C:/libreoffice/git/libo/clone/ure/sal/qa/osl/security/osl_Security.cxx(158) : er
ror : Assertion
Test name: osl_Security::getUserIdent::getUserIdent_001
assertion failed
- Expression: ( sal_True == strUserID.equals( strID ) )  ( sal_True == bRes )
- #test comment#: get UserID and compare it with names got at the beginning of
the test.

Failures !!!
Run: 9   Failure total: 1   Failures: 1   Errors: 0
dmake:  Error code 1, while making 'test1'

Disclaimer: http://www.peralex.com/disclaimer.html


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


Re: [Libreoffice] Libreoffice build error :(

2011-07-29 Thread Michael Meeks

On Fri, 2011-07-29 at 12:39 +0200, Bjoern Michaelsen wrote:
  Sorry for bothering, but does anyone have the idea what went wrong
  while making the build?

Which reminds me; why are we not checking in configure for make 2.82 ?
IIRC there was some to/fro on that - but I forget the result; not
checking for a make with the fix we need is a tad odd right ?

[ and again, another good reason for having a known-working make built
-truly- inside our tree, as in checked out each time etc. ;-].

ATB,

Michael..

-- 
 michael.me...@novell.com  , Pseudo Engineer, itinerant idiot


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


Re: [Libreoffice] Libreoffice build error :(

2011-07-29 Thread Bjoern Michaelsen
On Fri, 29 Jul 2011 12:21:10 +0100
Michael Meeks michael.me...@novell.com
wrote:

 
   Which reminds me; why are we not checking in configure for
 make 2.82 ? IIRC there was some to/fro on that - but I forget the
 result; not checking for a make with the fix we need is a tad odd
 right ?

Yes, there seems to be a hard to reproduce error in variable expansion
in gnu make 3.82. I gitified the gnu make cvs and created the attached
script for bisecting. However, I am not even sure I cant trigger the
error with that. One run of gnu make test on my tree takes ~40 secs, so
100 runs are ~1 hours. There are 115 revisions between 3.81 and 3.82 so
it should take about 7 hours (if the test is reliable) to find the
offending change. From that I hope it would be rather easy.

Best,

Bjoern


-- 
https://launchpad.net/~bjoern-michaelsen


bisectmake
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] build error Ubuntu

2011-07-06 Thread Cor Nouws

Hi,

Updated from the master this morning.
Building...

 = = =
/bin/bash: line 1:  9995 Segmentation fault  make -s -r -j6
dmake:  Error code 139, while making 'all'

---
Oh dear bla bla
ERROR: error 65280 occurred while making 
/home/cono/src/git/libo/tail_build/prj

  etc etc.

 = = =

So I followed the advise given, and then started a new make -r
Got some nice output, but no error:
http://pastebin.com/gnP6kCQ5

Any hints, advice?
Thanks,


--
 - Cor
 - http://nl.libreoffice.org

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


Re: [Libreoffice] build error Ubuntu

2011-07-06 Thread Matúš Kukan
Hi Cor,

On 6 July 2011 17:45, Cor Nouws oo...@nouenoff.nl wrote:
 Hi,

 Updated from the master this morning.
 Building...

  = = =
 /bin/bash: line 1:  9995 Segmentation fault      make -s -r -j6
 dmake:  Error code 139, while making 'all'

That should be problem with Ubuntu's make. I was getting segmentation
fault quite often.

 So I followed the advise given, and then started a new make -r
 Got some nice output, but no error:
 http://pastebin.com/gnP6kCQ5

If you run make from toplevel again, it could work.

 Any hints, advice?
You may want to look at:
https://bugs.launchpad.net/ubuntu/+source/make-dfsg/+bug/759704

HTH,
Matus
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] build error Ubuntu

2011-07-06 Thread Caolán McNamara
On Wed, 2011-07-06 at 17:45 +0200, Cor Nouws wrote:
 So I followed the advise given, and then started a new make -r
 Got some nice output, but no error:

Might have been make itself,
make -v
?

C.


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


Re: [Libreoffice] build error Ubuntu

2011-07-06 Thread Cor Nouws

Hi Matúš,

Matúš Kukan wrote (06-07-11 17:57)


http://pastebin.com/gnP6kCQ5


If you run make from toplevel again, it could work.


Could could ... it does ;-)
Is it regular, when a make -r on sub level does not give an error, that 
make on top level is expected to run fine?



Any hints, advice?

You may want to look at:
https://bugs.launchpad.net/ubuntu/+source/make-dfsg/+bug/759704


Seems not really related to me (no AMD here for example), but anyway 
make -dev-install on it's way ;-)


Thanks,

--
 - Cor
 - http://nl.libreoffice.org

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


[Libreoffice] build error in scripting-beanshell

2011-05-22 Thread Andreas Radke
Entering /build/src/build/scripting/util/provider/beanshell

Entering /build/src/build/scripting/util/provider/javascript

/usr/share/java/apache-ant/bin/ant -Dprj=../.. -Dprjname=scripting 
-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6  -Ddebug=off 
-Doptimize=on -Dtarget=javaexamples -Dsolar.update=on  -Dout=../../unxlngx6.pro 
-Dinpath=unxlngx6.pro -Dproext=.pro 
-Dsolar.bin=/build/src/build/solver/340/unxlngx6.pro/bin  
-Dsolar.jar=/build/src/build/solver/340/unxlngx6.pro/bin 
-Dsolar.doc=/build/src/build/solver/340/unxlngx6.pro/doc 
-Dcommon.jar=/build/src/build/solver/340/unxlngx6.pro/bin  -Dcommon.doc= 
-Dsolar.sourceversion=OOO340  -Dsolar.lastminor=m1 -Dsolar.build=11 -f 
build.xml   -emacs -v
/bin/cp /build/src/build/solver/340/unxlngx6.pro/bin/osl/LICENSE 
../../../unxlngx6.pro/misc/ScriptProviderForJavaScript/registration/LICENSE
/usr/bin/perl /build/src/build/solenv/bin/transform_description.pl 
description.xml 
../../../unxlngx6.pro/misc/ScriptProviderForJavaScript/description.xml.1.ScriptProviderForJavaScript_in
cat 
../../../unxlngx6.pro/misc/ScriptProviderForJavaScript/description.xml.1.ScriptProviderForJavaScript_in
 | sed 
s/UPDATED_IDENTIFIER/com.sun.star.ScriptProviderForJavaScript-linux_x86_64/  
 
../../../unxlngx6.pro/misc/ScriptProviderForJavaScript/description.xml.2.ScriptProviderForJavaScript_in
cat 
../../../unxlngx6.pro/misc/ScriptProviderForJavaScript/description.xml.2.ScriptProviderForJavaScript_in
 | sed s/UPDATED_SUPPORTED_PLATFORM/linux_x86_64/  
../../../unxlngx6.pro/misc/ScriptProviderForJavaScript/description.xml
cp -f ../../../unxlngx6.pro/class/ScriptProviderForJavaScript.jar 
../../../unxlngx6.pro/misc/ScriptProviderForJavaScript/ScriptProviderForJavaScript.jar
cp -f /build/src/build/solver/340/unxlngx6.pro/bin/js.jar 
../../../unxlngx6.pro/misc/ScriptProviderForJavaScript/js.jar
/bin/cp /build/src/build/solver/340/unxlngx6.pro/bin/osl/LICENSE 
../../../unxlngx6.pro/misc/ScriptProviderForBeanShell/registration/LICENSE
/usr/bin/perl /build/src/build/solenv/bin/transform_description.pl 
description.xml 
../../../unxlngx6.pro/misc/ScriptProviderForBeanShell/description.xml.1.ScriptProviderForBeanShell_in
cat 
../../../unxlngx6.pro/misc/ScriptProviderForBeanShell/description.xml.1.ScriptProviderForBeanShell_in
 | sed 
s/UPDATED_IDENTIFIER/com.sun.star.ScriptProviderForBeanShell-linux_x86_64/   
../../../unxlngx6.pro/misc/ScriptProviderForBeanShell/description.xml.2.ScriptProviderForBeanShell_in
cat 
../../../unxlngx6.pro/misc/ScriptProviderForBeanShell/description.xml.2.ScriptProviderForBeanShell_in
 | sed s/UPDATED_SUPPORTED_PLATFORM/linux_x86_64/  
../../../unxlngx6.pro/misc/ScriptProviderForBeanShell/description.xml
cp -f ../../../unxlngx6.pro/class/ScriptProviderForBeanShell.jar 
../../../unxlngx6.pro/misc/ScriptProviderForBeanShell/ScriptProviderForBeanShell.jar
dmake:  Error: -- `/build/src/build/solver/340/unxlngx6.pro/bin/bsh.jar' not 
found, and can't be made
Retrying /build/src/build/scripting/util/provider/beanshell


with build option:  --enable-ext-scripting-beanshell \

configure logs says:
checking which beanshell to use... external
checking for /usr/share/java/bsh.jar... yes


any idea?

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


Re: [Libreoffice] build error with stlport

2011-03-25 Thread Miklos Vajna
On Fri, Mar 25, 2011 at 03:31:00PM +0100, Andreas Radke a.ra...@arcor.de 
wrote:
 I only found some notes about ixion and fields-table-formula.diff
 probably breaking this.
 
 Any idea about this?

Yes, I think anyone using the build repo disables
fields-table-formula.diff in the build. In the long term it'll be fixed
up and move to the repos, I guess.


pgpvzdMBL6PcL.pgp
Description: PGP signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] build error

2011-02-23 Thread Zongbo Zhang
Hi,

got an error during my first time full build.


Compiling: basegfx/source/polygon//usr/bin/sh: C:/cygwin/bin/grep.exe: 
Read-only file system
dmake:  Error code 126, while making '../../../wntmsci12.pro/bin/urp_uno.dll'
dmake:  '../../../wntmsci12.pro/bin/urp_uno.dll' removed.
dmake:  Error executing '/bin/rm': Read-only file system (Ignored)
Forcing regeneration of dependency info

dmake:  Error executing '/usr/bin/sh': Read-only file system
dmake:  Error code -1, while making 
'../../wntmsci12.pro/slo/b2dpolypolygontools.obj'
Forcing regeneration of dependency info

  5 [main] perl 952 fork: child -1 - CreateProcessW failed for 
'C:\cygwin\bin\perl.exe', errno 30
Retrying /home/zzh/git/libo/bridges/source/remote/urp

  7 [main] perl 5372 fork: child -1 - CreateProcessW failed for 
'C:\cygwin\bin\perl.exe', errno 30
Retrying /home/zzh/git/libo/basegfx/source/polygon

  75907 [main] perl 952 fork: child -1 - CreateProcessW failed for 
'C:\cygwin\bin\perl.exe', errno 30
  61050 [main] perl 5372 fork: child -1 - CreateProcessW failed for 
'C:\cygwin\bin\perl.exe', errno 30
  6 [main] perl 4496 fork: child -1 - CreateProcessW failed for 
'C:\cygwin\bin\perl.exe', errno 30
 183630 [main] perl 4496 fork: child -1 - CreateProcessW failed for 
'C:\cygwin\bin\perl.exe', errno 30
Modification of a read-only value attempted at 
/home/zzh/git/libo/solenv/bin/build.pl line 1993.
make: *** [all] Error 30

the switches used for config are:

./autogen.sh

--with-num-cpus=2

--disable-mozilla

--with-jdk-home=/cygdrive/c/program files/Java/jdk1.6.0_23

--with-ant-home=/cygdrive/c/ant/apache-ant-1.8.2

--with-cl-home=/cygdrive/c/program files/Microsoft Visual Studio 9.0/VC

--with-mspdb-path=/cygdrive/c/program files/Microsoft Visual Studio 
9.0/Common7/IDE

--with-asm-home=/cygdrive/c/program files/Microsoft Visual Studio 9.0/VC/Bin

--with-frame-home=/cygdrive/c/program files/Microsoft SDKs/Windows/v6.1

--with-psdk-home=/cygdrive/c/program files/Microsoft SDKs/Windows/v6.1

--with-midl-path=/cygdrive/c/program files/Microsoft SDKs/Windows/v6.1/Bin

--with-csc-path=/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v3.5

--disable-nss-module

--disable-activex --disable-atl

--disable-binfilter

--disable-odk

--without-junit

--disable-directx

--disable-epm



this cause my loptop to shutdown. what can I do now?

look forward to receiving instructions.



BR
zongbo zhang
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] build error with cppunit - Making install in DllPlugInTester

2011-02-13 Thread Kishan Bhat
Hi Michael,

I could successfully make dev-install on my lubuntu 10.10, yay!!

I'm sorry I could not provide you with results from the command you
suggested - objdump -T /lib/libdl.so.2. I had formatted and re-installed
lubuntu already.

Thanks for all your help on the ML and the IRC.

On Fri, Feb 11, 2011 at 11:10 PM, Kishan Bhat kishanb...@gmail.com wrote:

 Hi Michael,


 Ubuntu-natty dev build from Jan 26 2011.


 Now, I switched back to unbunto 10.10. I'l retry git, make and let know.



 On Fri, Feb 11, 2011 at 3:08 PM, Michael Meeks 
 michael.me...@novell.comwrote:

Hi Kishan,


 On Fri, 2011-02-11 at 09:15 +0530, Kishan Bhat wrote:

  I'm trying to build LO.


On what platform (out of interest ?) is this some self-build linux
 by

 any chance ? did you somehow disable dynamic linking while configuring

 it ? ;-)


  and I get this error: http://pastebin.com/KcMu29Ja


 make[2]: Entering directory

 `/home/bhat/git/libo/clone/libs-extern/cppunit/
 unxlngi6.pro/misc/build/cppunit-1.12.1/src/DllPlugInTester'

 /bin/bash ../../libtool --tag=CXX   --mode=link g++   -ldl  -o

 DllPlugInTester DllPlugInTester.o

 CommandLineParser.o ../../src/cppunit/libcppunit.la -lm

 g++ -o .libs/DllPlugInTester DllPlugInTester.o CommandLineParser.o

  -ldl ../../src/cppunit/.libs/libcppunit.so -lm  -Wl,--rpath

 -Wl,/home/bhat/git/libo/clone/libs-extern/cppunit/
 unxlngi6.pro/misc/build/cppunit-1.12.1/ooo-install/lib

 ./../src/cppunit/.libs/libcppunit.so: undefined reference to `dlsym'

 ./../src/cppunit/.libs/libcppunit.so: undefined reference to `dlopen'

 ./../src/cppunit/.libs/libcppunit.so: undefined reference to `dlclose'


Looks like your libdl is causing grief - it would be interesting to

 know what:


objdump -T /lib/libdl.so.2


says - surely it must define 'dlsym' ? :-) how could it not ? and
 your

 link line contains that.


ATB,


Michael.


 --

  michael.me...@novell.com  , Pseudo Engineer, itinerant idiot





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


Re: [Libreoffice] build error with cppunit - Making install in DllPlugInTester

2011-02-11 Thread Michael Meeks
Hi Kishan,

On Fri, 2011-02-11 at 09:15 +0530, Kishan Bhat wrote:
 I'm trying to build LO.

On what platform (out of interest ?) is this some self-build linux by
any chance ? did you somehow disable dynamic linking while configuring
it ? ;-)

 and I get this error: http://pastebin.com/KcMu29Ja

make[2]: Entering directory
`/home/bhat/git/libo/clone/libs-extern/cppunit/unxlngi6.pro/misc/build/cppunit-1.12.1/src/DllPlugInTester'
/bin/bash ../../libtool --tag=CXX   --mode=link g++   -ldl  -o
DllPlugInTester DllPlugInTester.o
CommandLineParser.o ../../src/cppunit/libcppunit.la -lm
g++ -o .libs/DllPlugInTester DllPlugInTester.o CommandLineParser.o
 -ldl ../../src/cppunit/.libs/libcppunit.so -lm  -Wl,--rpath
-Wl,/home/bhat/git/libo/clone/libs-extern/cppunit/unxlngi6.pro/misc/build/cppunit-1.12.1/ooo-install/lib
./../src/cppunit/.libs/libcppunit.so: undefined reference to `dlsym'
./../src/cppunit/.libs/libcppunit.so: undefined reference to `dlopen'
./../src/cppunit/.libs/libcppunit.so: undefined reference to `dlclose'

Looks like your libdl is causing grief - it would be interesting to
know what:

objdump -T /lib/libdl.so.2

says - surely it must define 'dlsym' ? :-) how could it not ? and your
link line contains that.

ATB,

Michael.

-- 
 michael.me...@novell.com  , Pseudo Engineer, itinerant idiot


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


Re: [Libreoffice] build error with cppunit - Making install in DllPlugInTester

2011-02-11 Thread Kishan Bhat
Hi Michael,

Ubuntu-natty dev build from Jan 26 2011.

Now, I switched back to unbunto 10.10. I'l retry git, make and let know.

On Fri, Feb 11, 2011 at 3:08 PM, Michael Meeks michael.me...@novell.comwrote:

 Hi Kishan,

 On Fri, 2011-02-11 at 09:15 +0530, Kishan Bhat wrote:
  I'm trying to build LO.

 On what platform (out of interest ?) is this some self-build linux
 by
 any chance ? did you somehow disable dynamic linking while configuring
 it ? ;-)

  and I get this error: http://pastebin.com/KcMu29Ja

 make[2]: Entering directory
 `/home/bhat/git/libo/clone/libs-extern/cppunit/
 unxlngi6.pro/misc/build/cppunit-1.12.1/src/DllPlugInTester'
 /bin/bash ../../libtool --tag=CXX   --mode=link g++   -ldl  -o
 DllPlugInTester DllPlugInTester.o
 CommandLineParser.o ../../src/cppunit/libcppunit.la -lm
 g++ -o .libs/DllPlugInTester DllPlugInTester.o CommandLineParser.o
  -ldl ../../src/cppunit/.libs/libcppunit.so -lm  -Wl,--rpath
 -Wl,/home/bhat/git/libo/clone/libs-extern/cppunit/
 unxlngi6.pro/misc/build/cppunit-1.12.1/ooo-install/lib
 ./../src/cppunit/.libs/libcppunit.so: undefined reference to `dlsym'
 ./../src/cppunit/.libs/libcppunit.so: undefined reference to `dlopen'
 ./../src/cppunit/.libs/libcppunit.so: undefined reference to `dlclose'

Looks like your libdl is causing grief - it would be interesting to
 know what:

objdump -T /lib/libdl.so.2

says - surely it must define 'dlsym' ? :-) how could it not ? and
 your
 link line contains that.

ATB,

Michael.

 --
  michael.me...@novell.com  , Pseudo Engineer, itinerant idiot



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


[Libreoffice] build error with cppunit - Making install in DllPlugInTester

2011-02-10 Thread Kishan Bhat
I'm trying to build LO.

This is what I did:
# mkdir git
# cd git
# git clone git://anongit.freedesktop.org/libreoffice/bootstrap libo
# ./autogen.sh --with-num-cpus=2 --with-max-jobs=1 --without-junit
--disable-graphite
# make

and the build failed citing to re-build cppunit.

I run:
# source *Env.Set.sh; cd cppunit; rm -r $INPATH ; deliver -delete; build
and I get this error: http://pastebin.com/KcMu29Ja

Can anyone please help

Thanks,
Kishan
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] build error on lingucomponent

2011-01-27 Thread Caolán McNamara
On Thu, 2011-01-27 at 13:54 +0700, Tantai Tanakanok wrote:
 Hi all,
 
 
 I have an error when build (master repo) on windows. Anyone have any
 idea how to fix this.

I don't see an error in that log, just some link-time warnings, are you
talking about those ?

C.


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


[Libreoffice] Build error on l10ntools

2011-01-26 Thread Tantai Tanakanok
Hi all,

The error occur while I was building LibreOffice on windows. It's on master
branch.

/MAP /OPT:NOREF -safeseh -nxcompat -dynamicbase -NODEFAULTLIB -RELEASE
-DEBUG -INCREMENTAL:NO /SUBSYSTEM:CONSOLE /DLL -out:../../
wntmsci12.pro/bin/helplinkermi.dll -map:../../
wntmsci12.pro/misc/helplinkermi.map
../../wntmsci12.pro/lib/ihelplinker.exp../../
wntmsci12.pro/slo/helplinker_dflt_version.o
bj ../../wntmsci12.pro/slb/HelpLinker.lib isal.lib libdb47.lib libxslt.lib
libxml2.lib expat_xmltok.lib ascii_expat_xmlparse.lib msvcrt.lib uwinapi.lib
kernel32.lib user32.lib oldnames.lib stlport_vc71.lib ../../
wntmsci12.pro/misc/helplinkermi.res
LINK : fatal error LNK1181: cannot open input file 'libdb47.lib'
dmake:  Error code 2, while making '../../wntmsci12.pro/bin/helplinkermi.dll
'

Anyone have any ideas?

-- 
_/|\_ Tantai Thanakanok. Open Source Development Co., Ltd.
Tel: +66 38 311816, Fax: +66 38 773128, http://www.osdev.co.th/
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] Build error on l10ntools

2011-01-26 Thread Tantai Tanakanok
I problem have been solved by rebuilding the berkeleydb.

On Wed, Jan 26, 2011 at 4:25 PM, Tantai Tanakanok tan...@osdev.co.thwrote:

 Hi all,

 The error occur while I was building LibreOffice on windows. It's on master
 branch.

 /MAP /OPT:NOREF -safeseh -nxcompat -dynamicbase -NODEFAULTLIB -RELEASE
 -DEBUG -INCREMENTAL:NO /SUBSYSTEM:CONSOLE /DLL -out:../../
 wntmsci12.pro/bin/helplinkermi.dll -map:../../
 wntmsci12.pro/misc/helplinkermi.map ../../
 wntmsci12.pro/lib/ihelplinker.exp ../../
 wntmsci12.pro/slo/helplinker_dflt_version.o
 bj ../../wntmsci12.pro/slb/HelpLinker.lib isal.lib libdb47.lib libxslt.lib
 libxml2.lib expat_xmltok.lib ascii_expat_xmlparse.lib msvcrt.lib uwinapi.lib
 kernel32.lib user32.lib oldnames.lib stlport_vc71.lib ../../
 wntmsci12.pro/misc/helplinkermi.res
 LINK : fatal error LNK1181: cannot open input file 'libdb47.lib'
 dmake:  Error code 2, while making '../../
 wntmsci12.pro/bin/helplinkermi.dll'

 Anyone have any ideas?

 --
 _/|\_ Tantai Thanakanok. Open Source Development Co., Ltd.
 Tel: +66 38 311816, Fax: +66 38 773128, http://www.osdev.co.th/




-- 
_/|\_ Tantai Thanakanok. Open Source Development Co., Ltd.
Tel: +66 38 311816, Fax: +66 38 773128, http://www.osdev.co.th/
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] build error on lingucomponent

2011-01-26 Thread Tantai Tanakanok
Hi all,

I have an error when build (master repo) on windows. Anyone have any idea
how to fix this.

lingucomponent deliver
Module 'lingucomponent' delivered successfully. 0 files copied, 20 files
unchanged
Compiling: connectivity/source/drivers/odbcbase/OTools.cxx
Compiling:
connectivity/source/drivers/odbcbase/ODatabaseMetaDataResultSet.cxx
Compiling: connectivity/source/drivers/odbcbase/ODatabaseMetaData.cxx
Compiling: connectivity/source/drivers/odbcbase/ODriver.cxx
Compiling: connectivity/source/drivers/odbcbase/OConnection.cxx
Making:odbcbase.lib
Making:module definition file odbcbasemi.def
LIB-NT File Dumper v4.00 (C) 2000 Sun Microsystems, Inc.

../../../wntmsci12.pro/misc/odbcbasemi.direct Making:iodbcbase.lib
lib -machine:IX86 @C:/cygwin/tmp/mksupsLK
Microsoft (R) Library Manager Version 9.00.21022.08
Copyright (C) Microsoft Corporation.  All rights reserved.

-out:../../../wntmsci12.pro/lib/iodbcbase.lib -def:../../../
wntmsci12.pro/misc/odbcbasemi.def
   Creating library ../../../wntmsci12.pro/lib/iodbcbase.lib and object
../../../wntmsci12.pro/lib/iodbcbase.exp
Making:odbcbasemi.dll
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation.  All rights reserved.

Microsoft (R) Incremental Linker Version 9.00.21022.08
Copyright (C) Microsoft Corporation.  All rights reserved.

/MAP /OPT:NOREF -safeseh -nxcompat -dynamicbase -NODEFAULTLIB -RELEASE
-DEBUG -INCREMENTAL:NO /SUBSYSTEM:CONSOLE /DLL -o
ut:../../../wntmsci12.pro/bin/odbcbasemi.dll -map:../../../
wntmsci12.pro/misc/odbcbasemi.map -implib:../../../wntmsci12.
pro/lib/iodbcbase.lib ../../../wntmsci12.pro/slo/OPreparedStatement.obj../../../
wntmsci12.pro/slo/OStatement.obj ../../
../wntmsci12.pro/slo/OResultSetMetaData.obj ../../../
wntmsci12.pro/slo/OResultSet.obj ../../../wntmsci12.pro/slo/OTools.
obj ../../../wntmsci12.pro/slo/ODatabaseMetaDataResultSet.obj ../../../
wntmsci12.pro/slo/ODatabaseMetaData.obj ../../../
wntmsci12.pro/slo/ODriver.obj
../../../wntmsci12.pro/slo/OConnection.obj../../../
wntmsci12.pro/slo/odbcbase_dflt_versio
n.obj
idbtools.lib icomphelp.lib icppuhelper.lib icppu.lib isal.lib isalhelper.lib
msvcrt.lib uwinapi.lib kernel32.lib user32.
lib oldnames.lib stlport_vc71.lib ../../../wntmsci12.pro/misc/odbcbasemi.res
LINK : warning LNK4103: import of deleting destructor 'protected: virtual
void * __thiscall connectivity::ODatabaseMetaD
ataResultSet::`vector deleting destructor'(unsigned int)'; image may not run
correctly
LINK : warning LNK4103: import of deleting destructor 'public: virtual void
* __thiscall connectivity::OResultSetPrivile
ges::`vector deleting destructor'(unsigned int)'; image may not run
correctly
LINK : warning LNK4103: import of deleting destructor 'public: virtual void
* __thiscall connectivity::ORowSetValueDecor
ator::`vector deleting destructor'(unsigned int)'; image may not run
correctly
   Creating library ../../../wntmsci12.pro/lib/iodbcbase.lib and object
../../../wntmsci12.pro/lib/iodbcbase.exp
linking ../../../wntmsci12.pro/bin/odbcbasemi.dll.manifest ...
Making:all_odbcbase.dpslo

-- 
_/|\_ Tantai Thanakanok. Open Source Development Co., Ltd.
Tel: +66 38 311816, Fax: +66 38 773128, http://www.osdev.co.th/
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] Build error in sc from libreoffice-3.3.0.3 tag

2011-01-13 Thread Kohei Yoshida
On Thu, 2011-01-13 at 16:46 +0100, Miklos Vajna wrote:
 Hi,
 
 The build ends with:
 
 Entering 
 /var/tmp/fst/src/libreoffice-build-3.3.0.3/build/libreoffice-3.3.0.3/sc/source/filter/excel
 
 Compiling: sc/source/filter/excel/colrowst.cxx

I guess you are using mdds 0.5.x on the 3.3 branch?  The 3.3 branch
requires 0.4.0, it won't build with 0.5.x.

Kohei

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


Re: [Libreoffice] Build error in sc from libreoffice-3.3.0.3 tag

2011-01-13 Thread Miklos Vajna
On Thu, Jan 13, 2011 at 10:55:53AM -0500, Kohei Yoshida kyosh...@novell.com 
wrote:
 I guess you are using mdds 0.5.x on the 3.3 branch?  The 3.3 branch
 requires 0.4.0, it won't build with 0.5.x.

Oh, indeed. :)

Thanks for the suggestion!


pgpgUGOywVnxb.pgp
Description: PGP signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] LibreOffice build error

2010-11-04 Thread Alexandr N. Zamaraev
cd /mnt/my_book/lang/sources/git/libreoffice/build/libreoffice-3.2.99.2
source ./LinuxX86Env.Set.sh
cd vcl
build
.
Entering
/mnt/my_book/lang/sources/git/libreoffice/build/libreoffice-3.2.99.2/vcl/unx/kde4

Compiling: vcl/unxlngi6.pro/misc/KDEXLib.moc.cxx
../../unxlngi6.pro/misc/KDEXLib.moc.cxx:15: fatal error:
private/qucomextra_p.h: No such file or directory
compilation terminated.
dmake:  Error code 1, while making '../../unxlngi6.pro/slo/KDEXLib.moc.obj'
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] Build error - desktop - migration

2010-11-04 Thread Wols Lists
Entering
/home/anthony/gitstuff/loffice/build/build/libreoffice-3.2.99.2/desktop/source/migration

Making:all_mig.dpslo
Compiling: desktop/source/migration/migration.cxx
Compiling: desktop/source/migration/cfgfilter.cxx
/home/anthony/gitstuff/loffice/build/build/libreoffice-3.2.99.2/desktop/source/migration/migration.cxx:215:
error: no 'void desktop::Migration::migrateSettingsIfNecessary()' member
function declared in class 'desktop::Migration'
dmake:  Error code 1, while making '../../unxlngx6.pro/slo/migration.obj'

I'm testing deleting the enable-java flag, but this looks nothing like
it's related to java ...

I sync'd to HEAD yesterday, I'll try syncing again, but does anyone know
what this is? I've done the quick delete unxlngx6.pro fix twice - no
luck :-(

Cheers,
Wol
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] build error in desktop no 'void desktop::Migration::migrateSettingsIfNecessary()'

2010-11-04 Thread Nadav Vinik
Making:all_mig.dpslo
Compiling: desktop/source/migration/migration.cxx
/home/projects/build/build/libreoffice-3.2.99.2/desktop/source/migration/migration.cxx:215:44:
error: no 'void desktop::Migration::migrateSettingsIfNecessary()'
member function declared in class 'desktop::Migration'
dmake:  Error code 1, while making '../../unxlngi6.pro/slo/migration.obj'

thanks
Nadav

-- 
הבלוג שלי:
http://nadavvin.com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] build error in desktop no 'void desktop::Migration::migrateSettingsIfNecessary()'

2010-11-04 Thread Nadav Vinik
On Thu, Nov 4, 2010 at 12:22 PM, Caolán McNamara caol...@redhat.com wrote:
 On Thu, 2010-11-04 at 12:11 +0200, Nadav Vinik wrote:
 Making:    all_mig.dpslo
 Compiling: desktop/source/migration/migration.cxx
 /home/projects/build/build/libreoffice-3.2.99.2/desktop/source/migration/migration.cxx:215:44:
 error: no 'void desktop::Migration::migrateSettingsIfNecessary()'
 member function declared in class 'desktop::Migration'
 dmake:  Error code 1, while making '../../unxlngi6.pro/slo/migration.obj'

 I believe that the problem is that migration.hxx was moved, but the
 rsync process can't handle that.

 so you need to manually remove the additional migration.hxx

 i.e.

 find /home/projects/build/build/libreoffice-3.2.99.2/desktop -name
 migration.hxx

 the one that *should* be there is

 desktop/inc/migration.hxx

 you'll have another one listed, remove that extra one and then
 additionally
 rm -rf /home/projects/build/build/libreoffice-3.2.99.2/desktop/unxl*.pro

 and try again.

thanks
work



 Alternatively

 rm -rf /home/projects/build/build/libreoffice-3.2.99.2/desktop
 touch clone/repos_changed
 make

 to remove desktop entirely, and force it to be resynced from scratch
 again.

 C.





-- 
הבלוג שלי:
http://nadavvin.com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] build error in desktop no 'void desktop::Migration::migrateSettingsIfNecessary()'

2010-11-04 Thread Nadav Vinik
LO compiled successfully but failed to install:

|  |   Congratulation ! You have successfully built
|  | (  )  (  )(  ,)(  ,) (  _)  /  \(  _)(  _)(  )/ _)(  _)
|  |  )(__  )(  ) ,\ )  \  ) _) ( () )) _) ) _) )(( (_  ) _)
|__| ()(__)(___/(_)\_)(___)  \__/(_)  (_)  (__)\__)(___)
touch stamp/build


$ bin/ooinstall -l /home/projects/install
Reading setup from bin/setup
Running OOo installer
Subroutine installer::epmfile::getcwd redefined at
/home/projects/build/build/libreoffice-3.2.99.2/solenv/bin/modules/installer/epmfile.pm
line 43
Digest::MD5 object version 2.39 does not match bootstrap parameter
2.51 at /usr/lib/perl/5.10/DynaLoader.pm line 215.
Compilation failed in require at
/home/projects/build/build/libreoffice-3.2.99.2/solenv/bin/modules/installer/packagepool.pm
line 30.
BEGIN failed--compilation aborted at
/home/projects/build/build/libreoffice-3.2.99.2/solenv/bin/modules/installer/packagepool.pm
line 30.
Compilation failed in require at
/home/projects/build/build/libreoffice-3.2.99.2/solenv/bin/make_installer.pl
line 53.
BEGIN failed--compilation aborted at
/home/projects/build/build/libreoffice-3.2.99.2/solenv/bin/make_installer.pl
line 53.
Failed to install:  at solenv/bin/ooinstall line 96.
Failed to ooinstall at bin/ooinstall line 72.
na...@nadav-desktop:/home/projects/build$ bin/ooinstall -l
/home/projects/install
Reading setup from bin/setup
Running OOo installer
Subroutine installer::epmfile::getcwd redefined at
/home/projects/build/build/libreoffice-3.2.99.2/solenv/bin/modules/installer/epmfile.pm
line 43
Digest::MD5 object version 2.39 does not match bootstrap parameter
2.51 at /usr/lib/perl/5.10/DynaLoader.pm line 215.
Compilation failed in require at
/home/projects/build/build/libreoffice-3.2.99.2/solenv/bin/modules/installer/packagepool.pm
line 30.
BEGIN failed--compilation aborted at
/home/projects/build/build/libreoffice-3.2.99.2/solenv/bin/modules/installer/packagepool.pm
line 30.
Compilation failed in require at
/home/projects/build/build/libreoffice-3.2.99.2/solenv/bin/make_installer.pl
line 53.
BEGIN failed--compilation aborted at
/home/projects/build/build/libreoffice-3.2.99.2/solenv/bin/make_installer.pl
line 53.
Failed to install:  at solenv/bin/ooinstall line 96.
Failed to ooinstall at bin/ooinstall line 72.


thanks
Nadav

On Thu, Nov 4, 2010 at 1:44 PM, Nadav Vinik em...@nadavvin.com wrote:
 On Thu, Nov 4, 2010 at 12:22 PM, Caolán McNamara caol...@redhat.com wrote:
 On Thu, 2010-11-04 at 12:11 +0200, Nadav Vinik wrote:
 Making:    all_mig.dpslo
 Compiling: desktop/source/migration/migration.cxx
 /home/projects/build/build/libreoffice-3.2.99.2/desktop/source/migration/migration.cxx:215:44:
 error: no 'void desktop::Migration::migrateSettingsIfNecessary()'
 member function declared in class 'desktop::Migration'
 dmake:  Error code 1, while making '../../unxlngi6.pro/slo/migration.obj'

 I believe that the problem is that migration.hxx was moved, but the
 rsync process can't handle that.

 so you need to manually remove the additional migration.hxx

 i.e.

 find /home/projects/build/build/libreoffice-3.2.99.2/desktop -name
 migration.hxx

 the one that *should* be there is

 desktop/inc/migration.hxx

 you'll have another one listed, remove that extra one and then
 additionally
 rm -rf /home/projects/build/build/libreoffice-3.2.99.2/desktop/unxl*.pro

 and try again.

 thanks
 work



 Alternatively

 rm -rf /home/projects/build/build/libreoffice-3.2.99.2/desktop
 touch clone/repos_changed
 make

 to remove desktop entirely, and force it to be resynced from scratch
 again.

 C.





 --
 הבלוג שלי:
 http://nadavvin.com




-- 
הבלוג שלי:
http://nadavvin.com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] build error in desktop no 'void desktop::Migration::migrateSettingsIfNecessary()'

2010-11-04 Thread Michael Meeks

On Thu, 2010-11-04 at 12:11 +0200, Nadav Vinik wrote:
 Making:all_mig.dpslo
 Compiling: desktop/source/migration/migration.cxx
 /home/projects/build/build/libreoffice-3.2.99.2/desktop/source/migration/migration.cxx:215:44:
 error: no 'void desktop::Migration::migrateSettingsIfNecessary()'
 member function declared in class 'desktop::Migration'

As Caolan says I moved migration.hxx - unfortunately the dependency
generation is also broken; so it is best to remove the entirel
desktop/unxlngi6.pro (or equivalent) output directory, and re-build that
module.

HTH,

Michael.

-- 
 michael.me...@novell.com  , Pseudo Engineer, itinerant idiot


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


Re: [Libreoffice] build error in desktop no 'void desktop::Migration::migrateSettingsIfNecessary()'

2010-11-04 Thread Wols Lists
On 04/11/10 10:22, Caolán McNamara wrote:
 On Thu, 2010-11-04 at 12:11 +0200, Nadav Vinik wrote:
  Making:all_mig.dpslo
  Compiling: desktop/source/migration/migration.cxx
  /home/projects/build/build/libreoffice-3.2.99.2/desktop/source/migration/migration.cxx:215:44:
  error: no 'void desktop::Migration::migrateSettingsIfNecessary()'
  member function declared in class 'desktop::Migration'
  dmake:  Error code 1, while making '../../unxlngi6.pro/slo/migration.obj'
 I believe that the problem is that migration.hxx was moved, but the
 rsync process can't handle that. 

Any particular reason why? Is there a reason it can't use --delete?

Actually, I can guess ... if it's syncing more than the migration
directory, then that'll be it. But if that's the case, can we sync the
directory above without -r, then sync migration itself with --delete?

What file is the rsync in? If no-one looks at it, I will ... :-)

Cheers,
Wol
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] build error in desktop no 'void desktop::Migration::migrateSettingsIfNecessary()'

2010-11-04 Thread Sebastian Spaeth
On Thu, 04 Nov 2010 12:45:25 +, Wols Lists wrote:
 Any particular reason why? Is there a reason it can't use --delete?

Without knowing anything specific I would say because --delete would
remove all compiled files (and the unx* directory). So you would need
some exclude files as well AFAIK. Wouldn't the time be better spend
making the build work in rawbuild by default?

Sebastian


pgpEGs9zd8fkL.pgp
Description: PGP signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] build error in desktop no 'void desktop::Migration::migrateSettingsIfNecessary()'

2010-11-04 Thread Wols Lists
On 04/11/10 13:46, Sebastian Spaeth wrote:
 On Thu, 04 Nov 2010 12:45:25 +, Wols Lists wrote:
 Any particular reason why? Is there a reason it can't use --delete?
 Without knowing anything specific I would say because --delete would
 remove all compiled files (and the unx* directory). So you would need
 some exclude files as well AFAIK. Wouldn't the time be better spend
 making the build work in rawbuild by default?

 Sebastian
Okay, I'll investigate that too.

However, it did strike me that just running a *second* rsync with
--delete over the source subdirectory might be a good idea (or it might
not :-)

Cheers,
Wol
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


  1   2   >