Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 711244
Collapse All | Expand All

(-)a/bin/misc-functions.sh (-2 / +1 lines)
Lines 177-183 install_qa_check() { Link Here
177
	if type -P scanelf > /dev/null ; then
177
	if type -P scanelf > /dev/null ; then
178
		# Save NEEDED information after removing self-contained providers
178
		# Save NEEDED information after removing self-contained providers
179
		rm -f "$PORTAGE_BUILDDIR"/build-info/NEEDED{,.ELF.2}
179
		rm -f "$PORTAGE_BUILDDIR"/build-info/NEEDED{,.ELF.2}
180
		scanelf -qyRF '%a;%p;%S;%r;%n' "${D%/}/" | { while IFS= read -r l; do
180
		scanelf -ByRF '%a;%p;%S;%r;%n' "${D%/}/" | { while IFS= read -r l; do
181
			arch=${l%%;*}; l=${l#*;}
181
			arch=${l%%;*}; l=${l#*;}
182
			obj="/${l%%;*}"; l=${l#*;}
182
			obj="/${l%%;*}"; l=${l#*;}
183
			soname=${l%%;*}; l=${l#*;}
183
			soname=${l%%;*}; l=${l#*;}
184
- 

Return to bug 711244