Your message dated Fri, 24 Apr 2020 08:26:24 +0000
with message-id
<20200424082624.horde.pdqpwtfd1igdpweurfkd...@www.email-mania.eu>
and subject line Re: Bug#958646: ffmpegfs: FTBFS caused by passing custom
target flags in CFLAGS
has caused the Debian Bug report #958646,
regarding ffmpegfs: FTBFS caused by passing custom target flags in CFLAGS
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
958646: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958646
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ffmpegfs
Version: 1.98-1
Severity: serious
Tags: upstream
Justification: ftbfs
User: debian-powe...@lists.debian.org
Usertags: powerpc ppc64 ppc64el
Hello!
ffmpegfs fails to build from source on multiple architectures [1],
including release architectures because it passes target flags
via -march in CFLAGS which is not allowed:
g++: error: unrecognized command line option ‘-march=native’; did you mean
‘-mcpu=native’?
make[3]: *** [Makefile:559: ffmpegfs.o] Error 1
make[3]: *** Waiting for unfinished jobs....
g++: error: unrecognized command line option ‘-march=native’; did you mean
‘-mcpu=native’?
make[3]: *** [Makefile:559: cache.o] Error 1
g++: error: unrecognized command line option ‘-march=native’; did you mean
‘-mcpu=native’?
g++: error: unrecognized command line option ‘-march=native’; did you mean
‘-mcpu=native’?
For one, as you can see, "-march" is not supported on every architecture,
and, secondly, you are not allowed to build a package with "-march=native"
as this will adjust the baseline to the one on the buildd hardware instead
of using the baseline that is determined by the gcc specs set by dpkg which
is not allowed according to Debian Policy.
Adrian
> [1] https://buildd.debian.org/status/package.php?p=ffmpegfs&suite=unstable
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer - glaub...@debian.org
`. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
--- End Message ---
--- Begin Message ---
Flag removed in revision -2 and upstream in V1.99.
Zitat von John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de>:
Package: ffmpegfs
Version: 1.98-1
Severity: serious
Tags: upstream
Justification: ftbfs
User: debian-powe...@lists.debian.org
Usertags: powerpc ppc64 ppc64el
Hello!
ffmpegfs fails to build from source on multiple architectures [1],
including release architectures because it passes target flags
via -march in CFLAGS which is not allowed:
g++: error: unrecognized command line option ‘-march=native’; did
you mean ‘-mcpu=native’?
make[3]: *** [Makefile:559: ffmpegfs.o] Error 1
make[3]: *** Waiting for unfinished jobs....
g++: error: unrecognized command line option ‘-march=native’; did
you mean ‘-mcpu=native’?
make[3]: *** [Makefile:559: cache.o] Error 1
g++: error: unrecognized command line option ‘-march=native’; did
you mean ‘-mcpu=native’?
g++: error: unrecognized command line option ‘-march=native’; did
you mean ‘-mcpu=native’?
For one, as you can see, "-march" is not supported on every architecture,
and, secondly, you are not allowed to build a package with "-march=native"
as this will adjust the baseline to the one on the buildd hardware instead
of using the baseline that is determined by the gcc specs set by dpkg which
is not allowed according to Debian Policy.
Adrian
[1] https://buildd.debian.org/status/package.php?p=ffmpegfs&suite=unstable
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer - glaub...@debian.org
`. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-
GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
--
Oblivion Software Development and Internet Services
Norbert Schlia
Hans-Thoma-Str. 24
76327 Pfinztal
Germany
Telefon: 0721 48 48 8928
Fax: 0721 48 48 8929
Mobile: 0178 5365230
www: http://www.oblivion-software.eu/
--- End Message ---