Notices


Reply
Thread Tools
Posts: 25 | Thanked: 1 time | Joined on Dec 2009 @ NE-Scotland
#11
This is great. I started to use the latex in easy-debian, but to have it directly on maemo is nice!

Thank you for the effort. I will try as soon as I can get on a wifi connection.
 
Posts: 946 | Thanked: 1,650 times | Joined on Oct 2009 @ Germany
#12
thanks. BTW, which firmware are you using?

no the beginning of the file should like

Code:
#!/bin/sh -e
set -x
# 
# postinst maintainer script for the Debian  package.
# $Id: postinst.in 4537 2010-01-12 11:33:17Z preining $

# Copyright (C) 2004 by Frank K?ster <frank@kuesterei.ch>.
Originally Posted by borghal View Post
Hello titan, I did as you told me, (is there really suppose to be just a second line going
Code:
-e
? Looks odd. here's the output:
 
Posts: 946 | Thanked: 1,650 times | Joined on Oct 2009 @ Germany
#13
this port is based on Ubuntu Lucid (10.04).
If someone has that version installed on the desktop,
the output of
fmtutil --all --cnffile /etc/texmf/fmt.d/10texlive-base.cnf
would be appreciated (before I install in a VM).

you send the logs to my email: tanner at gmx.de

Last edited by titan; 2010-01-25 at 09:22.
 
Posts: 138 | Thanked: 59 times | Joined on Jun 2007
#14
Originally Posted by titan View Post
thanks. BTW, which firmware are you using?
I'm on PR1.1, the latest firmware.

I've attached the new output file.
Attached Files
File Type: zip output.txt.zip (7.8 KB, 98 views)
 
Posts: 946 | Thanked: 1,650 times | Joined on Oct 2009 @ Germany
#15
ok, problem isolated (the standard ucf is broken).

at the beginning of
/var/lib/dpkg/info/tex-common.postinst
please replace the line (ca. 35)

UCF="sh /usr/bin/ucf" # WORKAROUND hardcoded bash

with

UCF=":" # WORKAROUND hardcoded bash

and try again
 
Posts: 138 | Thanked: 59 times | Joined on Jun 2007
#16
Thanks for your help! Tried again but there's still an error message, see attachment.
Attached Files
File Type: zip output2.zip (8.1 KB, 94 views)
 
Posts: 946 | Thanked: 1,650 times | Joined on Oct 2009 @ Germany
#17
Originally Posted by borghal View Post
Thanks for your help! Tried again but there's still an error message, see attachment.
hm, does it help to change it to
UCF="cp" # WORKAROUND hardcoded bash
 
Posts: 138 | Thanked: 59 times | Joined on Jun 2007
#18
Originally Posted by titan View Post
hm, does it help to change it to
UCF="cp" # WORKAROUND hardcoded bash
Unfortunately not, see attachment.
Attached Files
File Type: zip output3.zip (8.1 KB, 93 views)
 
Posts: 134 | Thanked: 91 times | Joined on Nov 2009 @ Imperial College London
#19
Still broken for me, I think due to the section under:

# handle ucf-managed configuration files

in the postinst script.

It breaks because /etc/texmf/texmf.d/05TeXMF.cnf is missing.

Out of interest I also couldn't find

/etc/texmf/fmt.d/10texlive-base.cnf
or
/etc/texmf/fmt.d/10texlive-latex-base.cnf

rather I could find

/etc/texmf/fmt.d/10texlive-base.cnf.dpkg-new
and
/etc/texmf/fmt.d/10texlive-latex-base.cnf-dpkg-new.

There was no reference to luatex in the former, I commented out two references to it in the latter.

Thanks for your efforts so far! Looking forward to getting this up and running!

Cheers,
Jan
 
Posts: 946 | Thanked: 1,650 times | Joined on Oct 2009 @ Germany
#20
Originally Posted by borghal View Post
Unfortunately not, see attachment.
ok, we are making progress (sorry the Ubuntu shell scripts are quite complex)
the error is:
/usr/sbin/update-texmf: line 96: ucf: not found

if you replace that line
ucf --debconf-ok --three-way ${TMPTXMF} ${TXMF}/texmf.cnf.

with

cp ${TMPTXMF} ${TXMF}/texmf.cnf

it coud finally work
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 09:40.