View Single Post
Posts: 138 | Thanked: 59 times | Joined on Jun 2007
#6
Thanks a lot titan, this sounds too good to be true!

I just tried to install according to your instructions, however I'm left with an error message and unconfigured packages:

Code:
sudo apt-get install -y texlive-latex-base 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  tex-common texlive-base texlive-binaries texlive-common texlive-doc-base
Suggested packages:
  debhelper perl-tk ghostscript xpdf-reader pdf-viewer gv postscript-viewer
Recommended packages:
  lmodern texlive-latex-base-doc
The following NEW packages will be installed:
  tex-common texlive-base texlive-binaries texlive-common texlive-doc-base
  texlive-latex-base
0 upgraded, 6 newly installed, 0 to remove and 39 not upgraded.
Need to get 22,2MB of archives.
After this operation, 54,7MB of additional disk space will be used.
Get:1 http://repository.maemo.org fremantle/free tex-common 2.06maemo5 [721kB]
Get:2 http://repository.maemo.org fremantle/free texlive-common 2009-7maemo4 [99,1kB]
Get:3 http://repository.maemo.org fremantle/free texlive-doc-base 2009-2maemo3 [1345kB]
Get:4 http://repository.maemo.org fremantle/free texlive-binaries 2009-5maemo3 [4064kB]
Get:5 http://repository.maemo.org fremantle/free texlive-base 2009-7maemo4 [14,5MB]
Get:6 http://repository.maemo.org fremantle/free texlive-latex-base 2009-7maemo4 [1434kB]
Fetched 22,2MB in 30s (715kB/s)                                                
Selecting previously deselected package tex-common.
(Reading database ... 27721 files and directories currently installed.)
Unpacking tex-common (from .../tex-common_2.06maemo5_all.deb) ...
Selecting previously deselected package texlive-common.
Unpacking texlive-common (from .../texlive-common_2009-7maemo4_all.deb) ...
Selecting previously deselected package texlive-doc-base.
Unpacking texlive-doc-base (from .../texlive-doc-base_2009-2maemo3_all.deb) ...
Selecting previously deselected package texlive-binaries.
Unpacking texlive-binaries (from .../texlive-binaries_2009-5maemo3_armel.deb) ...
Selecting previously deselected package texlive-base.
Unpacking texlive-base (from .../texlive-base_2009-7maemo4_all.deb) ...
Selecting previously deselected package texlive-latex-base.
Unpacking texlive-latex-base (from .../texlive-latex-base_2009-7maemo4_all.deb) ...
Setting up tex-common (2.06maemo5) ...
dpkg: error processing tex-common (--configure):
 subprocess post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of texlive-common:
 texlive-common depends on tex-common (>= 2.0); however:
  Package tex-common is not configured yet.
dpkg: error processing texlive-common (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of texlive-doc-base:
 texlive-doc-base depends on tex-common (>= 2.00); however:
  Package tex-common is not configured yet.
 texlive-doc-base depends on texlive-common (>= 2009-1); however:
  Package texlive-common is not configured yet.
dpkg: error processing texlive-doc-base (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of texlive-binaries:
 texlive-binaries depends on tex-common (>= 2.00); however:
  Package tex-common is not configured yet.
dpkg: error processing texlive-binaries (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of texlive-base:
 texlive-base depends on texlive-doc-base (>= 2009-1); however:
  Package texlive-doc-base is not configured yet.
 texlive-base depends on tex-common (>= 2.00); however:
  Package tex-common is not configured yet.
 texlive-base depends on texlive-common (>= 2009-1); however:
  Package texlive-common is not configured yet.
 texlive-base depends on texlive-binaries (>= 2009-1); however:
  Package texlive-binaries is not configured yet.
dpkg: error processing texlive-base (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of texlive-latex-base:
 texlive-latex-base depends on tex-common (>= 2.00); however:
  Package tex-common is not configured yet.
 texlive-latex-base depends on texlive-base (>= 2009-1); however:
  Package texlive-base is not configured yet.
 texlive-latex-base depends on texlive-common (>= 2009-1); however:
  Package texlive-common is not configured yet.
 texlive-latex-base depends on texlive-binaries (>= 2009-1); however:
  Package texlive-binaries is not configured yet.
dpkg: error processing texlive-latex-base (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 tex-common
 texlive-common
 texlive-doc-base
 texlive-binaries
 texlive-base
 texlive-latex-base
E: Sub-process /usr/bin/dpkg returned an error code (1)
I also commented out the luatex-lines in /etc/texmf/fmt.d/10texlive-latex-base.cnf.dpkg-new and tried
Code:
sudo dpkg --configure -a
but to no avail. What am I doing wrong?