Issue 124155 - Read Error, Internal import error with particular.xls
Summary: Read Error, Internal import error with particular.xls
Status: CLOSED FIXED
Alias: None
Product: Calc
Classification: Application
Component: open-import (show other issues)
Version: 4.1.0-dev
Hardware: All Linux, all
: P2 Major (vote)
Target Milestone: 4.1.0
Assignee: Oliver-Rainer Wittmann
QA Contact:
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2014-01-31 14:58 UTC by Andreas Säger
Modified: 2017-05-20 10:35 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: 4.1.0-dev
Developer Difficulty: ---


Attachments
patch to change visibility of function ScFilterCreate (541 bytes, patch)
2014-02-04 10:33 UTC, Oliver-Rainer Wittmann
hdu: review+
Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description Andreas Säger 2014-01-31 14:58:00 UTC
Found a file that does not load into 4.1-dev but works with 3.4.1, LibreOffice, Gnumeric and MS Excel Viewer.
https://forum.openoffice.org/en/forum/download/file.php?id=19051
Comment 1 Rainer Bielefeld 2014-01-31 16:07:12 UTC
NOT  Reproducible with server installation of "AOO 4.1.0-Dev – English UI / German locale - [AOO410m1(Build:9750) - Rev. 1559824 - 2014-01-22]" on German WIN7 Home Premium (64bit)", own separate user profile.

Also ok with server installation of "AOO 4.1.0-Dev – English UI / German locale - [AOO410m1(Build:9750) - Rev. 1562493 - 2014-01-30]" on German WIN7 Home Premium (64bit)", own separate user profile.
Comment 2 Rainer Bielefeld 2014-01-31 17:39:13 UTC
Very vague suspect: Relation to "Bug 124150 - Impossible to open or save .XLS"?
Comment 3 Edwin Sharp 2014-02-02 07:13:52 UTC
Confirmed with
AOO410m1(Build:9750)  -  Rev. 1560934
2014-01-27_04:11:25 - Rev. 1561585
Debian
Comment 4 Rainer Bielefeld 2014-02-02 08:22:37 UTC
@Edwin Sharp
Did you find  a general problem with any .xls?
Comment 5 Oliver-Rainer Wittmann 2014-02-04 10:12:22 UTC
I can confirm that the load of all *.xls documents under Linux (Ubuntu 32bit and Ubuntu 64bit and RedHat 64bit) does not work and that the reported error message pops up.
Comment 6 Oliver-Rainer Wittmann 2014-02-04 10:13:34 UTC
Investigation reveals that also the export of *.xls documents does not work on Linux.

Also other import/export filters are affected.
Comment 7 Oliver-Rainer Wittmann 2014-02-04 10:16:35 UTC
The root cause of this issue is:
- Function 'ScFilterCreate' located in library libscfilt.so is no longer visible under Linux.

Caused by changes made for bug 123964.

Getting Herbert involved to find a solution.
Comment 8 Oliver-Rainer Wittmann 2014-02-04 10:33:04 UTC
Created attachment 82490 [details]
patch to change visibility of function ScFilterCreate

patch to solve this issue.

@Herbert: Please take over and check, if further side effects were created by changes made for 123964. Thx in advance
Comment 9 hdu@apache.org 2014-02-04 10:40:43 UTC
Comment on attachment 82490 [details]
patch to change visibility of function ScFilterCreate

+1: symbols that are needed externally need to be exported
Comment 10 Oliver-Rainer Wittmann 2014-02-04 10:51:15 UTC
thx for the review - taking over to commit the proposed patch
Comment 11 SVN Robot 2014-02-04 10:58:06 UTC
"orw" committed SVN revision 1564251 into trunk:
124155: correct visibility of function <ScFilterCreate>
Comment 12 Oliver-Rainer Wittmann 2014-02-04 11:04:22 UTC
fixed on trunk for next release
Comment 13 Shenfeng Liu 2014-02-12 01:35:05 UTC
Per one of the defect reporter, it was fixed in the build of 2014-02-11. So I change the status to VERIFIED.