Package: src:espa-nol
Version: 1.11-20
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p tmp-build
# Create a latin1 version of affix file
sh -e < debian/aff2latin1 > tmp-build/./espa~nol.aff
# Munch extra debian words
munchlist -v -l ./espa~nol.aff debian/debian.words \
> tmp-build/espa~nol.otherwords+
Collecting input.
Finding flag marker.
Generating roots and affixes.
Expanding dictionary into EXPANDEDPAIRS.
Creating list of legal roots/flags.
Creating list of flags that participate in cross-products.
Eliminating non-optimal affixes.
Generating output word list.
# Merge munched debian words with upstream munched wordlist
( cat espa~nol.words+ tmp-build/espa~nol.otherwords+ && \
grep -h -e ^.$ -e ^./ espa~nol.words ) | \
sort | \
icombine ./espa~nol.aff | \
sed -f debian/orig2latin1.sed \
> tmp-build/espa~nol.allwords+.latin1
gzip -9n -c tmp-build/espa~nol.allwords+.latin1 \
> tmp-build/espa~nol.mwl.gz
# Create myspell dict
( echo `cat tmp-build/espa~nol.allwords+.latin1 | wc -l`; \
cat tmp-build/espa~nol.allwords+.latin1 ) \
> tmp-build/es.dic
ispellaff2myspell --charset=latin1 \
--replacements=debian/es_ES.replaces \
--myheader=debian/es_ES.myheader \
tmp-build/espa~nol.aff \
> tmp-build/es.aff
# Create aspell compressed cwl file and affix file
cat tmp-build/espa~nol.allwords+.latin1 \
| prezip -s -c | gzip -9n -c \
> tmp-build/es.cwl.gz
cp tmp-build/es.aff tmp-build/es_affix.dat
echo "add es.rws" > tmp-build/es.multi
echo "add es.multi" > tmp-build/spanish.alias
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test
create-stamp debian/debhelper-build-stamp
dh_prep
dh_installdirs
debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
installdeb-ispell -pispanish
installdeb-aspell -paspell-es
installdeb-hunspell -pmyspell-es
installdeb-myspell -pmyspell-es --bdic --srcdir=tmp-build
Installing DICT es files in debian/myspell-es/usr/share/hunspell
Creating and installing BDIC es files in
debian/myspell-es/usr/share/hunspell-bdic
Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not
UTF-8.
Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
If this causes problems, reconfigure your locale. See the locale(1) manual
for more information.
Couldn't find ICU data directory. Please check that the following path exists:
/usr/share/qt6/resources
Alternatively provide the directory path via the QT_WEBENGINE_ICU_DATA_DIR
environment variable.
installdeb-myspell: error: /usr/bin/convert-bdic tmp-build/es.dic
tmp-build/es.bdic returned exit code 1
make[1]: *** [debian/rules:76: override_dh_auto_install] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:24: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202410/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.
Thanks.