Hi, Slávek
02.08.23 17:18, Slávek Banko via tde-users wrote:
Dne po 31. července 2023 Roman Savochenko via
tde-users napsal(a):
I am always building manually and the problem is
reproduced at any
building (about five times) with and without my patches.
About the manually building I means the pure Debian 12 i386 CHROOT
here —
http://ftp.oscada.org/Misc/chroots/
Regards, Roman
I downloaded your buildroot Debian_12_32, unpacked and set up for use
with schroot. Subsequently, after apt build-dep tdebase-trinity and
apt source tdebase-trinity, I used dpkg-buildpackage to manually build
tdebase. Everything went successful, binary packages created.
Thanks you for the testing, I have built all my patched packages by
schroot!
Also I have detected what is the problem reason, and that is not empty
environment variable LANG, so after its unsetting in the ordinal chroot,
I have got the correct building.
Regards, Roman
I am afraid that LANG settings is not always a working solution. In my
build script I have a LANG=C.UTF-8, so that it is not dependent on my
common locale. Because right now I had a problem building tdemultimedia
for bookworm@i386, I also tried "unset LANG", "export LANG=C" and
"export
LANG=", but none of this helped. Until building manually. So it remains a
mystery for me.
Cheers
--
Slávek