Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121509 - media-gfx/imagemagick-6.2.6.0 wants nonexistant /usr/lib/libMagick.so.9
Summary: media-gfx/imagemagick-6.2.6.0 wants nonexistant /usr/lib/libMagick.so.9
Status: RESOLVED DUPLICATE of bug 121142
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 121510 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-02-04 00:35 UTC by Justin Findlay
Modified: 2006-02-04 00:49 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 Justin Findlay 2006-02-04 00:35:13 UTC
A symlink /usr/lib/libMagick.so.9 to /usr/lib/libMagick.so seems to repair ImageMagick's brokenness, but I don't know what the real problem here is.

# ACCEPT_KEYWORDS="~amd64" emerge imagemagick
$ identify test.png
identify: error while loading shared libraries: libMagick.so.9: cannot open shared object file: No such file or directory
$ convert test.png test.pbm
convert: error while loading shared libraries: libMagick.so.9: cannot open shared object file: No such file or directory

# cd /usr/lib/ && ln -s ln -s libMagick.so libMagick.so.9
$ identify test.png
test.png PNG 706x511 706x511+0+0 DirectClass 2e+01kb
$ convert test.png test.pbm
$ ls
test.pbm  test.png
$ emerge info
Portage 2.0.54 (default-linux/amd64/2005.1/no-multilib, gcc-4.0.2, glibc-2.3.6-r2, 2.6.16-rc1 x86_64)
=================================================================
System uname: 2.6.16-rc1 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.12.0_pre15
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O3 -fmessage-length=0 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib64/mozilla/defaults/pref /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="-march=athlon64 -O3 -fmessage-length=0 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache digest distlocks sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://mirror.datapipe.net/gentoo http://cudlug.cudenver.edu/gentoo/ http://gentoo.chem.wisc.edu/gentoo/"
LINGUAS="en_US"
MAKEOPTS="-j2 -l3.5"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi aim alsa amd64 apache2 apm arts atlas audiofile avi bash-completion bcmath bitmap-fonts blas bonobo bzip2 bzlib calendar cdparanoia cdr crypt cscope cups curl curlwrappers divx4linux doc dv dvd dvdr dvdread eds emboss encode esd ethereal evo examples exif expat f77 fam ffmpeg fftw flac foomaticdb fortran ftp gb gcj gd gif ginac glut gmp gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile hal icq idn imagemagick imlib ipv6 jabber jack java jikes jpeg kde lcms lesstif libcaca libedit libg++ libgda lm_sensors lzw lzw-tiff mad mcal mhash mikmod mime mng motif mozilla mp3 mpeg mpi msn ncurses nptl ofx ogg oggvorbis openal opengl oscar pam pcntl pcre pdflib perl pic pie plotutils png posix postgres qt quicktime readline real recode samba shared sharedmem slang sndfile sockets sox speex spell sqlite ssl svg symlink sysvipc tcpd tetex theora threads tiff truetype truetype-fonts type1-fonts udev unicode usb userlocales vcd vorbis wmf wxwindows xine xinerama xml2 xmms xpm xsl xv xvid yahoo zlib linguas_en_US userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 Justin Findlay 2006-02-04 00:46:41 UTC
*** Bug 121510 has been marked as a duplicate of this bug. ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-02-04 00:49:01 UTC

*** This bug has been marked as a duplicate of 121142 ***