Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131789 - evolution-sharp 0.11.0 generate wrong libdir path in /usr/lib/pkgconfig/evolution-sharp.pc
Summary: evolution-sharp 0.11.0 generate wrong libdir path in /usr/lib/pkgconfig/evol...
Status: RESOLVED DUPLICATE of bug 131695
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-30 05:11 UTC by Fabio Battaglia
Modified: 2006-04-30 05:18 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 Fabio Battaglia 2006-04-30 05:11:22 UTC
The overlay installs the package without errors, but in the /usr/lib/pkgconfig/evolution-sharp.pc file the libdir path is wrong (libdir=${exec_prefix}/lib ... but exec_prefix isn't defined!!!)
so when the beagle configurer checks for the evo supports fails to find it and the compilation stops.

I found a solution editing the ebuild:
i removed these lines,

###	# Use correct libdir in pkgconfig files
	sed -i -e 's:^libdir.*:libdir=@libdir@:' \
		${S}/*.pc.in || die

and copied the ebuild in one of my overlays. This fixed the path and the build of beagle.

emerge --info output: 
Portage 2.1_pre10 (default-linux/x86/2006.0, gcc-4.1.0, glibc-2.4-r1, 2.6.16-ck8-PENTIUMIV i686)
=================================================================
System uname: 2.6.16-ck8-PENTIUMIV i686 Intel(R) Pentium(R) M processor 1.86GHz
Gentoo Base System version 1.12.0_pre18
dev-lang/python:     2.3.5-r2, 2.4.3
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium-m -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O3 -march=pentium-m -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="it_IT.UTF-8"
LC_ALL="it_IT.UTF-8"
LINGUAS="it en"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/portage /usr/local/overlays/xgl-testing /usr/local/overlays/gentopia /usr/local/overlays/gentopia-gnome"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X Xaw3d a52 aac aalib acpi acpi4linux aim alsa ao ares artworkextra asf asm atm audio avahi avi bash-completion beagle berkdb bitmap-fonts bluetooth bogofilter bonjour bonobo bzip2 bzlib cairo cdda cddb cdparanoia cdr cjk cli crypt css cups curl daap dbus divx4linux dmi doc dri dts dv dvb dvd dvdr eds effects emboss encode esd ethereal evo exif expat ffmpeg firefox flac fontconfig foomaticdb fortran gamin gcj gd gdbm ggi gif glibc-omitfp glitz glut glx gnome gnutls gphoto2 gpm gps graphviz gs gsm gstreamer gstreamer010 gtk gtk2 gtkhtml hal howl howl-compat icq idn ieee1394 imagemagick imap imlib inkjar insecure-savers ipod ipv6 irda isdnlog jack java joystick jpeg lcms libcaca libg++ libnotify libsexy libwww linuxthreads-tls mad matroska mikmod mmx mmx2 mmxext mng mod mono motif mozsvg mp3 mpeg msn musicbrainz mythtv nas nautilus ncurses nfs nls nntp nptl nptlonly nvidia offensive ogg oggvorbis ole openal opengl oss pam pcmcia pcre pdf pdflib perl plotutils png pppd python quicktime radiotap rdesktop readline real reflection samba sdl session silc slang smartcard smnp spell spl sqlite sse sse2 ssl startup-notification svg svga synaptics tagwriting tcl tcltk tcpd tetex theora tiff tk truetype truetype-font truetype-fonts type1-fonts udev unicode usb userlocales v4l v4l2 vcd videos vorbis widescreen wifi win32codecs wmf wxwindows xcomposite xine xml xml2 xmms xorg xpm xprint xscreensaver xss xv xvid zlib elibc_glibc input_devices_synaptics input_devices_keyboard input_devices_mouse input_devices_joystick kernel_linux linguas_it linguas_en userland_GNU video_cards_nvidia"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, MAKEOPTS

######
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-30 05:18:02 UTC

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