FTBFS in saucy: error: typedef 'opaque_buffer_size_check' locally defined but not used [-Werror=unused-local-typedefs]

Bug #1187441 reported by Nobuto Murata
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
mozc (Debian)
Fix Released
Unknown
mozc (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

FTBFS in saucy
mozc 1.6.1187.102-1~exp2

This is blocking sync 1.6.1187.102-1~exp3 from debian experimental.

====

base/mutex.cc: In function 'pthread_mutex_t* mozc::{anonymous}::AsPthreadMutexT(T*)':
base/mutex.cc:282:18: error: typedef 'opaque_buffer_size_check' locally defined but not used [-Werror=unused-local-typedefs]
                  opaque_buffer_size_check);
                  ^
./base/port.h:166:39: note: in definition of macro 'COMPILE_ASSERT'
   typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
                                       ^
base/mutex.cc: In function 'pthread_rwlock_t* mozc::{anonymous}::AsPthreadRWLockT(T*)':
base/mutex.cc:329:18: error: typedef 'opaque_buffer_size_check' locally defined but not used [-Werror=unused-local-typedefs]
                  opaque_buffer_size_check);
                  ^
./base/port.h:166:39: note: in definition of macro 'COMPILE_ASSERT'
   typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
                                       ^
cc1plus: all warnings being treated as errors
make[2]: *** [out_linux/Release/obj.host/base_core/base/mutex.o] Error 1
make[2]: Leaving directory `/tmp/buildd/mozc-1.6.1187.102'
Traceback (most recent call last):
  File "build_mozc.py", line 1505, in <module>
    main()
  File "build_mozc.py", line 1490, in main
    BuildToolsMain(cmd_opts, cmd_args, original_directory_name)
  File "build_mozc.py", line 886, in BuildToolsMain
    BuildMain(options, ['%s:%s' % (gyp_file, target)], original_directory_name)
  File "build_mozc.py", line 1139, in BuildMain
    BuildOnLinux(options, targets, original_directory_name)
  File "build_mozc.py", line 932, in BuildOnLinux
    RunOrDie([make_command] + build_args + target_names)
  File "/tmp/buildd/mozc-1.6.1187.102/build_tools/util.py", line 97, in RunOrDie
    '==========']))
build_tools.util.RunOrDieError:
==========
 ERROR: make -j1 MAKE_JOBS=1 BUILDTYPE=Release builddir_name=out_linux build_tools
==========
make[1]: *** [override_dh_auto_build] Error 1

Revision history for this message
Nobuto Murata (nobuto) wrote :
Revision history for this message
Nobuto Murata (nobuto) wrote :
Revision history for this message
Nobuto Murata (nobuto) wrote :

Debian has released the fix as 1.6.1187.102-1/unstable. It will be auto-synced to saucy shortly.

Changed in mozc (Debian):
status: Unknown → Fix Released
Nobuto Murata (nobuto)
Changed in mozc (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.