https://bugs.documentfoundation.org/show_bug.cgi?id=155779

--- Comment #1 from Jim Avera <[email protected]> ---
Ok, it looks seriously broken, not just some warning noise.

Using arguments --convert-to ods file.csv it aborts with many errors when
started with an empty profile.

Here is a shell script to reproduce (works with earlier versions):

#!/bin/sh
set -e -u

#soffice_path=/usr/bin/soffice
#soffice_path=/lotest/7.5.3/opt/libreoffice7.5/program/soffice
#soffice_path=/home/admin/lotest/7.6.0.0.alpha1/opt/libreofficedev7.6/program/soffice
soffice_path=/lotest/24.2.0.0.alpha0/opt/libreofficedev24.2/program/soffice

tdir=/tmp/test.dir; rm -rf $tdir; mkdir $tdir

# Set up a new empty LibreOffice profile
profdir=$tdir/newprofile; mkdir $profdir
uri="file://$profdir"

# Create test.csv
csvpath=$tdir/test.csv
echo "TitleA,Title B,Title C" >$csvpath
echo "100,200,300" >>$csvpath

# Import the csv into a spreadsheet
set -x
UserInstallation=$uri $soffice_path --convert-to ods --outdir $tdir $csvpath

--------RESULTS--------
warn:desktop.app:3828096:3828096:unotools/source/ucbhelper/localfilehelper.cxx:87:
error removing directory file:///tmp/test.dir/newprofile/user/extensions
warn:opencl:3828113:3828113:desktop/source/app/opencl.cxx:206: Failed to
initialize OpenCL for test
warn:legacy.tools:3828113:3828113:sfx2/source/appl/appuno.cxx:454: invalid type
for Stream
convert /tmp/test.dir/test.csv as a Calc document -> /tmp/test.dir/test.ods
using filter : calc8
warn:xmloff:3828113:3828113:xmloff/source/text/XMLTextListAutoStylePool.cxx:163:
getStyleFamilies() from XModel failed for export!
warn:xmloff:3828113:3828113:xmloff/source/text/XMLTextListAutoStylePool.cxx:163:
getStyleFamilies() from XModel failed for export!
warn:editeng:3828113:3828113:editeng/source/uno/unofield.cxx:375: Id service
unknown: 5
warn:editeng:3828113:3828113:editeng/source/uno/unofield.cxx:375: Id service
unknown: 2
warn:editeng:3828113:3828113:editeng/source/uno/unofield.cxx:375: Id service
unknown: 5
warn:editeng:3828113:3828113:editeng/source/uno/unofield.cxx:375: Id service
unknown: 10
warn:editeng:3828113:3828113:editeng/source/uno/unofield.cxx:375: Id service
unknown: 2
warn:editeng:3828113:3828113:editeng/source/uno/unofield.cxx:375: Id service
unknown: 3
warn:editeng:3828113:3828113:editeng/source/uno/unofield.cxx:375: Id service
unknown: 5
warn:editeng:3828113:3828113:editeng/source/uno/unofield.cxx:375: Id service
unknown: 2
warn:editeng:3828113:3828113:editeng/source/uno/unofield.cxx:375: Id service
unknown: 5
warn:editeng:3828113:3828113:editeng/source/uno/unofield.cxx:375: Id service
unknown: 10
warn:editeng:3828113:3828113:editeng/source/uno/unofield.cxx:375: Id service
unknown: 2
warn:editeng:3828113:3828113:editeng/source/uno/unofield.cxx:375: Id service
unknown: 3
warn:xmloff:3828113:3828113:xmloff/source/text/XMLTextListAutoStylePool.cxx:163:
getStyleFamilies() from XModel failed for export!
warn:legacy.osl:3828113:3828113:sc/source/core/data/document.cxx:5606: Wrong
index in AttrArray
warn:xmloff:3828113:3828113:xmloff/source/text/XMLTextListAutoStylePool.cxx:163:
getStyleFamilies() from XModel failed for export!
warn:legacy.osl:3828113:3828113:xmloff/source/core/SettingsExportHelper.cxx:176:
this type is not implemented now

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to