Your message dated Tue, 20 Sep 2016 22:28:41 +0000
with message-id <e1bmtwr-0007ns...@franck.debian.org>
and subject line Bug#837524: fixed in psychtoolbox-3 3.0.13.20160910.dfsg1-1
has caused the Debian Bug report #837524,
regarding psychtoolbox-3: FTBFS: cp: cannot stat 'moglcore.mex': No such file 
or directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
837524: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837524
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: psychtoolbox-3
Version: 3.0.12.20160414.dfsg1-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@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
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: psychtoolbox-3.3.0.12.20160414.dfsg1-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: psychtoolbox-3
Source-Version: 3.0.13.20160910.dfsg1-1

We believe that the bug you reported is fixed in the latest version of
psychtoolbox-3, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 837...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yaroslav Halchenko <deb...@onerussian.com> (supplier of updated psychtoolbox-3 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 14 Sep 2016 21:31:22 -0400
Source: psychtoolbox-3
Binary: psychtoolbox-3-common psychtoolbox-3-lib octave-psychtoolbox-3 
psychtoolbox-3-dbg
Architecture: source amd64 all
Version: 3.0.13.20160910.dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: NeuroDebian Team <t...@neuro.debian.net>
Changed-By: Yaroslav Halchenko <deb...@onerussian.com>
Description:
 octave-psychtoolbox-3 - toolbox for vision research -- Octave bindings
 psychtoolbox-3-common - toolbox for vision research -- arch/interpreter 
independent part
 psychtoolbox-3-dbg - toolbox for vision research -- debug symbols for binaries
 psychtoolbox-3-lib - toolbox for vision research -- arch-specific parts
Closes: 727951 837524
Changes:
 psychtoolbox-3 (3.0.13.20160910.dfsg1-1) unstable; urgency=medium
 .
   * Fresh upstream release
   * Patch from Ubuntu (via Steve Langasek, Thanks!) to update autotools
     within shipped copy of pulseaudio (Closes: #727951)
   * debian/rules
     - for now build against upstream's copy of GLEW to overcome FTBFS
       due to changed (fixed) API (Closes: #837524)
Checksums-Sha1:
 79e2f7ca04a3e2f274fcf662730655082835f19a 3118 
psychtoolbox-3_3.0.13.20160910.dfsg1-1.dsc
 0d090925559762e7a2b1d17ea7302e6718f25405 33756254 
psychtoolbox-3_3.0.13.20160910.dfsg1.orig.tar.gz
 d9369a44a271c8bce4ce98d80bf6e91421255ed3 53396 
psychtoolbox-3_3.0.13.20160910.dfsg1-1.debian.tar.xz
 ddc2243a7aac2be173a34fc1beefb6531dc6c72c 867528 
octave-psychtoolbox-3_3.0.13.20160910.dfsg1-1_amd64.deb
 9ffdd5644241a6cc95e157b27ac7dde33ce35244 24094928 
psychtoolbox-3-common_3.0.13.20160910.dfsg1-1_all.deb
 ed22135088708bc5bf3d3df8b6ad3d2b3b7aff62 1248370 
psychtoolbox-3-dbg_3.0.13.20160910.dfsg1-1_amd64.deb
 72e7e14d8b1bc1d1305681ea55e7f97a3d52170e 72768 
psychtoolbox-3-lib_3.0.13.20160910.dfsg1-1_amd64.deb
Checksums-Sha256:
 fa5b5b1116ef9e955369403367a49249df43fb8a614fa9d4a1865ce1a94a9c22 3118 
psychtoolbox-3_3.0.13.20160910.dfsg1-1.dsc
 f5c70caf8d82a91d5ea288d0cd7c64329317ffab2f293ea36c1312aabee4e773 33756254 
psychtoolbox-3_3.0.13.20160910.dfsg1.orig.tar.gz
 0a7f1ddc55553a7bc5b8f0068cc96a35374c5fdb803000ae9ee2103c63d2bfa1 53396 
psychtoolbox-3_3.0.13.20160910.dfsg1-1.debian.tar.xz
 315fad46d5afd8a8b3b62c0db743278aa02217cfd78f71b24a8f2cb5b99c0236 867528 
octave-psychtoolbox-3_3.0.13.20160910.dfsg1-1_amd64.deb
 38f572d5fbbe01955325ba336bafb5ed5a9817d922d2c6ddd7773267b00005e3 24094928 
psychtoolbox-3-common_3.0.13.20160910.dfsg1-1_all.deb
 6baba3c6e376451d6fe1bb77941924634aa8bdf8af6baa8d25b6216caa95632d 1248370 
psychtoolbox-3-dbg_3.0.13.20160910.dfsg1-1_amd64.deb
 b3143e4346427005f326562479442214272e16864603728307491324123331d9 72768 
psychtoolbox-3-lib_3.0.13.20160910.dfsg1-1_amd64.deb
Files:
 1051b7fe08ee3ef96fa676ce4127e4d1 3118 science extra 
psychtoolbox-3_3.0.13.20160910.dfsg1-1.dsc
 f45adb1e7e98b3c468a0276c937ee2cd 33756254 science extra 
psychtoolbox-3_3.0.13.20160910.dfsg1.orig.tar.gz
 482c9d54791a08f2449abfe7df17c195 53396 science extra 
psychtoolbox-3_3.0.13.20160910.dfsg1-1.debian.tar.xz
 3451580784a47a08f9b448a97cf916c4 867528 science extra 
octave-psychtoolbox-3_3.0.13.20160910.dfsg1-1_amd64.deb
 3c8689c7dbe9a68f73b9b24b27b1fe36 24094928 science extra 
psychtoolbox-3-common_3.0.13.20160910.dfsg1-1_all.deb
 11a82d66722b3835547549a7b011639f 1248370 debug extra 
psychtoolbox-3-dbg_3.0.13.20160910.dfsg1-1_amd64.deb
 93524f3eac46f31ad456194a302c053d 72768 science extra 
psychtoolbox-3-lib_3.0.13.20160910.dfsg1-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJX4aSpAAoJEKLeI1Bi2jP65o0P/2+H5TZzfXxFZYkJS9Yd/Zvj
VmTFjlkezgpewTNHeVmh1RNeiy9BMTzv64SNX16z+uo7GmURWhgxyjVB1PoEUyED
WXnj2lmT5YxWbbe3cl8w50w+lXBYfdbzR5H4XLlgGR62DoRTS5XbleTxCv0S2Ncb
8X1mB3VbdYi5mHPqQAGltxCABjBG1Md6E18j4nIPrmisXYYl4SxfIEzevqv4ahGf
Yqlbs1IzHxZs5WdHt7+shMe6ZrdVqUqc3LSbD2PEwU1XxTpqJ/VV6PB5PuHMhIYf
q3w/YgR84rn5czCOvd+3WsaHcie1bxh2XwCn+1Tg/qrcXzunsGF00f7ZGfWQQNKa
9zZspmvXMMxwgAirUlZHeoOnFc7MrPRwLyIKhyTOIlJXR74Dcd4kn7ILqoIDF/+k
aHm5mzaRr2x2TXk/LlEwtVzqC/WajE8MxAC4Nmd2YS1WJZCe5drOueUsJWffOTAV
bkxwg4g85k4ubQ1v+x3mfwxaditXijhFbVSBQRgBKi8LYtJ0NfbvOy/Cw2l+QKJx
BRvaMSHA987yPPi7THx9KS6k76NRmywNMr4cFy1HUlJA4SMH8Z/8yy0p2NNqGUCg
A2KDGbb+2/WbmItg2CRVKhDh9CkPRhgWbc+tOPtCOXm3ttk6G3+qnKREGBL34k8V
g+3tifbK3mwrePbTbG9D
=sFJy
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to