> Date: Sun, 12 Jan 2014 19:06:38 +0000
> From: lf...@cruziero.com (akhiezer)
> To: BLFS Support List <blfs-support@linuxfromscratch.org>
> Subject: Re: [blfs-support] No latex command? texlive-20130530
>
> > Date: Sun, 12 Jan 2014 16:02:13 +0000
> > From: lf...@cruziero.com (akhiezer)
> > To: BLFS Support List <blfs-support@linuxfromscratch.org>
> > Subject: Re: [blfs-support] No latex command? texlive-20130530
> >
>       .
>       .
> >
> > Reading the blfs-svn-texlive page 
> > ('http://www.linuxfromscratch.org/blfs/view/svn/pst/texlive.html') again, 
> > I'm 
> > again wondering if the "At this point the installation is complete. If 
> > building from source is desired, extract the source package as usual and 
> > continue." is perhaps slightly misleading (no offence to anyone if that 
> > impression is wrong): for, e.g., for cmmi install I'd kindof expect you 
> > might 
> > still need to do the 'pathappend' stuff shown above that point in the page.
> >
>
>
> (Am also now wondering if am not grokking exactly what sequence of commands 
> that page is wanting the user to do, for a cmmi install.)
>


Magnus,


Apols for the slight bombardment of posts. Just to check, what sequence of 
commands from the blfs-texlive page do you run; and what if any changes do 
you make (already know about ./confiure '--prefix=...' change) ?


For convenience, here's the list from blfs-7.4 
('http://www.linuxfromscratch.org/blfs/view/7.4/pst/texlive.html'):
----
$ tar -xf install-tl-unx.tar.gz && cd install-tl-20130730
$
$ TEXLIVE_INSTALL_PREFIX=/opt/texlive ./install-tl
        # If you run this, then if possible can you detail what options 
        # you choose?
$
$ cat >> /etc/profile.d/extrapaths.sh << "EOF"
pathappend /usr/share/man                        MANPATH
pathappend /opt/texlive/2013/texmf-dist/doc/man  MANPATH
pathappend /usr/share/info                       INFOPATH
pathappend /opt/texlive/2013/texmf-dist/doc/info INFOPATH
pathappend /opt/texlive/2013/bin/x86_64-linux
EOF
$
$ source /etc/profile
$
# I know you adjust '--prefix=...' in foll cfg:
$ ./configure --prefix=/usr                  \
            --disable-native-texlive-build \
            --enable-build-in-source-tree  \
            --without-luatex               \
            --enable-mktextex-default      \
            --with-banner-add=" - BLFS"    &&
  make
$
$ make -k check
$
$ make DESTDIR=$PWD/texlive-tmp install
$
$ find texlive-tmp/usr/bin -type f -exec cp -v {} 
/opt/texlive/2013/bin/x86_64-linux \;
$
----



rgds,
akh





--
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to