Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 239625 - app-i18n/qimhangul-0.1.2 fails to build
Summary: app-i18n/qimhangul-0.1.2 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-04 18:33 UTC by Evil Compile Person
Modified: 2008-11-02 09:57 UTC (History)
0 users

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 Evil Compile Person 2008-10-04 18:33:37 UTC
>>> Source unpacked.                                                               
>>> Compiling source in /var/tmp/portage/app-i18n/qimhangul-0.1.2/work/qimhangul-0.1.2 ...                                                                            
x86_64-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC  -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include/hangul-1.0 -I/usr/qt/3/include -o qinputcontexthangul.o qinputcontexthangul.cpp                                                             
x86_64-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC  -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include/hangul-1.0 -I/usr/qt/3/include -o qinputcontextpluginhangul.o qinputcontextpluginhangul.cpp                                                 
x86_64-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC  -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include/hangul-1.0 -I/usr/qt/3/include -o candidatelist.o candidatelist.cpp                                                                         
x86_64-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC  -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include/hangul-1.0 -I/usr/qt/3/include -o qinputcontexthangul_x11.o qinputcontexthangul_x11.cpp                                                     
In file included from qinputcontextpluginhangul.cpp:19:                            
qinputcontexthangul.h:25:27: error: qinputcontext.h: No such file or directory     
In file included from qinputcontexthangul.cpp:27:                                  
qinputcontexthangul.h:25:27: error: qinputcontext.h: No such file or directory     
In file included from qinputcontexthangul_x11.cpp:10:                              
qinputcontexthangul.h:25:27: error: qinputcontext.h: No such file or directory     
In file included from qinputcontextpluginhangul.cpp:20:                            
qinputcontextpluginhangul.h:21:33: error: qinputcontextplugin.h: No such file or directory                                                                            
In file included from qinputcontextpluginhangul.cpp:19:                            
qinputcontexthangul.h:27: error: expected class-name before '{' token              
qinputcontexthangul.h:35: error: expected ',' or '...' before '*' token            
qinputcontexthangul.h:35: error: ISO C++ forbids declaration of 'QEvent' with no type                                                                                 
qinputcontexthangul.h:39: error: 'QFont' has not been declared                     
qinputcontexthangul.h:66: error: 'QRect' does not name a type                      
In file included from qinputcontextpluginhangul.cpp:20:                            
qinputcontextpluginhangul.h:24: error: expected class-name before '{' token        
qinputcontextpluginhangul.h:30: error: ISO C++ forbids declaration of 'QInputContext' with no type                                                                    
qinputcontextpluginhangul.h:30: error: 'QInputContext' declared as a 'virtual' field                                                                                  
qinputcontextpluginhangul.h:30: error: expected ';' before '*' token               
qinputcontextpluginhangul.cpp:22: error: expected constructor, destructor, or type conversion before 'QInputContextPluginHangul'                                      
qinputcontextpluginhangul.cpp:75: error: expected constructor, destructor, or type conversion before '*' token                                                        
make: *** [qinputcontextpluginhangul.o] Error 1                                    
make: *** Waiting for unfinished jobs....                                          
In file included from qinputcontexthangul.cpp:27:                                  
qinputcontexthangul.h:27: error: expected class-name before '{' token              
qinputcontexthangul.cpp: In member function 'virtual void QInputContextHangul::reset()':                                                                              
qinputcontexthangul.cpp:115: error: 'isComposing' was not declared in this scope   
qinputcontexthangul.cpp:116: error: 'sendIMEvent' was not declared in this scope   
qinputcontexthangul.cpp: In member function 'void QInputContextHangul::updatePreedit(const QString&)':                                                                
qinputcontexthangul.cpp:132: error: 'isComposing' was not declared in this scope   
qinputcontexthangul.cpp:133: error: 'sendIMEvent' was not declared in this scope   
qinputcontexthangul.cpp:135: error: 'sendIMEvent' was not declared in this scope   
qinputcontexthangul.cpp: In member function 'void QInputContextHangul::commit(const QString&)':                                                                       
qinputcontexthangul.cpp:140: error: 'isComposing' was not declared in this scope   
qinputcontexthangul.cpp:141: error: 'sendIMEvent' was not declared in this scope   
qinputcontexthangul.cpp:143: error: 'sendIMEvent' was not declared in this scope   
qinputcontexthangul.cpp: In member function 'bool QInputContextHangul::isTriggerKey(const QKeyEvent*)':                                                               
qinputcontexthangul.cpp:149: error: 'Key_Hangul' is not a member of 'Qt'           
qinputcontexthangul.cpp: In member function 'bool QInputContextHangul::isCandidateKey(const QKeyEvent*)':                                                             
qinputcontexthangul.cpp:154: error: 'Key_Hangul_Hanja' is not a member of 'Qt'     
qinputcontexthangul.cpp: In member function 'bool QInputContextHangul::backspace()':
qinputcontexthangul.cpp:163: error: 'isComposing' was not declared in this scope
qinputcontexthangul.cpp:164: error: 'sendIMEvent' was not declared in this scope
qinputcontexthangul.cpp:167: error: 'sendIMEvent' was not declared in this scope
qinputcontexthangul.cpp:169: error: 'sendIMEvent' was not declared in this scope
In file included from qinputcontexthangul_x11.cpp:10:
qinputcontexthangul.h:27: error: expected class-name before '{' token
make: *** [qinputcontexthangul.o] Error 1
make: *** [qinputcontexthangul_x11.o] Error 1
 *
 * ERROR: app-i18n/qimhangul-0.1.2 failed.

Portage 2.2_rc11 (default/linux/amd64/2008.0, gcc-4.3.1, glibc-2.8_p20080602-r0, 2.6.25-hardened-r4 x86_64)                                                           
=================================================================                  
System uname: Linux-2.6.25-hardened-r4-x86_64-Intel-R-_Xeon-R-_CPU_E5420_@_2.50GHz-with-glibc2.2.5                                                                    
Timestamp of tree: Fri, 03 Oct 2008 15:15:02 +0000                                 
ccache version 2.4 [disabled]                                                      
app-shells/bash:     3.2_p39                                                       
dev-java/java-config: 1.3.7, 2.1.6-r1                                              
dev-lang/python:     2.5.2-r8                                                      
dev-python/pycrypto: 2.0.1-r6                                                      
dev-util/ccache:     2.4-r8                                                        
sys-apps/baselayout: 2.0.0                                                         
sys-apps/openrc:     0.2.5                                                         
sys-apps/sandbox:    1.2.18.1-r3                                                   
sys-devel/autoconf:  2.63                                                          
sys-devel/automake:  1.10.1-r1                                                     
sys-devel/binutils:  2.18-r3                                                       
sys-devel/gcc-config: 1.4.0-r4                                                     
sys-devel/libtool:   2.2.6a                                                        
virtual/os-headers:  2.6.26                                                        
ACCEPT_KEYWORDS="amd64 ~amd64"                                                     
CBUILD="x86_64-pc-linux-gnu"                                                       
CFLAGS="-O2 -pipe"                                                                 
CHOST="x86_64-pc-linux-gnu"                                                        
CONFIG_PROTECT="/etc"                                                              
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/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/splash /etc/terminfo /etc/udev/rules.d"                                                                  
CXXFLAGS="-O2 -pipe"                                                               
DISTDIR="/usr/portage/distfiles"                                                   
FEATURES="buildpkg distlocks parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-orphans userfetch"                                             
GENTOO_MIRRORS="ftp://ftp.sunet.se/pub/Linux/distributions/gentoo"                 
LDFLAGS="-Wl,-O1"                                                                  
MAKEOPTS="-j4"                                                                     
PKGDIR="/usr/portage/packages"                                                     
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"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acl amd64 berkdb bzip2 cli cracklib crypt cups dri fortran gcj gdbm gpm iconv ipv6 isdnlog midi mmx mudflap multilib ncurses nls nptl nptlonly objc openmp pampcre perl pppd python readline reflection session spl sse sse2 ssl sysfs tcpd unicode xorg 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 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" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2008-11-02 09:57:59 UTC
qimhangul-0.1.2-r1 in cvs