Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699576 - net-wireless/srslte-19.09 : cc1plus: error: -Werror= argument -Werror=incompatible-pointer-types is not valid for C++ [-Werror]
Summary: net-wireless/srslte-19.09 : cc1plus: error: -Werror= argument -Werror=incompa...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Radio project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-07 22:11 UTC by Toralf Förster
Modified: 2020-01-07 21:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.42 KB, text/plain)
2019-11-07 22:11 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,203.31 KB, text/plain)
2019-11-07 22:11 UTC, Toralf Förster
Details
environment (environment,91.67 KB, text/plain)
2019-11-07 22:11 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.61 KB, application/x-bzip)
2019-11-07 22:11 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,5.86 KB, application/x-bzip)
2019-11-07 22:11 UTC, Toralf Förster
Details
net-wireless:srslte-19.09:20191107-003029.log (net-wireless:srslte-19.09:20191107-003029.log,10.80 KB, text/plain)
2019-11-07 22:12 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,24.89 KB, application/x-bzip)
2019-11-07 22:12 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-11-07 22:11:43 UTC
/usr/bin/x86_64-pc-linux-gnu-g++ -DDISABLE_RF -DHAVE_MBEDTLS -Ilib/include -I/var/tmp/portage/net-wireless/srslte-19.09/work/srslte-19.09/lib/include  -DNDEBUG -O2 -pipe -march=native -Wall -Wno-comment -Wno-reorder -Wno-unused-but-set-variable -Wno-unused-variable -Wtype-limits -std=c++11 -march=native -mfpmath=sse -mavx2 -DLV_HAVE_AVX2 -DLV_HAVE_AVX -DLV_HAVE_SSE -O3 -fno-trapping-math -fno-math-errno -DBUILD_TYPE_RELEASE -DUSE_GLIBC_IPV6 -Werror -Wno-switch -Wno-unused-but-set-variable -Wno-unused-variable -Wno-return-type -Wno-sign-compare -Wno-reorder -Wno-parantheses -fno-exceptions -fPIC   -Werror=incompatible-pointer-types -Os -MD -MT lib/src/asn1/CMakeFiles/rrc_asn1.dir/rrc_asn1.cc.o -MF lib/src/asn1/CMakeFiles/rrc_asn1.dir/rrc_asn1.cc.o.d -o lib/src/asn1/CMakeFiles/rrc_asn1.dir/rrc_asn1.cc.o -c /var/tmp/portage/net-wireless/srslte-19.09/work/srslte-19.09/lib/src/asn1/rrc_asn1.cc
cc1plus: error: ‘-Werror=’ argument ‘-Werror=incompatible-pointer-types’ is not valid for C++ [-Werror]
cc1plus: error: unrecognized command line option ‘-Wno-parantheses’ [-Werror]
cc1plus: all warnings being treated as errors
ninja: build stopped: subcommand failed.

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-libressl-20191103-061525

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

clang:
clang version 9.0.0 (tags/RELEASE_900/final)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.0
Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.38.0 *



repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Thu, 07 Nov 2019 00:06:17 +0000

emerge -qpvO net-wireless/srslte
[ebuild  N    ] net-wireless/srslte-19.09  USE="-bladerf -simcard -soapysdr -uhd -zeromq"
Comment 1 Toralf Förster gentoo-dev 2019-11-07 22:11:47 UTC
Created attachment 595354 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-11-07 22:11:50 UTC
Created attachment 595356 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-11-07 22:11:53 UTC
Created attachment 595358 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-11-07 22:11:56 UTC
Created attachment 595360 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-11-07 22:11:59 UTC
Created attachment 595362 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-11-07 22:12:02 UTC
Created attachment 595364 [details]
net-wireless:srslte-19.09:20191107-003029.log
Comment 7 Toralf Förster gentoo-dev 2019-11-07 22:12:05 UTC
Created attachment 595366 [details]
temp.tbz2
Comment 8 Rick Farina (Zero_Chaos) gentoo-dev 2020-01-07 21:14:01 UTC
fftw3.h is from sci-libs/fftw which is in DEPEND and installed on your system.  I can't even guess how this happens.
Comment 9 Rick Farina (Zero_Chaos) gentoo-dev 2020-01-07 21:14:46 UTC
ugh, wrong bug, sorry
Comment 10 Rick Farina (Zero_Chaos) gentoo-dev 2020-01-07 21:16:09 UTC
This is correctly fixed by filtering out -Werror. pushed, thanks!