Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53921 - Compile of gpdf-0.131 fails because file gpdf-C.omf.out cannot be found during the install phase.
Summary: Compile of gpdf-0.131 fails because file gpdf-C.omf.out cannot be found durin...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Highest normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-14 14:58 UTC by Charles Lacour
Modified: 2004-08-08 17:05 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 Charles Lacour 2004-06-14 14:58:31 UTC
Current version of gpdf (as of Jun 14 2004) is 0.131.

Compile proceeds normally until it reaches the install phase. In directory
$PORTAGE/gpdf-0.131/work/gpdf-0.131/help/C it is doing a for loop:
for file in gpdf-C.omf; do
  /bin/install -c -m 644 $file.out $PORTAGE/gpdf-0.131/image//usr/share/omf/gpdf/$file; \
done


Reproducible: Always
Steps to Reproduce:
1.emerge -u gpdf
2.
3.

Actual Results:  
I'm not on the same machine. Please advise if output of compile is needed (and
if so, how much of it) and I'll attach it as an update.

Expected Results:  
Finished emerge cleanly, obviously, but I don't know this particular compile
well enough to spot where the error is.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-06-14 15:56:40 UTC
reopen with output from emerge --info please.
Comment 2 Charles Lacour 2004-06-15 06:48:55 UTC
Requested "emerge -info" and the last few pages of the compile:

emerge --info:
Portage 2.0.50-r8 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3.20040420-r0, 2.4.22-g
entoo-r2)
=================================================================
System uname: 2.4.22-gentoo-r2 i686 Mobile Intel(R) Celeron(R) CPU 1.80GHz
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="-Os -mcpu=pentium3 -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.2/share/config /usr/kde/3/share/config /usr/share/confi        g /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=pentium3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.mirrors.pair.com/ ftp://ftp.ussg.iu.edu/pub/linux/        gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/portage/var"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X alsa apache2 apm arts avi berkdb bonobo cdr crypt cups encode esd f        oomaticdb gdbm gif gpm gtk gtk2 gtkhtml imlib java jpeg libg++ libwww mad mikmod         mmx motif mpeg ncurses oggvorbis oss pam pdflib perl png python qt quicktime ra        deon readline sdl slang spell ssl svga tcltk tcpd truetype x86 xml2 xmms xv zlib        "

Tail end of compilation output:

if test "gpdf" = "glib"; then \
  if test -r ".././mkinstalldirs"; then \
    .././mkinstalldirs /portage/var/portage/gpdf-0.131/image//usr/share/glib-2.0
/gettext/po; \
  else \
    /bin/sh ../mkinstalldirs /portage/var/portage/gpdf-0.131/image//usr/share/gl
ib-2.0/gettext/po; \
  fi; \
  /bin/install -c -m 644 ./Makefile.in.in \
                  /portage/var/portage/gpdf-0.131/image//usr/share/glib-2.0/gett
ext/po/Makefile.in.in; \
else \
  : ; \
fi
make[1]: Leaving directory `/portage/var/portage/gpdf-0.131/work/gpdf-0.131/po'
Making install in help
make[1]: Entering directory `/portage/var/portage/gpdf-0.131/work/gpdf-0.131/hel
p'
Making install in C
make[2]: Entering directory `/portage/var/portage/gpdf-0.131/work/gpdf-0.131/hel
p/C'
make[3]: Entering directory `/portage/var/portage/gpdf-0.131/work/gpdf-0.131/hel
p/C'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /portage/var/portage/gpdf-0.131/image//usr/share/gno
me/help/gpdf/C
mkdir -p -- /portage/var/portage/gpdf-0.131/image//usr/share/gnome/help/gpdf/C
for file in legal.xml gpdf.xml; do \
  cp ./$file /portage/var/portage/gpdf-0.131/image//usr/share/gnome/help/gpdf/C;
 \
done
if test "figures"; then \
  /bin/sh ../../mkinstalldirs /portage/var/portage/gpdf-0.131/image//usr/share/g
nome/help/gpdf/C/figures; \
  for file in ./figures/*.png; do \
    basefile=`echo $file | sed -e  's,^.*/,,'`; \
    /bin/install -c -m 644 $file /portage/var/portage/gpdf-0.131/image//usr/shar
e/gnome/help/gpdf/C/figures/$basefile; \
  done \
fi
mkdir -p -- /portage/var/portage/gpdf-0.131/image//usr/share/gnome/help/gpdf/C/f
igures
make  install-data-hook
make[4]: Entering directory `/portage/var/portage/gpdf-0.131/work/gpdf-0.131/hel
p/C'
/bin/sh ../../mkinstalldirs /portage/var/portage/gpdf-0.131/image//usr/share/omf
/gpdf
mkdir -p -- /portage/var/portage/gpdf-0.131/image//usr/share/omf/gpdf
for file in gpdf-C.omf; do \
        /bin/install -c -m 644 $file.out /portage/var/portage/gpdf-0.131/image//             usr/share/omf/gpdf/$file; \
done
/bin/install: cannot stat `gpdf-C.omf.out': No such file or directory
make[4]: *** [install-data-hook-omf] Error 1
make[4]: Leaving directory `/portage/var/portage/gpdf-0.131/work/gpdf-0.131/help             /C'
make[3]: *** [install-data-am] Error 2
make[3]: Leaving directory `/portage/var/portage/gpdf-0.131/work/gpdf-0.131/help             /C'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/portage/var/portage/gpdf-0.131/work/gpdf-0.131/help             /C'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/portage/var/portage/gpdf-0.131/work/gpdf-0.131/help             '
make: *** [install-recursive] Error 1

!!! ERROR: app-text/gpdf-0.131 failed.
!!! Function einstall, Line 388, Exitcode 2
!!! einstall failed
Comment 3 Michal Suchanek 2004-07-14 04:05:08 UTC
I get the same error with gpdf 0.132 and 0.131 op ppc.


Portage 2.0.50-r9 (default-ppc-2004.1, gcc-3.3.3, glibc-2.3.3.20040420-r0, 2.6.7-gentoo-r7)
=================================================================
System uname: 2.6.7-gentoo-r7 ppc 745/755
Gentoo Base System version 1.4.16
distcc 2.16 powerpc-unknown-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="ppc ~ppc"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=750 -pipe"
CHOST="powerpc-unknown-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /u
sr/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="-O3 -mcpu=750 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache"
GENTOO_MIRRORS="ftp://ftp.sh.cvut.cz/MIRRORS/gentoo/gentoo http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://ftp-stud.fht-esslingen.de/pub/Mir
rors/gentoo/ ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo ftp://ftp.wh2.tu-dresden.de/pub/mirrors/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 Xaw3d alsa audiofile berkdb bzlib caps cdr cpdflib crypt cups curl dedicated dga dio directfb divx4linux doc dvb dvd dvdr encode esd ether
eal fam fbcon flac flash foomaticdb ftp gb gd gdbm ggi gif gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile hardened hardenedphp iconv icq imag
emagick imap imlib ipv6 jpeg kde lcms libgda libwww mad maildir mikmod ming mitshm mmap motif mozilla mpeg nas ncurses netcdf nls nocd offensive 
oggvorbis opengl oss pam pcntl pcre pdflib perl pic pie png posix ppc ppds python quicktime readline recode ruby samba sasl sdl session shared sl
ang slp snmp sockets speex spell ssl svg sysvipc szip tcpd tetex tidy tiff truetype unicode usb video_cards_rage128 videos vxwindows wmf xinerama
 xml xml2 xmlrpc xmms xosd xv xvid zlib"
Comment 4 foser (RETIRED) gentoo-dev 2004-07-14 05:50:38 UTC
and with MAKEOPTS set to -j1 ?
Comment 5 Michal Suchanek 2004-07-14 07:10:00 UTC
MAKEOPTS=-j1 emerge gpdf
does the same.
Comment 6 postmodern 2004-07-18 20:49:52 UTC
Got the same error on amd64.

Gentoo Base System version 1.4.16
Portage 2.0.50-r9 (default-amd64-2004.0, gcc-3.3.3, glibc-2.3.4.20040605-r0, 2.6.7-gentoo-r11)
=================================================================
System uname: 2.6.7-gentoo-r11 x86_64 4
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-pipe -O3"
CHOST="x86_64-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/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-pipe -O3"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/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 amd64 apm arts avi berkdb cdr crypt encode esd foomaticdb gdbm gif gnome gpm gtk gtk2 imlib jpeg libg++ libwww mikmod motif mozilla mpeg multilib ncurses nls nogcj oggvorbis opengl oss pam pdflib perl png python quicktime readline sdl slang spell ssl tcpd truetype xml2 xmms xv zlib"
Comment 7 Joe McCann (RETIRED) gentoo-dev 2004-07-20 01:26:38 UTC
this might be a problem with a missing scrollkeeper dep(and check by the package) I can reproduce this error if I uninstall scrollkeeper. Anybody with the problem that has scrollkeeper installed?
Comment 8 mark williamson 2004-07-20 07:18:38 UTC
I was getting this problem. Following from the last comment I emerged scrollkeeper and gpdf then emerged fine...
Comment 9 Michal Suchanek 2004-07-21 05:37:13 UTC
For me it is also fixed by emerging scrollkeeper first.
Comment 10 foser (RETIRED) gentoo-dev 2004-08-03 16:00:10 UTC
scrollkeeper it is then
Comment 11 foser (RETIRED) gentoo-dev 2004-08-08 17:05:15 UTC
fixed in 0.132