Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
FreeOrion - Boost libraries not found
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
joser
n00b
n00b


Joined: 04 Oct 2010
Posts: 23

PostPosted: Mon Jul 09, 2012 3:58 am    Post subject: FreeOrion - Boost libraries not found Reply with quote

Hi,

I was trying to compile FreeOrion (an overlay) and in the configure phase, I get the following error:

- Boost libraries not found

This is weird because some lines before the configure said...

-- Found the following Boost libraries:
-- date_time
-- filesystem
-- serialization
-- signals
-- system
-- thread

I tried with many versions (0.3.17 various releases, and version debug 9999), all with the same result.
Any Ideas?



This is the log file:

Code:
 * Package:    games-strategy/freeorion-0.3.17_p4890
 * Repository: hasufell
 * Maintainer: maintainer-wanted@gentoo.org
 * USE:        amd64 elibc_glibc kernel_linux multilib userland_GNU
 * FEATURES:   sandbox
>>> Unpacking source...
 * subversion update start -->
 *      repository: https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk@4890

Fetching external item into 'FreeOrion/GG'
External at revision 1074.

At revision 4890.
 *    working copy: /usr/portage/distfiles/svn-src/freeorion/trunk

>>> Source unpacked in /var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work
>>> Preparing source in /var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890 ...
>>> Working in BUILD_DIR: "/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890_build"
cmake --no-warn-unused-cli -C /var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890_build/gentoo_common_config.cmake -DCMAKE_INSTALL_PREFIX=/usr -DRELEASE_COMPILE_FLAGS= -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_INSTALL_DO_STRIP=OFF -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890_build/gentoo_rules.cmake  /var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890/FreeOrion
Not searching for unused variables given on the command line.
loading initial cache file /var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890_build/gentoo_common_config.cmake
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Build platform: linux
-- Boost version: 1.48.0
-- Found the following Boost libraries:
--   date_time
--   filesystem
--   serialization
--   signals
--   system
--   thread
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.6")
-- checking for module 'GiGi'
--   found GiGi, version 0.8.0
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib64/libX11.so
-- Found OpenGL: /usr/lib64/libGL.so
-- Found Subversion: /usr/bin/svn (found version "1.6.17")
svn: '.' is not a working copy
-- Configuring freeoriond
-- Configuring freeorionca
-- Could NOT find Boost
CMake Error at client/AI/CMakeLists.txt:30 (message):
  Boost libraries not found.


-- Configuring incomplete, errors occurred!
 * ERROR: games-strategy/freeorion-0.3.17_p4890 failed (configure phase):
 *   cmake failed
 *
 * Call stack:
 *     ebuild.sh, line   85:  Called src_configure
 *   environment, line 5563:  Called cmake-utils_src_configure
 *   environment, line 1349:  Called _execute_optionaly 'src_configure'
 *   environment, line  402:  Called enable_cmake-utils_src_configure
 *   environment, line 1674:  Called die
 * The specific snippet of code:
 *       "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
 *
 * If you need support, post the output of `emerge --info '=games-strategy/freeorion-0.3.17_p4890'`,
 * the complete build log and the output of `emerge -pqv '=games-strategy/freeorion-0.3.17_p4890'`.
 * This ebuild is from an overlay named 'hasufell': '/var/lib/layman/hasufell/'
 * The complete build log is located at '/var/log/portage/games-strategy:freeorion-0.3.17_p4890:20120709-034837.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/temp/environment'.
 * Working directory: '/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890_build'
 * S: '/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890'


Back to top
View user's profile Send private message
hasufell
Retired Dev
Retired Dev


Joined: 29 Oct 2011
Posts: 429

PostPosted: Thu Jul 19, 2012 4:27 pm    Post subject: Reply with quote

we'v had endless discussions about this buggy piece of software in #gentoo-sunrise

however, boost in gentoo is messed up too with these silly slots and eselect module.

What boost versions do you have installed, which one is eselected? I recall a weird bug about that from #gentoo-sunrise, will check the logs later maybe

btw.. If you had used the github bugtracker you had gotten a quicker answer: https://github.com/hasufell/hasufell-overlay/issues

and I will never import this ebuild into the tree anyway... especially because gigi is too buggy.
Back to top
View user's profile Send private message
Yamakuzure
Advocate
Advocate


Joined: 21 Jun 2006
Posts: 2280
Location: Adendorf, Germany

PostPosted: Thu Jul 19, 2012 4:39 pm    Post subject: Reply with quote

FreeOrion and GiGi are a nightmare. I have them as live ebuilds in my overlay (layman -a seden) and if you want to emerge gigi, make sure to set MAKEOPTS to "-j1". However, they both emerged well on my laptop using gcc-4.7.1.
_________________
Important German:
  1. "Aha" - German reaction to pretend that you are really interested while giving no f*ck.
  2. "Tja" - German reaction to the apocalypse, nuclear war, an alien invasion or no bread in the house.
Back to top
View user's profile Send private message
joser
n00b
n00b


Joined: 04 Oct 2010
Posts: 23

PostPosted: Fri Jul 20, 2012 1:05 am    Post subject: Reply with quote

Hasufell:
My boost version is:
[1] boost-1.48/default *

Yamakuzure:
I rebuild Gigi with MAKEOPTS = "-j1", and Freeorion continued with the same configure error.

Any Ideas?

Thank You!
Back to top
View user's profile Send private message
hasufell
Retired Dev
Retired Dev


Joined: 29 Oct 2011
Posts: 429

PostPosted: Fri Jul 20, 2012 12:51 pm    Post subject: Reply with quote

joser wrote:
Hasufell:
My boost version is:
[1] boost-1.48/default *

Yamakuzure:
I rebuild Gigi with MAKEOPTS = "-j1", and Freeorion continued with the same configure error.

Any Ideas?

Thank You!

The makeopts thing has nothing to do with this, it's just to address the possible segfault during gigi compilation and the heavy ram usage.

Please provide "emerge --info" and run "python-updater" (the second check which is failing needs the python useflag of boost).
Also try to update cmake.
Back to top
View user's profile Send private message
joser
n00b
n00b


Joined: 04 Oct 2010
Posts: 23

PostPosted: Mon Jul 23, 2012 5:42 pm    Post subject: Reply with quote

Hasufell:

I run Python-update and update cmake and the configuration problem dissapear. GREAT!!!!!
FreeOrion start to compile but at 62% it through an error.

My emerge --info
Code:

Portage 2.1.10.65 (default/linux/amd64/10.0/desktop, gcc-4.5.3, glibc-2.14.1-r3, 3.2.12-gentoo x86_64)
=================================================================
System uname: Linux-3.2.12-gentoo-x86_64-AMD_Athlon-tm-_Neo_Processor_MV-40-with-gentoo-2.1
Timestamp of tree: Fri, 20 Jul 2012 22:15:01 +0000
app-shells/bash:          4.2_p20
dev-java/java-config:     2.1.11-r3
dev-lang/python:          2.7.3-r2, 3.2.3
dev-util/cmake:           2.8.7-r5
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.1-r1
sys-apps/openrc:          0.9.8.4
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.68
sys-devel/automake:       1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:       2.21.1-r1
sys-devel/gcc:            4.5.3-r2
sys-devel/gcc-config:     1.6
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r1
sys-kernel/linux-headers: 3.4-r1 (virtual/os-headers)
sys-libs/glibc:           2.14.1-r3
Repositories: gentoo xmw nikai gamerlay-stable pinkbyte hasufell sunrise rion seden
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA dlj-1.1 AdobeFlash-10 AdobeFlash-9.0.31.0 AdobeFlash-10.1 PUEL AdobeFlash-10.3"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe -msse -msse2 -mmmx -m3dnow"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.3/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cli-php5.3/ext-active/ /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="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles news parallel-fetch parse-eapi-ebuild-head protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo ftp://mirror.datapipe.net/gentoo ftp://chi-10g-1-mirror.fastsoft.net/pub/linux/gentoo/gentoo-distfiles/ http://mirrors.rit.edu/gentoo/ http://chi-10g-1-mirror.fastsoft.net/pub/linux/gentoo/gentoo-distfiles/"
LANG="en_EN.UTF-8"
LC_ALL="C"
LDFLAGS="-L/usr/local/lib"
LINGUAS="en en_US es_AR es"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/xmw /var/lib/layman/nikai /var/lib/layman/gamerlay /var/lib/layman/pinkbyte /var/lib/layman/hasufell /var/lib/layman/sunrise /var/lib/layman/rion /var/lib/layman/seden"
SYNC="rsync://rsync.samerica.gentoo.org/gentoo-portage"
USE="X a52 aac aalib acl acpi alsa amd64 apache2 apng aspell berkdb bittorrent bluetooth branding bzip2 cairo cdda cdr classic cli consolekit cracklib crypt cups cxx dbus double-precision dri dts dvd dvdr emboss enca encode exif extras fam farsight firefox flac fontconfig fortran gallium gd gdbm gif gles1 gles2 gpm gstreamer gtk iconv ipv6 java jpeg lcms ldap libcaca libnotify lock mad midi mikmod mmx mng modules mp3 mp4 mpeg mplayer msn mudflap multilib multitarget ncurses nls nptl nsplugin nss ogg openal opengl openmp openvg pam pango pcre pdf png policykit ppds pppd python qt3support readline sdl sdl-sound server session skins spell sse sse2 ssl startup-notification svg tcpd threads thunar tiff timidity truetype tv udev udisks unicode upower usb v4l v4l2 vaapi vhosts vnc vorbis wifi wxwidgets x264 xcb xml xorg xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en en_US es_AR es" PHP_TARGETS="php5-3" PYTHON_TARGETS="python3_2 python2_7" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON


Error log tail
Code:

Dependee "/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890_build/client/AI/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890_build/client/AI/CMakeFiles/freeorionca.dir/depend.internal".
Scanning dependencies of target freeorionca
make[2]: Leaving directory `/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890_build'
make -f client/AI/CMakeFiles/freeorionca.dir/build.make client/AI/CMakeFiles/freeorionca.dir/build
make[2]: Entering directory `/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890_build/CMakeFiles 72
[ 62%] Building CXX object client/AI/CMakeFiles/freeorionca.dir/__/__/AI/AIInterface.cpp.o
cd /var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890_build/client/AI && /usr/bin/x86_64-pc-linux-gnu-g++  -DFREEORION_LINUX -DENABLE_BINRELOC -DADOBE_STD_SERIALIZATION -DFREEORION_BUILD_AI  -DNDEBUG -O2 -pipe  -Wno-deprecated -I/usr/include/boost-1_48 -I/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890/FreeOrion -I/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890/FreeOrion/log4cpp -I/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890/FreeOrion/UI/ogdf -I/usr/include/python3.2    -Wall -Wno-parentheses       -pthread -D_REENTRANT -o CMakeFiles/freeorionca.dir/__/__/AI/AIInterface.cpp.o -c /var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890/FreeOrion/AI/AIInterface.cpp
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890_build/CMakeFiles
[ 62%] Building CXX object client/AI/CMakeFiles/freeorionca.dir/__/__/AI/PythonAI.cpp.o
cd /var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890_build/client/AI && /usr/bin/x86_64-pc-linux-gnu-g++  -DFREEORION_LINUX -DENABLE_BINRELOC -DADOBE_STD_SERIALIZATION -DFREEORION_BUILD_AI  -DNDEBUG -O2 -pipe  -Wno-deprecated -I/usr/include/boost-1_48 -I/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890/FreeOrion -I/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890/FreeOrion/log4cpp -I/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890/FreeOrion/UI/ogdf -I/usr/include/python3.2    -Wall -Wno-parentheses       -pthread -D_REENTRANT -o CMakeFiles/freeorionca.dir/__/__/AI/PythonAI.cpp.o -c /var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890/FreeOrion/AI/PythonAI.cpp
In file included from /usr/include/boost-1_48/boost/python/detail/wrap_python.hpp:50:0,
                 from /usr/include/boost-1_48/boost/python/detail/prefix.hpp:13,
                 from /usr/include/boost-1_48/boost/python/args.hpp:8,
                 from /usr/include/boost-1_48/boost/python.hpp:11,
                 from /var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890/FreeOrion/AI/PythonAI.h:3,
                 from /var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890/FreeOrion/AI/PythonAI.cpp:1:
/usr/include/python3.2/pyconfig.h:1182:0: warning: "_POSIX_C_SOURCE" redefined
/usr/include/features.h:164:0: note: this is the location of the previous definition
/usr/include/python3.2/pyconfig.h:1204:0: warning: "_XOPEN_SOURCE" redefined
/usr/include/features.h:166:0: note: this is the location of the previous definition
/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890/FreeOrion/AI/PythonAI.cpp: In constructor 'PythonAI::PythonAI()':
/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890/FreeOrion/AI/PythonAI.cpp:195:29: error: 'initfreeOrionLogger' was not declared in this scope
/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890/FreeOrion/AI/PythonAI.cpp:196:34: error: 'initfreeOrionAIInterface' was not declared in this scope
/usr/include/boost-1_48/boost/system/error_code.hpp: At global scope:
/usr/include/boost-1_48/boost/system/error_code.hpp:214:36: warning: 'boost::system::posix_category' defined but not used
/usr/include/boost-1_48/boost/system/error_code.hpp:215:36: warning: 'boost::system::errno_ecat' defined but not used
/usr/include/boost-1_48/boost/system/error_code.hpp:216:36: warning: 'boost::system::native_ecat' defined but not used
make[2]: *** [client/AI/CMakeFiles/freeorionca.dir/__/__/AI/PythonAI.cpp.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890_build'
make[1]: *** [client/AI/CMakeFiles/freeorionca.dir/all] Error 2
make[1]: Leaving directory `/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890_build'
make: *** [all] Error 2
emake failed
 * ERROR: games-strategy/freeorion-0.3.17_p4890 failed (compile phase):
 *   Make failed!
 *
 * Call stack:
 *     ebuild.sh, line   85:  Called src_compile
 *   environment, line 5565:  Called cmake-utils_src_compile
 *   environment, line 1352:  Called _execute_optionaly 'src_compile'
 *   environment, line  409:  Called enable_cmake-utils_src_compile
 *   environment, line 1606:  Called cmake-utils_src_make
 *   environment, line 1369:  Called die
 * The specific snippet of code:
 *           emake VERBOSE=1 "$@" || die "Make failed!";
 *
 * If you need support, post the output of `emerge --info '=games-strategy/freeorion-0.3.17_p4890'`,
 * the complete build log and the output of `emerge -pqv '=games-strategy/freeorion-0.3.17_p4890'`.
 * This ebuild is from an overlay named 'hasufell': '/var/lib/layman/hasufell/'
 * The complete build log is located at '/var/log/portage/games-strategy:freeorion-0.3.17_p4890:20120723-152240.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/temp/environment'.
 * Working directory: '/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890_build'
 * S: '/var/tmp/portage/games-strategy/freeorion-0.3.17_p4890/work/freeorion-0.3.17_p4890'


Any ideas?
Back to top
View user's profile Send private message
hasufell
Retired Dev
Retired Dev


Joined: 29 Oct 2011
Posts: 429

PostPosted: Mon Jul 23, 2012 6:08 pm    Post subject: Reply with quote

it seems you need to eselect python-2.7 (and maybe have to run python-updater again, you might want to check https://dev.gentoo.org/~quantumsummers/use_python_guide.xml so you don't have to run python-updater every time you switch python versions) , because the includedir points to python-3.2 which is not compatible

I will see if I can fix that behavior, but I have a feeling it might be a bit more complicated and will not be today.
Back to top
View user's profile Send private message
hasufell
Retired Dev
Retired Dev


Joined: 29 Oct 2011
Posts: 429

PostPosted: Mon Jul 23, 2012 6:43 pm    Post subject: Reply with quote

actually I think I fixed it:

https://github.com/hasufell/hasufell-overlay/commit/c4dc6b2346ff5d461cdf61b11f9fdaa8c843bad5

try to re-emerge with _python3_ eselected
Back to top
View user's profile Send private message
joser
n00b
n00b


Joined: 04 Oct 2010
Posts: 23

PostPosted: Mon Jul 23, 2012 7:37 pm    Post subject: Reply with quote

Hasufel!!!! I'm updating to python 2.7.....!!!! jejejejeje......

If you wish.... I roll back to 3.2 and test it again.....?

- Setting again to python 3.2 (with eselect)
- running python-update
- updating your overlay (hasufell-overlay)

It would be enough? and it should be work?
Back to top
View user's profile Send private message
joser
n00b
n00b


Joined: 04 Oct 2010
Posts: 23

PostPosted: Tue Jul 24, 2012 12:37 am    Post subject: Reply with quote

Hasufell:

I rolled back to Python 3.2 and It works great....... FreeOrion run.... not so smooth than I think.... only 12fps :-(

The isue it's resolved.... now you can close the post with this status....

Thank you Hasufell for your support!!!!! you're great!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum