Activity log for bug #1084852

Date Who What changed Old value New value Message
2012-11-30 03:08:36 Micah Gersten bug added bug
2012-11-30 03:09:26 Micah Gersten description When passing 'arm_float_abi=hard arm_thumb=1 arm_neon=0 arm_fpu=vfpv3-d16 target_arch=arm', Chromium still tries to build with NEON: /usr/lib/gcc/arm-linux-gnueabihf/4.7/include/arm_neon.h:32:2: error: #error You must enable NEON instructions (e.g. -mfloat-abi=softfp -mfpu=neon) to use arm_neon.h third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c: In function 'WebRtcIsacfix_AutocorrNeon': third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:44:3: error: unknown type name 'int16x4_t' third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:45:3: error: unknown type name 'int64x1_t' third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:46:3: error: unknown type name 'int64x1_t' third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:47:3: error: unknown type name 'int32x4_t' third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:48:3: error: unknown type name 'int64x2_t' third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:48:3: warning: implicit declaration of function 'vdupq_n_s64' [-Wimplicit-function-declaration] third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:53:5: warning: implicit declaration of function 'vld1_s16' [-Wimplicit-function-declaration] third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:54:5: warning: implicit declaration of function 'vmull_s16' [-Wimplicit-function-declaration] third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:55:5: warning: implicit declaration of function 'vpadalq_s32' [-Wimplicit-function-declaration] third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:57:3: warning: implicit declaration of function 'vget_low_s64' [-Wimplicit-function-declaration] third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:58:3: warning: implicit declaration of function 'vget_high_s64' [-Wimplicit-function-declaration] third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:59:3: warning: implicit declaration of function 'vadd_s64' [-Wimplicit-function-declaration] third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:76:3: warning: implicit declaration of function 'vshl_s64' [-Wimplicit-function-declaration] third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:79:3: warning: implicit declaration of function 'vget_lane_s64' [-Wimplicit-function-declaration] make[1]: *** [out/Release/obj.target/isac_neon/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.o] Error 1 make[1]: *** Waiting for unfinished jobs.... Full log: https://launchpadlibrarian.net/124450518/buildlog_ubuntu-raring-armhf.chromium-browser_23.0.1271.91-0ubuntu1_FAILEDTOBUILD.txt.gz When passing 'arm_float_abi=hard arm_thumb=1 arm_neon=0 arm_fpu=vfpv3-d16 target_arch=arm', Chromium still tries to build with NEON: /usr/lib/gcc/arm-linux-gnueabihf/4.7/include/arm_neon.h:32:2: error: #error You must enable NEON instructions (e.g. -mfloat-abi=softfp -mfpu=neon) to use arm_neon.h third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c: In function 'WebRtcIsacfix_AutocorrNeon': third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:44:3: error: unknown type name 'int16x4_t' third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:45:3: error: unknown type name 'int64x1_t' third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:46:3: error: unknown type name 'int64x1_t' third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:47:3: error: unknown type name 'int32x4_t' third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:48:3: error: unknown type name 'int64x2_t' third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:48:3: warning: implicit declaration of function 'vdupq_n_s64' [-Wimplicit-function-declaration] third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:53:5: warning: implicit declaration of function 'vld1_s16' [-Wimplicit-function-declaration] third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:54:5: warning: implicit declaration of function 'vmull_s16' [-Wimplicit-function-declaration] third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:55:5: warning: implicit declaration of function 'vpadalq_s32' [-Wimplicit-function-declaration] third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:57:3: warning: implicit declaration of function 'vget_low_s64' [-Wimplicit-function-declaration] third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:58:3: warning: implicit declaration of function 'vget_high_s64' [-Wimplicit-function-declaration] third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:59:3: warning: implicit declaration of function 'vadd_s64' [-Wimplicit-function-declaration] third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:76:3: warning: implicit declaration of function 'vshl_s64' [-Wimplicit-function-declaration] third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:79:3: warning: implicit declaration of function 'vget_lane_s64' [-Wimplicit-function-declaration] make[1]: *** [out/Release/obj.target/isac_neon/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.o] Error 1 make[1]: *** Waiting for unfinished jobs.... Full log: https://launchpadlibrarian.net/124450518/buildlog_ubuntu-raring-armhf.chromium-browser_23.0.1271.91-0ubuntu1_FAILEDTOBUILD.txt.gz http://code.google.com/p/chromium/wiki/LinuxChromiumArm might have information to help (thanks infinity)
2012-12-02 13:07:03 Dmitry Shachnev bug added subscriber Dmitry Shachnev
2012-12-05 02:20:37 Gouchi bug watch added http://code.google.com/p/chromium/issues/detail?id=154107
2012-12-05 02:31:37 Micah Gersten bug task added chromium-browser
2012-12-05 15:21:41 Micah Gersten nominated for series Ubuntu Oneiric
2012-12-05 15:21:41 Micah Gersten bug task added chromium-browser (Ubuntu Oneiric)
2012-12-05 15:21:41 Micah Gersten nominated for series Ubuntu Precise
2012-12-05 15:21:41 Micah Gersten bug task added chromium-browser (Ubuntu Precise)
2012-12-05 15:21:41 Micah Gersten nominated for series Ubuntu Quantal
2012-12-05 15:21:41 Micah Gersten bug task added chromium-browser (Ubuntu Quantal)
2012-12-05 15:21:54 Micah Gersten chromium-browser (Ubuntu Oneiric): importance Undecided Medium
2012-12-05 15:21:57 Micah Gersten chromium-browser (Ubuntu Oneiric): status New Triaged
2012-12-05 15:22:00 Micah Gersten chromium-browser (Ubuntu Precise): importance Undecided Medium
2012-12-05 15:22:03 Micah Gersten chromium-browser (Ubuntu Precise): status New Triaged
2012-12-05 15:22:05 Micah Gersten chromium-browser (Ubuntu Quantal): importance Undecided Medium
2012-12-05 15:22:07 Micah Gersten chromium-browser (Ubuntu Quantal): status New Triaged
2012-12-05 18:13:41 Chad Miller chromium-browser (Ubuntu): status Triaged In Progress
2013-01-13 23:26:12 Launchpad Janitor chromium-browser (Ubuntu Precise): status Triaged Fix Released
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2842
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2843
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2846
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2847
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2848
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2849
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2853
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2854
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2857
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2858
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2859
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2860
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2865
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2866
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2867
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2868
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2869
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2870
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2871
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2872
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2874
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2876
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2877
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2878
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2879
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2880
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2881
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2882
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2883
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2884
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2885
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2886
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2887
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2888
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2889
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2891
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2892
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2893
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2894
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-2900
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5108
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5109
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5110
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5111
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5112
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5116
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5117
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5119
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5120
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5121
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5122
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5123
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5124
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5125
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5126
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5127
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5128
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5130
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5132
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5133
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5134
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5135
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5136
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5137
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5138
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5139
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5140
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5141
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5142
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5143
2013-01-13 23:26:12 Launchpad Janitor cve linked 2012-5144
2013-01-13 23:26:27 Launchpad Janitor chromium-browser (Ubuntu): status In Progress Fix Released
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3083
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3084
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3085
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3086
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3087
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3088
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3089
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3090
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3091
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3092
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3093
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3094
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3095
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3096
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3100
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3101
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3102
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3103
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3104
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3105
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3106
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3107
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3108
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3109
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3111
2013-01-13 23:26:27 Launchpad Janitor cve linked 2011-3115
2013-01-13 23:26:27 Launchpad Janitor cve linked 2012-2807
2013-01-13 23:26:27 Launchpad Janitor cve linked 2012-2815
2013-01-13 23:26:27 Launchpad Janitor cve linked 2012-2817
2013-01-13 23:26:27 Launchpad Janitor cve linked 2012-2818
2013-01-13 23:26:27 Launchpad Janitor cve linked 2012-2819
2013-01-13 23:26:27 Launchpad Janitor cve linked 2012-2820
2013-01-13 23:26:27 Launchpad Janitor cve linked 2012-2821
2013-01-13 23:26:27 Launchpad Janitor cve linked 2012-2823
2013-01-13 23:26:27 Launchpad Janitor cve linked 2012-2824
2013-01-13 23:26:27 Launchpad Janitor cve linked 2012-2825
2013-01-13 23:26:27 Launchpad Janitor cve linked 2012-2826
2013-01-13 23:26:27 Launchpad Janitor cve linked 2012-2829
2013-01-13 23:26:27 Launchpad Janitor cve linked 2012-2830
2013-01-13 23:26:27 Launchpad Janitor cve linked 2012-2831
2013-01-13 23:26:27 Launchpad Janitor cve linked 2012-2834
2013-01-13 23:26:38 Launchpad Janitor chromium-browser (Ubuntu Quantal): status Triaged Fix Released
2014-12-03 09:28:45 Rolf Leggewie chromium-browser (Ubuntu Oneiric): status Triaged Won't Fix