Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#5971 - scim-hangul version up

Attached to Project: Arch Linux
Opened by sangcheol park (oseb) - Saturday, 09 December 2006, 15:25 GMT
Last edited by Roman Kyrylych (Romashka) - Saturday, 09 December 2006, 19:41 GMT
Task Type Support Request
Category Packages: Extra
Status Closed
Assigned To Damir Perisa (damir.perisa)
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

scim-hangul is now 0.3.0 with libhangul dependes library.
please package version up.

pkgname=libhangul
pkgver=0.0.3
pkgrel=1
pkgdesc="Common Input Library for Korean IMEngine"
url="http://kldp.net/projetcs/hangul/"
depends=('glibc')
license=(LGPL)
source=(http://kldp.net/frs/download.php/3641/${pkgname}-${pkgver}.tgz)
md5sums=('31e14ca8b7251d78534bcbeae00f685c')

build() {
cd ${startdir}/src/${pkgname}-${pkgver}
./configure --prefix=/usr
make || return 1
make DESTDIR=${startdir}/pkg install
find ${startdir}/pkg -name '*.la' -exec rm {} \;
}
This task depends upon

Closed by  Damir Perisa (damir.perisa)
Sunday, 10 December 2006, 16:54 GMT
Reason for closing:  Implemented
Comment by Damir Perisa (damir.perisa) - Sunday, 10 December 2006, 00:33 GMT
thanx for the info and the link
Comment by Damir Perisa (damir.perisa) - Sunday, 10 December 2006, 00:54 GMT
libhangul is ready (in extra) but i have problems compiling scim-hangul 0.3.0:

make[4]: Entering directory `/home/damir/cvsARCH/extra/extra/x11/scim-hangul/src/scim-hangul-0.3.0/skim/setupui'
rm -f scim_hangul_ui.cpp
echo '#include <kdialog.h>' > scim_hangul_ui.cpp
echo '#include <klocale.h>' >> scim_hangul_ui.cpp
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i scim_hangul_ui.h ./scim_hangul_ui.ui > scim_hangul_ui.cpp.temp ; ret=$?; \
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" scim_hangul_ui.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_scim_hangul_ui,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> scim_hangul_ui.cpp ;\
rm -f scim_hangul_ui.cpp.temp ;\
if test "$ret" = 0; then echo '#include "scim_hangul_ui.moc"' >> scim_hangul_ui.cpp; else rm -f scim_hangul_ui.cpp ; exit $ret ; fi
if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/kde/include -I/opt/qt/include -I. -I/opt/kde/include/skim -I/usr/include/scim-1.0 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -march=i686 -O2 -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT scim_hangul_ui.lo -MD -MP -MF ".deps/scim_hangul_ui.Tpo" \
-c -o scim_hangul_ui.lo `test -f 'scim_hangul_ui.cpp' || echo './'`scim_hangul_ui.cpp; \
then mv -f ".deps/scim_hangul_ui.Tpo" ".deps/scim_hangul_ui.Plo"; \
else rm -f ".deps/scim_hangul_ui.Tpo"; exit 1; \
fi
scim_hangul_ui.cpp:25:36: error: skimeditshortcutbutton.h: No such file or directory
make[4]: *** [scim_hangul_ui.lo] Error 1
make[4]: Leaving directory `/home/damir/cvsARCH/extra/extra/x11/scim-hangul/src/scim-hangul-0.3.0/skim/setupui'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/damir/cvsARCH/extra/extra/x11/scim-hangul/src/scim-hangul-0.3.0/skim'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/damir/cvsARCH/extra/extra/x11/scim-hangul/src/scim-hangul-0.3.0/skim'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/damir/cvsARCH/extra/extra/x11/scim-hangul/src/scim-hangul-0.3.0'
make: *** [all] Error 2
==> ERROR: Build Failed. Aborting...


do you know anything about it? have you tried to compile scim-hangul 0.3.0 yourself? have you skim installed on your ssytem?

thanx in advance
Comment by sangcheol park (oseb) - Sunday, 10 December 2006, 01:33 GMT
maybe configure bug.
i'm not using skim, but need to --ensable-skim-support opion.

./configure --prefix=/usr --disable-static --ensable-skim-support
Comment by Damir Perisa (damir.perisa) - Sunday, 10 December 2006, 16:54 GMT
that was the problem, yes - thanx

Loading...