Advertisement
Photonoxx

Build error LZ

Aug 6th, 2017
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.67 KB | None | 0 0
  1. nicolas@nicolas-desktop:~/Build/LightZone-master$ ant -f linux/build.xml
  2. Buildfile: /home/nicolas/Build/LightZone-master/linux/build.xml
  3.  
  4. common:
  5.  
  6. javac:
  7. [exec] ln -fs "../lib/asm-all-2.2.2.jar" "asm-all-2.2.2.jar"
  8. [exec] ln -fs "../lib/laf-widget.jar" "laf-widget.jar"
  9. [exec] ln -fs "../lib/substance-lite.jar" "substance-lite.jar"
  10. [mkdir] Created dir: /home/nicolas/Build/LightZone-master/lightcrafts/extbuild
  11. [javac] Compiling 846 source files to /home/nicolas/Build/LightZone-master/lightcrafts/extbuild
  12. [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  13. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/extsrc/sun/awt/image/codec/JPEGParam.java:26: warning: JPEG is internal proprietary API and may be removed in a future release
  14. [javac] import com.sun.imageio.plugins.jpeg.JPEG;
  15. [javac] ^
  16. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/extsrc/sun/awt/image/codec/JPEGImageDecoderImpl.java:36: warning: JPEGImageReader is internal proprietary API and may be removed in a future release
  17. [javac] import com.sun.imageio.plugins.jpeg.JPEGImageReader;
  18. [javac] ^
  19. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/extsrc/sun/awt/image/codec/JPEGImageEncoderImpl.java:41: warning: JPEG is internal proprietary API and may be removed in a future release
  20. [javac] import com.sun.imageio.plugins.jpeg.JPEG;
  21. [javac] ^
  22. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/extsrc/com/lightcrafts/media/jai/codecimpl/PNMImageDecoder.java:93: warning: GetPropertyAction is internal proprietary API and may be removed in a future release
  23. [javac] new sun.security.action.GetPropertyAction("line.separator"));
  24. [javac] ^
  25. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/extsrc/com/lightcrafts/media/jai/codecimpl/PNMImageEncoder.java:88: warning: GetPropertyAction is internal proprietary API and may be removed in a future release
  26. [javac] new sun.security.action.GetPropertyAction("line.separator"));
  27. [javac] ^
  28. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/extsrc/sun/awt/image/codec/JPEGParam.java:43: warning: JPEG is internal proprietary API and may be removed in a future release
  29. [javac] private float quality = JPEG.DEFAULT_QUALITY;
  30. [javac] ^
  31. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/extsrc/sun/awt/image/codec/JPEGImageDecoderImpl.java:44: warning: JPEGImageReader is internal proprietary API and may be removed in a future release
  32. [javac] private JPEGImageReader JPGReader;
  33. [javac] ^
  34. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/extsrc/sun/awt/image/codec/JPEGImageDecoderImpl.java:59: warning: JPEGImageReader is internal proprietary API and may be removed in a future release
  35. [javac] JPGReader = (JPEGImageReader) JPGReaderIter.next();
  36. [javac] ^
  37. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/extsrc/sun/awt/image/codec/JPEGImageEncoderImpl.java:117: warning: JPEG is internal proprietary API and may be removed in a future release
  38. [javac] jiwp.setCompressionQuality(JPEG.DEFAULT_QUALITY);
  39. [javac] ^
  40. [javac] Note: Some input files use or override a deprecated API.
  41. [javac] Note: Recompile with -Xlint:deprecation for details.
  42. [javac] Note: Some input files use unchecked or unsafe operations.
  43. [javac] Note: Recompile with -Xlint:unchecked for details.
  44. [javac] 10 warnings
  45. [mkdir] Created dir: /home/nicolas/Build/LightZone-master/lightcrafts/build
  46. [javac] Compiling 1034 source files to /home/nicolas/Build/LightZone-master/lightcrafts/build
  47. [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  48. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:19: warning: ShortInterleavedRaster is internal proprietary API and may be removed in a future release
  49. [javac] import sun.awt.image.ShortInterleavedRaster;
  50. [javac] ^
  51. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:20: warning: ByteInterleavedRaster is internal proprietary API and may be removed in a future release
  52. [javac] import sun.awt.image.ByteInterleavedRaster;
  53. [javac] ^
  54. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:473: warning: ShortInterleavedRaster is internal proprietary API and may be removed in a future release
  55. [javac] private static ShortInterleavedRaster normalizeRaster(ShortInterleavedRaster raster) {
  56. [javac] ^
  57. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:473: warning: ShortInterleavedRaster is internal proprietary API and may be removed in a future release
  58. [javac] private static ShortInterleavedRaster normalizeRaster(ShortInterleavedRaster raster) {
  59. [javac] ^
  60. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:495: warning: ShortInterleavedRaster is internal proprietary API and may be removed in a future release
  61. [javac] ShortInterleavedRaster newRaster = new ShortInterleavedRaster(newSM, new Point(raster.getMinX(),
  62. [javac] ^
  63. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:495: warning: ShortInterleavedRaster is internal proprietary API and may be removed in a future release
  64. [javac] ShortInterleavedRaster newRaster = new ShortInterleavedRaster(newSM, new Point(raster.getMinX(),
  65. [javac] ^
  66. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:505: warning: ByteInterleavedRaster is internal proprietary API and may be removed in a future release
  67. [javac] private static ByteInterleavedRaster normalizeRaster(ByteInterleavedRaster raster) {
  68. [javac] ^
  69. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:505: warning: ByteInterleavedRaster is internal proprietary API and may be removed in a future release
  70. [javac] private static ByteInterleavedRaster normalizeRaster(ByteInterleavedRaster raster) {
  71. [javac] ^
  72. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:528: warning: ByteInterleavedRaster is internal proprietary API and may be removed in a future release
  73. [javac] ByteInterleavedRaster newRaster = new ByteInterleavedRaster(newSM, new Point(raster.getMinX(),
  74. [javac] ^
  75. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:528: warning: ByteInterleavedRaster is internal proprietary API and may be removed in a future release
  76. [javac] ByteInterleavedRaster newRaster = new ByteInterleavedRaster(newSM, new Point(raster.getMinX(),
  77. [javac] ^
  78. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:690: warning: ByteInterleavedRaster is internal proprietary API and may be removed in a future release
  79. [javac] public void doTransform(ByteInterleavedRaster input, ByteInterleavedRaster output) {
  80. [javac] ^
  81. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:690: warning: ByteInterleavedRaster is internal proprietary API and may be removed in a future release
  82. [javac] public void doTransform(ByteInterleavedRaster input, ByteInterleavedRaster output) {
  83. [javac] ^
  84. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:692: warning: ByteInterleavedRaster is internal proprietary API and may be removed in a future release
  85. [javac] ByteInterleavedRaster ri = normalizeRaster(input);
  86. [javac] ^
  87. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:693: warning: ByteInterleavedRaster is internal proprietary API and may be removed in a future release
  88. [javac] ByteInterleavedRaster ro;
  89. [javac] ^
  90. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:701: warning: ByteInterleavedRaster is internal proprietary API and may be removed in a future release
  91. [javac] ro = new ByteInterleavedRaster(sm, new Point(ri.getMinX(), ri.getMinY()));
  92. [javac] ^
  93. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:720: warning: ShortInterleavedRaster is internal proprietary API and may be removed in a future release
  94. [javac] public void doTransform(ShortInterleavedRaster input, ShortInterleavedRaster output) {
  95. [javac] ^
  96. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:720: warning: ShortInterleavedRaster is internal proprietary API and may be removed in a future release
  97. [javac] public void doTransform(ShortInterleavedRaster input, ShortInterleavedRaster output) {
  98. [javac] ^
  99. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:722: warning: ShortInterleavedRaster is internal proprietary API and may be removed in a future release
  100. [javac] ShortInterleavedRaster ri = normalizeRaster(input);
  101. [javac] ^
  102. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:723: warning: ShortInterleavedRaster is internal proprietary API and may be removed in a future release
  103. [javac] ShortInterleavedRaster ro;
  104. [javac] ^
  105. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:731: warning: ShortInterleavedRaster is internal proprietary API and may be removed in a future release
  106. [javac] ro = new ShortInterleavedRaster(sm, new Point(ri.getMinX(), ri.getMinY()));
  107. [javac] ^
  108. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:767: warning: ShortInterleavedRaster is internal proprietary API and may be removed in a future release
  109. [javac] ShortInterleavedRaster inputRaster = (ShortInterleavedRaster) inputImage.getTile(0, 0);
  110. [javac] ^
  111. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:767: warning: ShortInterleavedRaster is internal proprietary API and may be removed in a future release
  112. [javac] ShortInterleavedRaster inputRaster = (ShortInterleavedRaster) inputImage.getTile(0, 0);
  113. [javac] ^
  114. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:772: warning: ShortInterleavedRaster is internal proprietary API and may be removed in a future release
  115. [javac] ShortInterleavedRaster outputRaster =
  116. [javac] ^
  117. [javac] /home/nicolas/Build/LightZone-master/lightcrafts/src/com/lightcrafts/utils/LCMS.java:773: warning: ShortInterleavedRaster is internal proprietary API and may be removed in a future release
  118. [javac] (ShortInterleavedRaster) outCM.createCompatibleWritableRaster(inputImage.getWidth(),
  119. [javac] ^
  120. [javac] Note: Some input files use or override a deprecated API.
  121. [javac] Note: Recompile with -Xlint:deprecation for details.
  122. [javac] Note: Some input files use unchecked or unsafe operations.
  123. [javac] Note: Recompile with -Xlint:unchecked for details.
  124. [javac] 25 warnings
  125.  
  126. coprocesses:
  127. [exec] -----> Entering dcraw
  128. [exec] gcc -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fopenmp -Wno-unused-result -DNODEPS -DLIGHTZONE -Dfgetc=getc_unlocked dcraw_lz.c
  129. [exec] dcraw_lz.c: In function ‘vng_interpolate’:
  130. [exec] dcraw_lz.c:4543:10: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  131. [exec] rowtmp = (ushort*)malloc(4 * width * 4 * sizeof(ushort));
  132. [exec] ^
  133. [exec] mkdir -p ../../products
  134. [exec] gcc -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fopenmp -Wno-unused-result -DNODEPS -DLIGHTZONE -Dfgetc=getc_unlocked -L../../../lightcrafts/products -o ../../products/dcraw_lz *.o -lm
  135. [exec] -----> Leaving dcraw
  136. [exec] -----> Entering forkdaemon
  137. [exec] forkdaemon.cpp: In function ‘int main(int, const char**)’:
  138. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -Os -DUSE_FORKER forkdaemon.cppforkdaemon.cpp:105:45: warning: ignoring return value of ‘int dup(int)’, declared with attribute warn_unused_result [-Wunused-result]
  139. [exec]
  140. [exec] ::dup( pipe_out[1] ); // rebind stdout
  141. [exec] ^
  142. [exec] forkdaemon.cpp:107:45: warning: ignoring return value of ‘int dup(int)’, declared with attribute warn_unused_result [-Wunused-result]
  143. [exec] ::dup( pipe_err[1] ); // rebind stderr
  144. [exec] ^
  145. [exec] forkdaemon.cpp:133:60: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
  146. [exec] ::write( 1, read_line, nchars );
  147. [exec] ^
  148. [exec] forkdaemon.cpp:140:60: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
  149. [exec] ::write( 2, read_line, nchars );
  150. [exec] ^
  151. [exec] forkdaemon.cpp:159:38: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
  152. [exec] ::write( 1, &EOC, 1 );
  153. [exec] ^
  154. [exec] forkdaemon.cpp:160:38: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
  155. [exec] ::write( 2, &EOC, 1 );
  156. [exec] ^
  157. [exec] mkdir -p ../../products
  158. [exec] g++ -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -Os -DUSE_FORKER -L../../../lightcrafts/products -o ../../products/LightZone-forkd *.o
  159. [exec] -----> Leaving forkdaemon
  160.  
  161. revision:
  162. [mkdir] Created dir: /home/nicolas/Build/LightZone-master/lightcrafts/build/com/lightcrafts/utils/resources
  163. [exec] fatal: Ni ceci ni aucun de ses répertoires parents n'est un dépôt git : .git
  164. [exec] Result: 128
  165. [copy] Copying 1 file to /home/nicolas/Build/LightZone-master/lightcrafts/build/com/lightcrafts/utils/resources
  166.  
  167. resources:
  168. [copy] Copying 1102 files to /home/nicolas/Build/LightZone-master/lightcrafts/build
  169.  
  170. jni:
  171. [exec] -----> Entering jniutils
  172. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -Os -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils LC_JNIUtils.cpp
  173. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -Os -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils LC_itoa.cpp
  174. [exec] mkdir -p ../../products
  175. [exec] g++ -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -Os -DJNILIB -L/usr/lib/jvm/default-java/lib -L../../../lightcrafts/products -shared -o ../../products/libLCJNI.so *.o
  176. [exec] -----> Leaving jniutils
  177. [exec] -----> Entering arrays
  178. [exec] mkdir -p javah
  179. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  180. [exec] -d javah com.lightcrafts.utils.LCArrays
  181. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -Os -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils JNI_OnLoad.cpp
  182. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -Os -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils LCArrays.cpp
  183. [exec] mkdir -p ../../products
  184. [exec] g++ -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -Os -DJNILIB -L/usr/lib/jvm/default-java/lib -L../../../lightcrafts/products -shared -o ../../products/libLCArrays.so *.o -lLCJNI
  185. [exec] -----> Leaving arrays
  186. [exec] -----> Entering cache
  187. [exec] mkdir -p javah
  188. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  189. [exec] -d javah com.lightcrafts.utils.cache.NativeByteBufferAllocator
  190. [exec] mkdir -p javah
  191. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  192. [exec] -d javah com.lightcrafts.utils.cache.NativeChunk
  193. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -Os -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils NativeByteBufferAllocator.cpp
  194. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -Os -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils JNI_OnLoad.cpp
  195. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -Os -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils NativeChunk.cpp
  196. [exec] mkdir -p ../../products
  197. [exec] g++ -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -Os -DJNILIB -L/usr/lib/jvm/default-java/lib -L../../../lightcrafts/products -shared -o ../../products/libLCCache.so *.o -lLCJNI
  198. [exec] -----> Leaving cache
  199. [exec] -----> Entering dcraw
  200. [exec] mkdir -p javah
  201. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  202. [exec] -d javah com.lightcrafts.utils.DCRaw
  203. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fopenmp -DJNILIB -DNO_JPEG -DNO_LCMS -Dfgetc=getc_unlocked -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils dcrawUtils.cpp
  204. [exec] mkdir -p ../../products
  205. [exec] g++ -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fopenmp -DJNILIB -DNO_JPEG -DNO_LCMS -Dfgetc=getc_unlocked -L/usr/lib/jvm/default-java/lib -L../../../lightcrafts/products -shared -o ../../products/libDCRaw.so *.o
  206. [exec] -----> Leaving dcraw
  207. [exec] -----> Entering EDISON
  208. [exec] mkdir -p javah
  209. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  210. [exec] -d javah com.lightcrafts.utils.Segment
  211. [exec] mkdir -p ../../products
  212. [exec] g++ -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils -L/usr/lib/jvm/default-java/lib -L../../../lightcrafts/products -shared -o ../../products/libSegment.so segm/ms.cpp segm/msSys.cpp segm/msImageProcessor.cpp segm/RAList.cpp segm/rlist.cpp Segment.cpp
  213. [exec] rm -fr ../../products/libSegment.so.dSYM
  214. [exec] -----> Leaving EDISON
  215. [exec] -----> Entering fileutil
  216. [exec] mkdir -p javah
  217. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  218. [exec] -d javah com.lightcrafts.utils.file.FileUtil
  219. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -Os -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils FileUtil.cpp
  220. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -Os -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils JNI_OnLoad.cpp
  221. [exec] mkdir -p ../../products
  222. [exec] g++ -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -Os -DJNILIB -L/usr/lib/jvm/default-java/lib -L../../../lightcrafts/products -shared -o ../../products/libLCFileUtil.so *.o -lLCJNI
  223. [exec] -----> Leaving fileutil
  224. [exec] -----> Entering jai
  225. [exec] mkdir -p javah
  226. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  227. [exec] -d javah com.lightcrafts.jai.opimage.BandCombine
  228. [exec] mkdir -p javah
  229. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  230. [exec] -d javah com.lightcrafts.jai.opimage.Convolutions
  231. [exec] mkdir -p javah
  232. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  233. [exec] -d javah com.lightcrafts.jai.opimage.BilateralFilterOpImage
  234. [exec] gcc -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils bilateralFilter_sse.c
  235. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils Convolutions.cpp
  236. [exec] mkdir -p ../../products
  237. [exec] g++ -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -DJNILIB -L/usr/lib/jvm/default-java/lib -L../../../lightcrafts/products -shared -o ../../products/libJAI.so *.o -lLCJNI
  238. [exec] -----> Leaving jai
  239. [exec] -----> Entering fast_jai
  240. [exec] mkdir -p javah
  241. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  242. [exec] -d javah com.lightcrafts.jai.opimage.HighlightRecoveryOpImage
  243. [exec] mkdir -p javah
  244. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  245. [exec] -d javah com.lightcrafts.jai.opimage.PixelBlender
  246. [exec] mkdir -p javah
  247. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  248. [exec] -d javah com.lightcrafts.jai.opimage.ColorSelectionMaskOpImage
  249. [exec] mkdir -p javah
  250. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  251. [exec] -d javah com.lightcrafts.jai.opimage.RGBColorSelectionMaskOpImage
  252. [exec] mkdir -p javah
  253. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  254. [exec] -d javah com.lightcrafts.jai.opimage.BilateralFilterRGBOpImage
  255. [exec] mkdir -p javah
  256. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  257. [exec] -d javah com.lightcrafts.jai.opimage.HDROpImage2
  258. [exec] mkdir -p javah
  259. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  260. [exec] -d javah com.lightcrafts.jai.opimage.BilateralFilterOpImage
  261. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fopenmp -std=c++0x -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils hdrBlender.cpp
  262. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fopenmp -std=c++0x -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils bilateralFilter.cpp
  263. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fopenmp -std=c++0x -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils blendFunctions.cpp
  264. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fopenmp -std=c++0x -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils bilateralFilterRGB.cpp
  265. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fopenmp -std=c++0x -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils colorSelection.cpp
  266. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fopenmp -std=c++0x -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils rgbColorSelection.cpp
  267. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fopenmp -std=c++0x -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils highlightRecovery.cpp
  268. [exec] mkdir -p ../../products
  269. [exec] g++ -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fopenmp -std=c++0x -DJNILIB -L/usr/lib/jvm/default-java/lib -L../../../lightcrafts/products -shared -o ../../products/libFASTJAI.so *.o
  270. [exec] -----> Leaving fast_jai
  271. [exec] -----> Entering fast_bilateral
  272. [exec] mkdir -p javah
  273. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  274. [exec] -d javah com.lightcrafts.jai.opimage.FastBilateralFilterOpImage
  275. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fopenmp -std=c++0x -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils fastBilateralFilter.cpp
  276. [exec] mkdir -p ../../products
  277. [exec] g++ -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fopenmp -std=c++0x -DJNILIB -L/usr/lib/jvm/default-java/lib -L../../../lightcrafts/products -shared -o ../../products/libfbf.so *.o
  278. [exec] -----> Leaving fast_bilateral
  279. [exec] -----> Entering jpeg
  280. [exec] make --no-print-directory -f lcjpeg.mk
  281. [exec] mkdir -p javah
  282. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  283. [exec] -d javah com.lightcrafts.image.libs.LCJPEGReader
  284. [exec] mkdir -p javah
  285. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  286. [exec] -d javah com.lightcrafts.image.libs.LCJPEGWriter
  287. [exec] make --no-print-directory -f lcjpeg.mk
  288. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fexceptions -std=c++0x -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils LC_JPEGWriter.cpp
  289. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fexceptions -std=c++0x -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils LC_dest_mgr.cpp
  290. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fexceptions -std=c++0x -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils LC_source_mgr.cpp
  291. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fexceptions -std=c++0x -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils LC_JPEGReader.cpp
  292. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fexceptions -std=c++0x -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils LC_JPEGWriterJNI.cpp
  293. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fexceptions -std=c++0x -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils LC_JPEGReaderJNI.cpp
  294. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fexceptions -std=c++0x -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils JNI_OnLoad.cpp
  295. [exec] g++ -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fexceptions -std=c++0x -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils util.cpp
  296. [exec] mkdir -p ../../products
  297. [exec] g++ -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fexceptions -std=c++0x -DJNILIB -L/usr/lib/jvm/default-java/lib -L../../../lightcrafts/products -shared -o ../../products/libLCJPEG.so *.o -ljpeg -lLCJNI
  298. [exec] -----> Leaving jpeg
  299. [exec] -----> Entering lcms
  300. [exec] mkdir -p javah
  301. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  302. [exec] -d javah com.lightcrafts.utils.LCMSNative
  303. [exec] gcc -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils lcmsjnilib.c
  304. [exec] mkdir -p ../../products
  305. [exec] gcc -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -DJNILIB -L/usr/lib/jvm/default-java/lib -L../../../lightcrafts/products -shared -o ../../products/libLCLCMS.so *.o -llcms2
  306. [exec] -----> Leaving lcms
  307. [exec] -----> Entering tiff
  308. [exec] autoconf
  309. [exec] CC="gcc" CXX="g++" ./configure
  310. [exec] checking whether the C++ compiler works... yes
  311. [exec] checking for C++ compiler default output file name... a.out
  312. [exec] checking for suffix of executables...
  313. [exec] checking whether we are cross compiling... no
  314. [exec] checking for suffix of object files... o
  315. [exec] checking whether we are using the GNU C++ compiler... yes
  316. [exec] checking whether g++ accepts -g... yes
  317. [exec] checking for gcc... gcc
  318. [exec] checking whether we are using the GNU C compiler... yes
  319. [exec] checking whether gcc accepts -g... yes
  320. [exec] checking for gcc option to accept ISO C89... none needed
  321. [exec] checking whether ln -s works... yes
  322. [exec] checking how to run the C preprocessor... gcc -E
  323. [exec] checking for grep that handles long lines and -e... /bin/grep
  324. [exec] checking for egrep... /bin/grep -E
  325. [exec] checking for ANSI C header files... yes
  326. [exec] checking for sys/types.h... yes
  327. [exec] checking for sys/stat.h... yes
  328. [exec] checking for stdlib.h... yes
  329. [exec] checking for string.h... yes
  330. [exec] checking for memory.h... yes
  331. [exec] checking for strings.h... yes
  332. [exec] checking for inttypes.h... yes
  333. [exec] checking for stdint.h... yes
  334. [exec] checking for unistd.h... yes
  335. [exec] checking fcntl.h usability... yes
  336. [exec] checking fcntl.h presence... yes
  337. [exec] checking for fcntl.h... yes
  338. [exec] checking for stdlib.h... (cached) yes
  339. [exec] checking for string.h... (cached) yes
  340. [exec] checking for unistd.h... (cached) yes
  341. [exec] checking for inline... inline
  342. [exec] checking for size_t... yes
  343. [exec] checking for strchr... yes
  344. [exec] checking for strtol... yes
  345. [exec] configure: creating ./config.status
  346. [exec] config.status: creating tif_config.h
  347. [exec] make --no-print-directory -f lctiff.mk
  348. [exec] mkdir -p javah
  349. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  350. [exec] -d javah com.lightcrafts.image.libs.LCTIFFCommon
  351. [exec] mkdir -p javah
  352. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  353. [exec] -d javah com.lightcrafts.image.libs.LCTIFFReader
  354. [exec] mkdir -p javah
  355. [exec] javah -classpath "../../../lightcrafts/build:../../../lightcrafts/extbuild:../../../linux/build" \
  356. [exec] -d javah com.lightcrafts.image.libs.LCTIFFWriter
  357. [exec] make --no-print-directory -f lctiff.mk
  358. [exec] gcc -c -g -march=athlon64 -mtune=generic -march=athlon64 -msse2 -mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -DJNILIB -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I../../../lightcrafts/jnisrc/jniutils tiffcp.c
  359. [exec] ../../../lightcrafts/mk/sources.mk:157 : la recette pour la cible « tiffcp.o » a échouée
  360. [exec] GNUmakefile:11 : la recette pour la cible « all » a échouée
  361. [exec] ../jni.mk:199 : la recette pour la cible « mk_target » a échouée
  362. [exec] GNUmakefile:11 : la recette pour la cible « all » a échouée
  363. [exec] ../mk/recurse.mk:24 : la recette pour la cible « all » a échouée
  364. [exec] tiffcp.c:52:20: fatal error: tiffio.h: Aucun fichier ou dossier de ce type
  365. [exec] #include "tiffio.h"
  366. [exec] ^
  367. [exec] compilation terminated.
  368. [exec] make[4]: *** [tiffcp.o] Erreur 1
  369. [exec] make[3]: *** [all] Erreur 2
  370. [exec] make[2]: *** [mk_target] Erreur 2
  371. [exec] make[1]: *** [all] Erreur 2
  372. [exec] make: *** [all] Erreur 1
  373.  
  374. BUILD FAILED
  375. /home/nicolas/Build/LightZone-master/linux/build.xml:43: The following error occurred while executing this line:
  376. /home/nicolas/Build/LightZone-master/lightcrafts/build.xml:103: exec returned: 2
  377.  
  378. Total time: 47 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement