Re: [Libreoffice] building smoketest fails

2011-11-01 Thread Jean-Baptiste Faure
Le 02/11/2011 01:33, Bjoern Michaelsen a écrit :
> On Tue, Nov 01, 2011 at 07:35:38PM -0400, Bjoern Michaelsen wrote:
>> On Tue, Nov 01, 2011 at 10:34:02PM +0100, Jean-Baptiste Faure wrote:
>>> Any clue what goes wrong ?
>>
>> I see that here too and it recently worked. A guess into the blue is that:
>>
>> fb6a64d8fc6a93b52a10fad5516918fed9482f22
>>
>> broke it, as it seems to always use the internal headers, even when building
>> with system cppunit. Try to revert that commit and build again. If that 
>> doesnt help add
>> --without-system-cppunit for now.
> 
> 
> Nah, that wasnt it, fixed as:
> 
>  
> http://cgit.freedesktop.org/libreoffice/core/commit/?id=0bcda87664af59e01f4e1048991e5cf752547556
> 
> instead.

I confirm, smoketest build works now.

Thank you for this quick fix.

Best regards.
JBF

-- 
Seuls des formats ouverts peuvent assurer la pérennité de vos documents.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] building smoketest fails

2011-11-01 Thread Bjoern Michaelsen
On Tue, Nov 01, 2011 at 07:35:38PM -0400, Bjoern Michaelsen wrote:
> On Tue, Nov 01, 2011 at 10:34:02PM +0100, Jean-Baptiste Faure wrote:
> > Any clue what goes wrong ?
> 
> I see that here too and it recently worked. A guess into the blue is that:
> 
> fb6a64d8fc6a93b52a10fad5516918fed9482f22
> 
> broke it, as it seems to always use the internal headers, even when building
> with system cppunit. Try to revert that commit and build again. If that 
> doesnt help add
> --without-system-cppunit for now.


Nah, that wasnt it, fixed as:

 
http://cgit.freedesktop.org/libreoffice/core/commit/?id=0bcda87664af59e01f4e1048991e5cf752547556

instead.

Best,

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


Re: [Libreoffice] building smoketest fails

2011-11-01 Thread Bjoern Michaelsen
On Tue, Nov 01, 2011 at 10:34:02PM +0100, Jean-Baptiste Faure wrote:
> > Making:libsmoketest.so
> > ./unxlngx6.pro/slo/smoketest.o: In function 
> > `CppUnit::ConcretTestFixtureFactory<(anonymous 
> > namespace)::Test>::makeFixture()':
> > smoketest.cxx:(.text+0x151): undefined reference to 
> > `test::OfficeConnection::OfficeConnection()'
> > ./unxlngx6.pro/slo/smoketest.o: In function `(anonymous 
> > namespace)::Test::~Test()':
> > smoketest.cxx:(.text+0x1c3): undefined reference to 
> > `test::OfficeConnection::~OfficeConnection()'
> > ./unxlngx6.pro/slo/smoketest.o: In function `(anonymous 
> > namespace)::Test::~Test()':
> > smoketest.cxx:(.text+0x203): undefined reference to 
> > `test::OfficeConnection::~OfficeConnection()'
> > ./unxlngx6.pro/slo/smoketest.o: In function `(anonymous 
> > namespace)::Test::test()':
> > smoketest.cxx:(.text+0xf1d): undefined reference to 
> > `test::getTestArgument(rtl::OUString const&, rtl::OUString*)'
> > smoketest.cxx:(.text+0x1479): undefined reference to 
> > `test::OfficeConnection::getComponentContext() const'
> > smoketest.cxx:(.text+0x14b4): undefined reference to 
> > `test::OfficeConnection::getComponentContext() const'
> > smoketest.cxx:(.text+0x1590): undefined reference to 
> > `test::toAbsoluteFileUrl(rtl::OUString const&)'
> > smoketest.cxx:(.text+0x1809): undefined reference to 
> > `test::OfficeConnection::getComponentContext() const'
> > smoketest.cxx:(.text+0x1c7e): undefined reference to 
> > `test::OfficeConnection::isStillAlive() const'
> > ./unxlngx6.pro/slo/smoketest.o: In function `(anonymous 
> > namespace)::Test::tearDown()':
> > smoketest.cxx:(.text+0x195): undefined reference to 
> > `test::OfficeConnection::tearDown()'
> > ./unxlngx6.pro/slo/smoketest.o: In function `(anonymous 
> > namespace)::Test::setUp()':
> > smoketest.cxx:(.text+0x1a5): undefined reference to 
> > `test::OfficeConnection::setUp()'
> > collect2: ld returned 1 exit status
> > dmake:  Error code 1, while making './unxlngx6.pro/lib/libsmoketest.so'
> Any clue what goes wrong ?

I see that here too and it recently worked. A guess into the blue is that:

fb6a64d8fc6a93b52a10fad5516918fed9482f22

broke it, as it seems to always use the internal headers, even when building
with system cppunit. Try to revert that commit and build again. If that doesnt 
help add
--without-system-cppunit for now.

Best,

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


[Libreoffice] building smoketest fails

2011-11-01 Thread Jean-Baptiste Faure
Hi,

Building smoketest fails to make libsmoketest.so (Ubuntu 10.04 x86_64).

Error messages are :

> Making:libsmoketest.so
> ./unxlngx6.pro/slo/smoketest.o: In function 
> `CppUnit::ConcretTestFixtureFactory<(anonymous 
> namespace)::Test>::makeFixture()':
> smoketest.cxx:(.text+0x151): undefined reference to 
> `test::OfficeConnection::OfficeConnection()'
> ./unxlngx6.pro/slo/smoketest.o: In function `(anonymous 
> namespace)::Test::~Test()':
> smoketest.cxx:(.text+0x1c3): undefined reference to 
> `test::OfficeConnection::~OfficeConnection()'
> ./unxlngx6.pro/slo/smoketest.o: In function `(anonymous 
> namespace)::Test::~Test()':
> smoketest.cxx:(.text+0x203): undefined reference to 
> `test::OfficeConnection::~OfficeConnection()'
> ./unxlngx6.pro/slo/smoketest.o: In function `(anonymous 
> namespace)::Test::test()':
> smoketest.cxx:(.text+0xf1d): undefined reference to 
> `test::getTestArgument(rtl::OUString const&, rtl::OUString*)'
> smoketest.cxx:(.text+0x1479): undefined reference to 
> `test::OfficeConnection::getComponentContext() const'
> smoketest.cxx:(.text+0x14b4): undefined reference to 
> `test::OfficeConnection::getComponentContext() const'
> smoketest.cxx:(.text+0x1590): undefined reference to 
> `test::toAbsoluteFileUrl(rtl::OUString const&)'
> smoketest.cxx:(.text+0x1809): undefined reference to 
> `test::OfficeConnection::getComponentContext() const'
> smoketest.cxx:(.text+0x1c7e): undefined reference to 
> `test::OfficeConnection::isStillAlive() const'
> ./unxlngx6.pro/slo/smoketest.o: In function `(anonymous 
> namespace)::Test::tearDown()':
> smoketest.cxx:(.text+0x195): undefined reference to 
> `test::OfficeConnection::tearDown()'
> ./unxlngx6.pro/slo/smoketest.o: In function `(anonymous 
> namespace)::Test::setUp()':
> smoketest.cxx:(.text+0x1a5): undefined reference to 
> `test::OfficeConnection::setUp()'
> collect2: ld returned 1 exit status
> dmake:  Error code 1, while making './unxlngx6.pro/lib/libsmoketest.so'

It is a fresh build (make clean then make then make dev-install -o build
; same result if I do make check)

Any clue what goes wrong ?

Is there a mean to skip smoketest ?

Best regards.
JBF
-- 
Seuls des formats ouverts peuvent assurer la pérennité de vos documents.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice