Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74906 - Gimp-print error
Summary: Gimp-print error
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-18 20:45 UTC by George Prowse
Modified: 2006-01-14 11:26 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 George Prowse 2004-12-18 20:45:34 UTC
when emerging gimp print it fails because it cannot find var/tmp/portage/gimp-print-4.2.6/work/gimp-print-4.2.6/src/cups

Reproducible: Always
Steps to Reproduce:
1.emerge gimp-print
2.
3.

Actual Results:  
make[4]: Entering directory
`/var/tmp/portage/gimp-print-4.2.6/work/gimp-print-4.2.6/src/cups'
rm -r ppd
rm: cannot remove `ppd': No such file or directory
make[4]: [ppd-stamp-pre] Error 1 (ignored)
mkdir ppd
for language in C ; do \
  mkdir ppd/$language ; \
  echo "$language:" ; \
 ./genppd --prefix=ppd/$language ; \
done
mkdir: cannot create directory `ppd/C': No such file or directory
C:
genppd: Unable to create file "ppd/C/bjc-30.ppd.gz" - No such file or directory.
make[4]: *** [ppd-nonls] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory
`/var/tmp/portage/gimp-print-4.2.6/work/gimp-print-4.2.6/src/cups'
make[3]: *** [ppd-stamp] Error 2
make[3]: Leaving directory
`/var/tmp/portage/gimp-print-4.2.6/work/gimp-print-4.2.6/src/cups'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/gimp-print-4.2.6/work/gimp-print-4.2.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gimp-print-4.2.6/work/gimp-print-4.2.6'
make: *** [all-recursive-am] Error 2

Expected Results:  
installed gimp print

bash-2.05b# emerge info
Portage 2.0.51-r2 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.6.9-gentoo-r9 i686)
=================================================================
System uname: 2.6.9-gentoo-r9 i686 AMD Athlon(tm) XP 2400+
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe -Wno-strict-aliasing"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe -Wno-strict-aliasing"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig candy ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.blueyonder.co.uk"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage"
USE="X alsa apm avi berkdb bitmap-fonts bmp cdr crypt cups encode esd f77 flac
foomaticdb fortran gdbm gif gnome gpm gtk gtk2 guile imagemagick imlib java jpeg
libg++ libwww mad mikmod motif mp3 mpeg mpg ncurses nls ogg oggvorbis opengl oss
pam pdflib perl png python quicktime readline sdl spell ssl svga tcpd tiff
truetype x86 xml xml2 xmms xv zlib"
Comment 1 George Prowse 2004-12-18 20:47:34 UTC
cups et al is installed:
*  net-print/cups
      Latest version available: 1.1.20-r5
      Latest version installed: 1.1.20-r5
      Size of downloaded files: 3,653 kB

*  net-print/libgnomecups
      Latest version available: 0.1.8
      Latest version installed: 0.1.8
      Size of downloaded files: 282 kB
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2004-12-20 13:16:34 UTC
do you have another gimp-print version installed? if please try to remove it first
Comment 3 George Prowse 2004-12-20 13:45:51 UTC
No i haven't, a "locate gimp-print" only brought up those in /var/cache and /usr/portage
Comment 4 Peter Volkov (RETIRED) gentoo-dev 2005-01-09 02:05:01 UTC
I'm doing fresh installation of gentoo and I have the same error.
May be this helps to determine the problem:
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-test --with-ghosts --with-user-guide --with-samples --with-escputil --without-translated-ppds --enable-nls --with-readline --enable-lexmarkutil --without-gimp --with-cups --without-foomatic

[ebuild  N    ] media-gfx/gimp-print-4.2.6  +cups -foomaticdb +gtk +nls -ppds +readline 0 kB
Comment 5 Peter Volkov (RETIRED) gentoo-dev 2005-01-09 02:15:55 UTC
Update from cups-1.1.23_rc1 to cups-1.1.23 solved problem for me.

So If anybode else can confirm may be it's time to close bug.

Thank you for your attention.
Comment 6 George Prowse 2005-01-09 22:07:54 UTC
i updated cups a day or so ago so i will try tonight. Too much work to do at 5:30am
Comment 7 Chris Slycord 2005-01-28 01:31:59 UTC
Same error with cups-1.1.23 installed and gimp-print-4.2.7 ebuild.
Comment 8 David Pyke 2005-02-11 07:25:25 UTC
confirmed on my system
Portage 2.0.51-r15 (default-linux/amd64/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0, 2.6.9-gentoo-r14 x86_64)
=================================================================
System uname: 2.6.9-gentoo-r14 x86_64 AMD Opteron(tm) Processor 142
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Feb  7 2005, 09:28:58)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.5, 1.8.5-r3, 1.6.3, 1.7.9-r1, 1.4_p6, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=opteron -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=opteron -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox"
GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo/ http://mirror.datapipe.net/gentoo http://prometheus.cs.wmich.edu/gentoo http://gentoo.mirrors.pair.com/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X acpi alsa apache2 apm audiofile avi bash-completion berk-db berkdb bitmap-fonts bmp bonobo bzlib cdr crypt cups dvd dvdr encode esd evo f77 fam fbcon font-server foomaticdb fortran gif gnome gpm gstreamer gtk gtk2 icq imagemagick imlib ipv6 java jp2 jpeg kde libwww lzw lzw-tiff mad maildir mbox mime mimemmap mozilla mpeg msn multilib ncurses nls nptl offensive oggvorbis openal opengl oscar oss pam pda pdflib perl php plotutils png ppds python quicktime readline samba sdl sndfile snmp soap sockets sox speex spell ssl tcpd theora tidy tiff truetype truetype-fonts type1-fonts usb userlocales videos wxwindows xine xinerama xml xml2 xmms xpm xprint xrandr xv xvid zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS

Comment 9 David Pyke 2005-02-11 07:30:50 UTC
For the record, I'm using gimp 2.2 and gimp-print 5 beta 2 recovers from the error.
Comment 10 Stian Skjelstad 2005-06-30 05:59:44 UTC
> +cups -foomaticdb +gtk +nls -ppds +readline 0 kB

hmmm, does configure actually respect -foomaticdb and -ppds if it finds the
needed tools for this?
Comment 11 Stian Skjelstad 2005-06-30 10:38:34 UTC
try MAKEOPTS="-j1"

Comment 12 Luis Medinas (RETIRED) gentoo-dev 2005-08-03 11:19:05 UTC
Still have the same problems here ?
Comment 13 Stefan Schweizer (RETIRED) gentoo-dev 2006-01-14 11:26:12 UTC
seems to be forgotten