Date: Mon, 14 Nov 2016 18:38:59 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 214512] audio/linux-skype_oss_wrapper: gcc provided by CentOS is too old to understand some valid CPUTYPE Message-ID: <bug-214512-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214512 Bug ID: 214512 Summary: audio/linux-skype_oss_wrapper: gcc provided by CentOS is too old to understand some valid CPUTYPE Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: lantw44@gmail.com CC: s3erios@gmail.com CC: s3erios@gmail.com Flags: maintainer-feedback?(s3erios@gmail.com) I set CPUTYPE=3Dcorei7 in /etc/make.conf, and the value is converted to -march=3Dnehalem by Makefiles installed on FreeBSD 11.0-RELEASE. CentOS 6 u= ses gcc 4.4 and CentOS 7 uses gcc 4.8, but this option is only supported on gcc= >=3D 4.9, which can cause build failure for audio/linux-skype_oss_wrapper. This problem also happens in native FreeBSD gcc (gcc 4.8) and a bug (bug 214173)= is already filed for the native port. =3D=3D=3D> Building for linux-skype_oss_wrapper-0.1.1 /compat/linux/usr/bin/gcc -O2 -pipe -march=3Dcorei7 -fstack-protector -fno-strict-aliasing -m32 -fPIC -c libpulse.c -o libpulse.o libpulse.c:1: error: bad value (corei7) for -march=3D switch libpulse.c:1: error: bad value (corei7) for -mtune=3D switch *** Error code 1 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214512-13>