Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Emerge poppler missign FREETYPE_INCLUDE_DIRS
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Harlock-le-Fleau
n00b
n00b


Joined: 10 Jul 2014
Posts: 1

PostPosted: Thu Jul 10, 2014 7:56 am    Post subject: [SOLVED] Emerge poppler missign FREETYPE_INCLUDE_DIRS Reply with quote

Hi,
I send a problem on which I'm stuck since yesterday.
I tried emerge -DuN world yesterday.
Things where going on, until poppler started to be emerged.
Everytime I try to install, I've this message error in portage:


Code:
>>> Emerging (1 of 270) app-text/poppler-0.26.2::gentoo
 * poppler-0.26.2.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ...            [ ok ]
>>> Unpacking source...
>>> Unpacking poppler-0.26.2.tar.xz to /var/tmp/portage/app-text/poppler-0.26.2/work
>>> Source unpacked in /var/tmp/portage/app-text/poppler-0.26.2/work
>>> Preparing source in /var/tmp/portage/app-text/poppler-0.26.2/work/poppler-0.26.2 ...
 * Applying poppler-0.26.0-qt5-dependencies.patch ...
 [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-text/poppler-0.26.2/work/poppler-0.26.2 ...
 * Detected FreeType at "/usr/lib64":"/usr/include/freetype2"
>>> Working in BUILD_DIR: "/var/tmp/portage/app-text/poppler-0.26.2/work/poppler-0.26.2_build"
cmake --no-warn-unused-cli -C /var/tmp/portage/app-text/poppler-0.26.2/work/poppler-0.26.2_build/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_GTK_TESTS=OFF -DBUILD_QT4_TESTS=OFF -DBUILD_QT5_TESTS=OFF -DBUILD_CPP_TESTS=OFF -DENABLE_SPLASH=ON -DENABLE_ZLIB=ON -DENABLE_XPDF_HEADERS=ON -DENABLE_LIBCURL=OFF -DENABLE_CPP=ON -DENABLE_LIBOPENJPEG=OFF -DENABLE_utils=ON -DENABLE_UTILS=ON -DENABLE_Utils=ON -DWITH_cairo=ON -DWITH_CAIRO=ON -DWITH_Cairo=ON -DWITH_GObjectIntrospection=ON -DWITH_jpeg=ON -DWITH_JPEG=ON -DWITH_Jpeg=ON -DWITH_png=ON -DWITH_PNG=ON -DWITH_Png=ON -DWITH_qt4=OFF -DWITH_QT4=OFF -DWITH_Qt4=OFF -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Core=ON -DWITH_tiff=OFF -DWITH_TIFF=OFF -DWITH_Tiff=OFF -DENABLE_CMS=lcms2 -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_INSTALL_DO_STRIP=OFF -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/app-text/poppler-0.26.2/work/poppler-0.26.2_build/gentoo_rules.cmake  /var/tmp/portage/app-text/poppler-0.26.2/work/poppler-0.26.2
Not searching for unused variables given on the command line.
loading initial cache file /var/tmp/portage/app-text/poppler-0.26.2/work/poppler-0.26.2_build/gentoo_common_config.cmake
-- The C compiler identification is GNU 4.7.3
-- The CXX compiler identification is GNU 4.7.3
-- 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
-- Performing Test GCC_HAS_AS_NEEDED
-- Performing Test GCC_HAS_AS_NEEDED - Success
-- Found PkgConfig: /usr/bin/x86_64-pc-linux-gnu-pkg-config (found version "0.28")
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE 
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Checking _FILE_OFFSET_BITS for large files
-- Checking _FILE_OFFSET_BITS for large files - not needed
CMake Warning at CMakeLists.txt:49 (message):
 

   No test data found in $testdatadir.
   You will not be able to run 'make test' successfully.

 

   The test data is not included in the source packages
   and is also not part of the main git repository. Instead,
   you can checkout the test data from its own git
   repository with:

 

     git clone git://git.freedesktop.org/git/poppler/test

 

   You should checkout the test data as a sibling of your
   poppler source folder or specify the location of your
   checkout with -DTESTDATADIR=/path/to/checkoutdir/test.
   


CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:97 (message):
  Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:291 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindFreetype.cmake:107 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:94 (find_package)


-- Configuring incomplete, errors occurred!
 * ERROR: app-text/poppler-0.26.2::gentoo failed (configure phase):
 *   cmake failed
 *
 * Call stack:
 *     ebuild.sh, line   93:  Called src_configure
 *   environment, line 2678:  Called cmake-utils_src_configure
 *   environment, line  734:  Called _execute_optionally 'src_configure'
 *   environment, line  297:  Called enable_cmake-utils_src_configure
 *   environment, line 1002:  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 '=app-text/poppler-0.26.2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-text/poppler-0.26.2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/app-text/poppler-0.26.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-text/poppler-0.26.2/temp/environment'.
 * Working directory: '/var/tmp/portage/app-text/poppler-0.26.2/work/poppler-0.26.2_build'
 * S: '/var/tmp/portage/app-text/poppler-0.26.2/work/poppler-0.26.2'

>>> Failed to emerge app-text/poppler-0.26.2, Log file:

>>>  '/var/tmp/portage/app-text/poppler-0.26.2/temp/build.log'

 * Messages for package net-p2p/vuze-5.3.0.0:

 * dev-java/swt:3.8 was built without webkit support.
 * Web features such as Vuze HD Network will be disabled.

 * Messages for package app-text/poppler-0.26.2:

 * ERROR: app-text/poppler-0.26.2::gentoo failed (configure phase):
 *   cmake failed
 *
 * Call stack:
 *     ebuild.sh, line   93:  Called src_configure
 *   environment, line 2678:  Called cmake-utils_src_configure
 *   environment, line  734:  Called _execute_optionally 'src_configure'
 *   environment, line  297:  Called enable_cmake-utils_src_configure
 *   environment, line 1002:  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 '=app-text/poppler-0.26.2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-text/poppler-0.26.2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/app-text/poppler-0.26.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-text/poppler-0.26.2/temp/environment'.
 * Working directory: '/var/tmp/portage/app-text/poppler-0.26.2/work/poppler-0.26.2_build'
 * S: '/var/tmp/portage/app-text/poppler-0.26.2/work/poppler-0.26.2'


The error is from this:
Code:
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:97 (message):
  Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:291 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindFreetype.cmake:107 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:94 (find_package)

But I don't know how to add this variable to cmake.
And also it's strange, because, I can see this line:
Code:
 * Detected FreeType at "/usr/lib64":"/usr/include/freetype2"


There is my emerge --info poppler:
Code:
Portage 2.2.10 (default/linux/amd64/13.0, gcc-4.7.3, glibc-2.19-r1, 3.9.3-gentoo x86_64)
=================================================================
                        System Settings
=================================================================
System uname: Linux-3.9.3-gentoo-x86_64-Pentium-R-_Dual-Core_CPU_T4200_@_2.00GHz-with-gentoo-2.2
KiB Mem:     4042736 total,   1217444 free
KiB Swap:    2097148 total,   2097148 free
Timestamp of tree: Tue, 08 Jul 2014 18:15:01 +0000
ld GNU ld (Gentoo 2.24 p1.4) 2.24
app-shells/bash:          4.2_p47
dev-java/java-config:     2.2.0
dev-lang/python:          2.7.7, 3.2.5, 3.3.5, 3.4.1
dev-util/cmake:           2.8.10.2-r2
dev-util/pkgconfig:       0.28-r1
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.12.4
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.11.6, 1.13.2, 1.14.1
sys-devel/binutils:       2.24-r3
sys-devel/gcc:            4.7.3-r1, 4.8.3
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2-r1
sys-devel/make:           4.0-r1
sys-kernel/linux-headers: 3.15 (virtual/os-headers)
sys-libs/glibc:           2.19-r1
Repositories: gentoo
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA PUEL dlj-1.1 sun-bcla-java-vm IBM-J1.6 skype-4.0.0.7-copyright google-chrome Oracle-BCLA-JavaSE Adobe AdobeFlash-11.x EPL-1.0 NVIDIA-CUDA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=core2 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /usr/share/maven-bin-3.0/conf /usr/share/maven-bin-3.1/conf"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.5/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="-march=core2 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="ftp://gentoo.imj.fr/pub/gentoo/ http://gentoo.modulix.net/gentoo/ ftp://mirror.bytemark.co.uk/gentoo/ http://mirror.bytemark.co.uk/gentoo/"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-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=""
SYNC="rsync://rsync3.fr.gentoo.org/gentoo-portage rsync://mirror.bytemark.co.uk/gentoo/"
USE="7z X aac aalib acl alsa amd64 apng avi battery berkdb bitmap-fonts bzip2 cairo cdda cdr cli consolekit cpudetection cracklib crypt cups cxx dbus debugger device-mapper dhcpd dri dvd emulation enable-snapshot examples ext4 extras fat ffmpeg firefox flac fluidsynth fontconfig fortran gcj gd gdbm gdu gflags gif git glib glut gtk gudev hal httpd hwdb iconv icu imlib imlib2 ipv6 jack jpeg jpeg2k latex libsamplerate lua md5sum midi mikmod minizip mmx mod modules mp3 mpeg mpg123 mplayer multilib ncurses nls nptl nsplugin ntfs nvidia ogg openal opengl openmp opus pam pcre pdf perl png policykit portaudio python qt3support readline scanner sdl sdl-image session skins smpeg sndfile soundtouch sqlite sse sse2 ssl static-libs stream subversion tcpd tga theora threads timidity tinfo tint2conf truetype twolame udev udisks unicode usb v4l vim-syntax vorbis wav webkit wifi wma wma-fixed x264 xinerama xosd xrandr xv zlib zvbi" ABI_X86="64" 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" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd 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 author" 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 ublox ubx" INPUT_DEVICES="evdev synaptics keyboard mouse wacom" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="fr" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python3_3" PYTHON_TARGETS="python3_3" RUBY_TARGETS="ruby19" USERLAND="GNU" VIDEO_CARDS="nvidia nouveau" 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, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON


And my emerge --info freetype
Code:
Portage 2.2.10 (default/linux/amd64/13.0, gcc-4.7.3, glibc-2.19-r1, 3.9.3-gentoo x86_64)
=================================================================
                        System Settings
=================================================================
System uname: Linux-3.9.3-gentoo-x86_64-Pentium-R-_Dual-Core_CPU_T4200_@_2.00GHz-with-gentoo-2.2
KiB Mem:     4042736 total,   1043448 free
KiB Swap:    2097148 total,   2097148 free
Timestamp of tree: Tue, 08 Jul 2014 18:15:01 +0000
ld GNU ld (Gentoo 2.24 p1.4) 2.24
app-shells/bash:          4.2_p47
dev-java/java-config:     2.2.0
dev-lang/python:          2.7.7, 3.2.5, 3.3.5, 3.4.1
dev-util/cmake:           2.8.10.2-r2
dev-util/pkgconfig:       0.28-r1
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.12.4
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.11.6, 1.13.2, 1.14.1
sys-devel/binutils:       2.24-r3
sys-devel/gcc:            4.7.3-r1, 4.8.3
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2-r1
sys-devel/make:           4.0-r1
sys-kernel/linux-headers: 3.15 (virtual/os-headers)
sys-libs/glibc:           2.19-r1
Repositories: gentoo
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA PUEL dlj-1.1 sun-bcla-java-vm IBM-J1.6 skype-4.0.0.7-copyright google-chrome Oracle-BCLA-JavaSE Adobe AdobeFlash-11.x EPL-1.0 NVIDIA-CUDA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=core2 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /usr/share/maven-bin-3.0/conf /usr/share/maven-bin-3.1/conf"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.5/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="-march=core2 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="ftp://gentoo.imj.fr/pub/gentoo/ http://gentoo.modulix.net/gentoo/ ftp://mirror.bytemark.co.uk/gentoo/ http://mirror.bytemark.co.uk/gentoo/"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-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=""
SYNC="rsync://rsync3.fr.gentoo.org/gentoo-portage rsync://mirror.bytemark.co.uk/gentoo/"
USE="7z X aac aalib acl alsa amd64 apng avi battery berkdb bitmap-fonts bzip2 cairo cdda cdr cli consolekit cpudetection cracklib crypt cups cxx dbus debugger device-mapper dhcpd dri dvd emulation enable-snapshot examples ext4 extras fat ffmpeg firefox flac fluidsynth fontconfig fortran gcj gd gdbm gdu gflags gif git glib glut gtk gudev hal httpd hwdb iconv icu imlib imlib2 ipv6 jack jpeg jpeg2k latex libsamplerate lua md5sum midi mikmod minizip mmx mod modules mp3 mpeg mpg123 mplayer multilib ncurses nls nptl nsplugin ntfs nvidia ogg openal opengl openmp opus pam pcre pdf perl png policykit portaudio python qt3support readline scanner sdl sdl-image session skins smpeg sndfile soundtouch sqlite sse sse2 ssl static-libs stream subversion tcpd tga theora threads timidity tinfo tint2conf truetype twolame udev udisks unicode usb v4l vim-syntax vorbis wav webkit wifi wma wma-fixed x264 xinerama xosd xrandr xv zlib zvbi" ABI_X86="64" 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" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd 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 author" 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 ublox ubx" INPUT_DEVICES="evdev synaptics keyboard mouse wacom" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="fr" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python3_3" PYTHON_TARGETS="python3_3" RUBY_TARGETS="ruby19" USERLAND="GNU" VIDEO_CARDS="nvidia nouveau" 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, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

=================================================================
                        Package Settings
=================================================================

media-libs/freetype-2.5.3-r1 was built with the following:
USE="X adobe-cff bzip2 png static-libs -auto-hinter -bindist -debug -doc -fontforge (-harfbuzz) -infinality -utils" ABI_X86="64 -32 -x32"


If anyone can help. Thanks.



EDIT:
After taking a look at this website:
http://www.gentoo.ru/node/26783
I tried to re-emerge an old version of freetype (2.5.0.1), and then poppler installed.
So I think something should be done about in freetype, but for now it's not ok.
Back to top
View user's profile Send private message
blabno
n00b
n00b


Joined: 22 Jul 2014
Posts: 1

PostPosted: Tue Jul 22, 2014 5:47 am    Post subject: Reply with quote

Thank you Herlock-le-Fleau, you saved my day!
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Tue Jul 22, 2014 7:58 am    Post subject: Reply with quote

blabno wrote:
Thank you Herlock-le-Fleau, you saved my day!

:roll: By now, it's an invalid solution.
Back to top
View user's profile Send private message
ycUygB1
Apprentice
Apprentice


Joined: 27 Jul 2005
Posts: 276
Location: Portland, Oregon

PostPosted: Sat Jul 26, 2014 9:37 am    Post subject: Reply with quote

It is still a valid solution.
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Sat Jul 26, 2014 2:14 pm    Post subject: Reply with quote

hnaparst wrote:
It is still a valid solution.

BS
The valid solution is to use '--with-bdeps=y' during world emerge - cmake is out of date here.
Back to top
View user's profile Send private message
olivierweb
Tux's lil' helper
Tux's lil' helper


Joined: 09 Dec 2002
Posts: 113
Location: France

PostPosted: Tue Aug 05, 2014 12:36 pm    Post subject: Reply with quote

Thanks.

After updating cmake from 2.8.11.2 to 2.8.12.2-r1, poppler succeeded to install.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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