Bug#1027418: autopkgtest failure - iconv issue?

2023-01-03 Thread Changwoo Ryu
Control: severity -1 normal Control: notfound -1 0.7.92-1 This bug appears to occur only in an incomplete chroot environment. Please check your chroot again. You can reopen if it still occurs in a general environment.

Bug#1027418: autopkgtest failure - iconv issue?

2023-01-01 Thread Changwoo Ryu
2023년 1월 2일 (월) 오전 5:31, Rene Engelhard 님이 작성: > > Hi, > > Am 01.01.23 um 21:25 schrieb Changwoo Ryu: > > I can't reproduce it myself. > I am not sure either what happens... > > In your test, every word failed to be checked with the same error and > > the

Bug#1027418: autopkgtest failure - iconv issue?

2023-01-01 Thread Changwoo Ryu
Hello, 2022년 12월 31일 (토) 오후 5:36, Rene Engelhard 님이 작성: > It even fails here locally with 1.7.2+really1.7.1-2 which I needed to do > due to > https://ci.debian.net/data/autopkgtest/testing/amd64/r/r-cran-hunspell/29793480/log.gz. > > In a clean chroot + test deps + python3 (see #1027417), I get:

Bug#1017623: nautilus-filename-repairer: Fails to build with Nautilus 43

2022-09-12 Thread Changwoo Ryu
I reviewed the code for a while but it needs a significant change to migrate. Adopting new APIs was relatively easy, but this repairer extension works by launching several modal synchronous dialogs, which are obsolete in GTK4, in sequence. This impacts the whole flow of this program in GTK4 migrat

Bug#953793: node-unicode-tr51: FTBFS with unicode-data 13.0.0

2020-03-13 Thread Changwoo Ryu
Package: src:node-unicode-tr51 Version: 9.1.0+ds-2 Severity: serious Tags: ftbfs Hello, node-unicode-tr51 FTBFS with upgraded unicode-data 13.0.0-1. It looks like emoji-sequences.txt, emoji-test.txt and emoji-zwj-sequences.txt have been removed from unicode character database download (UCD.zip).

Bug#953775: FTBFS with unicode-data 13.0.0

2020-03-13 Thread Changwoo Ryu
Package: src:ibus Version: 1.5.21-5 Severity: serious Tags: ftbfs ibus build fails with missing emoji-test.txt in unicode-data 13.0.0. configure: error: Not found /usr/share/unicode/emoji/emoji-test.txt. You can get the emoji files from http://www.unicode.org/Public/emoji/4.0/ It looks like e

Bug#885815: fcitx-configtool-gtk2: Depends on libunique

2020-01-02 Thread Changwoo Ryu
z" file instead of "orig.tar.xz". Could you upload again with existing orig tarball? Thanks, Changwoo Ryu

Bug#936717: ibus-array: Python2 removal in sid/bullseye

2019-12-01 Thread Changwoo Ryu
Control: Tags -1 + patch A suggested patch is attached. diff --git a/debian/control b/debian/control index 303a216..ba06f15 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: autoconf (>= 2.5), autopoint, debhelper (>= 9),

Bug#944614: fixed in ibus 1.5.21-2

2019-11-12 Thread Changwoo Ryu
On Tue, 12 Nov 2019 21:03:50 + Boyuan Yang wrote: > + Downgrade dependency of ibus-tests -> gnome-shell to >recommendation on s390x since gnome-shell currently FTBFS on >s390x architecture. >This makes ibus able to migrate to testing. (Closes: #944614) Does it ma

Bug#941018: libdbus-glib-1-2: libdbus-glib auth problem

2019-10-28 Thread Changwoo Ryu
For summary, This is a dbus-glib upstream issue (https://gitlab.gnome.org/GNOME/glib/issues/1831). An ongoing merge request exists at https://gitlab.gnome.org/GNOME/glib/merge_requests/1176. It's most likely a race condition on auth which makes a gdbus server to receive invalid client UID/GID. It

Bug#940634: ibus: FTBFS: emojier.vala:915.48-915.53: error: Assignment: Cannot convert from `GLib.SList' to `GLib.SList?'

2019-09-18 Thread Changwoo Ryu
Control: tags -1 + fixed-upstream It's been fixed in upstream 1.5.20 or later. Maybe we can just upload 1.5.21-1~exp2 in experimental to unstable.

Bug#859294: hunspell-dict-ko: FTBFS: UnicodeDecodeError: 'ascii' codec can't decode byte 0xed in position 38: ordinal not in range(128)

2017-08-27 Thread Changwoo Ryu
2017-08-28 3:36 GMT+09:00 Adrian Bunk : > Control: reopen -1 > > On Wed, Apr 05, 2017 at 12:53:33PM +0900, Changwoo Ryu wrote: >> OK I found a way of specifying the encoding of the I/O files. >> >> >> diff --git a/make-aff-dic.py b/make-aff-dic.py >> index

Bug#860689: blockdiag: FTBFS on i386: E: Build killed with signal TERM after 150 minutes of inactivity

2017-05-22 Thread Changwoo Ryu
Changwoo Ryu : > Sorry for the late response. > > Please try to build blockdiag with libmagickcore-6.q16-3-extra > package. This extra lib has the SVG codec.

Bug#860689: blockdiag: FTBFS on i386: E: Build killed with signal TERM after 150 minutes of inactivity

2017-05-13 Thread Changwoo Ryu
Sorry for the late response. Please try to build blockdiag with libmagickcore-6.q16-3-extra package. This extra lib has the SVG codec.

Bug#859294: hunspell-dict-ko: FTBFS: UnicodeDecodeError: 'ascii' codec can't decode byte 0xed in position 38: ordinal not in range(128)

2017-04-04 Thread Changwoo Ryu
dic.output(open(afffilename, 'w'), open(dicfilename, 'w')) +dic.output(open(afffilename, 'w', encoding='utf-8'), open(dicfilename, 'w', encoding='utf-8')) 2017-04-05 12:44 GMT+09:00 Changwoo Ryu : > It only fails on a legacy no

Bug#859294: hunspell-dict-ko: FTBFS: UnicodeDecodeError: 'ascii' codec can't decode byte 0xed in position 38: ordinal not in range(128)

2017-04-04 Thread Changwoo Ryu
It only fails on a legacy non-Unicode locale, such as "C". So what is a solution? Specifying a UTF-8 locale and Build-Depending on locales-all do not seems to be a right way.

Bug#850815: wand: please update dependency on imagemgick

2017-01-10 Thread Changwoo Ryu
Please NMU. My weak GPG key has not been updated yet so sponsored upload will take time.

Bug#841548: Processed: Re: Bug#841548: autopkgtest: FTBFS: Tests failures

2016-10-21 Thread Changwoo Ryu
It happens to me when upgrading imagemagick from 6.8.9.9-7.2+b1 to 6.9.6.2+dfsg-2.

Bug#797227: segfault - gst_memory_unmap, libgstreamer

2015-09-02 Thread Changwoo Ryu
Yes, I just have tested the patch on faad plugin at the GNOME bugzilla 748571. And it fixes the problem.

Bug#761104: wand: hardcodes dependency on obsolete libmagickwand5 package

2014-09-12 Thread Changwoo Ryu
2014-09-11 3:59 GMT+09:00 Emilio Pozuelo Monfort : > Source: wand > Version: 0.3.8-1 > Severity: serious > Control: block 740495 by -1 > > Your package hardcodes a dependency on libmagickwand5, which is obsolete. > You should probably switch to libmagickwand-6.q16-2. > > A quick upload would be app

Bug#754670: ibus: FTBFS: if python-gi-dev is installed

2014-07-20 Thread Changwoo Ryu
2014-07-20 (일), 15:18 +0900, Osamu Aoki: ... > In debian speak, this is something like ibus-py2override package. > > I have no idea if this is required by some packages on Debian. So far, > I have not seen one. Does any one have idea? > > Also, overrides under python3 side are not packaged. >

Bug#754670: ibus: FTBFS: if python-gi-dev is installed

2014-07-13 Thread Changwoo Ryu
Source: ibus Version: 1.5.7-1 Severity: serious Justification: FTBFS ibus fails to build from source if python-gi-dev is installed. Error part: ... dh_install --fail-missing -X.la dh_install: usr/lib/python3/dist-packages/gi/overrides/IBus.py exists in debian/tmp but is not installed to anywhere

Bug#736707: nabi: Korean input isn't working.

2014-01-26 Thread Changwoo Ryu
severity 736707 normal tag 736707 moreinfo thanks I'm not sure but your issue seems to be "not working in Colemak". It's not a grave severity issue. 2014-01-26 (일), 17:51 +0900, Hughe Chung: > Package: nabi > Version: 1.0.0-1 > Severity: grave > Tags: l10n > Justification: renders package unusab

Bug#735297: iceweasel: Update the license to MPL 2.0

2014-01-14 Thread Changwoo Ryu
Package: iceweasel Version: 24.2.0esr-1 Severity: serious Justification: policy 4.5 The debian/copyright file still refers MPL1.1/GPL2/LGPL2.1 tri-license only. But the license of most Mozilla source code has been updated to MPL 2.0 from the tri-license. Please update the licenses. -- To UNSUBS

Bug#700076: [Pkg-ime-devel] Bug#700076: Bug#700076: Bug#700076: ibus: non-functional, setup breaks

2013-02-10 Thread Changwoo Ryu
2013/2/9 Aron Xu : > Hi Norbert, > > Can you please try to run "dconf update" as root? As to see whether a > file named /etc/dconf/db/ibus get created. After running "dconf update" I got a new kind of crash: $ ibus-setup Traceback (most recent call last): File "/usr/share/ibus/setup/main.py", l

Bug#638093: libpanel-applet transition: please upload a fix to unstable

2011-12-31 Thread Changwoo Ryu
This package can be removed. There's no replacement. But because imhangul and nabi are getting used less and less, this package is not useful much. There's no upstream support anymore and porting to GNOME3 will be non-trivial. -- Changwoo Ryu signature.asc Description: This is a

Bug#637993: Uninstallable: Please depend on libnautilus-extension1a instead of libnautilus-extension1

2011-08-17 Thread Changwoo Ryu
to resolve the situation: > > The following packages have unmet dependencies: > nautilus-filename-repairer : Depends: libnautilus-extension1 (>= 2.30) > but it is not going to be installed > E: Broken packages -- Changwoo Ryu signature.asc Description: This is a digitally signed message part

Bug#624909: qimhangul: FTBFS: qvaluelist.h:91:13: error: 'ptrdiff_t' does not name a type

2011-05-02 Thread Changwoo Ryu
reassign 624909 libqt3-headers thanks This is QT3 bug. 'qapplication.h' header is supposed to be self-contained. Recent gcc or libc changes seem to uncover it. Anyway qimhangul package is scheduled to be removed on QT3 removal. Fixing it is a time waste. -- Changwoo Ryu sig

Bug#619206: nautilus-filename-repairer: FTBFS everywhere: ./configure breaks on IT_PROG_INTLTOOL

2011-03-21 Thread Changwoo Ryu
2011/3/22 Cyril Brulebois : > I'd suggest two things: >  - check configure.ac and figure out which components are needed to >   build your package. >  - check it builds fine once you have specified proper build >   dependencies; using pbuilder, cowbuilder, sbuild, or something >   similar. > > It

Bug#587435: ibus-clutter: Rebuild with the new libibus-dev

2010-06-28 Thread Changwoo Ryu
Package: ibus-clutter Version: 0.0+git20090728.a936bacf-1 Severity: grave ibus-clutter is not installable because libibus1 is not available in unstable. Please rebuild it with the new libibus-dev. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'uns

Bug#587434: ibus-array: Rebuild with the new libibus-dev

2010-06-28 Thread Changwoo Ryu
Package: ibus-array Version: 0.0.2-2 Severity: grave ibus-array is not installable because libibus1 is not available in unstable. Please rebuild it with the new libibus-dev. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimen

Bug#573665: hunspell-dict-ko: FTBFS: build hangs

2010-03-14 Thread Changwoo Ryu
ild combinated words. This is a annoying problem, but I think it is not release critical. -- Changwoo Ryu signature.asc Description: This is a digitally signed message part

Bug#509174: RM: unalz -- non-free license problem

2008-12-22 Thread Changwoo Ryu
me.txt file actually mentions the DFSG compliant zlib license. -- Changwoo Ryu signature.asc Description: This is a digitally signed message part

Bug#509174: RM: unalz -- non-free license problem

2008-12-19 Thread Changwoo Ryu
: - Initially wrote: v0.20 - 2004/10/22 - license - freely modifiable/distributable (zlib-license) To make it more clear, I will contact the author and suggest to insert proper copyright and permission notices into the source files. -- Changwoo Ryu signature.asc Description: This is a

Bug#509174: RM: unalz -- non-free license problem

2008-12-19 Thread Changwoo Ryu
kr/win/sudoku/. It looks like a mistake. OK, It's still not clear. But It does not mean this program is "clearly non-free". I'll contact the author myself. -- Changwoo Ryu signature.asc Description: This is a digitally signed message part

Bug#477183: libhangul: hanja_list_get_nth_key implicitly converted to pointer

2008-04-21 Thread Changwoo Ryu
2008-04-21 (월), 19:59 +0200, Julien Cristau: > severity 477183 serious > > On Tue, Apr 22, 2008 at 02:45:11 +0900, Changwoo Ryu wrote: > > > retitle 477183 libhangul: hanja_list_get_nth_key() declaration missing > > severity 477183 normal > > thanks > >

Bug#477183: libhangul: hanja_list_get_nth_key implicitly converted to pointer

2008-04-21 Thread Changwoo Ryu
retitle 477183 libhangul: hanja_list_get_nth_key() declaration missing severity 477183 normal thanks I don't think it is a security issue. The upstream just missed a function declaration for this new API. -- Changwoo Ryu <[EMAIL PROTECTED]> signature.asc Description: This is

Bug#388450: loaders/immodules not updated on upgrade

2007-03-14 Thread Changwoo Ryu
Making update-gtk-immodules no-op just avoids this problem and made another problem. Now how can I use the external GTK immodules? And in which way do the external GTK immodule packages register themselves? -- Changwoo Ryu <[EMAIL PROTECTED]> signature.asc Description: This is a dig

Bug#398899: Bug#399986: Bug#398899: reopen, still fails

2006-12-07 Thread Changwoo Ryu
401675 thanks 2006-12-07 (목), 10:53 +0100, Raphael Hertzog 쓰시길: > Hello Changwoo, > > On Tue, 05 Dec 2006, Changwoo Ryu wrote: > > Well, the problem is still on python-central, exactly dh_pycentral which > > has been used during package build. Before these stupid binary-

Bug#399986: Bug#398899: reopen, still fails

2006-12-04 Thread Changwoo Ryu
Before these stupid binary-only uploads, the packages had the correct Depends, "python (>= 2.3), python (<< 2.4)". But the new rebuilt revisions have just "python (>= 2.3)". -- Changwoo Ryu <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#333677: manpages-ko: korean rpm manpage file conflicts with the new rpm package

2005-10-13 Thread Changwoo Ryu
Package: manpages-ko Version: 20050219-0.1 Severity: serious Justification: Policy 10.1 The new rpm package contains its korean manpage file, /usr/share/man/ko/man8/rpm.8.gz. it renders rpm or manpages-ko packages uninstallable. -- System Information: Debian Release: testing/unstable APT pr

Bug#305037: mozilla-thunderbird-locale-ko: Does not work with mozilla-thunderbird in sid

2005-04-17 Thread Changwoo Ryu
Package: mozilla-thunderbird-locale-ko Version: 0.8 Severity: grave Justification: renders package unusable mozilla-thunderbird-locale-ko 0.8 is uninstallable with mozilla-thunderbird version in unstable. The new upstream for 1.0 is already available. Please update to the new version. -- Syst