Re: Build of master fails somewhere in the end

2012-10-29 Thread Michael Meeks

On Sat, 2012-10-27 at 13:06 +0200, Regina Henschel wrote:
  I tried to build LO with MSVC on WinXP, but building fails somewhere in the
  end. I have attached the file build_error.log.
...
 I find error message in the fetch log:
 Cloning into helpcontent2...
 fatal: reference is not a tree: 2cc7764943882fa89e31c96f6e0467c96bda3976
 Unable to checkout '2cc7764943882fa89e31c96f6e0467c96bda3976' in 
 submodule path 'helpcontent2'

 And indeed folder helpcontent2 exists but is empty besides subfolder .git.

IMHO - we really need to hard-fail on this instead of having this minor
warning 'fatal:', that doesn't cause an abort :-) I had a poke in
Makefile.top but didn't manage to unwind how that works - is it a matter
of some testing  hackery of './g' ?

ATB,

Michael.

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

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


Re: Build of master fails somewhere in the end

2012-10-29 Thread Regina Henschel

Hi Matúš,

Matúš Kukan schrieb:

Hi Regina,

On 27 October 2012 19:10, Regina Henschel rb.hensc...@t-online.de wrote:

Removing src.download was not sufficient. I have deleted the folder
helpcontent2 and then I got a checked out
'50b30c29041679bbf20ee9c4d2b7558b9b84601c'.


ah, nice that it worked in the end


But the build still do not finish :(
I've attached the next build_error.log


When in doubt, check http://tinderbox.libreoffice.org/MASTER/status.html
This error was fixed with
http://cgit.freedesktop.org/libreoffice/core/commit/?id=3149d338fc2d766f7e0e974ecf1993b42f32e98d
I think.
It should be safe to pull again now.


Yes, after another pull it has build and installed fine now.

Kind regards
Regina

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


Re: Build of master fails somewhere in the end

2012-10-27 Thread Matúš Kukan
On 27 October 2012 09:25, Regina Henschel rb.hensc...@t-online.de wrote:
 Hi all,

 I tried to build LO with MSVC on WinXP, but building fails somewhere in the
 end. I have attached the file build_error.log.


: ERROR: Removing file shared_en-US.zip from file list.
: ERROR: Removing file sbasic_en-US.zip from file list.
: ERROR: Removing file scalc_en-US.zip from file list.
: ERROR: Removing file schart_en-US.zip from file list.
: ERROR: Removing file sdatabase_en-US.zip from file list.
: ERROR: Removing file sdraw_en-US.zip from file list.
: ERROR: Removing file simpress_en-US.zip from file list.
: ERROR: Removing file smath_en-US.zip from file list.
: ERROR: Removing file swriter_en-US.zip from file list.

means you don't have helpcontent2 built and delivered.
No idea why.
Either ensure that make helpcontent2.deliver does something or
add --without-help to autogen.lastrun; make scp2.clean and make again

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


Re: Build of master fails somewhere in the end

2012-10-27 Thread Regina Henschel

Hi Matúš,

Matúš Kukan schrieb:

On 27 October 2012 09:25, Regina Henschel rb.hensc...@t-online.de wrote:

Hi all,

I tried to build LO with MSVC on WinXP, but building fails somewhere in the
end. I have attached the file build_error.log.



: ERROR: Removing file shared_en-US.zip from file list.
: ERROR: Removing file sbasic_en-US.zip from file list.
: ERROR: Removing file scalc_en-US.zip from file list.
: ERROR: Removing file schart_en-US.zip from file list.
: ERROR: Removing file sdatabase_en-US.zip from file list.
: ERROR: Removing file sdraw_en-US.zip from file list.
: ERROR: Removing file simpress_en-US.zip from file list.
: ERROR: Removing file smath_en-US.zip from file list.
: ERROR: Removing file swriter_en-US.zip from file list.

means you don't have helpcontent2 built and delivered.
No idea why.


I find error message in the fetch log:
Cloning into helpcontent2...
fatal: reference is not a tree: 2cc7764943882fa89e31c96f6e0467c96bda3976
Unable to checkout '2cc7764943882fa89e31c96f6e0467c96bda3976' in 
submodule path 'helpcontent2'


And indeed folder helpcontent2 exists but is empty besides subfolder .git.


Either ensure that make helpcontent2.deliver does something or
add --without-help to autogen.lastrun; make scp2.clean and make again


Trying 'make fetch' again gives only:
make[1]: Nothing to be done for `fetch'.

How to get helpcontent2 afterwards?

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


Re: Build of master fails somewhere in the end

2012-10-27 Thread Matúš Kukan
Hi Regina,

On 27 October 2012 13:06, Regina Henschel rb.hensc...@t-online.de wrote:
 I find error message in the fetch log:
 Cloning into helpcontent2...
 fatal: reference is not a tree: 2cc7764943882fa89e31c96f6e0467c96bda3976
 Unable to checkout '2cc7764943882fa89e31c96f6e0467c96bda3976' in submodule
 path 'helpcontent2'

It seems you are between af8d133ea0698ce7a163664e061d9ed33fb358c6 and
9ffc1f4e03d1477eaa29873267161e7697c55d3f
The latter just reverts the first one.
So, either revert af8d133ea0698ce7a163664e061d9ed33fb358c6 or ./g pull -r

 Trying 'make fetch' again gives only:
 make[1]: Nothing to be done for `fetch'.

 How to get helpcontent2 afterwards?

rm src.downloaded
and then make fetch

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


Re: Build of master fails somewhere in the end

2012-10-27 Thread Regina Henschel

Hi all,

Matúš Kukan schrieb:

Hi Regina,

On 27 October 2012 13:06, Regina Henschel rb.hensc...@t-online.de wrote:

I find error message in the fetch log:
Cloning into helpcontent2...
fatal: reference is not a tree: 2cc7764943882fa89e31c96f6e0467c96bda3976
Unable to checkout '2cc7764943882fa89e31c96f6e0467c96bda3976' in submodule
path 'helpcontent2'


It seems you are between af8d133ea0698ce7a163664e061d9ed33fb358c6 and
9ffc1f4e03d1477eaa29873267161e7697c55d3f
The latter just reverts the first one.
So, either revert af8d133ea0698ce7a163664e061d9ed33fb358c6 or ./g pull -r



I did git pull.




Trying 'make fetch' again gives only:
make[1]: Nothing to be done for `fetch'.

How to get helpcontent2 afterwards?


rm src.downloaded
and then make fetch


Removing src.download was not sufficient. I have deleted the folder 
helpcontent2 and then I got a checked out 
'50b30c29041679bbf20ee9c4d2b7558b9b84601c'.


But the build still do not finish :(
I've attached the next build_error.log

Kind regards
Regina
log for /cygdrive/c/git/LO37Nov/tail_build/prj
/cygdrive/c/git/LO37Nov/pyuno/Library_pyuno.mk:27: warning: overriding recipe for target `C:/git/LO37Nov/workdir/wntmsci12/LinkTarget/Library/pyuno.pyd'
/cygdrive/c/git/LO37Nov/pyuno/Library_pyuno.mk:27: warning: ignoring old recipe for target `C:/git/LO37Nov/workdir/wntmsci12/LinkTarget/Library/pyuno.pyd'
[build DEP] LNK:Library/iwriterfilter.lib
[build DEP] LNK:Library/irptui.lib
/cygdrive/c/git/LO37Nov/pyuno/Library_pyuno.mk:27: warning: overriding recipe for target `C:/git/LO37Nov/workdir/wntmsci12/LinkTarget/Library/pyuno.pyd'
/cygdrive/c/git/LO37Nov/pyuno/Library_pyuno.mk:27: warning: ignoring old recipe for target `C:/git/LO37Nov/workdir/wntmsci12/LinkTarget/Library/pyuno.pyd'
[build SCT] scp2/source/templates/alllangmodules_accessories_samples
[build SCT] scp2/source/templates/alllangmodules_accessories_samples_root
[build SCT] scp2/source/templates/alllangmodules_accessories_templates
[build SCT] scp2/source/templates/alllangmodules_accessories_templates_root
[build SCT] scp2/source/templates/alllangmodules_base
[build SCT] scp2/source/templates/alllangmodules_calc
[build SCT] scp2/source/templates/alllangmodules_draw
[build SCT] scp2/source/templates/alllangmodules_extensions_templates
[build SCT] scp2/source/templates/alllangmodules_impress
[build SCT] scp2/source/templates/alllangmodules_math
[build SCT] scp2/source/templates/allhelpmodules
[build SCT] scp2/source/templates/allhelpmodules_root
[build SCT] scp2/source/templates/alllangmodules
[build SCT] scp2/source/templates/alllangmodules_root
[build SCT] scp2/source/templates/alllangmodules_writer
[build CHK] scp2
[build SLC] scp2
[build MOD] clucene
[build MOD] librsvg
[build MOD] neon
[build SCC] scp2/source/accessories/module_accessories
[build SCC] scp2/source/accessories/module_font_accessories
[build SCC] scp2/source/accessories/module_gallery_accessories
[build SCC] scp2/source/accessories/module_samples_accessories
[build SCC] scp2/source/accessories/module_templates_accessories
[build SCC] scp2/source/base/module_base
[build SCC] scp2/source/base/postgresqlsdbc
[build SCC] scp2/source/calc/module_calc
[build SCC] scp2/source/draw/module_draw
[build SCC] scp2/source/extensions/module_extensions
[build SCC] scp2/source/extensions/module_extensions_sun_templates
[build SCC] scp2/source/graphicfilter/module_graphicfilter
[build SCC] scp2/source/impress/module_impress
[build SCC] scp2/source/math/module_math
[build SCC] scp2/source/onlineupdate/module_onlineupdate
[build SCC] scp2/source/ooo/module_helppack
[build SCC] scp2/source/ooo/module_langpack
[build SCC] scp2/source/ooo/module_ooo
[build SCC] scp2/source/ooo/module_systemint
[build SCC] scp2/source/python/module_python
[build SCC] scp2/source/python/module_python_mailmerge
[build SCC] scp2/source/writer/module_writer
[build SCC] scp2/source/xsltfilter/module_xsltfilter
[build SCC] scp2/source/activex/module_activex
[build SCC] scp2/source/quickstart/module_quickstart
[build SCC] scp2/source/base/folderitem_base
[build SCC] scp2/source/base/registryitem_base
[build SCC] scp2/source/calc/folderitem_calc
[build SCC] scp2/source/calc/registryitem_calc
[build SCC] scp2/source/draw/folderitem_draw
[build SCC] scp2/source/draw/registryitem_draw
[build SCC] scp2/source/impress/folderitem_impress
[build SCC] scp2/source/impress/registryitem_impress
[build SCC] scp2/source/math/folderitem_math
[build SCC] scp2/source/math/registryitem_math
[build SCC] scp2/source/ooo/folderitem_ooo
[build SCC] scp2/source/ooo/registryitem_ooo
[build SCC] scp2/source/writer/folderitem_writer
[build SCC] scp2/source/writer/registryitem_writer
[build SCC] scp2/source/winexplorerext/module_winexplorerext
[build SCC] scp2/source/gnome/module_gnome
[build SCC] scp2/source/javafilter/module_javafilter
[build SCC] scp2/source/javafilter/registryitem_javafilter
[build CUT] binaryurp_test-cache
[build CUT] o3tl_tests
[build CUT] Module_DLL
[build CUT] sal_bytesequence

Re: Build of master fails somewhere in the end

2012-10-27 Thread Matúš Kukan
Hi Regina,

On 27 October 2012 19:10, Regina Henschel rb.hensc...@t-online.de wrote:
 Removing src.download was not sufficient. I have deleted the folder
 helpcontent2 and then I got a checked out
 '50b30c29041679bbf20ee9c4d2b7558b9b84601c'.

ah, nice that it worked in the end

 But the build still do not finish :(
 I've attached the next build_error.log

When in doubt, check http://tinderbox.libreoffice.org/MASTER/status.html
This error was fixed with
http://cgit.freedesktop.org/libreoffice/core/commit/?id=3149d338fc2d766f7e0e974ecf1993b42f32e98d
I think.
It should be safe to pull again now.

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