Hi
I'm trying to build s-nail from official repo (https://projects.archlinux.org/svntogit/packages.git) but whole build stops on test behave:s/mime:sign/verify: ... it just spins for many hours and nothing. Does anyone meet that kind of behaviour?
Logs from makepkg with problematic section
$this->bbcode_second_pass_code('', '==> Starting check()...
make[1]: Entering directory '/home/h3x0r/arch_rebuild_dir/s-nail/src/s-nail-14.7.10'
Building..
. CC : /usr/lib/distcc/bin/gcc
. CFLAGS : -march=armv7ve -mfloat-abi=hard -mfpu=neon-vfpv4 -mcpu=cortex-a7 -mtune=cortex-a7 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2
. INCLUDES:
. LDFLAGS : -Wl,-O1,--sort-common,--as-needed,-z,relro
. LIBS : -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lidn
Running test, please wait
./cc-test.sh: line 28: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory
behave:001: ok
behave:if-normal: ok
behave:if-regex: ok
behave:s/mime: .. generating test key and certificate ..
behave:s/mime:sign/verify: <------------- IT STOPS HERE, CPU AROUND 100%
')
In top i can see that mail (process) is working when this test is launched, it occupied one core for around 100%.