Attempting to emerge libvirt-0.9.3-r1, the compiler clang stalls, hangs during configure phase Reproducible: Always Steps to Reproduce: 1. emerge current testing clang version 2. emerge libvirt-0.9.3-r1 3. observe configure phase. Actual Results: checking whether btowc(0) is correct... ^X^Z [5]+ Stopped CC=clang CXX=clang++ emerge -1 =app-emulation/libvirt-0.9.3-r1 It stalls or hangs at this point Expected Results: compile && install
Created attachment 285191 [details] my emerge --info
Created attachment 285193 [details] the config.log
Also happens under x86 and libvirt-0.9.4
From your log, the compiled conftest program generated by configure. Try to enable the AUTOTOOLIZE variable at the top of the ebuild and try again.
# gentoo64 idella # grep AUTOTOOLIZE $PORTDIR/app-emulation/libvirt/libvirt-0.9.3-r1.ebuild AUTOTOOLIZE=yes inherit eutils python ${AUTOTOOLIZE+autotools} [[ -n ${AUTOTOOLIZE} ]] && eautoreconf eeh, looks enabled. Started out like this. CC=clang CXX=clang++ emerge; compiles effectively with gcc, issue is clang. Perhaps it's not enabled.