Bug 82806 - Install error ppa libreoffice 4.3
Summary: Install error ppa libreoffice 4.3
Status: RESOLVED DUPLICATE of bug 82861
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Installation (show other bugs)
Version:
(earliest affected)
4.3.0.4 release
Hardware: All Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-19 08:14 UTC by Audran Moulard
Modified: 2014-08-21 09:46 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Audran Moulard 2014-08-19 08:14:11 UTC
There is a a problem when you installating LibreOffice 4.3 from ppa.

/var/lib/dpkg/info/libreoffice-base.postrm: 31: /var/lib/dpkg/info/libreoffice-base.postrm: Syntax error: end of file unexpected (expecting "fi")
dpkg: error processing libreoffice-base (--remove):
 subprocess installed post-removal script returned error exit status 2
Errors were encountered while processing:
 libreoffice-base
E: Sub-process /usr/bin/dpkg returned an error code (1)

I used this solution :
http://askubuntu.com/questions/512162/libreoffice-base-not-configured-yet

/var/lib/dpkg/info/libreoffice-base.postrm
The missing line,
/usr/lib/libreoffice/share/basic/script.xlc
needs to be added to the end of the file's second if statement, just above the closing fi, like so:
--divert /usr/lib/libreoffice/share/basic/script.xlc.noaccess \
/usr/lib/libreoffice/share/basic/script.xlc
fi
Comment 1 Maxim Monastirsky 2014-08-19 08:44:41 UTC
It was a bug in the RC3 packaging that prevented the installation of later versions. Newer packages shouldn't have this bug.

Anyway bugs related to PPA packaging should be reported to the PPA maintainers.
Comment 2 Björn Michaelsen 2014-08-21 09:46:48 UTC

*** This bug has been marked as a duplicate of bug 82861 ***