Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151413 - Please added ~arch to app-i18n/skim and (app-i18n/scim-qtimm or app-i18n/scim-bridge)
Summary: Please added ~arch to app-i18n/skim and (app-i18n/scim-qtimm or app-i18n/scim...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Alpha Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 154947
  Show dependency tree
 
Reported: 2006-10-14 23:30 UTC by MATSUU Takuto (RETIRED)
Modified: 2007-05-31 22:12 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MATSUU Takuto (RETIRED) gentoo-dev 2006-10-14 23:30:34 UTC
from app-i18n/scim-1.4.5, it PDEPENDs on app-i18n/skim and (app-i18n/scim-qtimm or app-i18n/scim-bridge).

Please added ~arch to KEYWORDS.
app-i18n/skim: alpha hppa
app-i18n/scim-qtimm or app-i18n/scim-bridge: alpha hppa ppc64 sparc
Comment 1 Markus Rothe (RETIRED) gentoo-dev 2006-10-15 03:12:44 UTC
well.. scim-qtimm does not compile on my ppc64 machine:

[...]
*** Creating aclocal.m4
aclocal: macro `AM_PROG_MKDIR_P' required but not defined
aclocal: macro `AM_PROG_MKDIR_P' required but not defined
make: *** [cvs] Error 1

!!! ERROR: app-i18n/scim-qtimm-0.9.4 failed.
[...]

# emerge --info
Portage 2.1.1-r1 (default-linux/ppc/ppc64/2006.1/64bit-userland/power5, gcc-4.1.1, glibc-2.4-r3, 2.6.16.9 ppc64)
=================================================================
System uname: 2.6.16.9 ppc64 POWER5 (gr)
Gentoo Base System version 1.12.5
Last Sync: Sun, 15 Oct 2006 09:30:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="ppc64"
AUTOCLEAN="yes"
CBUILD="powerpc64-unknown-linux-gnu"
CFLAGS="-O2 -pipe -mtune=power5 -mcpu=power5 -ggdb"
CHOST="powerpc64-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -pipe -mtune=power5 -mcpu=power5 -ggdb"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer nostrip sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/"
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
MAKEOPTS="-j9"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="ppc64 X a52 aac alsa altivec amr apache2 apm arts audacious berkdb bitmap-fonts cdparanoia cli crypt cups dbus dlloader doc dri dts dv dvd dvdread eds elibc_glibc emboss enca encode esd examples foomaticdb fortran gcj gdbm ggi gif glib gnome gpm gstreamer gtk ibm ieee1394 imlib immqt input_devices_evdev input_devices_keyboard input_devices_mouse ipv6 isdnlog jpeg kde kernel_linux libg++ libwww mad mhash mikmod mng motif mp3 mpeg mysql nas ncurses network nis nls nptl nptlonly objc ogg openal opengl oss pam pcre perl png pppd python qt3 qt4 quicktime readline reflection samba sdl session spell spl ssl svg tcpd theora threads tiff truetype truetype-fonts type1-fonts udev unicode userland_GNU video_cards_ati video_cards_dummy video_cards_fbdev video_cards_mga video_cards_nv video_cards_sisusb video_cards_v4l vorbis x264 xml xmms xorg xv xvid xvmc zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-10-18 03:38:47 UTC
Markus, scim-qtimm should be fixed now, sorry for the delay.
Comment 3 Markus Rothe (RETIRED) gentoo-dev 2006-10-18 06:04:48 UTC
no problem. added ~ppc64
Comment 4 Jason Wever (RETIRED) gentoo-dev 2006-10-30 18:53:07 UTC
scim-bridge needs to check and see if qt-3* was built with the immqt use flag, otherwise at least one header file (/usr/qt/3/include/qinputcontextplugin.h) it needs to build will not be present on the system.
Comment 5 MATSUU Takuto (RETIRED) gentoo-dev 2006-11-03 18:38:20 UTC
Added pkg_setup. please test.

Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2006-11-28 21:17:22 UTC
Marked ~hppa:
  app-i18n/scim-qtimm-0.9.4
  app-i18n/scim-bridge-0.4.7
Comment 7 Gustavo Zacarias (RETIRED) gentoo-dev 2006-12-29 07:02:48 UTC
~sparc'd.
Comment 8 Raúl Porcel (RETIRED) gentoo-dev 2007-05-31 22:12:14 UTC
~alpha done, i've keyworded app-i18n/scim-qtimm 

Closing.