Bug#837524: psychtoolbox-3: FTBFS: cp: cannot stat 'moglcore.mex': No such file or directory
Chris Lamb
lamby at debian.org
Mon Sep 12 07:34:45 UTC 2016
Source: psychtoolbox-3
Version: 3.0.12.20160414.dfsg1-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org
Dear Maintainer,
psychtoolbox-3 fails to build from source in unstable/amd64:
[..]
gl_auto.c: In function 'glut_soliddodecahedron':
gl_auto.c:5297:11: warning: the comparison will always evaluate as 'false' for the address of 'glutSolidDodecahedron' will never be NULL [-Waddress]
if (NULL == glutSolidDodecahedron) mogl_glunsupported("glutSolidDodecahedron");
^~
gl_auto.c: In function 'glut_wireteapot':
gl_auto.c:5304:11: warning: the comparison will always evaluate as 'false' for the address of 'glutWireTeapot' will never be NULL [-Waddress]
if (NULL == glutWireTeapot) mogl_glunsupported("glutWireTeapot");
^~
gl_auto.c: In function 'glut_solidteapot':
gl_auto.c:5311:11: warning: the comparison will always evaluate as 'false' for the address of 'glutSolidTeapot' will never be NULL [-Waddress]
if (NULL == glutSolidTeapot) mogl_glunsupported("glutSolidTeapot");
^~
gl_auto.c: In function 'glut_wireoctahedron':
gl_auto.c:5318:11: warning: the comparison will always evaluate as 'false' for the address of 'glutWireOctahedron' will never be NULL [-Waddress]
if (NULL == glutWireOctahedron) mogl_glunsupported("glutWireOctahedron");
^~
gl_auto.c: In function 'glut_solidoctahedron':
gl_auto.c:5325:11: warning: the comparison will always evaluate as 'false' for the address of 'glutSolidOctahedron' will never be NULL [-Waddress]
if (NULL == glutSolidOctahedron) mogl_glunsupported("glutSolidOctahedron");
^~
gl_auto.c: In function 'glut_wiretetrahedron':
gl_auto.c:5332:11: warning: the comparison will always evaluate as 'false' for the address of 'glutWireTetrahedron' will never be NULL [-Waddress]
if (NULL == glutWireTetrahedron) mogl_glunsupported("glutWireTetrahedron");
^~
gl_auto.c: In function 'glut_solidtetrahedron':
gl_auto.c:5339:11: warning: the comparison will always evaluate as 'false' for the address of 'glutSolidTetrahedron' will never be NULL [-Waddress]
if (NULL == glutSolidTetrahedron) mogl_glunsupported("glutSolidTetrahedron");
^~
gl_auto.c: In function 'glut_wireicosahedron':
gl_auto.c:5346:11: warning: the comparison will always evaluate as 'false' for the address of 'glutWireIcosahedron' will never be NULL [-Waddress]
if (NULL == glutWireIcosahedron) mogl_glunsupported("glutWireIcosahedron");
^~
gl_auto.c: In function 'glut_solidicosahedron':
gl_auto.c:5353:11: warning: the comparison will always evaluate as 'false' for the address of 'glutSolidIcosahedron' will never be NULL [-Waddress]
if (NULL == glutSolidIcosahedron) mogl_glunsupported("glutSolidIcosahedron");
^~
gl_auto.c: In function 'gl_clearnamedframebufferfv':
gl_auto.c:9159:3: warning: passing argument 4 of '__glewClearNamedFramebufferfv' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLfloat*)mxGetData(prhs[3]));
^
gl_auto.c:9159:3: note: expected 'GLfloat * {aka float *}' but argument is of type 'const GLfloat * {aka const float *}'
In file included from mogltypes.h:45:0,
from gl_auto.c:9:
gl_auto.c: In function 'gl_clearnamedframebufferfi':
gl_auto.c:9166:2: error: too few arguments to function '__glewClearNamedFramebufferfi'
glClearNamedFramebufferfi((GLuint)mxGetScalar(prhs[0]),
^
gl_auto.c: In function 'gl_multidrawarraysindirectcountarb':
gl_auto.c:10360:3: warning: passing argument 2 of '__glewMultiDrawArraysIndirectCountARB' makes pointer from integer without a cast [-Wint-conversion]
(GLintptr)mxGetScalar(prhs[1]),
^
gl_auto.c:10360:3: note: expected 'const void *' but argument is of type 'long int'
gl_auto.c: In function 'gl_multidrawelementsindirectcountarb':
gl_auto.c:10372:3: warning: passing argument 3 of '__glewMultiDrawElementsIndirectCountARB' makes pointer from integer without a cast [-Wint-conversion]
(GLintptr)mxGetScalar(prhs[2]),
^
gl_auto.c:10372:3: note: expected 'const void *' but argument is of type 'long int'
gl_auto.c: In function 'gl_matrixindexubvarb':
gl_auto.c:10398:3: warning: passing argument 2 of '__glewMatrixIndexubvARB' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLubyte*)mxGetData(prhs[1]));
^
gl_auto.c:10398:3: note: expected 'GLubyte * {aka unsigned char *}' but argument is of type 'const GLubyte * {aka const unsigned char *}'
gl_auto.c: In function 'gl_matrixindexusvarb':
gl_auto.c:10406:3: warning: passing argument 2 of '__glewMatrixIndexusvARB' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLushort*)mxGetData(prhs[1]));
^
gl_auto.c:10406:3: note: expected 'GLushort * {aka short unsigned int *}' but argument is of type 'const GLushort * {aka const short unsigned int *}'
gl_auto.c: In function 'gl_matrixindexuivarb':
gl_auto.c:10414:3: warning: passing argument 2 of '__glewMatrixIndexuivARB' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLuint*)mxGetData(prhs[1]));
^
gl_auto.c:10414:3: note: expected 'GLuint * {aka unsigned int *}' but argument is of type 'const GLuint * {aka const unsigned int *}'
gl_auto.c: In function 'gl_matrixindexpointerarb':
gl_auto.c:10424:3: warning: passing argument 4 of '__glewMatrixIndexPointerARB' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const void*)mxGetData(prhs[3]));
^
gl_auto.c:10424:3: note: expected 'void *' but argument is of type 'const void *'
gl_auto.c: In function 'gl_compileshaderincludearb':
gl_auto.c:11306:3: warning: passing argument 3 of '__glewCompileShaderIncludeARB' from incompatible pointer type [-Wincompatible-pointer-types]
(const GLchar*)mxGetData(prhs[2]),
^
gl_auto.c:11306:3: note: expected 'const GLchar * const* {aka const char * const*}' but argument is of type 'const GLchar * {aka const char *}'
gl_auto.c: In function 'gl_loadtransposematrixfarb':
gl_auto.c:11474:28: warning: passing argument 1 of '__glewLoadTransposeMatrixfARB' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
glLoadTransposeMatrixfARB((const GLfloat*)mxGetData(prhs[0]));
^
gl_auto.c:11474:28: note: expected 'GLfloat * {aka float *}' but argument is of type 'const GLfloat * {aka const float *}'
gl_auto.c: In function 'gl_loadtransposematrixdarb':
gl_auto.c:11481:28: warning: passing argument 1 of '__glewLoadTransposeMatrixdARB' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
glLoadTransposeMatrixdARB((const GLdouble*)mxGetData(prhs[0]));
^
gl_auto.c:11481:28: note: expected 'GLdouble * {aka double *}' but argument is of type 'const GLdouble * {aka const double *}'
gl_auto.c: In function 'gl_multtransposematrixfarb':
gl_auto.c:11488:28: warning: passing argument 1 of '__glewMultTransposeMatrixfARB' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
glMultTransposeMatrixfARB((const GLfloat*)mxGetData(prhs[0]));
^
gl_auto.c:11488:28: note: expected 'GLfloat * {aka float *}' but argument is of type 'const GLfloat * {aka const float *}'
gl_auto.c: In function 'gl_multtransposematrixdarb':
gl_auto.c:11495:28: warning: passing argument 1 of '__glewMultTransposeMatrixdARB' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
glMultTransposeMatrixdARB((const GLdouble*)mxGetData(prhs[0]));
^
gl_auto.c:11495:28: note: expected 'GLdouble * {aka double *}' but argument is of type 'const GLdouble * {aka const double *}'
gl_auto.c: In function 'gl_weightbvarb':
gl_auto.c:11503:3: warning: passing argument 2 of '__glewWeightbvARB' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLbyte*)mxGetData(prhs[1]));
^
gl_auto.c:11503:3: note: expected 'GLbyte * {aka signed char *}' but argument is of type 'const GLbyte * {aka const signed char *}'
gl_auto.c: In function 'gl_weightsvarb':
gl_auto.c:11511:3: warning: passing argument 2 of '__glewWeightsvARB' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLshort*)mxGetData(prhs[1]));
^
gl_auto.c:11511:3: note: expected 'GLshort * {aka short int *}' but argument is of type 'const GLshort * {aka const short int *}'
gl_auto.c: In function 'gl_weightivarb':
gl_auto.c:11519:3: warning: passing argument 2 of '__glewWeightivARB' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLint*)mxGetData(prhs[1]));
^
gl_auto.c:11519:3: note: expected 'GLint * {aka int *}' but argument is of type 'const GLint * {aka const int *}'
gl_auto.c: In function 'gl_weightfvarb':
gl_auto.c:11527:3: warning: passing argument 2 of '__glewWeightfvARB' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLfloat*)mxGetData(prhs[1]));
^
gl_auto.c:11527:3: note: expected 'GLfloat * {aka float *}' but argument is of type 'const GLfloat * {aka const float *}'
gl_auto.c: In function 'gl_weightdvarb':
gl_auto.c:11535:3: warning: passing argument 2 of '__glewWeightdvARB' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLdouble*)mxGetData(prhs[1]));
^
gl_auto.c:11535:3: note: expected 'GLdouble * {aka double *}' but argument is of type 'const GLdouble * {aka const double *}'
gl_auto.c: In function 'gl_weightubvarb':
gl_auto.c:11543:3: warning: passing argument 2 of '__glewWeightubvARB' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLubyte*)mxGetData(prhs[1]));
^
gl_auto.c:11543:3: note: expected 'GLubyte * {aka unsigned char *}' but argument is of type 'const GLubyte * {aka const unsigned char *}'
gl_auto.c: In function 'gl_weightusvarb':
gl_auto.c:11551:3: warning: passing argument 2 of '__glewWeightusvARB' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLushort*)mxGetData(prhs[1]));
^
gl_auto.c:11551:3: note: expected 'GLushort * {aka short unsigned int *}' but argument is of type 'const GLushort * {aka const short unsigned int *}'
gl_auto.c: In function 'gl_weightuivarb':
gl_auto.c:11559:3: warning: passing argument 2 of '__glewWeightuivARB' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLuint*)mxGetData(prhs[1]));
^
gl_auto.c:11559:3: note: expected 'GLuint * {aka unsigned int *}' but argument is of type 'const GLuint * {aka const unsigned int *}'
gl_auto.c: In function 'gl_weightpointerarb':
gl_auto.c:11569:3: warning: passing argument 4 of '__glewWeightPointerARB' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const void*)mxGetData(prhs[3]));
^
gl_auto.c:11569:3: note: expected 'void *' but argument is of type 'const void *'
gl_auto.c: In function 'gl_texturerangeapple':
gl_auto.c:13050:3: warning: passing argument 3 of '__glewTextureRangeAPPLE' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const void*)mxGetData(prhs[2]));
^
gl_auto.c:13050:3: note: expected 'void *' but argument is of type 'const void *'
gl_auto.c: In function 'gl_texbumpparameterivati':
gl_auto.c:13232:3: warning: passing argument 2 of '__glewTexBumpParameterivATI' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLint*)mxGetData(prhs[1]));
^
gl_auto.c:13232:3: note: expected 'GLint * {aka int *}' but argument is of type 'const GLint * {aka const int *}'
gl_auto.c: In function 'gl_texbumpparameterfvati':
gl_auto.c:13240:3: warning: passing argument 2 of '__glewTexBumpParameterfvATI' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLfloat*)mxGetData(prhs[1]));
^
gl_auto.c:13240:3: note: expected 'GLfloat * {aka float *}' but argument is of type 'const GLfloat * {aka const float *}'
gl_auto.c: In function 'gl_tangentpointerext':
gl_auto.c:14245:3: warning: passing argument 3 of '__glewTangentPointerEXT' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const void*)mxGetData(prhs[2]));
^
gl_auto.c:14245:3: note: expected 'void *' but argument is of type 'const void *'
gl_auto.c: In function 'gl_binormalpointerext':
gl_auto.c:14254:3: warning: passing argument 3 of '__glewBinormalPointerEXT' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const void*)mxGetData(prhs[2]));
^
gl_auto.c:14254:3: note: expected 'void *' but argument is of type 'const void *'
gl_auto.c: In function 'gl_multidrawelementsext':
gl_auto.c:17467:3: warning: passing argument 2 of '__glewMultiDrawElementsEXT' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLsizei*)mxGetData(prhs[1]),
^
gl_auto.c:17467:3: note: expected 'GLsizei * {aka int *}' but argument is of type 'const GLsizei * {aka const int *}'
gl_auto.c: In function 'gl_setinvariantext':
gl_auto.c:18365:3: warning: passing argument 3 of '__glewSetInvariantEXT' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const void*)mxGetData(prhs[2]));
^
gl_auto.c:18365:3: note: expected 'void *' but argument is of type 'const void *'
gl_auto.c: In function 'gl_setlocalconstantext':
gl_auto.c:18374:3: warning: passing argument 3 of '__glewSetLocalConstantEXT' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const void*)mxGetData(prhs[2]));
^
gl_auto.c:18374:3: note: expected 'void *' but argument is of type 'const void *'
gl_auto.c: In function 'gl_variantbvext':
gl_auto.c:18382:3: warning: passing argument 2 of '__glewVariantbvEXT' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLbyte*)mxGetData(prhs[1]));
^
gl_auto.c:18382:3: note: expected 'GLbyte * {aka signed char *}' but argument is of type 'const GLbyte * {aka const signed char *}'
gl_auto.c: In function 'gl_variantsvext':
gl_auto.c:18390:3: warning: passing argument 2 of '__glewVariantsvEXT' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLshort*)mxGetData(prhs[1]));
^
gl_auto.c:18390:3: note: expected 'GLshort * {aka short int *}' but argument is of type 'const GLshort * {aka const short int *}'
gl_auto.c: In function 'gl_variantivext':
gl_auto.c:18398:3: warning: passing argument 2 of '__glewVariantivEXT' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLint*)mxGetData(prhs[1]));
^
gl_auto.c:18398:3: note: expected 'GLint * {aka int *}' but argument is of type 'const GLint * {aka const int *}'
gl_auto.c: In function 'gl_variantfvext':
gl_auto.c:18406:3: warning: passing argument 2 of '__glewVariantfvEXT' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLfloat*)mxGetData(prhs[1]));
^
gl_auto.c:18406:3: note: expected 'GLfloat * {aka float *}' but argument is of type 'const GLfloat * {aka const float *}'
gl_auto.c: In function 'gl_variantdvext':
gl_auto.c:18414:3: warning: passing argument 2 of '__glewVariantdvEXT' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLdouble*)mxGetData(prhs[1]));
^
gl_auto.c:18414:3: note: expected 'GLdouble * {aka double *}' but argument is of type 'const GLdouble * {aka const double *}'
gl_auto.c: In function 'gl_variantubvext':
gl_auto.c:18422:3: warning: passing argument 2 of '__glewVariantubvEXT' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLubyte*)mxGetData(prhs[1]));
^
gl_auto.c:18422:3: note: expected 'GLubyte * {aka unsigned char *}' but argument is of type 'const GLubyte * {aka const unsigned char *}'
gl_auto.c: In function 'gl_variantusvext':
gl_auto.c:18430:3: warning: passing argument 2 of '__glewVariantusvEXT' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLushort*)mxGetData(prhs[1]));
^
gl_auto.c:18430:3: note: expected 'GLushort * {aka short unsigned int *}' but argument is of type 'const GLushort * {aka const short unsigned int *}'
gl_auto.c: In function 'gl_variantuivext':
gl_auto.c:18438:3: warning: passing argument 2 of '__glewVariantuivEXT' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLuint*)mxGetData(prhs[1]));
^
gl_auto.c:18438:3: note: expected 'GLuint * {aka unsigned int *}' but argument is of type 'const GLuint * {aka const unsigned int *}'
gl_auto.c: In function 'gl_variantpointerext':
gl_auto.c:18448:3: warning: passing argument 4 of '__glewVariantPointerEXT' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const void*)mxGetData(prhs[3]));
^
gl_auto.c:18448:3: note: expected 'void *' but argument is of type 'const void *'
gl_auto.c: In function 'gl_vertexweightfvext':
gl_auto.c:18611:22: warning: passing argument 1 of '__glewVertexWeightfvEXT' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
glVertexWeightfvEXT((const GLfloat*)mxGetData(prhs[0]));
^
gl_auto.c:18611:22: note: expected 'GLfloat * {aka float *}' but argument is of type 'const GLfloat * {aka const float *}'
gl_auto.c: In function 'gl_vertexweightpointerext':
gl_auto.c:18621:3: warning: passing argument 4 of '__glewVertexWeightPointerEXT' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const void*)mxGetData(prhs[3]));
^
gl_auto.c:18621:3: note: expected 'void *' but argument is of type 'const void *'
gl_auto.c: In function 'gl_pixeldatarangenv':
gl_auto.c:20288:3: warning: passing argument 3 of '__glewPixelDataRangeNV' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const void*)mxGetData(prhs[2]));
^
gl_auto.c:20288:3: note: expected 'void *' but argument is of type 'const void *'
gl_auto.c: In function 'gl_vertexarrayrangenv':
gl_auto.c:20919:3: warning: passing argument 2 of '__glewVertexArrayRangeNV' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const void*)mxGetData(prhs[1]));
^
gl_auto.c:20919:3: note: expected 'void *' but argument is of type 'const void *'
gl_auto.c: In function 'gl_requestresidentprogramsnv':
gl_auto.c:21400:3: warning: passing argument 2 of '__glewRequestResidentProgramsNV' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLuint*)mxGetData(prhs[1]));
^
gl_auto.c:21400:3: note: expected 'GLuint * {aka unsigned int *}' but argument is of type 'const GLuint * {aka const unsigned int *}'
gl_auto.c: In function 'gl_fragmentlightfvsgix':
gl_auto.c:22281:3: warning: passing argument 3 of '__glewFragmentLightfvSGIX' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLfloat*)mxGetData(prhs[2]));
^
gl_auto.c:22281:3: note: expected 'GLfloat * {aka float *}' but argument is of type 'const GLfloat * {aka const float *}'
gl_auto.c: In function 'gl_fragmentlightivsgix':
gl_auto.c:22299:3: warning: passing argument 3 of '__glewFragmentLightivSGIX' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLint*)mxGetData(prhs[2]));
^
gl_auto.c:22299:3: note: expected 'GLint * {aka int *}' but argument is of type 'const GLint * {aka const int *}'
gl_auto.c: In function 'gl_fragmentlightmodelfvsgix':
gl_auto.c:22315:3: warning: passing argument 2 of '__glewFragmentLightModelfvSGIX' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLfloat*)mxGetData(prhs[1]));
^
gl_auto.c:22315:3: note: expected 'GLfloat * {aka float *}' but argument is of type 'const GLfloat * {aka const float *}'
gl_auto.c: In function 'gl_fragmentlightmodelivsgix':
gl_auto.c:22331:3: warning: passing argument 2 of '__glewFragmentLightModelivSGIX' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLint*)mxGetData(prhs[1]));
^
gl_auto.c:22331:3: note: expected 'GLint * {aka int *}' but argument is of type 'const GLint * {aka const int *}'
gl_auto.c: In function 'gl_spriteparameterfvsgix':
gl_auto.c:22440:3: warning: passing argument 2 of '__glewSpriteParameterfvSGIX' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLfloat*)mxGetData(prhs[1]));
^
gl_auto.c:22440:3: note: expected 'GLfloat * {aka float *}' but argument is of type 'const GLfloat * {aka const float *}'
gl_auto.c: In function 'gl_spriteparameterivsgix':
gl_auto.c:22456:3: warning: passing argument 2 of '__glewSpriteParameterivSGIX' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
(const GLint*)mxGetData(prhs[1]));
^
gl_auto.c:22456:3: note: expected 'GLint * {aka int *}' but argument is of type 'const GLint * {aka const int *}'
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-4.0.3/octave/.. -I/usr/include/octave-4.0.3/octave -I/usr/include/hdf5/serial -pthread -fopenmp -Wall -g -O0 -std=gnu99 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/lib/x86_64-linux-gnu/gstreamer-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -I. -I/usr/X11R6/include -DLINUX -DPTBOCTAVE3MEX moglcore.c -o moglcore.o
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-4.0.3/octave/.. -I/usr/include/octave-4.0.3/octave -I/usr/include/hdf5/serial -pthread -fopenmp -Wall -g -O0 -std=gnu99 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/lib/x86_64-linux-gnu/gstreamer-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -I. -I/usr/X11R6/include -DLINUX -DPTBOCTAVE3MEX gl_auto.c -o gl_auto.o
warning: mkoctfile exited with failure status
cp: cannot stat 'moglcore.mex': No such file or directory
warning: delete: no such file: moglcore.mex
ERROR! MEX file /home/lamby/temp/cdt.20160912083111.DJM71x7CVf.db.psychtoolbox-3/psychtoolbox-3-3.0.12.20160414.dfsg1/Psychtoolbox/PsychBasic/Octave3LinuxFiles/moglcore.mex does not exist! Can't strip it!
debian/rules:54: recipe for target 'build-stamp' failed
make[1]: *** [build-stamp] Error 1
make[1]: Leaving directory '/home/lamby/temp/cdt.20160912083111.DJM71x7CVf.db.psychtoolbox-3/psychtoolbox-3-3.0.12.20160414.dfsg1'
debian/rules:36: recipe for target 'build' failed
make: *** [build] Error 2
[..]
The full build log is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: psychtoolbox-3.3.0.12.20160414.dfsg1-1.unstable.amd64.log.txt.gz
Type: application/octet-stream
Size: 53658 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20160912/b573d16c/attachment.obj>
More information about the Reproducible-builds
mailing list