Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54706 - emerge preview-latex fails at einstall
Summary: emerge preview-latex fails at einstall
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-21 21:23 UTC by Jan Strube
Modified: 2004-07-10 03:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Strube 2004-06-21 21:23:38 UTC
USE=xemacs emerge preview-latex dies with the following error

...
make[1]: Leaving directory `/var/tmp/portage/preview-latex-0.8.1/temp/latex'
Congratulations!  Build is complete.

Now, run "make install" as root, or whatever user has permissions
to write to the install directory.
/usr/bin/makeinfo  preview-latex.texi

[38] [39] (./preview-latex.tmp) (./preview-latex.tmp) (./preview-latex.tmp)
(./preview-latex.tmp) (./preview-latex.tmp) [40]) Appendix C [41]
(./copying.texi (./macros.texi)) (Index) [42] (./preview-latex.cps)
Overfull \vbox (94.92477pt too high) has occurred while \output is active
[43] )
(see the transcript file for additional information)
Output written on preview-latex.dvi (47 pages, 184648 bytes).
Transcript written on preview-latex.log.
make[1]: Leaving directory `/var/tmp/portage/preview-latex-0.8.1/temp/doc'

>>> Install preview-latex-0.8.1 into /var/tmp/portage/preview-latex-0.8.1/image/ category dev-tex

!!! ERROR: dev-tex/preview-latex-0.8.1 failed.
!!! Function einstall, Line 390, Exitcode 1
!!! no Makefile found

I downloaded the new ebuild from CVS to make it work at all. Did I miss something ? I thought the only that changed was the .ebuild file.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Chris White (RETIRED) gentoo-dev 2004-06-21 21:59:18 UTC
I can confirm this bug as well, definately needs to be looked into.
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-06-22 01:39:16 UTC
Please submit your `emerge info`. Also, does setting MAKEOPTS to "-j1" solve
the issue?
Comment 3 Jan Strube 2004-06-22 08:41:49 UTC
MAKEOPTS="-j1" emerge -va preview-latex
failed with the same error

emerge info
Portage 2.0.50-r8 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r0, 2.6.7-gentoo)
=================================================================
System uname: 2.6.7-gentoo i686 Intel(R) Pentium(R) 4 Mobile CPU 1.60GHz
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://128.213.5.34/gentoo/ http://gentoo.llarian.net/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://trumpetti.atm.tut.fi/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm arts avi berkdb cdr crypt cups dvd encode esd foomaticdb gdbm gif gpm gtk gtk2 imap imlib java jpeg kde libg++ libwww mad mikmod motif mpeg mule ncurses nls oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl slang spell sse ssl svga tcltk tcpd tetex truetype x86 xemacs xml2 xmms xv zlib"

Sorry for not posting it in the first place
Comment 4 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-07-10 03:15:14 UTC
Sorry I fixed it but didn't close the bug.
Thanks for reporting the bug.