Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 333825 - dev-libs/ferrisloki-3.0.3[stlport] fails to detect >=dev-libs/STLport-5.2
Summary: dev-libs/ferrisloki-3.0.3[stlport] fails to detect >=dev-libs/STLport-5.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-21 16:46 UTC by Samuli Suominen (RETIRED)
Modified: 2010-08-21 17:50 UTC (History)
0 users

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


Attachments
config.log (config.log,47.15 KB, text/plain)
2010-08-21 16:47 UTC, Samuli Suominen (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Samuli Suominen (RETIRED) gentoo-dev 2010-08-21 16:46:51 UTC
attempt_to_use_stlport:yes
checking for STLPORT... no
checking for STLPORT... no
checking for stlport-config... no 
No STLport found, attempting to use your compilers std and STL.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-08-21 16:47:36 UTC
Created attachment 243905 [details]
config.log

Portage 2.2_rc67 (default/linux/amd64/10.0/developer, gcc-4.5.1, glibc-2.12.1-r0, 2.6.34 x86_64)
=================================================================
System uname: Linux-2.6.34-x86_64-Intel-R-_Core-TM-2_Quad_CPU_Q8200_@_2.33GHz-with-gentoo-2.0.1
Timestamp of tree: Unknown
app-shells/bash:     4.1_p7
dev-java/java-config: 2.1.11
dev-lang/python:     2.6.5-r3
dev-util/cmake:      2.8.1-r2
sys-apps/baselayout: 2.0.1
sys-apps/openrc:     0.6.1-r1
sys-apps/sandbox:    2.3-r1
sys-devel/autoconf:  2.13, 2.67
sys-devel/automake:  1.4_p6-r1, 1.7.9-r2, 1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:  2.20.1-r1
sys-devel/gcc:       4.5.1
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.10
sys-devel/make:      3.82
virtual/os-headers:  2.6.34
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=core2 -msse4.1 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=core2 -msse4.1 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--with-bdeps=y"
FEATURES="assume-digests collision-protect cvs distlocks fixpackages multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch userpriv usersandbox"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
LINGUAS="en"
MAKEOPTS="-j9"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/home/ssuominen/gentoo-x86"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
Comment 2 SpanKY gentoo-dev 2010-08-21 16:59:50 UTC
works fine with stlport-5.1.x.  guess i need to upgrade.
Comment 3 SpanKY gentoo-dev 2010-08-21 17:50:07 UTC
hmm, i take that back. ferrisloki expects a stlport-config script or a stlport.pc file so that it can query things easily.  STLport doesnt do this (anymore?) and so it fails detection.

should be OK now with a little love:
attempt_to_use_stlport:yes
checking for STLPORT... no
checking for STLPORT... no
checking for stlport-config... no
Found an STLport that meets required needs...
  STLPORT_CFLAGS:  -I/usr/include/stlport
  STLPORT_LIBS:      -lstlport -lpthread

http://sources.gentoo.org/dev-libs/ferrisloki/ferrisloki-3.0.3.ebuild?r1=1.2&r2=1.3