Re: Build Fails In Module Coinmp

2014-01-10 Thread Herbert Duerr

On 09.01.2014 17:39, Tyler Kavanaugh wrote:

I was able to start the build using Herbert's suggestion, and everything
seemed to be going well all the way until the build system tried to
build the modules coinmp, python, and sal. At that point, it failed.
I've got a build log I can submit, if anyone wants to see it. I also
tried building the individual module sal, by running:

build --from sal -P2 -- -P2

and ended up getting some sort of undefined symbol error coming from the
STL headers, as far as I could tell.


Are you building AOO 4.0.x or trunk? On what platform? If you are 
building AOO 4.0.x you have to use the --without-stlport configure 
option. On trunk this is automatically enabled.


The relevant excerpt from the build log are essential for solving the 
problem. I personally am away for the next couple of days though, but 
maybe someone else can figure out what went wrong.


Herbert

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Build Fails In Module Coinmp

2014-01-10 Thread Tyler Kavanaugh



On 1/10/2014 6:01 AM, Herbert Duerr wrote:

On 09.01.2014 17:39, Tyler Kavanaugh wrote:

I was able to start the build using Herbert's suggestion, and everything
seemed to be going well all the way until the build system tried to
build the modules coinmp, python, and sal. At that point, it failed.
I've got a build log I can submit, if anyone wants to see it. I also
tried building the individual module sal, by running:

build --from sal -P2 -- -P2

and ended up getting some sort of undefined symbol error coming from the
STL headers, as far as I could tell.


Are you building AOO 4.0.x or trunk? On what platform? If you are
building AOO 4.0.x you have to use the --without-stlport configure
option. On trunk this is automatically enabled.

The relevant excerpt from the build log are essential for solving the
problem. I personally am away for the next couple of days though, but
maybe someone else can figure out what went wrong.
I am building trunk on Windows XP SP3. I don't know which excerpt of the 
build log is relevant, so I'll attach the whole thing (~32 KB).


Herbert

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org


build -- version: 275224


=
Building module solenv
=

Entering /cygdrive/i/aoo/main/solenv

solenv deliver
deliver -- version: 275594
Module 'solenv' delivered successfully. 3 files copied, 0 files unchanged

=
Building module boost
=

=
Building module afms
=

=
Building module more_fonts
=

=
Building module MathMLDTD
=

=
Building module extras
=

=
Building module tomcat
=

=
Building module x11_extensions
=

=
Building module beanshell
=

=
Building module soltools
=

=
Building module sane
=

=
Building module vigra
=

=
Building module twain
=

=
Building module hsqldb
=

=
Building module unixODBC
=

=
Building module stax
=

=
Building module apr
=

Entering /cygdrive/i/aoo/main/boost


Entering /cygdrive/i/aoo/main/afms


Entering /cygdrive/i/aoo/main/more_fonts/fonts/ttf_dejavu

MathMLDTD deliver

Entering /cygdrive/i/aoo/main/extras/source/templates/presnt/lang


Entering /cygdrive/i/aoo/main/tomcat

deliver -- version: 275594
Module 'MathMLDTD' delivered successfully. 3 files copied, 0 files unchanged
x11_extensions deliver

Entering /cygdrive/i/aoo/main/beanshell


Entering /cygdrive/i/aoo/main/soltools/winunistd

deliver -- version: 275594
Module 'x11_extensions' delivered successfully. 7 files copied, 0 files 
unchanged
sane deliver

Entering /cygdrive/i/aoo/main/vigra

deliver -- version: 275594
Module 'sane' delivered successfully. 2 files copied, 0 files unchanged

Entering /cygdrive/i/aoo/main/twain/util


Entering /cygdrive/i/aoo/main/hsqldb

unixODBC deliver

Entering /cygdrive/i/aoo/main/stax

deliver -- version: 275594
Module 'unixODBC' delivered successfully. 6 files copied, 0 files unchanged

Entering /cygdrive/i/aoo/ext_libraries/apr

boost deliver
Your java version already contains StAX
afms deliver
deliver -- version: 275594
Module 'afms' delivered successfully. 2 files copied, 0 files unchanged

Entering /cygdrive/i/aoo/main/more_fonts/fonts/ttf_gentium


Entering /cygdrive/i/aoo/main/extras/source/symbols

tomcat deliver
deliver -- version: 275594
Module 'tomcat' delivered successfully. 2 files copied, 0 files unchanged
beanshell deliver
deliver -- version: 275594
Module 'beanshell' delivered successfully. 2 files copied, 0 files unchanged

Entering /cygdrive/i/aoo/main/soltools/mkdepend

vigra deliver
deliver -- version: 275594
Module 'vigra' delivered successfully. 98 files copied, 0 files unchanged
twain deliver
deliver -- version: 275594
Module 'twain' delivered successfully. 2 files copied, 0 files unchanged
hsqldb deliver
deliver -- version: 275594
Module 'hsqldb' delivered successfully. 2 files copied, 0 files unchanged
stax deliver
deliver -- version: 275594
Module 'stax' delivered successfully. 1 files copied, 0 files unchanged
apr deliver
deliver -- version: 275594
Module 'apr' delivered successfully. 40 files copied, 3 files unchanged

Entering /cygdrive/i/aoo/main/more_fonts/fonts/ttf_croscore


Entering /cygdrive/i/aoo/main/extras/source/gallery/txtshapes


Entering /cygdrive/i/aoo/main/soltools/support

Making:all_soltools_support.dpslo
Making:all_soltools_support.dpobj
more_fonts deliver
deliver -- version: 275594
Module 'more_fonts' delivered successfully. 47 files copied, 0 files unchanged

Entering /cygdrive/i/aoo/main/extras/source/templates/wizard/styles/lang


Entering 

Build Fails In Module Coinmp (was: Re: Problems at the Beginning of the Windows Build)

2014-01-09 Thread Tyler Kavanaugh
I was able to start the build using Herbert's suggestion, and everything 
seemed to be going well all the way until the build system tried to 
build the modules coinmp, python, and sal. At that point, it failed. 
I've got a build log I can submit, if anyone wants to see it. I also 
tried building the individual module sal, by running:


build --from sal -P2 -- -P2

and ended up getting some sort of undefined symbol error coming from the 
STL headers, as far as I could tell.


Tyler

On 1/9/2014 12:34 AM, Herbert Duerr wrote:

On 01/09/2014 01:28 AM, Tyler Kavanaugh wrote:

I've just finished configuring and bootstrapping the Windows build of
OpenOffice (from the head revision on trunk). I changed to
aoo/main/instsetoo_native, and ran:

build -P2 -- -P2


Also use the --all option, so that all dependencies of this final module
are processed first, i.e. run
build --all -P2 -- -P2


[...] The first time I tried to do the build, about
an hour or so ago, I got errors relating to the use of carriage
return/newline (\r\n) pairs, with Perl complaining that '\r' wasn't a
valid command. (Keep in mind that my initial checkout was done using
TortoiseSVN and not Cygwin). So I clobbered the whole checkout, redid it
with the Cygwin svn client, then reconfigured and bootstrapped again. I
remembered to source the winenv.set.sh file--did that prior to the call
to ./bootstrap.


Apparently cygwin's Subversion and Tortoise use different defaults for
files without a svn:eol-style property (or with svn:eol-style=native).
Keeping files as they are checked in when that property hasn't been set
seems to be the default for cygwin's svn. Can Tortoise be configured to
behave similarly?

Herbert

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org