The aligment of 2**21 is already used in some Lucid packages currently.
Here the command I use :
for file in `find {/usr,}/lib{32,} -xdev -type f -iname '*.so.*'`; do if file
$file | grep -q -e 'shared object'; then if objdump -x "$file" | egrep -q
'2\*\*[0-9]{2}'; then apt-file search "$file" ; fi; fi; done | sort
--
Amd64 ubuntu build hogs memory due to libs built with excessive alignment
requirement
https://bugs.launchpad.net/bugs/24692
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs