Euphoria 4.0.4 amd64 deb package error
- Posted by ghaberek (admin) Sep 24, 2012
- 1016 views
I got this error when installing Euphoria 4.0.4 on my new Ubuntu 12.04 64-bit box...
$ sudo dpkg -i euphoria_4.0.4_amd64.deb Selecting previously unselected package euphoria. (Reading database ... 190354 files and directories currently installed.) Unpacking euphoria (from euphoria_4.0.4_amd64.deb) ... dpkg: dependency problems prevent configuration of euphoria: euphoria depends on libc6-i386 (>= 2.4); however: Package libc6-i386 is not installed. dpkg: error processing euphoria (--install): dependency problems - leaving unconfigured Processing triggers for man-db ... Processing triggers for doc-base ... Processing 1 added doc-base file... Error in `/usr/share/doc-base/euphoria-manual', line 13: all `Format' sections are invalid. Note: `install-docs --verbose --check file_name' may give more details about the above error. Registering documents with scrollkeeper... Errors were encountered while processing: euphoria
Per the suggestion, I ran a check on the file...
$ install-docs --verbose --check /usr/share/doc-base/euphoria-manual Warning in `/usr/share/doc-base/euphoria-manual', line 11: file `/usr/share/doc/euphoria/eu400_0001.html' does not exist. Warning in `/usr/share/doc-base/euphoria-manual', line 13: file mask `/usr/share/doc/euphoria/euphoria-4.0.pdf.gz' does not match any files. Error in `/usr/share/doc-base/euphoria-manual', line 13: all `Format' sections are invalid. /usr/share/doc-base/euphoria-manual: Fatal error found, the file won't be registered.
Everything seems to be installed and working otherwise...
$ eui --version Euphoria Interpreter v4.0.4 Linux, Using System Memory Revision Date: 2012-04-02, Id: 11a49820121f
-Greg