Bug#797959: likwid: FTBFS: unconditional amd64 assembly

2016-06-21 Thread Aaron M. Ucko
found 797959 4.1.0+dfsg1-1
notfixed 797959 4.1.0+dfsg1-1
thanks

"Aaron M. Ucko"  writes:

> Builds of likwid for non-amd64 processors (even i386) fail due to the
> unconditional use of amd64 assembly, as detailed at

This is still a problem on i386, per
https://buildd.debian.org/status/fetch.php?pkg=likwid=i386=4.1.0%2Bdfsg1-1=1466549869

  ===>  ASSEMBLE  GCC/stream_sse.o
  ./GCC/stream_sse.s: Assembler messages:
  ./GCC/stream_sse.s:26: Error: too many memory references for `mov'
  ./GCC/stream_sse.s:33: Error: too many memory references for `xor'
  ./GCC/stream_sse.s:52: Error: invalid instruction suffix for `add'
  ./GCC/stream_sse.s:53: Error: too many memory references for `cmp'
  ./GCC/stream_sse.s:61: Error: too many memory references for `mov'
  ./GCC/stream_sse.s:32: Error: invalid operands (*UND* and .data sections) for 
`+'
  ./GCC/stream_sse.s:36: Error: invalid operands (*UND* and *ABS* sections) for 
`*'
  ./GCC/stream_sse.s:37: Error: invalid operands (*UND* and *ABS* sections) for 
`*'
  ./GCC/stream_sse.s:38: Error: invalid operands (*UND* and *ABS* sections) for 
`*'
  ./GCC/stream_sse.s:39: Error: invalid operands (*UND* and *ABS* sections) for 
`*'
  ./GCC/stream_sse.s:41: Error: invalid operands (*UND* and *ABS* sections) for 
`*'
  ./GCC/stream_sse.s:43: Error: invalid operands (*UND* and *ABS* sections) for 
`*'
  ./GCC/stream_sse.s:45: Error: invalid operands (*UND* and *ABS* sections) for 
`*'
  ./GCC/stream_sse.s:47: Error: invalid operands (*UND* and *ABS* sections) for 
`*'
  ./GCC/stream_sse.s:48: Error: invalid operands (*UND* and *ABS* sections) for 
`*'
  ./GCC/stream_sse.s:49: Error: invalid operands (*UND* and *ABS* sections) for 
`*'
  ./GCC/stream_sse.s:50: Error: invalid operands (*UND* and *ABS* sections) for 
`*'
  ./GCC/stream_sse.s:51: Error: invalid operands (*UND* and *ABS* sections) for 
`*'
  Makefile:119: recipe for target 'GCC/stream_sse.o' failed
  make[3]: *** [GCC/stream_sse.o] Error 1
  Makefile:173: recipe for target 'bench/likwid-bench' failed
  make[2]: *** [bench/likwid-bench] Error 2

You might need to enable -msse or -msse2 for at least this file. :-/
Could you please take another look?

Thanks!

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu



Bug#797959: likwid: FTBFS: unconditional amd64 assembly

2015-09-03 Thread Aaron M. Ucko
Source: likwid
Version: 3.1.3+dfsg-1
Severity: serious
Justification: fails to build from source

Builds of likwid for non-amd64 processors (even i386) fail due to the
unconditional use of amd64 assembly, as detailed at

https://buildd.debian.org/status/logs.php?pkg=likwid=3.1.3%2Bdfsg1-1

If it is infeasible to add support for other CPU types, please
consider setting Architecture: accordingly in debian/control.

Thanks!