[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1027418: autopkgtest failure - iconv issue?



2023년 1월 2일 (월) 오전 5:31, Rene Engelhard <rene@debian.org>님이 작성:
>
> 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 error message came from hunspell, when iconv() conversion on text
> > fails. Probably your chroot environment lacked some libs necessary for
> > iconv().
>
> Yes, but that then needs to be reflected in the test depends strictly
> speaking...

If there's a missing dependency which breaks hunspell like this, then
it needs to be added to hunspell dependencies, not to this test's. It
is enough having 'hunspell' in Depends to run hunspell.

But I believe dependency is not an issue. I think you made your chroot
dir without fully installing libc6. Note that glibc's iconv() function
loads dynamic encoding conversion libs under
/usr/lib/x86_64-linux-gnu/gconv/  on runtime.


I ran the test like this (and it succeeded):

$ sudo autopkgtest-build-docker
$ sudo autopkgtest . -- docker autopkgtest/debian:unstable


Reply to: