Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 402017 - app-i18n/fcitx-4.1.2 without x11-libs/gtk+:2 - CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:266 (message): A required package was not found
Summary: app-i18n/fcitx-4.1.2 without x11-libs/gtk+:2 - CMake Error at /usr/share/cmak...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Mu Qiao (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-02-03 03:45 UTC by wang yanqing
Modified: 2012-02-20 02:26 UTC (History)
1 user (show)

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


Attachments
use capitalized GTK2_IM_MODULE GTK3_IM_MODULE (fcitx-4.1.2-fix-gtk2.patch,585 bytes, patch)
2012-02-03 03:55 UTC, wang yanqing
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description wang yanqing 2012-02-03 03:45:46 UTC
emerge the last version fcitx will fail which cause by the bug in fcitx-4.1.2.ebuild when haven't install gtk2 in system

use:
cario dbus

emerge log:  
-- checking for module 'dbus-1 >= 1.1.0'
--   found dbus-1 , version 1.4.16
-- checking for module 'glib-2.0'
--   found glib-2.0, version 2.28.8
-- checking for module 'dbus-glib-1'
--   found dbus-glib-1, version 0.98
-- checking for module 'gtk+-2.0'
--   package 'gtk+-2.0' not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:266 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
  src/frontend/gtk2/CMakeLists.txt:3 (PKG_CHECK_MODULES)

emerge report failed with  package 'gtk+-2.0' not found


Reproducible: Always

Steps to Reproduce:
1.unmerge gtk2 if it is installed
2.only enable cario and dbus USES for fcitx 
3.emerge fcitx
Actual Results:  
-- Configuring incomplete, errors occurred!
ERROR: app-i18n/fcitx-4.1.2 failed (configure phase):
  cmake failed

Call stack:
    ebuild.sh, line   85:  Called src_configure
  environment, line 2759:  Called cmake-utils_src_configure
  environment, line  744:  Called _execute_optionaly 'src_configure'
  environment, line  246:  Called enable_cmake-utils_src_configure
  environment, line 1073:  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-i18n/fcitx-4.1.2',
the complete build log and the output of 'emerge -pqv =app-i18n/fcitx-4.1.2'.
The complete build log is located at '/var/tmp/portage/app-i18n/fcitx-4.1.2/temp/build.log'.
The ebuild environment file is located at '/var/tmp/portage/app-i18n/fcitx-4.1.2/temp/environment'.
S: '/var/tmp/portage/app-i18n/fcitx-4.1.2/work/fcitx-4.1.2'


Expected Results:  
install fcitx good
Comment 1 wang yanqing 2012-02-03 03:55:39 UTC
Created attachment 300839 [details, diff]
use capitalized GTK2_IM_MODULE GTK3_IM_MODULE

_use_me_now in cmake-utils.eclass will not convert the third argument to uppercase,
so if we set the third argument we will do it by hand!
Comment 2 wang yanqing 2012-02-03 04:40:20 UTC
Portage 2.1.10.44 (default/linux/x86/10.0, gcc-4.4.5, glibc-2.12.2, 3.0.15 i686)
=================================================================
System uname: Linux-3.0.15-i686-Intel-R-_Core-TM-_i3_CPU_M_330_@_2.13GHz-with-gentoo-2.0.3
Timestamp of tree: Thu, 02 Feb 2012 01:30:01 +0000
app-shells/bash:          4.1_p9
dev-lang/python:          2.7.2-r3, 3.1.3-r1
dev-util/cmake:           2.8.6-r4
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.0.3
sys-apps/openrc:          0.8.3-r1
sys-apps/sandbox:         2.4
sys-devel/autoconf:       2.68
sys-devel/automake:       1.11.1
sys-devel/binutils:       2.20.1-r1
sys-devel/gcc:            4.4.5
sys-devel/gcc-config:     1.4.1-r1
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r1
sys-kernel/linux-headers: 2.6.36.1 (virtual/os-headers)
sys-libs/glibc:           2.12.2
Repositories: gentoo x-portage
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="* -@EULA"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs distlocks ebuild-locks fixlafiles news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="zh_CN.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
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="/usr/portage"
PORTDIR_OVERLAY="/root/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl alsa berkdb bzip2 cli cracklib crypt cups cxx dbus dri fortran gdbm gpm iconv ipv6 kde modules mudflap ncurses nls nptl nptlonly openmp pam pcre pppd qt3support qt4 readline session ssl sysfs tcpd unicode x86 xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 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 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="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" 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, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 3 Mu Qiao (RETIRED) gentoo-dev 2012-02-20 02:26:53 UTC
Thanks for reporting. Fixed in CVS now.