[Home]

Summary:ASTERISK-04111: IAX plaintext authentication is fubared when asterisk is compile with -march=pentium4 and -O3
Reporter:Joe Antkowiak (antkojm1)Labels:
Date Opened:2005-05-07 23:24:25Date Closed:2011-06-07 14:11:57
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I know this is a stupid report, but I know of several users who do set -march=pentium4 in their Makefile and had been suggested before in #asterisk, so I figured it would be good to at least have something up here.  Wasted 3 hours trying to figure this out...

Also, the gentoo package will build asterisk with this option if it is set in /etc/make.conf, and I've told of the asterisk ebuild maintainers about it.
Comments:By: Mark Spencer (markster) 2005-05-08 12:44:20

This is presumably dependent upon which compiler version you're running, so adding that information might be helpful before we close this out.

By: Joe Antkowiak (antkojm1) 2005-05-11 12:06:01

switch1 asterisk # gcc -v
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/specs
Configured with: /var/tmp/portage/gcc-3.3.5.20050130-r1/work/gcc-3.3.5/configure --enable-version-specific-runtime-libs --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3.5-20050130 --includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5-20050130 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5-20050130/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5-20050130/info --with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/include/g++-v3 --host=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libgcj --enable-languages=c,c++,f77 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 3.3.5-20050130 (Gentoo Linux 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1)

By: Mark Spencer (markster) 2005-05-11 14:48:09

Great, thanks for the information.  Now at least it will be in the bug tracker's record :)