master build fails on units-tests on MAC OS-X

2014-11-09 Thread Adam Fyne
Hi all,

Can't seem to build master on MAC OS-X when unit-tests
are turned on. I heard that in order to build on MAC - you need
to disable unit-tests. Is that true ?

Best,




*Adam Fyne*
Interoperability Team Leader
Twitter http://www.twitter.com/cloudoninc | LinkedIn
http://www.linkedin.com/company/cloudon | Facebook
http://www.facebook.com/cloudoninc
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: master build fails on units-tests on MAC OS-X

2014-11-09 Thread Tor Lillqvist


 I heard that in order to build on MAC - you need
 to disable unit-tests. Is that true ?


No.

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


Re: master build fails on units-tests on MAC OS-X

2014-11-09 Thread Norbert Thiebaud
On Sun, Nov 9, 2014 at 3:40 AM, Adam Fyne adam.f...@cloudon.com wrote:

 Hi all,

 Can't seem to build master on MAC OS-X when unit-tests
 are turned on. I heard that in order to build on MAC - you need
 to disable unit-tests. Is that true ?

on master there is a test that fail on retina, mostly due to rounding
round-trip error I think.

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


Re: master build fails on units-tests on MAC OS-X

2014-11-09 Thread Adam Fyne
Noel - do you agree?
can you also run master build on MAC-OSX with no problem ?

On Sun, Nov 9, 2014 at 12:25 PM, Norbert Thiebaud nthieb...@gmail.com
wrote:

 On Sun, Nov 9, 2014 at 3:40 AM, Adam Fyne adam.f...@cloudon.com wrote:
 
  Hi all,
 
  Can't seem to build master on MAC OS-X when unit-tests
  are turned on. I heard that in order to build on MAC - you need
  to disable unit-tests. Is that true ?

 on master there is a test that fail on retina, mostly due to rounding
 round-trip error I think.

 Norbert




-- 




*Adam Fyne*
Interoperability Team Leader
Twitter http://www.twitter.com/cloudoninc | LinkedIn
http://www.linkedin.com/company/cloudon | Facebook
http://www.facebook.com/cloudoninc
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: master build fails on units-tests on MAC OS-X

2014-11-09 Thread julien2412
On MacOs 10.9.5, I've got this with master sources updated 2 days ago:
warn:sw.uno:88580:1:sw/source/core/unocore/unotext.cxx:2275: Exception when
setting property: CharInteropGrabBag. Message: 
warn:sw.core:88580:1:sw/source/core/table/swnewtable.cxx:2166: Line width
differs from table width: 65535 current [0]: 65530
warn:sw.core:88580:1:sw/source/core/table/swnewtable.cxx:2166: Line width
differs from table width: 65535 current [0]: 65530
warn:legacy.osl:88580:1:oox/source/helper/storagebase.cxx:66:
StorageBase::StorageBase - missing base input stream
warn:vcl.window:88580:1:vcl/source/window/window.cxx:3326: ignoring
DeploymentException component context fails to supply service
'com.sun.star.datatransfer.clipboard.SystemClipboard' of type
'com.sun.star.datatransfer.clipboard.XSystemClipboard'

Error: a unit test failed, please do one of:

export DEBUGCPPUNIT=TRUE# for exception catching
export CPPUNITTRACE=gdb --args# for interactive debugging on Linux
export CPPUNITTRACE=\[full path to devenv.exe]\ /debugexe # for
interactive debugging in Visual Studio
export VALGRIND=memcheck# for memory checking

and retry using: make CppunitTest_sw_ooxmlimport

Julien



--
View this message in context: 
http://nabble.documentfoundation.org/master-build-fails-on-units-tests-on-MAC-OS-X-tp4128484p4128496.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: master build fails on units-tests on MAC OS-X

2014-11-09 Thread Robert Antoni Buj i Gelonch
In OS X, some unit tests may fail unless you have a windowing session open
to the machine, either on the physical console or through Screen Sharing.

In order to avoid another possible fail, you have to access to Energy
Saver in System Preferences and deselect Automatic Graphics Switching,
Put hard disks to sleep when possible options, and set computer sleep
to Never.

Regards,
Robert

On Sun, Nov 9, 2014 at 12:37 PM, julien2412 serval2...@yahoo.fr wrote:

 On MacOs 10.9.5, I've got this with master sources updated 2 days ago:
 warn:sw.uno:88580:1:sw/source/core/unocore/unotext.cxx:2275: Exception when
 setting property: CharInteropGrabBag. Message:
 warn:sw.core:88580:1:sw/source/core/table/swnewtable.cxx:2166: Line width
 differs from table width: 65535 current [0]: 65530
 warn:sw.core:88580:1:sw/source/core/table/swnewtable.cxx:2166: Line width
 differs from table width: 65535 current [0]: 65530
 warn:legacy.osl:88580:1:oox/source/helper/storagebase.cxx:66:
 StorageBase::StorageBase - missing base input stream
 warn:vcl.window:88580:1:vcl/source/window/window.cxx:3326: ignoring
 DeploymentException component context fails to supply service
 'com.sun.star.datatransfer.clipboard.SystemClipboard' of type
 'com.sun.star.datatransfer.clipboard.XSystemClipboard'

 Error: a unit test failed, please do one of:

 export DEBUGCPPUNIT=TRUE# for exception catching
 export CPPUNITTRACE=gdb --args# for interactive debugging on Linux
 export CPPUNITTRACE=\[full path to devenv.exe]\ /debugexe # for
 interactive debugging in Visual Studio
 export VALGRIND=memcheck# for memory checking

 and retry using: make CppunitTest_sw_ooxmlimport

 Julien



 --
 View this message in context:
 http://nabble.documentfoundation.org/master-build-fails-on-units-tests-on-MAC-OS-X-tp4128484p4128496.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




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