FS#7225 - gcin can't work
Attached to Project:
Arch Linux
Opened by Daniel YC Lin (dlin) - Monday, 21 May 2007, 02:12 GMT
Last edited by Andreas Radke (AndyRTR) - Friday, 12 December 2008, 21:20 GMT
Opened by Daniel YC Lin (dlin) - Monday, 21 May 2007, 02:12 GMT
Last edited by Andreas Radke (AndyRTR) - Friday, 12 December 2008, 21:20 GMT
|
Details
I install gcin 1.3.3 and firefox 2.0.0.3 of current
There are some problems, i've tried to solve problem. This problem cause me can't successful input Chinese, please let it fixed in higher priority. Or, could you notice me how to fixit. 1. /tmp's permission should change to 1777 2. gcin can't find file on /usr/lib/gcin/gcin1.so, I must use the following commmand to fix it. ( cd /usr/lib/gcin ; gcin) & 3. even upgrade to 1.3.4 by build local abs still not solve the '2' problem. 4. I can't toggle input method under x64, I've tried successful on x86. I put following env, and only install gcin as the im program. QT_IM_MODULE=gcin GTK_IM_MODULE=gcin XMODIFIERS=@im=gcin |
This task depends upon
4. I can't toggle input method under x64, I've tried successful on x86.
I put following env, and only install gcin as the im program.
QT_IM_MODULE=gcin
GTK_IM_MODULE=gcin
XMODIFIERS=@im=gcin
2. gcin can't find file on /usr/lib/gcin/gcin1.so, I must use the following commmand to fix it.
( cd /usr/lib/gcin ; gcin) &
I turn on testing on my pacman.conf, but it seems still on gcin-1.3.4-1.1.
And, I can't use the 'abs' anymore, because the firewall stopped me to got it.
gcin get env LC_CTYPE=(null) LC_ALL=en_US.utf8 LANG=en_US.utf8
gcin XIM will use en_US.utf8 as the default encoding
merge tsin-1.src
(tsa2d32:20937): Gtk-WARNING **: cannot open display:
load_gtab_list /usr/share/gcin/table/gtab.list
(gcin:20929): Gtk-WARNING **: cannot open display:
gcin: error while loading shared libraries: gcin1.so: cannot open shared object file: No such file or directory
done with ld.so.conf so that may indicate the library problems.
but on 64 bit -> still failed.
I just contact the gcin's author. I found this problem is caused by
in Makefile
LD_RUN_PATH=.:$gcinlibdir ...
in config.mak
libdir=/usr/lib/lib64
but I don't know how to solved it after tried severl methods.
after configure, replace the
libdir=$(DESTDIR)/usr/lib64
to
libdir=$(DESTDIR)/usr/lib
in config.mak file.
As I talked.
I wish I could see it, how you modify this problem.
ref: http://hyperrate.com/topic-view-thread.php?tid=4980
Mr. LGJ told it could be comment out the configure file before run it.
#if [ -d /lib64 ]; then
#LIB='lib64'
#fi
gcin get env LC_CTYPE=(null) LC_ALL=(null) LANG=de_DE.utf8
gcin XIM will use de_DE.utf8 as the default encoding
merge tsin-1.src
Line 1 problem in phbufN!=chbufN 4 != 6
load_gtab_list /usr/share/gcin/table/gtab.list
-- /tmp/gcin-andyrtr/socket-:0.0-gcin
connection via TCP is disabled
think i got it fixed in 1.4.2-1 for x86_64, now i get a tray icon. please report remaining other problems in a new report.
as long as it works the package can now stay in extra.