Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151736 - media-gfx/fontforge-20061014 installs bad libgdraw.la
Summary: media-gfx/fontforge-20061014 installs bad libgdraw.la
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords:
: 151734 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-10-17 12:11 UTC by Ulrich Müller
Modified: 2006-10-28 16:50 UTC (History)
10 users (show)

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


Attachments
fontforge-20061014-make.patch (fontforge-20061014-make.patch,2.97 KB, patch)
2006-10-23 06:08 UTC, Alon Bar-Lev (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2006-10-17 12:11:38 UTC
After emerging media-gfx/fontforge-20061014, revdep-rebuild complains about a broken libgdraw.la:

Checking dynamic linking consistency...
[..]
  broken /usr/lib/libgdraw.la (requires /lib/libgunicode.la)
 done.

Actually rebuilding the package and running revdep-rebuild again does not help. (libgunicode is installed by the package in /usr/lib, not in /lib.)


# emerge --info
Portage 2.1.2_pre3-r3 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.5-r0, 2.6.18-gentoo-r1 i686)
=================================================================
System uname: 2.6.18-gentoo-r1 i686 Intel(R) Pentium(R) M processor 1.73GHz
Gentoo Base System version 1.12.5
Last Sync: Tue, 17 Oct 2006 14:00:01 +0000
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib/fax /usr/share/X11/xkb /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/spool/fax/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=pentium-m -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://mirrors.sec.informatik.tu-darmstadt.de/gentoo http://gentoo.osuosl.org http://gentoo.inode.at"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/ulm /usr/portage/local/layman/sunrise /usr/portage/local/layman/portage-xgl"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X Xaw3d aalib acpi alsa amr apache2 asf berkdb bitmap-fonts bzip2 cairo caps cdparanoia cdr cli clisp crypt directfb dlloader dri dvd eds elibc_glibc emacs emacs-w3 emboss encode exif expat fam fbcon ffmpeg firefox foomaticdb fortran gcj gdbm gif glitz glut gnome gpm gstreamer gtk gtk2 gtkhtml guile idea ieee1394 imap imlib input_devices_keyboard input_devices_mouse input_devices_synaptics ipv6 irda isdnlog java jpeg kernel_linux libcaca libg++ libwww logrotate mad mikmod mmx mng motif mp3 mpeg ncurses nls nocd nptl nptlonly nsplugin offensive ogg opengl oss pcmcia pcre pdf perl png postgres pppd python qt3 qt4 quicktime readline recode reflection sdl seamonkey session skey sox spell spl sse sse2 ssl tcpd tetex tiff truetype truetype-fonts type1-fonts udev userland_GNU userlocales video_cards_fbdev video_cards_i810 video_cards_vesa video_cards_vga vorbis wifi win32codecs wxwindows xml xmms xorg xv zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 James Wells 2006-10-17 21:43:47 UTC
This is a duplicate of #151734, located at;
   http://bugs.gentoo.org/show_bug.cgi?id=151734
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-10-17 23:13:02 UTC
*** Bug 151734 has been marked as a duplicate of this bug. ***
Comment 3 Alon Bar-Lev (RETIRED) gentoo-dev 2006-10-23 06:08:46 UTC
Created attachment 100271 [details, diff]
fontforge-20061014-make.patch

The following solves the problem.
Please also report to upstream.
Comment 4 Cédric Krier gentoo-dev 2006-10-23 07:18:04 UTC
the patch works for me
Comment 5 Taavi Ilves 2006-10-24 03:34:57 UTC
I had the same issue, as reported, and this patch worked for me too.
Comment 6 Mihai Moldovan 2006-10-24 06:24:42 UTC
Let the patch flow upstream, please. :)

Also working here.
Comment 7 Alon Bar-Lev (RETIRED) gentoo-dev 2006-10-24 12:44:14 UTC
Hello fonts,
Any reason why you don't closes this bug?
Simple revision bump should be easy enough.
Comment 8 Alon Bar-Lev (RETIRED) gentoo-dev 2006-10-25 11:19:16 UTC
Opened the bug, waited, provided the patch, waited, sent message to fonts@gentoo.org, waited, posted a message here, waited.
No response from fonts.

I don't think users should be on hold so much time to resolve simple issues such as this one.

Committed a new revision.
Comment 9 Mihai Moldovan 2006-10-25 12:00:47 UTC
Signed.

I am totally on your side. Did you already commit it?
Comment 10 SpanKY gentoo-dev 2006-10-28 16:50:39 UTC
you cant just add these things to portage, you need to e-mail them upstream as well