Source: emoslib
Version: 2:4.0.3+dfsg.1-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Builds of emoslib for most Linux architectures have been failing
because it always specifies the non-portable flag -mcmodel=medium.
Judging by the ppc64el error I'll report separately, you might have to
write most of these architectures off, but you could first try to do
without the flag.

* On most architectures, GCC doesn't accept -mcmodel at all:

  error: unrecognized command line option '-mcmodel=medium'

* On arm64, it accepts -mcmodel in general, but not -mcmodel=medium:

  error: unrecognized argument in option '-mcmodel=medium'
  note: valid arguments to '-mcmodel=' are: large small tiny

* On i386 and (32-bit) powerpc, GCC says -mcmodel is only available
  for 64-bit targets:

  error: code model 'medium' not supported in the 32 bit mode

Could you please take a look?

Thanks!


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to