Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Failed to emerge dev-texlive/texlive-latex-2010 [Solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
helio
Apprentice
Apprentice


Joined: 08 Apr 2006
Posts: 237

PostPosted: Wed May 11, 2011 9:44 pm    Post subject: Failed to emerge dev-texlive/texlive-latex-2010 [Solved] Reply with quote

I have following error messages when "emerge dev-texlive/texlive-latex"

This is a summary of all `failed' messages:
`luatex -ini -jobname=dvilualatex -progname=dvilualatex dvilualatex.ini' failed
`luatex -ini -jobname=lualatex -progname=lualatex lualatex.ini' failed
* ERROR: dev-texlive/texlive-latex-2010 failed (compile phase):
* failed to build format texmf/fmtutil/format.texlive-latex.cnf
*
* Call stack:
* ebuild.sh, line 56: Called src_compile
* environment, line 2286: Called texlive-module_src_compile
* environment, line 2872: Called die
* The specific snippet of code:
* VARTEXFONTS="${T}/fonts" TEXMFHOME="${S}/texmf:${S}/texmf-dist:${S}/texmf-var" env -u TEXINPUTS fmtutil --cnffile "${i}" --fmtdir "${S}/texmf-var/web2c" --all || die "failed to build format ${i}";

Any clue?


Last edited by helio on Wed May 11, 2011 10:55 pm; edited 1 time in total
Back to top
View user's profile Send private message
helio
Apprentice
Apprentice


Joined: 08 Apr 2006
Posts: 237

PostPosted: Wed May 11, 2011 10:54 pm    Post subject: Reply with quote

I found a solution from

https://forums.gentoo.org/viewtopic-t-797335-start-0-postdays-0-postorder-asc-highlight-.html
Back to top
View user's profile Send private message
arhenius
Tux's lil' helper
Tux's lil' helper


Joined: 19 Mar 2007
Posts: 81
Location: Portugal

PostPosted: Wed Jun 01, 2011 2:58 pm    Post subject: Reply with quote

Quote:
I found a solution from

https://forums.gentoo.org/viewtopic-t-797335-start-0-postdays-0-postorder-asc-highlight-.html


Recompiling luatex didn't work for me, and dev-libs/poppler-0.10.7 is no longer available, so I still can not install texlive-latex on a fresh gentoo machine. :cry:

Code:
This is a summary of all `failed' messages and warnings:
`pdftex -ini  -jobname=latex -progname=latex -translate-file=cp227.tcx *latex.ini' possibly failed.
`pdftex -ini  -jobname=pdflatex -progname=pdflatex -translate-file=cp227.tcx *pdflatex.ini' possibly failed.
`luatex -ini  -jobname=lualatex -progname=lualatex lualatex.ini' possibly failed.
`luatex -ini  -jobname=pdflualatex -progname=pdflualatex pdflualatex.ini' possibly failed.
 * ERROR: dev-texlive/texlive-latex-2008-r2 failed (compile phase):
 *   failed to build format texmf/fmtutil/format.latex.cnf
 *
 * Call stack:
 *     ebuild.sh, line   56:  Called src_compile
 *   environment, line 2301:  Called texlive-module_src_compile
 *   environment, line 2881:  Called die
 * The specific snippet of code:
 *               VARTEXFONTS="${T}/fonts" TEXMFHOME="${S}/texmf:${S}/texmf-dist:${S}/texmf-var" env -u TEXINPUTS fmtutil --cnffile "${i}" --fmtdir "${S}/texmf-var/web2c" --all || die "failed to build format ${i}";
 *
 * If you need support, post the output of 'emerge --info =dev-texlive/texlive-latex-2008-r2',
 * the complete build log and the output of 'emerge -pqv =dev-texlive/texlive-latex-2008-r2'.
 * The complete build log is located at '/var/tmp/portage/dev-texlive/texlive-latex-2008-r2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-texlive/texlive-latex-2008-r2/temp/environment'.
 * S: '/var/tmp/portage/dev-texlive/texlive-latex-2008-r2/work'

_________________
Filipe
Back to top
View user's profile Send private message
helio
Apprentice
Apprentice


Joined: 08 Apr 2006
Posts: 237

PostPosted: Wed Jun 01, 2011 8:38 pm    Post subject: Reply with quote

arhenius, according to my notes, I un-emerged dev-tex/luatex first, and then re-emerged it, before I was able to emerge dev-texlive/texlive-latex successfully. Did you just re-emerge dev-tex/luatex without un-emerging it first?
Back to top
View user's profile Send private message
arhenius
Tux's lil' helper
Tux's lil' helper


Joined: 19 Mar 2007
Posts: 81
Location: Portugal

PostPosted: Wed Jun 01, 2011 9:02 pm    Post subject: Reply with quote

Hello Helio. Many thanks for your quick reply.

I tried to unmerge luatex and tehn re-emerge it, but I keep getting the same result:

Code:
# emerge -C luatex
(...)

# emerge texlive-latex
(...)
###############################################################################
fmtutil: Error! Not all formats have been built successfully.
Visit the log files in directory
  /var/tmp/portage/dev-texlive/texlive-latex-2008-r2/work/texmf-var/web2c
for details.
###############################################################################


This is a fresh install, but I already have gnome on it... would it work if I removed gnome? I cannot do emerge -c lua tex due to a lot of revdeps (evince and so on).

Ant Ideas?

Best regards
_________________
Filipe
Back to top
View user's profile Send private message
helio
Apprentice
Apprentice


Joined: 08 Apr 2006
Posts: 237

PostPosted: Wed Jun 01, 2011 9:43 pm    Post subject: Reply with quote

arhenius, after you did

emerge -C luatex

had you done

emerge luatex

before you

emerge texlive-latex

?
Back to top
View user's profile Send private message
arhenius
Tux's lil' helper
Tux's lil' helper


Joined: 19 Mar 2007
Posts: 81
Location: Portugal

PostPosted: Wed Jun 01, 2011 9:48 pm    Post subject: Reply with quote

Yes... that's what I did... sorry I forgot to put that command in my code box.
_________________
Filipe
Back to top
View user's profile Send private message
helio
Apprentice
Apprentice


Joined: 08 Apr 2006
Posts: 237

PostPosted: Wed Jun 01, 2011 9:58 pm    Post subject: Reply with quote

arhenius, it seems to me the problem now is no longer in the part of luatex, but something else that I unfortunately don't have experience or clue. I would search the error message on web and see what may come up.
Back to top
View user's profile Send private message
Khumarahn
Apprentice
Apprentice


Joined: 17 Apr 2009
Posts: 199

PostPosted: Fri Jun 03, 2011 2:04 am    Post subject: Reply with quote

having the same issue on a fresh install
Back to top
View user's profile Send private message
arhenius
Tux's lil' helper
Tux's lil' helper


Joined: 19 Mar 2007
Posts: 81
Location: Portugal

PostPosted: Fri Jun 03, 2011 12:08 pm    Post subject: Reply with quote

I think it's better to place a bug, then... somethings wrong in the newest version of some deep depedance.
_________________
Filipe
Back to top
View user's profile Send private message
arhenius
Tux's lil' helper
Tux's lil' helper


Joined: 19 Mar 2007
Posts: 81
Location: Portugal

PostPosted: Fri Jun 03, 2011 12:28 pm    Post subject: Reply with quote

Khumarahn,

I posted this as a possible bug in bugzilla.

https://bugs.gentoo.org/show_bug.cgi?id=369883
_________________
Filipe
Back to top
View user's profile Send private message
Khumarahn
Apprentice
Apprentice


Joined: 17 Apr 2009
Posts: 199

PostPosted: Fri Jun 03, 2011 4:08 pm    Post subject: Reply with quote

ok I added my emerge --info there :-)
Back to top
View user's profile Send private message
omerkh
n00b
n00b


Joined: 08 Feb 2007
Posts: 49
Location: Politecnico di Torino

PostPosted: Fri Jun 03, 2011 7:58 pm    Post subject: Reply with quote

Same problem :-( here
none of the steps mentioned here work for me also. Will look forward to bugzilla
Back to top
View user's profile Send private message
Khumarahn
Apprentice
Apprentice


Joined: 17 Apr 2009
Posts: 199

PostPosted: Fri Jun 03, 2011 8:06 pm    Post subject: Reply with quote

as a quick workaround - unmask new versions of packages - add this to /etc/portage/package.keywords:
Code:

=app-text/texlive-2010-r2
=app-text/texlive-core-2010-r1
=dev-libs/kpathsea-6.0.0_p20100722
=dev-tex/bibtexu-3.71_p20100722
=app-text/ps2pkm-1.5_p20100722
=dev-tex/latex-beamer-3.10-r1
=app-text/dvipsk-5.99_p20100722
=dev-texlive/texlive-fontutils-2010-r1
=dev-texlive/texlive-latex-2010
=dev-texlive/texlive-genericrecommended-2010
=dev-texlive/texlive-basic-2010
=dev-texlive/texlive-langenglish-2010
=dev-texlive/texlive-metapost-2010
=dev-texlive/texlive-latexrecommended-2010
=dev-texlive/texlive-htmlxml-2010
=dev-texlive/texlive-fontsrecommended-2010
=dev-texlive/texlive-texinfo-2010
=dev-texlive/texlive-langcyrillic-2010
=dev-texlive/texlive-documentation-base-2010

=dev-texlive/texlive-latexextra-2010-r2
=dev-texlive/texlive-pictures-2010-r1


List can vary of course.
Back to top
View user's profile Send private message
arhenius
Tux's lil' helper
Tux's lil' helper


Joined: 19 Mar 2007
Posts: 81
Location: Portugal

PostPosted: Sat Jun 04, 2011 10:05 am    Post subject: Reply with quote

The problem was pointed out in bugzila:

Quote:
Alexis Ballier 2011-06-03 22:51:09 UTC

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! You are attempting to make a LaTeX format from a source file
! That is more than five years old.
!
! If you enter <return> to scroll past this message then the format
! will be built, but please consider obtaining newer source files
! before continuing to build LaTeX.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! LaTeX source files more than 5 years old!.
l.545 ...aTeX source files more than 5 years old!}


I guess our stable version is getting very old......


So either there is a patch we can introduce in the stabe ebuild, or we have to work with the ~amd64 version.
_________________
Filipe
Back to top
View user's profile Send private message
fb
l33t
l33t


Joined: 08 Dec 2003
Posts: 636
Location: New Zealand

PostPosted: Wed Jun 08, 2011 2:01 am    Post subject: Reply with quote

Got biten by that too. It is also happening on older install. It is time to stabilize a newer version in my opinion.
The other possibility is to get texlive to shut up.
Back to top
View user's profile Send private message
fb
l33t
l33t


Joined: 08 Dec 2003
Posts: 636
Location: New Zealand

PostPosted: Wed Jun 08, 2011 4:05 am    Post subject: Reply with quote

I have posted a vile hack to get it to install in the at comment 10.

I said vile and I mean it.
Back to top
View user's profile Send private message
liuml07
n00b
n00b


Joined: 31 Jul 2011
Posts: 3
Location: Beijing, China

PostPosted: Sun Jul 31, 2011 7:56 am    Post subject: Reply with quote

helio wrote:
I found a solution from

https://forums.gentoo.org/viewtopic-t-797335-start-0-postdays-0-postorder-asc-highlight-.html


This solved my problems too.
Back to top
View user's profile Send private message
ThGravo
n00b
n00b


Joined: 20 Apr 2006
Posts: 24

PostPosted: Wed Jul 18, 2012 1:54 pm    Post subject: Reply with quote

Found a solution here:
https://forums.gentoo.org/viewtopic-p-6850840.html
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum