Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42375 - conglomerate einstall fails with exitcode 2
Summary: conglomerate einstall fails with exitcode 2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 All
: High major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-21 08:42 UTC by lars brun nielsen
Modified: 2004-03-06 09:38 UTC (History)
0 users

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


Attachments
full output: emerge conglomerate (conglomerate.log,209.49 KB, text/plain)
2004-03-06 05:45 UTC, lars brun nielsen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lars brun nielsen 2004-02-21 08:42:58 UTC
<output emerge conglomerate>
make  install-data-hook
make[4]: Entering directory `/var/tmp/portage/conglomerate-0.7.11/work/conglomerate-0.7.11/doc/C'
/bin/sh ../../mkinstalldirs /var/tmp/portage/conglomerate-0.7.11/image//usr/share/omf/conglomerate
mkdir /var/tmp/portage/conglomerate-0.7.11/image/usr/share/omf
mkdir /var/tmp/portage/conglomerate-0.7.11/image/usr/share/omf/conglomerate
for file in conglomerate-C.omf; do \
        /bin/install -c -m 644 $file.out /var/tmp/portage/conglomerate-0.7.11/image//usr/share/omf/conglomerate/$file; \
done
/bin/install: cannot stat `conglomerate-C.omf.out': No such file or directory
make[4]: *** [install-data-hook-omf] Error 1
make[4]: Leaving directory `/var/tmp/portage/conglomerate-0.7.11/work/conglomerate-0.7.11/doc/C'
make[3]: *** [install-data-am] Error 2
make[3]: Leaving directory `/var/tmp/portage/conglomerate-0.7.11/work/conglomerate-0.7.11/doc/C'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/var/tmp/portage/conglomerate-0.7.11/work/conglomerate-0.7.11/doc/C'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/conglomerate-0.7.11/work/conglomerate-0.7.11/doc'
make: *** [install-recursive] Error 1

!!! ERROR: app-editors/conglomerate-0.7.11 failed.
!!! Function einstall, Line 388, Exitcode 2
!!! einstall failed
</output emerge conglomerate>
Comment 1 Yi Quang (RETIRED) gentoo-dev 2004-02-21 12:32:48 UTC
Hurmm, can't reproduce it here, could you give us a emerge info please.  
Comment 2 lars brun nielsen 2004-02-21 12:41:09 UTC
#emerge info

Portage 2.0.50-r1 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r3, 2.6.3-gentoo-r1)
=================================================================
System uname: 2.6.3-gentoo-r1 i686 Intel(R) Pentium(R) M processor 1500MHz
Gentoo Base System version 1.4.3.13
distcc 2.11.1 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.58
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=pentium4 -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -mcpu=pentium4 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distcc sandbox userpriv usersandbox"
GENTOO_MIRRORS="http://gentoo.linux.no/ http://ftp.gentoo.skynet.be/pub/gentoo/ http://ds.thn.htu.se/linux/gentoo http://ftp.uni-erlangen.de/pub/mirrors/gentoo"
MAKEOPTS="-j3"
PKGDIR="/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 encode esd foomaticdb gdbm gif gnome gpm gtk gtk2 imlib java jpeg kde libg++ libwww mad mikmod mmx motif mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl slang spell sse ssl svga tcpd truetype video_cards_radeon x86 xml2 xmms xv zlib"
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2004-03-06 04:35:10 UTC
its a doc text-markup problem .. please attach the full build log: 

eg. emerge conglomerate 2>&1 | tee /tmp/conglomerate.log
Comment 4 lars brun nielsen 2004-03-06 05:45:14 UTC
Created attachment 26940 [details]
full output: emerge conglomerate
Comment 5 Alastair Tse (RETIRED) gentoo-dev 2004-03-06 07:15:27 UTC
for file in conglomerate-C.omf; do \
  scrollkeeper-preinstall /usr/share/gnome/help/conglomerate/C/conglomerate.xml ./$file $file.out; \
done
/bin/sh: line 1: scrollkeeper-preinstall: command not found
make[3]: [omf_timestamp] Error 127 (ignored)
touch omf_timestamp


do you have scrollkeeper installed?
Comment 6 lars brun nielsen 2004-03-06 07:31:16 UTC
no - scrollkeeper's not installed
Comment 7 lars brun nielsen 2004-03-06 08:37:37 UTC
.. and installing scrollkeeper did it !
thanks for your help

lars
Comment 8 Alastair Tse (RETIRED) gentoo-dev 2004-03-06 09:38:34 UTC
i've added the missing scrollkeeper deps to conglomerate, my bad for leaving them out in the first place.