Source: sivp
Version: 0.5.3+svn287-2.1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161111 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<BUILDDIR>>/sivp-0.5.3+svn287'
> make[1]: 'update-config' is up to date.
> make[1]: Leaving directory '/<<BUILDDIR>>/sivp-0.5.3+svn287'
> SCI_DISABLE_TK=1 SCI_JAVA_ENABLE_HEADLESS=1 
> DOCBOOK_ROOT=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh \
> /usr/bin/scilab -nw -f builder.sce    
> Error: Impossible to define SCIHOME environment variable.
> libEGL warning: DRI3: xcb_connect failed
> libEGL warning: DRI2: xcb_connect failed
> libEGL warning: DRI2: xcb_connect failed
> Caught handled GLException: EGLGLXDrawableFactory - Could not initialize 
> shared resources for EGLGraphicsDevice[type .egl, v0.0.0, connection nil, 
> unitID 0, handle 0x0, owner true, ResourceToolkitLock[obj 0x2f7b8b80, isOwner 
> true, <6a79100b, 50c7e9d4>[count 1, qsz 0, owner 
> <main-SharedResourceRunner>]]] on thread main-SharedResourceRunner
>     [0]: 
> jogamp.opengl.egl.EGLDrawableFactory$SharedResourceImplementation.createSharedResource(EGLDrawableFactory.java:518)
>     [1]: jogamp.opengl.SharedResourceRunner.run(SharedResourceRunner.java:353)
>     [2]: java.lang.Thread.run(Thread.java:745)
> Caused[0] by GLException: Failed to created/initialize EGL display incl. 
> fallback default: native 0x0, error 0x3001/0x3001 on thread 
> main-SharedResourceRunner
>     [0]: 
> jogamp.opengl.egl.EGLDisplayUtil.eglGetDisplayAndInitialize(EGLDisplayUtil.java:297)
>     [1]: jogamp.opengl.egl.EGLDisplayUtil.access$300(EGLDisplayUtil.java:58)
>     [2]: 
> jogamp.opengl.egl.EGLDisplayUtil$1.eglGetAndInitDisplay(EGLDisplayUtil.java:320)
>     [3]: 
> com.jogamp.nativewindow.egl.EGLGraphicsDevice.open(EGLGraphicsDevice.java:125)
>     [4]: 
> jogamp.opengl.egl.EGLDrawableFactory$SharedResourceImplementation.createEGLSharedResourceImpl(EGLDrawableFactory.java:532)
>     [5]: 
> jogamp.opengl.egl.EGLDrawableFactory$SharedResourceImplementation.createSharedResource(EGLDrawableFactory.java:516)
>     [6]: jogamp.opengl.SharedResourceRunner.run(SharedResourceRunner.java:353)
>     [7]: java.lang.Thread.run(Thread.java:745)
> Building macros...
> -- Creation of [SIVPlib] (Macros) --
> WARNING: Due to the multivendors nature of the Unix world, the function 
> 'haveacompiler' is only supported under Windows.
> Building gateway...
> WARNING: Due to the multivendors nature of the Unix world, the function 
> 'haveacompiler' is only supported under Windows.
>    Generate a gateway file
>  
> !#ifdef __cplusplus                                                     !
> !                                                                       !
> !extern "C" {                                                           !
> !                                                                       !
> !#endif                                                                 !
> !                                                                       !
> !#include <mex.h>                                                       !
> !                                                                       !
> !#include <sci_gateway.h>                                               !
> !                                                                       !
> !#include <api_scilab.h>                                                !
> !                                                                       !
> !#include <MALLOC.h>                                                    !
> !                                                                       !
> !static int direct_gateway(char *fname,void F(void)) { F();return 0;};  !
> !                                                                       !
> !extern Gatefunc int_test;                                              !
> !                                                                       !
> !extern Gatefunc int_sivp_init;                                         !
> !                                                                       !
> !extern Gatefunc int_imread;                                            !
> !                                                                       !
> !extern Gatefunc int_imwrite;                                           !
> !                                                                       !
> !extern Gatefunc int_imfinfo;                                           !
> !                                                                       !
> !extern Gatefunc int_aviinfo;                                           !
> !                                                                       !
> !extern Gatefunc int_aviopen;                                           !
> !                                                                       !
> !extern Gatefunc int_camopen;                                           !
> !                                                                       !
> !extern Gatefunc int_avifile;                                           !
> !                                                                       !
> !extern Gatefunc int_aviclose;                                          !
> !                                                                       !
> !extern Gatefunc int_avicloseall;                                       !
> !                                                                       !
> !extern Gatefunc int_avilistopened;                                     !
> !                                                                       !
> !extern Gatefunc int_avireadframe;                                      !
> !                                                                       !
> !extern Gatefunc int_addframe;                                          !
> !                                                                       !
> !extern Gatefunc int_imresize;                                          !
> !                                                                       !
> !extern Gatefunc int_imabsdiff;                                         !
> !                                                                       !
> !extern Gatefunc int_imadd;                                             !
> !                                                                       !
> !extern Gatefunc int_imsubtract;                                        !
> !                                                                       !
> !extern Gatefunc int_immultiply;                                        !
> !                                                                       !
> !extern Gatefunc int_imdivide;                                          !
> !                                                                       !
> !extern Gatefunc int_imfilter;                                          !
> !                                                                       !
> !extern Gatefunc int_filter2;                                           !
> !                                                                       !
> !extern Gatefunc int_mat2utfimg;                                        !
> !                                                                       !
> !extern Gatefunc int_canny;                                             !
> !                                                                       !
> !extern Gatefunc int_sobel;                                             !
> !                                                                       !
> !extern Gatefunc int_cvtcolor;                                          !
> !                                                                       !
> !extern Gatefunc int_ind2rgb;                                           !
> !                                                                       !
> !extern Gatefunc int_detectobjects;                                     !
> !                                                                       !
> !extern Gatefunc int_camshift;                                          !
> !                                                                       !
> !extern Gatefunc int_meanshift;                                         !
> !                                                                       !
> !extern Gatefunc int_detectforeground;                                  !
> !                                                                       !
> !extern Gatefunc int_impyramid;                                         !
> !                                                                       !
> !static GenericTable Tab[]={                                            !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_test,"sivptest"},                       !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_sivp_init,"sivp_init"},                 !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_imread,"imread"},                       !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_imwrite,"int_imwrite"},                 !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_imfinfo,"imfinfo"},                     !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_aviinfo,"aviinfo"},                     !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_aviopen,"aviopen"},                     !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_camopen,"camopen"},                     !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_avifile,"avifile"},                     !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_aviclose,"aviclose"},                   !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_avicloseall,"avicloseall"},             !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_avilistopened,"avilistopened"},         !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_avireadframe,"avireadframe"},           !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_addframe,"addframe"},                   !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_imresize,"int_imresize"},               !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_imabsdiff,"int_imabsdiff"},             !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_imadd,"int_imadd"},                     !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_imsubtract,"int_imsubtract"},           !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_immultiply,"int_immultiply"},           !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_imdivide,"int_imdivide"},               !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_imfilter,"imfilter"},                   !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_filter2,"filter2"},                     !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_mat2utfimg,"mat2utfimg"},               !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_canny,"int_canny"},                     !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_sobel,"int_sobel"},                     !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_cvtcolor,"int_cvtcolor"},               !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_ind2rgb,"ind2rgb"},                     !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_detectobjects,"detectobjects"},         !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_camshift,"camshift"},                   !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_meanshift,"meanshift"},                 !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_detectforeground,"detectforeground"},   !
> !                                                                       !
> !  {(Myinterfun)sci_gateway,int_impyramid,"impyramid"},                 !
> !                                                                       !
> !};                                                                     !
> !                                                                       !
> !                                                                       !
> !                                                                       !
> !int C2F(libgw_sivp)()                                                  !
> !                                                                       !
> !{                                                                      !
> !                                                                       !
> !  Rhs = Max(0, Rhs);                                                   !
> !                                                                       !
> !  if (*(Tab[Fin-1].f) != NULL)                                         !
> !                                                                       !
> !  {                                                                    !
> !                                                                       !
> !     if(pvApiCtx == NULL)                                              !
> !                                                                       !
> !     {                                                                 !
> !                                                                       !
> !       pvApiCtx = (StrCtx*)MALLOC(sizeof(StrCtx));                     !
> !                                                                       !
> !     }                                                                 !
> !                                                                       !
> !     pvApiCtx->pstName = (char*)Tab[Fin-1].name;                       !
> !                                                                       !
> !    (*(Tab[Fin-1].f))(Tab[Fin-1].name,Tab[Fin-1].F);                   !
> !                                                                       !
> !  }                                                                    !
> !                                                                       !
> !  return 0;                                                            !
> !                                                                       !
> !}                                                                      !
> !                                                                       !
> !#ifdef __cplusplus                                                     !
> !                                                                       !
> !}                                                                      !
> !                                                                       !
> !#endif                                                                 !
>    Generate a loader file
>  
> !// This file is released under the 3-clause BSD license. See COPYING-BSD.    
>  !
> !                                                                             
>  !
> !// Generated by builder.sce : Please, do not edit this file                  
>  !
> !                                                                             
>  !
> !// 
> ---------------------------------------------------------------------------!
> !     -                                                                       
>  !
> !                                                                             
>  !
> !//                                                                           
>  !
> !                                                                             
>  !
> !libgw_sivp_path = get_absolute_file_path('loader.sce');                      
>  !
> !                                                                             
>  !
> !//                                                                           
>  !
> !                                                                             
>  !
> !// ulink previous function with same name                                    
>  !
> !                                                                             
>  !
> ![bOK, ilib] = c_link('libgw_sivp');                                          
>  !
> !                                                                             
>  !
> !if bOK then                                                                  
>  !
> !                                                                             
>  !
> !  ulink(ilib);                                                               
>  !
> !                                                                             
>  !
> !end                                                                          
>  !
> !                                                                             
>  !
> !//                                                                           
>  !
> !                                                                             
>  !
> !list_functions = [ 'sivptest';                                               
>  !
> !                                                                             
>  !
> !                   'sivp_init';                                              
>  !
> !                                                                             
>  !
> !                   'imread';                                                 
>  !
> !                                                                             
>  !
> !                   'int_imwrite';                                            
>  !
> !                                                                             
>  !
> !                   'imfinfo';                                                
>  !
> !                                                                             
>  !
> !                   'aviinfo';                                                
>  !
> !                                                                             
>  !
> !                   'aviopen';                                                
>  !
> !                                                                             
>  !
> !                   'camopen';                                                
>  !
> !                                                                             
>  !
> !                   'avifile';                                                
>  !
> !                                                                             
>  !
> !                   'aviclose';                                               
>  !
> !                                                                             
>  !
> !                   'avicloseall';                                            
>  !
> !                                                                             
>  !
> !                   'avilistopened';                                          
>  !
> !                                                                             
>  !
> !                   'avireadframe';                                           
>  !
> !                                                                             
>  !
> !                   'addframe';                                               
>  !
> !                                                                             
>  !
> !                   'int_imresize';                                           
>  !
> !                                                                             
>  !
> !                   'int_imabsdiff';                                          
>  !
> !                                                                             
>  !
> !                   'int_imadd';                                              
>  !
> !                                                                             
>  !
> !                   'int_imsubtract';                                         
>  !
> !                                                                             
>  !
> !                   'int_immultiply';                                         
>  !
> !                                                                             
>  !
> !                   'int_imdivide';                                           
>  !
> !                                                                             
>  !
> !                   'imfilter';                                               
>  !
> !                                                                             
>  !
> !                   'filter2';                                                
>  !
> !                                                                             
>  !
> !                   'mat2utfimg';                                             
>  !
> !                                                                             
>  !
> !                   'int_canny';                                              
>  !
> !                                                                             
>  !
> !                   'int_sobel';                                              
>  !
> !                                                                             
>  !
> !                   'int_cvtcolor';                                           
>  !
> !                                                                             
>  !
> !                   'ind2rgb';                                                
>  !
> !                                                                             
>  !
> !                   'detectobjects';                                          
>  !
> !                                                                             
>  !
> !                   'camshift';                                               
>  !
> !                                                                             
>  !
> !                   'meanshift';                                              
>  !
> !                                                                             
>  !
> !                   'detectforeground';                                       
>  !
> !                                                                             
>  !
> !                   'impyramid';                                              
>  !
> !                                                                             
>  !
> !];                                                                           
>  !
> !                                                                             
>  !
> !addinter(libgw_sivp_path + filesep() + 'libgw_sivp' + getdynlibext(), 
> 'libgw_s!
> !     ivp', list_functions);                                                  
>  !
> !                                                                             
>  !
> !// remove temp. variables on stack                                           
>  !
> !                                                                             
>  !
> !clear libgw_sivp_path;                                                       
>  !
> !                                                                             
>  !
> !clear bOK;                                                                   
>  !
> !                                                                             
>  !
> !clear ilib;                                                                  
>  !
> !                                                                             
>  !
> !clear list_functions;                                                        
>  !
> !                                                                             
>  !
> !// 
> ---------------------------------------------------------------------------!
> !     -                                                                       
>  !
>    Generate a Makefile
>    ilib_gen_Make: Copy compilation files (Makefile*, libtool...) to TMPDIR
>    ilib_gen_Make: Copy camshift.cpp to TMPDIR
>    ilib_gen_Make: Copy canny.cpp to TMPDIR
>    ilib_gen_Make: Copy common.cpp to TMPDIR
>    ilib_gen_Make: Copy common.h to TMPDIR
>    ilib_gen_Make: Copy cvtcolor.cpp to TMPDIR
>    ilib_gen_Make: Copy detectforeground.cpp to TMPDIR
>    ilib_gen_Make: Copy detectobjects.cpp to TMPDIR
>    ilib_gen_Make: Copy filter2.cpp to TMPDIR
>    ilib_gen_Make: Copy gw_sivp.h to TMPDIR
>    ilib_gen_Make: Copy imabsdiff.cpp to TMPDIR
>    ilib_gen_Make: Copy imadd.cpp to TMPDIR
>    ilib_gen_Make: Copy imdivide.cpp to TMPDIR
>    ilib_gen_Make: Copy imfilter.cpp to TMPDIR
>    ilib_gen_Make: Copy imfinfo.cpp to TMPDIR
>    ilib_gen_Make: Copy immultiply.cpp to TMPDIR
>    ilib_gen_Make: Copy impyramid.cpp to TMPDIR
>    ilib_gen_Make: Copy imread.cpp to TMPDIR
>    ilib_gen_Make: Copy imresize.cpp to TMPDIR
>    ilib_gen_Make: Copy imsubtract.cpp to TMPDIR
>    ilib_gen_Make: Copy imwrite.cpp to TMPDIR
>    ilib_gen_Make: Copy ind2rgb.cpp to TMPDIR
>    ilib_gen_Make: Copy libgw_sivp.c to TMPDIR
>    ilib_gen_Make: Copy mat2utfimg.cpp to TMPDIR
>    ilib_gen_Make: Copy meanshift.cpp to TMPDIR
>    ilib_gen_Make: Copy sivp_init.cpp to TMPDIR
>    ilib_gen_Make: Copy sobel.cpp to TMPDIR
>    ilib_gen_Make: Copy test.cpp to TMPDIR
>    ilib_gen_Make: Copy videoio.cpp to TMPDIR
>    ilib_gen_Make: Need to run the compiler detection (configure).
>    ilib_gen_Make: configure : Generate Makefile.
>    ilib_gen_Make: Command: 
> /tmp/SCI_TMP_98958_Kn1vBm/gw_sivp/compilerDetection.sh  CFLAGS=" 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__" CXXFLAGS=" 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__"
>    Output: Detection of C/C++/Fortran Compilers
>    Output: checking for a BSD-compatible install... /usr/bin/install -c
>    Output: checking whether build environment is sane... yes
>    Output: checking for a thread-safe mkdir -p... /bin/mkdir -p
>    Output: checking for gawk... no
>    Output: checking for mawk... mawk
>    Output: checking whether make sets $(MAKE)... yes
>    Output: checking whether make supports nested variables... yes
>    Output: checking whether to enable maintainer-specific portions of 
> Makefiles... no
>    Output: checking for gcc... gcc
>    Output: checking whether the C compiler works... yes
>    Output: checking for C compiler default output file name... a.out
>    Output: checking for suffix of executables... 
>    Output: checking whether we are cross compiling... no
>    Output: checking for suffix of object files... o
>    Output: checking whether we are using the GNU C compiler... yes
>    Output: checking whether gcc accepts -g... yes
>    Output: checking for gcc option to accept ISO C89... none needed
>    Output: checking whether gcc understands -c and -o together... yes
>    Output: checking for style of include used by make... GNU
>    Output: checking dependency style of gcc... none
>    Output: checking for g++... g++
>    Output: checking whether we are using the GNU C++ compiler... yes
>    Output: checking whether g++ accepts -g... yes
>    Output: checking dependency style of g++... none
>    Output: checking for g77... no
>    Output: checking for xlf... no
>    Output: checking for f77... no
>    Output: checking for frt... no
>    Output: checking for pgf77... no
>    Output: checking for cf77... no
>    Output: checking for fort77... no
>    Output: checking for fl32... no
>    Output: checking for af77... no
>    Output: checking for xlf90... no
>    Output: checking for f90... no
>    Output: checking for pgf90... no
>    Output: checking for pghpf... no
>    Output: checking for epcf90... no
>    Output: checking for gfortran... no
>    Output: checking for g95... no
>    Output: checking for xlf95... no
>    Output: checking for f95... no
>    Output: checking for fort... no
>    Output: checking for ifort... no
>    Output: checking for ifc... no
>    Output: checking for efc... no
>    Output: checking for pgfortran... no
>    Output: checking for pgf95... no
>    Output: checking for lf95... no
>    Output: checking for ftn... no
>    Output: checking for nagfor... no
>    Output: checking whether we are using the GNU Fortran 77 compiler... no
>    Output: checking whether  accepts -g... no
>    Output: checking for gfortran... no
>    Output: checking for g95... no
>    Output: checking for xlf95... no
>    Output: checking for f95... no
>    Output: checking for fort... no
>    Output: checking for ifort... no
>    Output: checking for ifc... no
>    Output: checking for efc... no
>    Output: checking for pgfortran... no
>    Output: checking for pgf95... no
>    Output: checking for lf95... no
>    Output: checking for ftn... no
>    Output: checking for nagfor... no
>    Output: checking for xlf90... no
>    Output: checking for f90... no
>    Output: checking for pgf90... no
>    Output: checking for pghpf... no
>    Output: checking for epcf90... no
>    Output: checking for g77... no
>    Output: checking for xlf... no
>    Output: checking for f77... no
>    Output: checking for frt... no
>    Output: checking for pgf77... no
>    Output: checking for cf77... no
>    Output: checking for fort77... no
>    Output: checking for fl32... no
>    Output: checking for af77... no
>    Output: checking whether we are using the GNU Fortran compiler... no
>    Output: checking whether  accepts -g... no
>    Output: checking build system type... x86_64-pc-linux-gnu
>    Output: checking host system type... x86_64-pc-linux-gnu
>    Output: checking how to print strings... printf
>    Output: checking for a sed that does not truncate output... /bin/sed
>    Output: checking for grep that handles long lines and -e... /bin/grep
>    Output: checking for egrep... /bin/grep -E
>    Output: checking for fgrep... /bin/grep -F
>    Output: checking for ld used by gcc... /usr/bin/ld
>    Output: checking if the linker (/usr/bin/ld) is GNU ld... yes
>    Output: checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm 
> -B
>    Output: checking the name lister (/usr/bin/nm -B) interface... BSD nm
>    Output: checking whether ln -s works... yes
>    Output: checking the maximum length of command line arguments... 1572864
>    Output: checking whether the shell understands some XSI constructs... yes
>    Output: checking whether the shell understands "+="... yes
>    Output: checking how to convert x86_64-pc-linux-gnu file names to 
> x86_64-pc-linux-gnu format... func_convert_file_noop
>    Output: checking how to convert x86_64-pc-linux-gnu file names to 
> toolchain format... func_convert_file_noop
>    Output: checking for /usr/bin/ld option to reload object files... -r
>    Output: checking for objdump... objdump
>    Output: checking how to recognize dependent libraries... pass_all
>    Output: checking for dlltool... no
>    Output: checking how to associate runtime and link libraries... printf %s\n
>    Output: checking for ar... ar
>    Output: checking for archiver @FILE support... @
>    Output: checking for strip... strip
>    Output: checking for ranlib... ranlib
>    Output: checking command to parse /usr/bin/nm -B output from gcc object... 
> ok
>    Output: checking for sysroot... no
>    Output: checking for mt... no
>    Output: checking if : is a manifest tool... no
>    Output: checking how to run the C preprocessor... gcc -E
>    Output: checking for ANSI C header files... yes
>    Output: checking for sys/types.h... yes
>    Output: checking for sys/stat.h... yes
>    Output: checking for stdlib.h... yes
>    Output: checking for string.h... yes
>    Output: checking for memory.h... yes
>    Output: checking for strings.h... yes
>    Output: checking for inttypes.h... yes
>    Output: checking for stdint.h... yes
>    Output: checking for unistd.h... yes
>    Output: checking for dlfcn.h... yes
>    Output: checking for objdir... .libs
>    Output: checking if gcc supports -fno-rtti -fno-exceptions... no
>    Output: checking for gcc option to produce PIC... -fPIC -DPIC
>    Output: checking if gcc PIC flag -fPIC -DPIC works... yes
>    Output: checking if gcc static flag -static works... yes
>    Output: checking if gcc supports -c -o file.o... yes
>    Output: checking if gcc supports -c -o file.o... (cached) yes
>    Output: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 
> supports shared libraries... yes
>    Output: checking whether -lc should be explicitly linked in... no
>    Output: checking dynamic linker characteristics... GNU/Linux ld.so
>    Output: checking how to hardcode library paths into programs... immediate
>    Output: checking whether stripping libraries is possible... yes
>    Output: checking if libtool supports shared libraries... yes
>    Output: checking whether to build shared libraries... yes
>    Output: checking whether to build static libraries... no
>    Output: checking how to run the C++ preprocessor... g++ -E
>    Output: checking for ld used by g++... /usr/bin/ld -m elf_x86_64
>    Output: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
>    Output: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 
> supports shared libraries... yes
>    Output: checking for g++ option to produce PIC... -fPIC -DPIC
>    Output: checking if g++ PIC flag -fPIC -DPIC works... yes
>    Output: checking if g++ static flag -static works... yes
>    Output: checking if g++ supports -c -o file.o... yes
>    Output: checking if g++ supports -c -o file.o... (cached) yes
>    Output: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 
> supports shared libraries... yes
>    Output: checking dynamic linker characteristics... (cached) GNU/Linux ld.so
>    Output: checking how to hardcode library paths into programs... immediate
>    Output: checking that generated files are newer than configure... done
>    Output: configure: creating ./config.status
>    Output: config.status: creating Makefile
>    Output: config.status: executing depfiles commands
>    Output: config.status: executing libtool commands
>    Output: 
>    Output: Options used to compile and link:
>    Output:   CC               = gcc
>    Output:   CFLAGS           =  -D__SCILAB_TOOLBOX__  
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC
>    Output:   CPP              = gcc -E
>    Output:   CPPFLAGS         = 
>    Output:   PCFLAGS          = 
>    Output:   DEFS             = -DPACKAGE_NAME=\"scilab\" 
> -DPACKAGE_TARNAME=\"scilab\" -DPACKAGE_VERSION=\"0\" 
> -DPACKAGE_STRING=\"scilab\ 0\" 
> -DPACKAGE_BUGREPORT=\"http://bugzilla.scilab.org/\"; -DPACKAGE_URL=\"\" 
> -DPACKAGE=\"scilab\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
> -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>    Output:   LD               = /usr/bin/ld -m elf_x86_64
>    Output:   LDFLAGS          =  -fPIC
>    Output:   LIBS             = 
>    Output:   CXX              = g++
>    Output:   CXXFLAGS         =  -D__SCILAB_TOOLBOX__  
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC
>    Output:   F77              = 
>    Output:   FFLAGS           =  -D__SCILAB_TOOLBOX__  
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -fPIC
>    Output:   F77_LDFLAGS      =  -fPIC
>    Output: 
>    stderr: 
>    ilib_gen_Make: Modification of the Makefile in TMPDIR.
>    ilib_gen_Make: Substitute the reference by the actual file.
>    Command: /usr/share/scilab//modules/dynamic_link/src/scripts/scicompile.sh 
> gw_sivp  camshift.cpp canny.cpp common.cpp common.h cvtcolor.cpp 
> detectforeground.cpp detectobjects.cpp filter2.cpp gw_sivp.h imabsdiff.cpp 
> imadd.cpp imdivide.cpp imfilter.cpp imfinfo.cpp immultiply.cpp impyramid.cpp 
> imread.cpp imresize.cpp imsubtract.cpp imwrite.cpp ind2rgb.cpp libgw_sivp.c 
> mat2utfimg.cpp meanshift.cpp sivp_init.cpp sobel.cpp test.cpp videoio.cpp
> stderr: 
>    Running the makefile
> ilib_compile: Build command: make  CFLAGS=" -D__SCILAB_TOOLBOX__  
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__" CXXFLAGS=" -D__SCILAB_TOOLBOX__  
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__" 
> LDFLAGS="/usr/lib/x86_64-linux-gnu/libopencv_calib3d.so -lopencv_calib3d 
> /usr/lib/x86_64-linux-gnu/libopencv_contrib.so -lopencv_contrib 
> /usr/lib/x86_64-linux-gnu/libopencv_core.so -lopencv_core 
> /usr/lib/x86_64-linux-gnu/libopencv_features2d.so -lopencv_features2d 
> /usr/lib/x86_64-linux-gnu/libopencv_flann.so -lopencv_flann 
> /usr/lib/x86_64-linux-gnu/libopencv_gpu.so -lopencv_gpu 
> /usr/lib/x86_64-linux-gnu/libopencv_highgui.so -lopencv_highgui 
> /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so -lopencv_imgproc 
> /usr/lib/x86_64-linux-gnu/libopencv_legacy.so -lopencv_legacy 
> /usr/lib/x86_64-linux-gnu/libopencv_ml.so -lopencv_ml 
> /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so -lopencv_objdetect 
> /usr/lib/x86_64-linux-gnu/libopencv_ocl.so -lopencv_ocl 
> /usr/lib/x86_64-linux-gnu/libopencv_photo.so -lopencv_photo 
> /usr/lib/x86_64-linux-gnu/libopencv_stitching.so -lopencv_stitching 
> /usr/lib/x86_64-linux-gnu/libopencv_superres.so -lopencv_superres 
> /usr/lib/x86_64-linux-gnu/libopencv_ts.so -lopencv_ts 
> /usr/lib/x86_64-linux-gnu/libopencv_video.so -lopencv_video 
> /usr/lib/x86_64-linux-gnu/libopencv_videostab.so -lopencv_videostab" 
> FFLAGS="-I/usr/share/scilab//../../include/scilab/ "
> Output: make[1]: Entering directory '/tmp/SCI_TMP_98958_Kn1vBm/gw_sivp'
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o camshift.lo camshift.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c camshift.cpp  -fPIC -DPIC -o 
> .libs/camshift.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o canny.lo canny.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c canny.cpp  -fPIC -DPIC -o 
> .libs/canny.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o common.lo common.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c common.cpp  -fPIC -DPIC -o 
> .libs/common.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o cvtcolor.lo cvtcolor.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c cvtcolor.cpp  -fPIC -DPIC -o 
> .libs/cvtcolor.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o detectforeground.lo 
> detectforeground.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c detectforeground.cpp  -fPIC -DPIC -o 
> .libs/detectforeground.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o detectobjects.lo detectobjects.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c detectobjects.cpp  -fPIC -DPIC -o 
> .libs/detectobjects.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o filter2.lo filter2.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c filter2.cpp  -fPIC -DPIC -o 
> .libs/filter2.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o imabsdiff.lo imabsdiff.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c imabsdiff.cpp  -fPIC -DPIC -o 
> .libs/imabsdiff.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o imadd.lo imadd.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c imadd.cpp  -fPIC -DPIC -o 
> .libs/imadd.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o imdivide.lo imdivide.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c imdivide.cpp  -fPIC -DPIC -o 
> .libs/imdivide.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o imfilter.lo imfilter.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c imfilter.cpp  -fPIC -DPIC -o 
> .libs/imfilter.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o imfinfo.lo imfinfo.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c imfinfo.cpp  -fPIC -DPIC -o 
> .libs/imfinfo.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o immultiply.lo immultiply.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c immultiply.cpp  -fPIC -DPIC -o 
> .libs/immultiply.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o impyramid.lo impyramid.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c impyramid.cpp  -fPIC -DPIC -o 
> .libs/impyramid.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o imread.lo imread.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c imread.cpp  -fPIC -DPIC -o 
> .libs/imread.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o imresize.lo imresize.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c imresize.cpp  -fPIC -DPIC -o 
> .libs/imresize.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o imsubtract.lo imsubtract.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c imsubtract.cpp  -fPIC -DPIC -o 
> .libs/imsubtract.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o imwrite.lo imwrite.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c imwrite.cpp  -fPIC -DPIC -o 
> .libs/imwrite.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o ind2rgb.lo ind2rgb.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c ind2rgb.cpp  -fPIC -DPIC -o 
> .libs/ind2rgb.o
> Output: /bin/bash ./libtool  --tag=CC   --mode=compile gcc  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o libgw_sivp.lo libgw_sivp.c
> Output: libtool: compile:  gcc -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c libgw_sivp.c  -fPIC -DPIC -o 
> .libs/libgw_sivp.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o mat2utfimg.lo mat2utfimg.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c mat2utfimg.cpp  -fPIC -DPIC -o 
> .libs/mat2utfimg.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o meanshift.lo meanshift.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c meanshift.cpp  -fPIC -DPIC -o 
> .libs/meanshift.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o sivp_init.lo sivp_init.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c sivp_init.cpp  -fPIC -DPIC -o 
> .libs/sivp_init.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o sobel.lo sobel.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c sobel.cpp  -fPIC -DPIC -o 
> .libs/sobel.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o test.lo test.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c test.cpp  -fPIC -DPIC -o .libs/test.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=compile g++  -I.    
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 
> -I/usr/include/opencv -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> -D__SCILAB_TOOLBOX__  -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c -o videoio.lo videoio.cpp
> Output: libtool: compile:  g++ -I. -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__ 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -c videoio.cpp  -fPIC -DPIC -o 
> .libs/videoio.o
> Output: /bin/bash ./libtool  --tag=CXX   --mode=link g++ -D__SCILAB_TOOLBOX__ 
>  -D__USE_DEPRECATED_STACK_FUNCTIONS__ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC -D__SCILAB_TOOLBOX__  
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ 
> -I/usr/share/scilab//../../include/scilab/ 
> -I/usr/share/scilab//../../include/ -DOPENCV_V2 -I/usr/include/opencv 
> -D__USE_DEPRECATED_STACK_FUNCTIONS__ -fPIC 
> /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so -lopencv_calib3d 
> /usr/lib/x86_64-linux-gnu/libopencv_contrib.so -lopencv_contrib 
> /usr/lib/x86_64-linux-gnu/libopencv_core.so -lopencv_core 
> /usr/lib/x86_64-linux-gnu/libopencv_features2d.so -lopencv_features2d 
> /usr/lib/x86_64-linux-gnu/libopencv_flann.so -lopencv_flann 
> /usr/lib/x86_64-linux-gnu/libopencv_gpu.so -lopencv_gpu 
> /usr/lib/x86_64-linux-gnu/libopencv_highgui.so -lopencv_highgui 
> /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so -lopencv_imgproc 
> /usr/lib/x86_64-linux-gnu/libopencv_legacy.so -lopencv_legacy 
> /usr/lib/x86_64-linux-gnu/libopencv_ml.so -lopencv_ml 
> /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so -lopencv_objdetect 
> /usr/lib/x86_64-linux-gnu/libopencv_ocl.so -lopencv_ocl 
> /usr/lib/x86_64-linux-gnu/libopencv_photo.so -lopencv_photo 
> /usr/lib/x86_64-linux-gnu/libopencv_stitching.so -lopencv_stitching 
> /usr/lib/x86_64-linux-gnu/libopencv_superres.so -lopencv_superres 
> /usr/lib/x86_64-linux-gnu/libopencv_ts.so -lopencv_ts 
> /usr/lib/x86_64-linux-gnu/libopencv_video.so -lopencv_video 
> /usr/lib/x86_64-linux-gnu/libopencv_videostab.so -lopencv_videostab -o 
> libgw_sivp.la -rpath /usr/local/lib/scilab camshift.lo canny.lo common.lo 
> cvtcolor.lo detectforeground.lo detectobjects.lo filter2.lo imabsdiff.lo 
> imadd.lo imdivide.lo imfilter.lo imfinfo.lo immultiply.lo impyramid.lo 
> imread.lo imresize.lo imsubtract.lo imwrite.lo ind2rgb.lo libgw_sivp.lo 
> mat2utfimg.lo meanshift.lo sivp_init.lo sobel.lo test.lo videoio.lo  
> Output: libtool: link: g++  -fPIC -DPIC -shared -nostdlib 
> /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crti.o 
> /usr/lib/gcc/x86_64-linux-gnu/6/crtbeginS.o  .libs/camshift.o .libs/canny.o 
> .libs/common.o .libs/cvtcolor.o .libs/detectforeground.o 
> .libs/detectobjects.o .libs/filter2.o .libs/imabsdiff.o .libs/imadd.o 
> .libs/imdivide.o .libs/imfilter.o .libs/imfinfo.o .libs/immultiply.o 
> .libs/impyramid.o .libs/imread.o .libs/imresize.o .libs/imsubtract.o 
> .libs/imwrite.o .libs/ind2rgb.o .libs/libgw_sivp.o .libs/mat2utfimg.o 
> .libs/meanshift.o .libs/sivp_init.o .libs/sobel.o .libs/test.o 
> .libs/videoio.o   -lopencv_calib3d -lopencv_contrib -lopencv_core 
> -lopencv_features2d -lopencv_flann -lopencv_gpu -lopencv_highgui 
> -lopencv_imgproc -lopencv_legacy -lopencv_ml -lopencv_objdetect -lopencv_ocl 
> -lopencv_photo -lopencv_stitching -lopencv_superres -lopencv_ts 
> -lopencv_video -lopencv_videostab -L/usr/lib/gcc/x86_64-linux-gnu/6 
> -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu 
> -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib -L/lib/x86_64-linux-gnu 
> -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib 
> -L/usr/lib/gcc/x86_64-linux-gnu/6/../../.. -lstdc++ -lm -lc -lgcc_s 
> /usr/lib/gcc/x86_64-linux-gnu/6/crtendS.o 
> /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crtn.o    
> -Wl,-soname -Wl,libgw_sivp.so.0 -o .libs/libgw_sivp.so.0.0.0
> Output: libtool: link: (cd ".libs" && rm -f "libgw_sivp.so.0" && ln -s 
> "libgw_sivp.so.0.0.0" "libgw_sivp.so.0")
> Output: libtool: link: (cd ".libs" && rm -f "libgw_sivp.so" && ln -s 
> "libgw_sivp.so.0.0.0" "libgw_sivp.so")
> Output: libtool: link: ( cd ".libs" && rm -f "libgw_sivp.la" && ln -s 
> "../libgw_sivp.la" "libgw_sivp.la" )
> Output: make[1]: Leaving directory '/tmp/SCI_TMP_98958_Kn1vBm/gw_sivp'
> stderr: 
>    Generate a cleaner file
>  
> !// This file is released under the 3-clause BSD license. See COPYING-BSD.  !
> !                                                                           !
> !// Generated by builder.sce : Please, do not edit this file                !
> !                                                                           !
> !// cleaner.sce                                                             !
> !                                                                           !
> !// ------------------------------------------------------                  !
> !                                                                           !
> !curdir = pwd();                                                            !
> !                                                                           !
> !cleaner_path = get_file_path('cleaner.sce');                               !
> !                                                                           !
> !chdir(cleaner_path);                                                       !
> !                                                                           !
> !// ------------------------------------------------------                  !
> !                                                                           !
> !if fileinfo('loader.sce') <> [] then                                       !
> !                                                                           !
> !  mdelete('loader.sce');                                                   !
> !                                                                           !
> !end                                                                        !
> !                                                                           !
> !// ------------------------------------------------------                  !
> !                                                                           !
> !if fileinfo('libgw_sivp.so') <> [] then                                    !
> !                                                                           !
> !  mdelete('libgw_sivp.so');                                                !
> !                                                                           !
> !end                                                                        !
> !                                                                           !
> !// ------------------------------------------------------                  !
> !                                                                           !
> !if fileinfo('libgw_sivp.c') <> [] then                                     !
> !                                                                           !
> !  mdelete('libgw_sivp.c');                                                 !
> !                                                                           !
> !end                                                                        !
> !                                                                           !
> !// ------------------------------------------------------                  !
> !                                                                           !
> !chdir(curdir);                                                             !
> !                                                                           !
> !// ------------------------------------------------------                  !
> Generating loader_gateway.sce...
> Generating cleaner_gateway.sce...
> Building help...
> 
> Building the master document:
>       /<<BUILDDIR>>/sivp-0.5.3+svn287/help/en_US
> 
> Building the manual file [javaHelp] in 
> /<<BUILDDIR>>/sivp-0.5.3+svn287/help/en_US.
> Total files without example: 11
> Total generated html files: 57
> Generating loader.sce...
> Generating unloader.sce...
> Generating cleaner.sce...
>  
>  
>                                  !--error 42 
> A fatal error has been detected by Scilab.
> Your instance will probably quit unexpectedly soon.
> If a graphic feature has been used, this might be caused by the system 
> graphic drivers.
> Please try to update them and run this feature again.
> You can report a bug on http://bugzilla.scilab.org/ with:
> * a sample code which reproduces the issue
> * the result of [a, b] = getdebuginfo()
> * the following information:
> [ip-172-31-0-73:98958] Signal: Segmentation fault (11)
> [ip-172-31-0-73:98958] Signal code:  (128)
> [ip-172-31-0-73:98958] Failing at address: (nil)
>  
> Call stack:
>    1: 0x8c14a9 <JVM_handle_linux_signal>        
> (/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so)
>    2: 0x8b5458 < >                              
> (/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so)
>    3: 0x11100  < >                              
> (/lib/x86_64-linux-gnu/libpthread.so.0)
>    4: 0x12720  < >                              
> (/lib/x86_64-linux-gnu/libpthread.so.0)
>    5: 0x35920  < >                              
> (/lib/x86_64-linux-gnu/libc.so.6)
>    6: 0x3597a  < >                              
> (/lib/x86_64-linux-gnu/libc.so.6)
>    7: 0x202b8  <__libc_start_main>              
> (/lib/x86_64-linux-gnu/libc.so.6)
>    8: 0x192a   < >                              (/usr/bin/scilab-bin)
> End of stack
> 
> 
>  
>                                  !--error 999 
> Aborting current computation
>  
> Segmentation fault
> debian/rules:9: recipe for target 'build-arch' failed
> make: *** [build-arch] Error 139

The full build log is available from:
   http://aws-logs.debian.net/2016/11/11/sivp_0.5.3+svn287-2.1_unstable.log

This failure happens on a CPU with TSX extensions available, but is not
reproducible on a machine without them. For context, I recommend reading the
thread starting at https://lists.debian.org/debian-devel/2016/11/msg00210.html

The node used is an Amazon EC2 VM with 64 cores. /proc/cpuinfo says:
   model    : 79
   model name : Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz
   stepping : 1

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

Reply via email to