Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68010 - gimp-print-5.0.0_beta2 : gimp print plugin broken
Summary: gimp-print-5.0.0_beta2 : gimp print plugin broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-18 06:06 UTC by Rodolphe Rocca
Modified: 2005-02-20 11:15 UTC (History)
0 users

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 Rodolphe Rocca 2004-10-18 06:06:52 UTC
After emerging gimp-print-5.0.0_beta2, the lib /usr/lib/libgimpprint.so.1 is missing, but required by the gimp-print plugin (/usr/lib/gimp/2.0/plug-ins/print). A simple symbolic link can fix the issue. Maybe it should be added to the ebuild.
ln -s /usr/lib/libgimpprint.so /usr/lib/libgimpprint.so.1

Reproducible: Always
Steps to Reproduce:
1. emerge gimp-2.0.4
2. emerge gimp-print-5.0.0_beta2
3. ldd /usr/lib/gimp/2.0/plug-ins/print

Actual Results:  
libgimpprint.so.1 => not found

Expected Results:  
 libgimpprint-5.0.0-beta2.so => /usr/lib/libgimpprint-5.0.0-beta2.so
(0x0000002a971a8000)

Portage 2.0.50-r11 (gcc34-amd64-2004.1, gcc-3.4.2, glibc-2.3.4.20040808-r1, 2.6.
8-gentoo-r4)
=================================================================
System uname: 2.6.8-gentoo-r4 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-march=athlon64 -O3 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2
/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /
usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qma
il/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon64 -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache"
GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://gent
oo.mirror.sdv.fr ftp://mirror.nutsmaas.nl/gentoo/ http://gentoo.zie.pg.gda.pl"
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 aalib acpi alsa amd64 apache2 arts avi berkdb bitmap-fonts bonobo c
dr crypt cups dga directfb dvd encode esd ethereal f77 faac faad fbcon flash foo
maticdb gd gdbm ggi gif gnome gpm gstreamer gtk gtk2 gtkhtml imap imlib java jpe
g kde lcms ldap libg++ libwww maildir mbox mikmod motif mozilla mpeg multilib my
sql ncurses nls nptl oggvorbis opengl oss pam pdflib perl plotutils png pnp ppds
 python qt quicktime readline ruby samba sasl scanner sdl slang socks5 spell ssl
 tcltk tcpd tiff truetype unicode usb wmf xml xml2 xmms xprint xv xvid zlib"
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2004-12-20 13:17:06 UTC
can you please post a patch
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2005-02-20 11:15:37 UTC
gimp-print-5.0.0_beta3 is now in portage, this should be fixed