Hi Stanislas,
as super user (su) in XTerm Terminal
wget http://people.slitaz.org/~shann/texlive/get-texlive-2008.tazpkg
is not working. It says ERROR: cannot verify people.slitaz.org's certificate.
Regards,
kubepc
Hi Stanislas,
as super user (su) in XTerm Terminal
wget http://people.slitaz.org/~shann/texlive/get-texlive-2008.tazpkg
is not working. It says ERROR: cannot verify people.slitaz.org's certificate.
Regards,
kubepc
Hello kubepc,
probably a bad question, but is cacerts loaded with dependencies ?
Friendly.
Hi Rantanplan, Hi Shann,
at the beginning of /usr/bin/get-texlive in the package are no dependencies for cacerts:
#!/bin/sh
# download, pack and install a minimal texlive scheme.
PACKAGE="texlive"
CATEGORY="office"
SHORT_DESC="latex text processor"
MAINTAINER="sygne@ombres.eu"
DEPENDS="wget perl openssl"
SOURCE="install-tl"
TARBALL="$SOURCE-unx.tar.gz"
WEB_SITE="http://www.tug.org/$PACKAGE/"
WGET_URL="ftp://ftp.math.utah.edu/pub/tex/historic/systems/$PACKAGE/2008/tlnet/$TARBALL"
ROOT="$1"
...
On the other hand the command was not corresponding to shann's directory.
2008 in the middle was missing. It should be:
wget http://people.slitaz.org/~shann/texlive-2008/get-texlive-2008.tazpkg
Now the script produces for me a tiny package texlive-20080903.tazpkg (only 1.8 K),
which of course cannot work.
Regards,
kubepc
Hi kubepc,
infact miss typo (type instead copy/paste) for url :/
In case cacerts need to be ensure https:// work, but rolling seem not need when i retry on fresh vm.
If remember you said use rolling core64, perl script install-tl failed because unrecognize x86_64 arch.
I check install-tl, if understand normally it's fallback to i386-linux.
If i use setarch linux32
and run manually script install-tl, it's work.
Quick patch i do append ./install-tl line with setarch linux32
Line become
setarch linux32 ./install-tl -profile slitaz.profile -location ftp://....
Hi kubepc,
I push patch on current wok and also cooking.
https://hg.slitaz.org/wok/rev/71d2ee2c8ab3
https://cook.slitaz.org/cooker.cgi?download=get-texlive-2008.tazpkg
Hi Stanislas,
get-texlive works now on slitaz-rolling-core64 with gummi 0.6.1. The default.tex gets compiled after a logout and a login. After the following comands in the XTerm terminal:
tlmgr install xcolor
tlmgr install titlesec
my sample book is also being compiled.
Thank You very much
kubepc
You must log in to post.