Guest User

Untitled

a guest
Dec 11th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.10 KB | None | 0 0
  1. make[5]: Entering directory `/media/disk/Linux/makepkg/nightingale/compiled/components/moz/fileutils'
  2. make[6]: Entering directory `/media/disk/Linux/makepkg/nightingale/compiled/components/moz/fileutils/public'
  3. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/bin/xpidl -m typelib -I/media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/idl -I/media/disk/Linux/makepkg/nightingale/components/moz/fileutils/public -e sbIDirectoryEnumerator.xpt /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/public/sbIDirectoryEnumerator.idl
  4. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/bin/xpidl -m typelib -I/media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/idl -I/media/disk/Linux/makepkg/nightingale/components/moz/fileutils/public -e sbIFileUtils.xpt /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/public/sbIFileUtils.idl
  5. python2 /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/frozen/bin/xpt.py link sbFileUtils.xpt sbIDirectoryEnumerator.xpt sbIFileUtils.xpt
  6. install -c -m 0644 sbFileUtils.xpt /media/disk/Linux/makepkg/nightingale/compiled/dist/components
  7. make[6]: Leaving directory `/media/disk/Linux/makepkg/nightingale/compiled/components/moz/fileutils/public'
  8. make[6]: Entering directory `/media/disk/Linux/makepkg/nightingale/compiled/components/moz/fileutils/src'
  9. g++ -o sbDirectoryEnumerator.o -std=gnu++0x -c -fPIC -fexceptions -fnon-call-exceptions -funwind-tables -fasynchronous-unwind-tables -fno-rtti -fno-strict-aliasing -Wall -Wno-conversion -Wno-attributes -Wpointer-arith -Wcast-align -Wno-long-long -pipe -pthread -gstabs+ -Os -include "mozilla-config.h" -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DXP_UNIX=1 -D_REENTRANT=1 -I../../../../components/moz/fileutils/public -I/media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include -I/media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/xpcom -I/media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/string -I/usr/include/nspr /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp
  10. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In member function ‘virtual nsresult sbDirectoryEnumerator::Enumerate(nsIFile*)’:
  11. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:212:50: error: no matching function for call to ‘mozilla::MutexAutoLock::MutexAutoLock(PRLock*&)’
  12. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:212:50: note: candidates are:
  13. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::MutexAutoLock&)
  14. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: no known conversion for argument 1 from ‘PRLock*’ to ‘mozilla::MutexAutoLock&’
  15. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: mozilla::MutexAutoLock::MutexAutoLock()
  16. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: candidate expects 0 arguments, 1 provided
  17. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::Mutex&)
  18. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: no known conversion for argument 1 from ‘PRLock*’ to ‘mozilla::Mutex&’
  19. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In member function ‘virtual nsresult sbDirectoryEnumerator::HasMoreElements(PRBool*)’:
  20. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:262:50: error: no matching function for call to ‘mozilla::MutexAutoLock::MutexAutoLock(PRLock*&)’
  21. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:262:50: note: candidates are:
  22. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::MutexAutoLock&)
  23. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: no known conversion for argument 1 from ‘PRLock*’ to ‘mozilla::MutexAutoLock&’
  24. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: mozilla::MutexAutoLock::MutexAutoLock()
  25. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: candidate expects 0 arguments, 1 provided
  26. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::Mutex&)
  27. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: no known conversion for argument 1 from ‘PRLock*’ to ‘mozilla::Mutex&’
  28. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In member function ‘virtual nsresult sbDirectoryEnumerator::GetNext(nsIFile**)’:
  29. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:288:50: error: no matching function for call to ‘mozilla::MutexAutoLock::MutexAutoLock(PRLock*&)’
  30. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:288:50: note: candidates are:
  31. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::MutexAutoLock&)
  32. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: no known conversion for argument 1 from ‘PRLock*’ to ‘mozilla::MutexAutoLock&’
  33. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: mozilla::MutexAutoLock::MutexAutoLock()
  34. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: candidate expects 0 arguments, 1 provided
  35. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::Mutex&)
  36. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: no known conversion for argument 1 from ‘PRLock*’ to ‘mozilla::Mutex&’
  37. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In member function ‘virtual nsresult sbDirectoryEnumerator::GetMaxDepth(PRUint32*)’:
  38. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:319:50: error: no matching function for call to ‘mozilla::MutexAutoLock::MutexAutoLock(PRLock*&)’
  39. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:319:50: note: candidates are:
  40. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::MutexAutoLock&)
  41. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: no known conversion for argument 1 from ‘PRLock*’ to ‘mozilla::MutexAutoLock&’
  42. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: mozilla::MutexAutoLock::MutexAutoLock()
  43. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: candidate expects 0 arguments, 1 provided
  44. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::Mutex&)
  45. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: no known conversion for argument 1 from ‘PRLock*’ to ‘mozilla::Mutex&’
  46. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In member function ‘virtual nsresult sbDirectoryEnumerator::SetMaxDepth(PRUint32)’:
  47. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:328:50: error: no matching function for call to ‘mozilla::MutexAutoLock::MutexAutoLock(PRLock*&)’
  48. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:328:50: note: candidates are:
  49. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::MutexAutoLock&)
  50. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: no known conversion for argument 1 from ‘PRLock*’ to ‘mozilla::MutexAutoLock&’
  51. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: mozilla::MutexAutoLock::MutexAutoLock()
  52. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: candidate expects 0 arguments, 1 provided
  53. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::Mutex&)
  54. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: no known conversion for argument 1 from ‘PRLock*’ to ‘mozilla::Mutex&’
  55. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In member function ‘virtual nsresult sbDirectoryEnumerator::GetDirectoriesOnly(PRBool*)’:
  56. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:343:50: error: no matching function for call to ‘mozilla::MutexAutoLock::MutexAutoLock(PRLock*&)’
  57. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:343:50: note: candidates are:
  58. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::MutexAutoLock&)
  59. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: no known conversion for argument 1 from ‘PRLock*’ to ‘mozilla::MutexAutoLock&’
  60. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: mozilla::MutexAutoLock::MutexAutoLock()
  61. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: candidate expects 0 arguments, 1 provided
  62. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::Mutex&)
  63. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: no known conversion for argument 1 from ‘PRLock*’ to ‘mozilla::Mutex&’
  64. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In member function ‘virtual nsresult sbDirectoryEnumerator::SetDirectoriesOnly(PRBool)’:
  65. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:352:50: error: no matching function for call to ‘mozilla::MutexAutoLock::MutexAutoLock(PRLock*&)’
  66. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:352:50: note: candidates are:
  67. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::MutexAutoLock&)
  68. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: no known conversion for argument 1 from ‘PRLock*’ to ‘mozilla::MutexAutoLock&’
  69. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: mozilla::MutexAutoLock::MutexAutoLock()
  70. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: candidate expects 0 arguments, 1 provided
  71. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::Mutex&)
  72. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: no known conversion for argument 1 from ‘PRLock*’ to ‘mozilla::Mutex&’
  73. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In member function ‘virtual nsresult sbDirectoryEnumerator::GetFilesOnly(PRBool*)’:
  74. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:367:50: error: no matching function for call to ‘mozilla::MutexAutoLock::MutexAutoLock(PRLock*&)’
  75. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:367:50: note: candidates are:
  76. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::MutexAutoLock&)
  77. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: no known conversion for argument 1 from ‘PRLock*’ to ‘mozilla::MutexAutoLock&’
  78. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: mozilla::MutexAutoLock::MutexAutoLock()
  79. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: candidate expects 0 arguments, 1 provided
  80. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::Mutex&)
  81. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: no known conversion for argument 1 from ‘PRLock*’ to ‘mozilla::Mutex&’
  82. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In member function ‘virtual nsresult sbDirectoryEnumerator::SetFilesOnly(PRBool)’:
  83. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:376:50: error: no matching function for call to ‘mozilla::MutexAutoLock::MutexAutoLock(PRLock*&)’
  84. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:376:50: note: candidates are:
  85. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::MutexAutoLock&)
  86. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: no known conversion for argument 1 from ‘PRLock*’ to ‘mozilla::MutexAutoLock&’
  87. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: mozilla::MutexAutoLock::MutexAutoLock()
  88. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: candidate expects 0 arguments, 1 provided
  89. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::Mutex&)
  90. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: no known conversion for argument 1 from ‘PRLock*’ to ‘mozilla::Mutex&’
  91. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp: In member function ‘nsresult sbDirectoryEnumerator::Initialize()’:
  92. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:425:64: error: no matching function for call to ‘mozilla::MutexAutoLock::MutexAutoLock(const char [38])’
  93. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:425:64: note: candidates are:
  94. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::MutexAutoLock&)
  95. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:193:5: note: no known conversion for argument 1 from ‘const char [38]’ to ‘mozilla::MutexAutoLock&’
  96. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: mozilla::MutexAutoLock::MutexAutoLock()
  97. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:192:5: note: candidate expects 0 arguments, 1 provided
  98. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: mozilla::MutexAutoLock::MutexAutoLock(mozilla::Mutex&)
  99. /media/disk/Linux/makepkg/nightingale/dependencies/linux-x86_64/mozilla-6.0.2/include/mozilla/Mutex.h:179:5: note: no known conversion for argument 1 from ‘const char [38]’ to ‘mozilla::Mutex&’
  100. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:426:3: error: no match for ‘operator!’ in ‘!mEnumeratorLock’
  101. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:426:3: note: candidate is:
  102. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:426:3: note: operator!(bool) <built-in>
  103. /media/disk/Linux/makepkg/nightingale/components/moz/fileutils/src/sbDirectoryEnumerator.cpp:426:3: note: no known conversion for argument 1 from ‘mozilla::Mutex’ to ‘bool’
  104. make[6]: *** [sbDirectoryEnumerator.o] Error 1
  105. make[6]: Leaving directory `/media/disk/Linux/makepkg/nightingale/compiled/components/moz/fileutils/src'
  106. make[5]: *** [libs] Error 2
  107. make[5]: Leaving directory `/media/disk/Linux/makepkg/nightingale/compiled/components/moz/fileutils'
  108. make[4]: *** [libs] Error 2
  109. make[4]: Leaving directory `/media/disk/Linux/makepkg/nightingale/compiled/components/moz'
  110. make[3]: *** [libs_tier_componentsbase] Error 2
  111. make[3]: Leaving directory `/media/disk/Linux/makepkg/nightingale/compiled'
  112. make[2]: *** [tier_componentsbase] Error 2
  113. make[2]: Leaving directory `/media/disk/Linux/makepkg/nightingale/compiled'
  114. make[1]: *** [default] Error 2
  115. make[1]: Leaving directory `/media/disk/Linux/makepkg/nightingale/compiled'
  116. make: *** [build] Error 2
Add Comment
Please, Sign In to add comment