We'd like to continue the production of the 32-bit deb packages

dreamnext at gmail.com dreamnext at gmail.com
Thu Aug 15 10:45:42 UTC 2019


Well, I think I figured out the correct deletion of lines at
sal/Module_sal.mk file, since I got no errors related to sal after making
those changes. But, as usual, I got errors related with cpuunittest also in
this schroot environment. I really wonder why I still got those errors
either on Ubuntu 18.04 or Debian 10 based VMs, or in the schroot Debian 10
environment, while other good folks trying to help me have no issues at all
when they compile. :-0 Maybe I need a compile sorcerer ;-)

-------------
Testing
file:///home/linux/libreoffice-6.3.0.4/sc/qa/unit/data/wks/pass/sf_8de44549111f8ba3f67509354f677aab-2767-minimized.wks:
Tested
file:///home/linux/libreoffice-6.3.0.4/sc/qa/unit/data/wks/pass/sf_8de44549111f8ba3f67509354f677aab-2767-minimized.wks:
Pass (19ms)
Testing
file:///home/linux/libreoffice-6.3.0.4/sc/qa/unit/data/wks/fail/ofz14129-1.wks:
Tested
file:///home/linux/libreoffice-6.3.0.4/sc/qa/unit/data/wks/fail/ofz14129-1.wks:
Fail (8ms)
Testing
file:///home/linux/libreoffice-6.3.0.4/sc/qa/unit/data/wks/fail/sf_8acee7303920116c1f58c9d0e669855f-7551-minimized.wks:
Tested
file:///home/linux/libreoffice-6.3.0.4/sc/qa/unit/data/wks/fail/sf_8acee7303920116c1f58c9d0e669855f-7551-minimized.wks:
Fail (9ms)
ScFiltersTest::testCVEs finished in: 5322ms
ScFiltersTest::testRangeNameODS finished in: 41ms
ScFiltersTest::testContentODS finished in: 25ms
ScFiltersTest::testContentXLS finished in: 15ms
ScFiltersTest::testContentXLSX finished in: 47ms
ScFiltersTest::testContentXLSXStrict finished in: 46ms
ScFiltersTest::testContentLotus123 finished in: 12ms
ScFiltersTest::testContentofz9704 finished in: 3ms
ScFiltersTest::testContentDIF finished in: 11ms
ScFiltersTest::testContentXLSB finished in: 64ms
ScFiltersTest::testContentXLS_XML finished in: 14ms
ScFiltersTest::testContentGnumeric finished in: 14ms
ScFiltersTest::testSharedFormulaXLS finished in: 36ms
ScFiltersTest::testSharedFormulaXLSX finished in: 40ms
ScFiltersTest::testSheetNamesXLSX finished in: 47ms
Exception in thread "main" java.lang.NullPointerException
at
org.odftoolkit.odfvalidator.ODFValidator.getValidatorForSchema(ODFValidator.java:286)
at
org.odftoolkit.odfvalidator.ODFValidator.getManifestValidator(ODFValidator.java:186)
at
org.odftoolkit.odfvalidator.ODFRootPackageValidator.validateManifest(ODFRootPackageValidator.java:170)
at
org.odftoolkit.odfvalidator.ODFRootPackageValidator.validatePre(ODFRootPackageValidator.java:93)
at
org.odftoolkit.odfvalidator.ODFPackageValidator._validate(ODFPackageValidator.java:111)
at
org.odftoolkit.odfvalidator.ODFPackageValidator.validate(ODFPackageValidator.java:81)
at
org.odftoolkit.odfvalidator.ODFValidator.validateFile(ODFValidator.java:163)
at org.odftoolkit.odfvalidator.ODFValidator.validate(ODFValidator.java:125)
at org.odftoolkit.odfvalidator.Main.main(Main.java:314)
expected height 6001 actual 5999
expected width 2001 actual 2001
expected left 6000 actual 5976
expected right -2000 actual -1998
expected startrow 0 actual 0
expected startcol 5 actual 5
expected endrow 3 actual 3
expected endcol 7 actual 7
/home/linux/libreoffice-6.3.0.4/test/source/bootstrapfixture.cxx:199:ScFiltersTest::testLegacyCellAnchoredRotatedShape
equality assertion failed
- Expected: 0
- Actual  : 256
- failed to execute: sh /home/linux/libreoffice-6.3.0.4/bin/odfvalidator.sh
-M
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-manifest-schema-v1.3+libreoffice.rng
-D
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-dsig-schema-v1.3+libreoffice.rng
-O
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng
-m /home/linux/libreoffice-6.3.0.4/schema/mathml2/mathml2.xsd
/tmp/lu5683d1zw.tmp > /tmp/lu5683d201.tmp

ScFiltersTest::testLegacyCellAnchoredRotatedShape finished in: 679ms
ScFiltersTest::testEnhancedProtectionXLS finished in: 21ms
ScFiltersTest::testEnhancedProtectionXLSX finished in: 32ms
ScFiltersTest::testSortWithSharedFormulasODS finished in: 87ms
ScFiltersTest::testSortWithSheetExternalReferencesODS finished in: 47ms
bootstrapfixture.cxx:199:Assertion
Test name: ScFiltersTest::testLegacyCellAnchoredRotatedShape
equality assertion failed
- Expected: 0
- Actual  : 256
- failed to execute: sh /home/linux/libreoffice-6.3.0.4/bin/odfvalidator.sh
-M
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-manifest-schema-v1.3+libreoffice.rng
-D
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-dsig-schema-v1.3+libreoffice.rng
-O
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng
-m /home/linux/libreoffice-6.3.0.4/schema/mathml2/mathml2.xsd
/tmp/lu5683d1zw.tmp > /tmp/lu5683d201.tmp

Failures !!!
Run: 20   Failure total: 1   Failures: 1   Errors: 0

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

make CppunitTest_sc_filters_test CPPUNITTRACE="gdb --args"
    # for interactive debugging on Linux
make CppunitTest_sc_filters_test VALGRIND=memcheck
    # for memory checking
make CppunitTest_sc_filters_test DEBUGCPPUNIT=TRUE
    # for exception catching

You can limit the execution to just one particular test by:

make CPPUNIT_TEST_NAME="testXYZ" ...above mentioned params...

make[1]: ***
[/home/linux/libreoffice-6.3.0.4/solenv/gbuild/CppunitTest.mk:114:
/home/linux/libreoffice-6.3.0.4/workdir/CppunitTest/sc_filters_test.test]
Error 1
make[1]: *** Waiting for unfinished jobs....
file:///tmp/lu6409d5i3.tmpChart2ExportTest::testErrorBarXLSX finished in:
2965ms
Chart2ExportTest::testErrorBarPropXLSX finished in: 249ms
file:///tmp/lu6409d5ij.tmpChart2ExportTest::testTrendline finished in: 381ms
file:///tmp/lu6409d5iw.tmpChart2ExportTest::testTrendlineOOXML finished in:
1882ms
file:///tmp/lu6409d5j7.tmpChart2ExportTest::testTrendlineXLS finished in:
299ms
Chart2ExportTest::testStockChart finished in: 276ms
Chart2ExportTest::testBarChart finished in: 182ms
Chart2ExportTest::testCrosses finished in: 471ms
Chart2ExportTest::testScatterChartTextXValues finished in: 194ms
Chart2ExportTest::testChartDataTable finished in: 321ms
Chart2ExportTest::testChartExternalData finished in: 707ms
Chart2ExportTest::testEmbeddingsGrabBag finished in: 406ms
Chart2ExportTest::testAreaChartLoad finished in: 203ms
Chart2ExportTest::testUpDownBars finished in: 0ms
Chart2ExportTest::testDoughnutChart finished in: 158ms
Chart2ExportTest::testDisplayUnits finished in: 533ms
Chart2ExportTest::testFdo74115WallBitmapFill finished in: 197ms
Chart2ExportTest::testPieChartWallLineStyle finished in: 117ms
Chart2ExportTest::testBarChartRotation finished in: 240ms
Chart2ExportTest::testShapeFollowedByChart finished in: 294ms
Chart2ExportTest::testPieChartDataLabels finished in: 443ms
Chart2ExportTest::testSeriesIdxOrder finished in: 251ms
file:///tmp/lu6409d5n4.tmpChart2ExportTest::testScatterPlotLabels finished
in: 240ms
Exception in thread "main" java.lang.NullPointerException
at
org.odftoolkit.odfvalidator.ODFValidator.getValidatorForSchema(ODFValidator.java:286)
at
org.odftoolkit.odfvalidator.ODFValidator.getManifestValidator(ODFValidator.java:186)
at
org.odftoolkit.odfvalidator.ODFRootPackageValidator.validateManifest(ODFRootPackageValidator.java:170)
at
org.odftoolkit.odfvalidator.ODFRootPackageValidator.validatePre(ODFRootPackageValidator.java:93)
at
org.odftoolkit.odfvalidator.ODFPackageValidator._validate(ODFPackageValidator.java:111)
at
org.odftoolkit.odfvalidator.ODFPackageValidator.validate(ODFPackageValidator.java:81)
at
org.odftoolkit.odfvalidator.ODFValidator.validateFile(ODFValidator.java:163)
at org.odftoolkit.odfvalidator.ODFValidator.validate(ODFValidator.java:125)
at org.odftoolkit.odfvalidator.Main.main(Main.java:314)
file:///tmp/lu6409d5nb.tmp/home/linux/libreoffice-6.3.0.4/test/source/bootstrapfixture.cxx:199:Chart2ExportTest::testErrorBarDataRangeODS
equality assertion failed
- Expected: 0
- Actual  : 256
- failed to execute: sh /home/linux/libreoffice-6.3.0.4/bin/odfvalidator.sh
-M
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-manifest-schema-v1.3+libreoffice.rng
-D
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-dsig-schema-v1.3+libreoffice.rng
-O
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng
-m /home/linux/libreoffice-6.3.0.4/schema/mathml2/mathml2.xsd
/tmp/lu6409d5nb.tmp > /tmp/lu6409d5ng.tmp

Chart2ExportTest::testErrorBarDataRangeODS finished in: 520ms
Chart2ExportTest::testChartCrash finished in: 254ms
Chart2ExportTest::testPieChartRotation finished in: 170ms
E: lt_string_value: assertion `string != ((void *)0)' failed
E: lt_string_value: assertion `string != ((void *)0)' failed
E: lt_string_value: assertion `string != ((void *)0)' failed
E: lt_string_value: assertion `string != ((void *)0)' failed
Chart2ExportTest::testEmbeddingsOleObjectGrabBag finished in: 2795ms
file:///tmp/lu6409d5ok.tmpChart2ExportTest::testGapWidthXLSX finished in:
1975ms
Chart2ExportTest::testSmoothedLines finished in: 202ms
Exception in thread "main" java.lang.NullPointerException
at
org.odftoolkit.odfvalidator.ODFValidator.getValidatorForSchema(ODFValidator.java:286)
at
org.odftoolkit.odfvalidator.ODFValidator.getManifestValidator(ODFValidator.java:186)
at
org.odftoolkit.odfvalidator.ODFRootPackageValidator.validateManifest(ODFRootPackageValidator.java:170)
at
org.odftoolkit.odfvalidator.ODFRootPackageValidator.validatePre(ODFRootPackageValidator.java:93)
at
org.odftoolkit.odfvalidator.ODFPackageValidator._validate(ODFPackageValidator.java:111)
at
org.odftoolkit.odfvalidator.ODFPackageValidator.validate(ODFPackageValidator.java:81)
at
org.odftoolkit.odfvalidator.ODFValidator.validateFile(ODFValidator.java:163)
at org.odftoolkit.odfvalidator.ODFValidator.validate(ODFValidator.java:125)
at org.odftoolkit.odfvalidator.Main.main(Main.java:314)
file:///tmp/lu6409d5ox.tmp/home/linux/libreoffice-6.3.0.4/test/source/bootstrapfixture.cxx:199:Chart2ExportTest::testLabelStringODS
equality assertion failed
- Expected: 0
- Actual  : 256
- failed to execute: sh /home/linux/libreoffice-6.3.0.4/bin/odfvalidator.sh
-M
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-manifest-schema-v1.3+libreoffice.rng
-D
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-dsig-schema-v1.3+libreoffice.rng
-O
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng
-m /home/linux/libreoffice-6.3.0.4/schema/mathml2/mathml2.xsd
/tmp/lu6409d5ox.tmp > /tmp/lu6409d5p2.tmp

Chart2ExportTest::testLabelStringODS finished in: 528ms
Chart2ExportTest::testFdo78290LineChartMarkerX finished in: 200ms
Chart2ExportTest::testFdo78290ScatterChartMarkerX finished in: 188ms
Chart2ExportTest::testFdo78290CombinationChartMarkerX finished in: 231ms
Chart2ExportTest::testTdf126115IndividualMarker finished in: 249ms
Exception in thread "main" java.lang.NullPointerException
at
org.odftoolkit.odfvalidator.ODFValidator.getValidatorForSchema(ODFValidator.java:286)
at
org.odftoolkit.odfvalidator.ODFValidator.getManifestValidator(ODFValidator.java:186)
at
org.odftoolkit.odfvalidator.ODFRootPackageValidator.validateManifest(ODFRootPackageValidator.java:170)
at
org.odftoolkit.odfvalidator.ODFRootPackageValidator.validatePre(ODFRootPackageValidator.java:93)
at
org.odftoolkit.odfvalidator.ODFPackageValidator._validate(ODFPackageValidator.java:111)
at
org.odftoolkit.odfvalidator.ODFPackageValidator.validate(ODFPackageValidator.java:81)
at
org.odftoolkit.odfvalidator.ODFValidator.validateFile(ODFValidator.java:163)
at org.odftoolkit.odfvalidator.ODFValidator.validate(ODFValidator.java:125)
at org.odftoolkit.odfvalidator.Main.main(Main.java:314)
file:///tmp/lu6409d5py.tmp/home/linux/libreoffice-6.3.0.4/test/source/bootstrapfixture.cxx:199:Chart2ExportTest::testAxisNumberFormatODS
equality assertion failed
- Expected: 0
- Actual  : 256
- failed to execute: sh /home/linux/libreoffice-6.3.0.4/bin/odfvalidator.sh
-M
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-manifest-schema-v1.3+libreoffice.rng
-D
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-dsig-schema-v1.3+libreoffice.rng
-O
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng
-m /home/linux/libreoffice-6.3.0.4/schema/mathml2/mathml2.xsd
/tmp/lu6409d5py.tmp > /tmp/lu6409d5q3.tmp

Chart2ExportTest::testAxisNumberFormatODS finished in: 597ms
file:///tmp/lu6409d5q6.tmpChart2ExportTest::testAxisNumberFormatXLS
finished in: 274ms
file:///tmp/lu6409d5qh.tmpChart2ExportTest::testDataLabelBordersDOCX
finished in: 463ms
Chart2ExportTest::testDataLabel3DChartDOCX finished in: 235ms
Chart2ExportTest::testDataLabelBarChartDOCX finished in: 202ms
Chart2ExportTest::testDataLabelClusteredBarChartDOCX finished in: 275ms
Chart2ExportTest::testDataLabelRadarChartDOCX finished in: 186ms
Chart2ExportTest::testDataLabelDoughnutChartDOCX finished in: 155ms
Chart2ExportTest::testDataLabelAreaChartDOCX finished in: 196ms
file:///tmp/lu6409d5s8.tmpChart2ExportTest::testDataLabelDefaultLineChartDOCX
finished in: 281ms
Chart2ExportTest::testIndividualDataLabelProps finished in: 275ms
Chart2ExportTest::testChartTitlePropertiesColorFillDOCX finished in: 163ms
Chart2ExportTest::testChartTitlePropertiesGradientFillDOCX finished in:
165ms
Chart2ExportTest::testChartTitlePropertiesBitmapFillDOCX finished in: 193ms
Chart2ExportTest::testBarChartDataPointPropDOCX finished in: 175ms
Chart2ExportTest::testFdo83058dlblPos finished in: 342ms
Chart2ExportTest::testAutoTitleDelXLSX finished in: 335ms
Chart2ExportTest::testDispBlanksAsXLSX finished in: 355ms
Chart2ExportTest::testMarkerColorXLSX finished in: 215ms
Chart2ExportTest::testRoundedCornersXLSX finished in: 210ms
Chart2ExportTest::testAxisNumberFormatXLSX finished in: 210ms
Chart2ExportTest::testDataLabelDefaultValuesXLSX finished in: 204ms
Chart2ExportTest::testTitleOverlayXLSX finished in: 207ms
Chart2ExportTest::testInvertIfNegativeXLSX finished in: 202ms
Chart2ExportTest::testBubble3DXLSX finished in: 220ms
Chart2ExportTest::testNoMarkerXLSX finished in: 204ms
Chart2ExportTest::testTitleManualLayoutXLSX finished in: 207ms
Chart2ExportTest::testPlotAreaManualLayoutXLSX finished in: 205ms
Chart2ExportTest::testLegendManualLayoutXLSX finished in: 207ms
Chart2ExportTest::testChartTitlePropertiesColorFillXLSX finished in: 334ms
Chart2ExportTest::testChartTitlePropertiesGradientFillXLSX finished in:
231ms
Chart2ExportTest::testChartTitlePropertiesBitmapFillXLSX finished in: 238ms
Chart2ExportTest::testBarChartDataPointPropXLSX finished in: 208ms
file:///tmp/lu6409d5wn.tmpChart2ExportTest::testDataseriesOverlapStackedChartXLSX
finished in: 1825ms
Chart2ExportTest::testAxisCharacterPropertiesXLSX finished in: 212ms
Chart2ExportTest::testTitleCharacterPropertiesXLSX finished in: 208ms
Chart2ExportTest::testPlotVisOnlyXLSX finished in: 325ms
Chart2ExportTest::testBarChartVaryColorsXLSX finished in: 208ms
Chart2ExportTest::testMultipleAxisXLSX finished in: 239ms
Chart2ExportTest::testSecondaryAxisXLSX finished in: 247ms
Chart2ExportTest::testSetSeriesToSecondaryAxisXLSX finished in: 265ms
Chart2ExportTest::testCombinedChartSecondaryAxisXLSX finished in: 259ms
Chart2ExportTest::testCombinedChartSecondaryAxisODS finished in: 235ms
Chart2ExportTest::testAxisTitleRotationXLSX finished in: 213ms
Chart2ExportTest::testAxisCrossBetweenXSLX finished in: 203ms
Chart2ExportTest::testPieChartDataPointExplosionXLSX finished in: 166ms
Chart2ExportTest::testCustomDataLabel finished in: 242ms
Chart2ExportTest::testCustomDataLabelMultipleSeries finished in: 185ms
Chart2ExportTest::testNumberFormatExportPPTX finished in: 174ms
Chart2ExportTest::testLabelSeparatorExportDOCX finished in: 227ms
Chart2ExportTest::testChartTitlePropertiesColorFillPPTX finished in: 260ms
Chart2ExportTest::testChartTitlePropertiesGradientFillPPTX finished in:
238ms
Chart2ExportTest::testChartTitlePropertiesBitmapFillPPTX finished in: 238ms
Chart2ExportTest::testxAxisLabelsRotation finished in: 198ms
Chart2ExportTest::testTdf116163 finished in: 155ms
Chart2ExportTest::testTdf111824 finished in: 314ms
Chart2ExportTest::testTdf119029 finished in: 210ms
file:///tmp/lu6409d601.tmpChart2ExportTest::testTdf108022 finished in: 352ms
Chart2ExportTest::testTdf121744 finished in: 194ms
Chart2ExportTest::testTdf122031 finished in: 194ms
Chart2ExportTest::testTdf115012 finished in: 221ms
bootstrapfixture.cxx:199:Assertion
Test name: Chart2ExportTest::testErrorBarDataRangeODS
equality assertion failed
- Expected: 0
- Actual  : 256
- failed to execute: sh /home/linux/libreoffice-6.3.0.4/bin/odfvalidator.sh
-M
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-manifest-schema-v1.3+libreoffice.rng
-D
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-dsig-schema-v1.3+libreoffice.rng
-O
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng
-m /home/linux/libreoffice-6.3.0.4/schema/mathml2/mathml2.xsd
/tmp/lu6409d5nb.tmp > /tmp/lu6409d5ng.tmp

bootstrapfixture.cxx:199:Assertion
Test name: Chart2ExportTest::testLabelStringODS
equality assertion failed
- Expected: 0
- Actual  : 256
- failed to execute: sh /home/linux/libreoffice-6.3.0.4/bin/odfvalidator.sh
-M
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-manifest-schema-v1.3+libreoffice.rng
-D
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-dsig-schema-v1.3+libreoffice.rng
-O
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng
-m /home/linux/libreoffice-6.3.0.4/schema/mathml2/mathml2.xsd
/tmp/lu6409d5ox.tmp > /tmp/lu6409d5p2.tmp

bootstrapfixture.cxx:199:Assertion
Test name: Chart2ExportTest::testAxisNumberFormatODS
equality assertion failed
- Expected: 0
- Actual  : 256
- failed to execute: sh /home/linux/libreoffice-6.3.0.4/bin/odfvalidator.sh
-M
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-manifest-schema-v1.3+libreoffice.rng
-D
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-dsig-schema-v1.3+libreoffice.rng
-O
/home/linux/libreoffice-6.3.0.4/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng
-m /home/linux/libreoffice-6.3.0.4/schema/mathml2/mathml2.xsd
/tmp/lu6409d5py.tmp > /tmp/lu6409d5q3.tmp

Failures !!!
Run: 95   Failure total: 3   Failures: 3   Errors: 0

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

make CppunitTest_chart2_export CPPUNITTRACE="gdb --args"
    # for interactive debugging on Linux
make CppunitTest_chart2_export VALGRIND=memcheck
    # for memory checking
make CppunitTest_chart2_export DEBUGCPPUNIT=TRUE
    # for exception catching

You can limit the execution to just one particular test by:

make CPPUNIT_TEST_NAME="testXYZ" ...above mentioned params...

make[1]: ***
[/home/linux/libreoffice-6.3.0.4/solenv/gbuild/CppunitTest.mk:113:
/home/linux/libreoffice-6.3.0.4/workdir/CppunitTest/chart2_export.test]
Error 1
make: *** [Makefile:282: build] Error 2

.......

El mié., 14 ago. 2019 a las 14:44, Michael Weghorn (<m.weghorn at posteo.de>)
escribió:

> On 14/08/2019 19.21, dreamnext at gmail.com wrote:
> > Would be possible to download your generated deb files from some
> > file-sharing service?
>
> If necessary, I'll probably find a way to upload them somewhere next
> week. (I'll be away for the next days.) However, that won't help in the
> long run, so I'll think it'd be better if you can get your build setup
> working.
>
> >
> > I'm still struggling with compilation issues.
> > 1) After the bad experience with Debian 10, I downloaded Debian 9.9 in
> > the hope that would make a better compilation choice, but, alas, Debian
> > 9 includes a version of gcc already unsupported by LibreOffice, it
> > requires at least gcc 7. As far as I could found, upgrading gcc on
> > Debian 9 is an ugly chore, so I went back to installing Debian 10...
> > 2) But, this time, instead of choosing LXQT, I chose LXDE and used
> > LXTerminal. Now it compiled until the make error without a single hang.
> > I don't know if LXQT of tis default terminal were the culprits of the
> > frequent crashes, or something else, but at least I reached the make
> > error on Debian 10.
> >
> > I paste the error produced in Debian 10. It seems to be still cpunittest
> > related.
> >
> > Would be wise to apply your diff here, or it is not related since I'm
> > not running a chroot environment but a VM?
>
> The diff wouldn't help, since the tests that fail for you are unrelated
> to the ones I temporarily disabled.
>
> Maybe you want to try setting up an i386 chroot on an amd64 host as
> well? That might work better than using a i386 virtual machine (e.g.
> with regard to memory limitations) and I guess this should also work
> just fine on a host running Escuelas Linux.
>
> The steps I took to set up the chroot for use with schroot were roughly:
>
> Create chroot:
>
>     sudo debootstrap --arch=i386 buster /some/path/to/chroot/buster-i386
>
> Create entry in /etc/schroot/schroot.conf:
>
>     [buster-i386]
>     description=Debian buster (stable) 32-bit
>     directory=/some/path/to/chroot/buster-i386
>     users=<your_username>
>     root-users=<your_username>
>     personality=linux32
>
> After that, you can change into the chroot using
>
>     schroot -c buster-i386
>
> or (to work as root):
>
>     schroot -c buster-i386 -u root
>
> and then set up the build dependencies, clone LibreOffice and build from
> there as usual.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice/attachments/20190815/595f4c45/attachment.html>


More information about the LibreOffice mailing list