Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61666 - paragui fails on sigc++ check in configure script (it's checking for the old version).
Summary: paragui fails on sigc++ check in configure script (it's checking for the old ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-25 11:31 UTC by Bryan Duff
Modified: 2004-08-25 18:50 UTC (History)
0 users

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


Attachments
Patch to change configure check. (paragui-configure.patch,237 bytes, patch)
2004-08-25 11:34 UTC, Bryan Duff
Details | Diff
Revison of ebuild that incorporates patch. (paragui-1.1.7-r1.ebuild,817 bytes, text/plain)
2004-08-25 11:35 UTC, Bryan Duff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Duff 2004-08-25 11:31:00 UTC
Patch attached - changes the check from 'sigc++-1.2' to 'sigc++-2.0', nice little one liner... that doesn't solve the problem, then this lib borks while compiling, rather nastilly.  I'll attach that error as well; not sure if I should split it into another bug...

Note: *I altered the ebuild, so I'll post that too.

Reproducible: Always
Steps to Reproduce:
1.emerge paragui
2.error
3.no profit

Actual Results:  
checking for pkg-config... /usr/bin/pkg-config
checking for sigc++-1.2 >= 1.2.5... Package sigc++-1.2 was not found in the
pkg-config search path.
Perhaps you should add the directory containing `sigc++-1.2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sigc++-1.2' found

configure: error: Library requirements (sigc++-1.2 >= 1.2.5) not met; consider
adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a
nonstandard prefix so pkg-config can find them.


Expected Results:  
go fast and win!

Portage 2.0.50-r9 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3.20040420-r0, 2.6.7-rc
                  1)
=================================================================
System uname: 2.6.7-rc1 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.4.3.13
distcc 2.11.2 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disable
                  d]
Autoconf: sys-devel/autoconf-2.59
Automake: sys-devel/automake-1.8.2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2
                  /share/config /usr/kde/3/share/config
/usr/lib/mozilla/defaults/pref /usr/share/                   config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache nostrip sandbox"
GENTOO_MIRRORS="ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://csociety-ftp.ecn.pu
                  rdue.edu/pub/gentoo/ http://gentoo.oregonstate.edu
http://www.ibiblio.org/pub/Li                   nux/distributions/gentoo"
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="X acpi alsa apm arts avi berkdb cdr crypt cups dvd encode esd foomaticdb gd
                  bm gif gnome gphoto2 gpm gtk gtk2 imlib java jpeg kde libg++
libwww mad mikmod m                   otif mozilla mpeg ncurses nls oggvorbis
opengl oss pam pdflib perl png python qt                    quicktime readline
sdl see slang spell ssl svga tcpd tiff truetype x86 xml2 xmm                   s
xv zlib"
Comment 1 Bryan Duff 2004-08-25 11:34:17 UTC
Created attachment 38187 [details, diff]
Patch to change configure check.
Comment 2 Bryan Duff 2004-08-25 11:35:49 UTC
Created attachment 38188 [details]
Revison of ebuild that incorporates patch.

added a few things, probably should be written differently, but neh.
Comment 3 Bryan Duff 2004-08-25 11:38:07 UTC
The other thought would be to install the older version of libsigc++, but I'm note sure what other progs depend on this package.
Comment 4 SpanKY gentoo-dev 2004-08-25 17:50:42 UTC
what if you `emerge '=libsigc++-1.2*' paragui` ?
Comment 5 Bryan Duff 2004-08-25 18:44:25 UTC
Yeah that works.  I guess I just like doing things the hard way... heh.
Comment 6 SpanKY gentoo-dev 2004-08-25 18:50:24 UTC
libsigc++ 1.x and 2.x are SLOT-ed on purpose ... the APIs are incompatible :)

updated the DEPEND in paragui to be '=libsigc++-1.2*' instead of '>='