Andreas Enge writes: > the package fails to build on i686: > http://hydra.gnu.org/build/247325 > Could you maybe have a look?
Thanks for notifying me. A recurring error is apparently related to embedded assembly instructions: ~~~~~ ... bt2_idx.h: Assembler messages: bt2_idx.h:489: Error: invalid instruction suffix for `popcnt' ... ~~~~~ I wrote the author an email to ask whether this can be fixed upstream for other architectures than x86_64. Until then should I just declare x86_64 as the only supported architecture? ~~ Ricardo