+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/MesaDemos-8.4.0nb9/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/MesaDemos-8.4.0nb9/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for MesaDemos-8.4.0nb9 --- all-recursive --- Making all in src --- all-recursive --- Making all in util --- readtex.lo --- --- showbuffer.lo --- --- readtex.lo --- CC readtex.lo --- showbuffer.lo --- CC showbuffer.lo --- trackball.lo --- CC trackball.lo --- shaderutil.lo --- CC shaderutil.lo In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from glut_wrap.h:5, from shaderutil.c:14: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ shaderutil.c: In function 'ShadersSupported': shaderutil.c:84:20: warning: assignment from incompatible pointer type [enabled by default] ShaderSource = glShaderSourceARB; ^ --- libutil.la --- CCLD libutil.la Making all in data Making all in demos --- arbfplight.o --- --- arbfslight.o --- --- arbfplight.o --- CC arbfplight.o --- arbfslight.o --- CC arbfslight.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from arbfslight.c:17: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- arbocclude.o --- CC arbocclude.o --- arbfplight.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from arbfplight.c:15: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- arbocclude.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from arbocclude.c:33: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- arbocclude2.o --- CC arbocclude2.o --- bounce.o --- CC bounce.o --- arbocclude2.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from arbocclude2.c:35: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- bounce.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from bounce.c:16: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- clearspd.o --- CC clearspd.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from clearspd.c:12: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- copypix.o --- CC copypix.o --- cubemap.o --- CC cubemap.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from cubemap.c:43: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- copypix.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from copypix.c:13: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- cuberender.o --- CC cuberender.o --- dinoshade.o --- CC dinoshade.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from dinoshade.c:47: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ dinoshade.c: In function 'extrudeSolidFromPolygon': dinoshade.c:239:5: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [enabled by default] gluTessCallback(tobj, GLU_BEGIN, glBegin); ^ In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/glew.h:1219:0, from dinoshade.c:46: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/glu.h:336:23: note: expected '_GLUfuncptr' but argument is of type 'void (*)(GLenum)' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^ dinoshade.c:240:5: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [enabled by default] gluTessCallback(tobj, GLU_VERTEX, glVertex2fv); /* semi-tricky */ ^ In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/glew.h:1219:0, from dinoshade.c:46: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/glu.h:336:23: note: expected '_GLUfuncptr' but argument is of type 'void (*)(const GLfloat *)' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^ --- cuberender.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from cuberender.c:14: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- dissolve.o --- CC dissolve.o --- drawpix.o --- CC drawpix.o --- dissolve.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from dissolve.c:14: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- drawpix.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from drawpix.c:12: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- engine.o --- CC engine.o --- fbo_firecube.o --- CC fbo_firecube.o --- engine.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from engine.c:13: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- fbo_firecube.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from fbo_firecube.c:37: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ fbo_firecube.c: In function 'vrnd': fbo_firecube.c:258:13: warning: cast from function call of type 'int' to non-matching type 'float' [-Wbad-function-cast] return (((float) rand()) / RAND_MAX); ^ --- fbotexture.o --- CC fbotexture.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from fbotexture.c:17: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- fire.o --- CC fire.o --- fogcoord.o --- CC fogcoord.o --- fire.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from fire.c:21: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ fire.c: In function 'vrnd': fire.c:147:13: warning: cast from function call of type 'int' to non-matching type 'float' [-Wbad-function-cast] return (((float) rand()) / RAND_MAX); ^ --- fogcoord.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from fogcoord.c:14: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- fplight.o --- CC fplight.o --- fslight.o --- CC fslight.o --- fplight.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from fplight.c:14: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- fslight.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from fslight.c:21: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- gamma.o --- CC gamma.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from gamma.c:28: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- gearbox.o --- CC gearbox.o --- gears.o --- CC gears.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from gears.c:21: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- gearbox.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from gearbox.c:12: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- geartrain.o --- CC geartrain.o --- glinfo.o --- CC glinfo.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from glinfo.c:11: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- geartrain.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from geartrain.c:31: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- gloss.o --- CC gloss.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from gloss.c:26: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- gltestperf.o --- CC gltestperf.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from gltestperf.c:13: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- ipers.o --- CC ipers.o --- isosurf.o --- CC isosurf.o --- ipers.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from ipers.c:20: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- isosurf.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from isosurf.c:36: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- lodbias.o --- CC lodbias.o --- morph3d.o --- CC morph3d.o --- lodbias.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from lodbias.c:35: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- morph3d.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from morph3d.c:138: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- multiarb.o --- CC multiarb.o --- paltex.o --- CC paltex.o --- multiarb.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from multiarb.c:18: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- paltex.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from paltex.c:15: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- pixeltest.o --- CC pixeltest.o --- pointblast.o --- CC pointblast.o --- pixeltest.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from pixeltest.c:15: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- pointblast.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from pointblast.c:22: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- projtex.o --- CC projtex.o --- ray.o --- CC ray.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from ray.c:18: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- projtex.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from projtex.c:22: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- readpix.o --- CC readpix.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from readpix.c:13: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- reflect.o --- CC reflect.o --- renormal.o --- CC renormal.o --- reflect.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from reflect.c:34: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- renormal.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from renormal.c:11: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- shadowtex.o --- CC shadowtex.o --- singlebuffer.o --- CC singlebuffer.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from singlebuffer.c:22: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- shadowtex.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from shadowtex.c:40: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- spectex.o --- CC spectex.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from spectex.c:22: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- spriteblast.o --- CC spriteblast.o --- stex3d.o --- CC stex3d.o --- spriteblast.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from spriteblast.c:26: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- stex3d.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from stex3d.c:22: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- teapot.o --- CC teapot.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from teapot.c:19: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- terrain.o --- CC terrain.o --- tessdemo.o --- CC tessdemo.o --- terrain.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from terrain.c:22: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- texcyl.o --- CC texcyl.o --- tessdemo.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from tessdemo.c:10: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ tessdemo.c: In function 'tesse': tessdemo.c:171:7: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [enabled by default] gluTessCallback( tobj, GLU_TESS_BEGIN, glBegin ); ^ In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_std.h:144:0, from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:17, from ../../src/util/glut_wrap.h:5, from tessdemo.c:10: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/glu.h:336:23: note: expected '_GLUfuncptr' but argument is of type 'void (*)(GLenum)' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^ tessdemo.c:172:7: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [enabled by default] gluTessCallback( tobj, GLU_TESS_VERTEX, glVertex2fv ); ^ In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_std.h:144:0, from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:17, from ../../src/util/glut_wrap.h:5, from tessdemo.c:10: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/glu.h:336:23: note: expected '_GLUfuncptr' but argument is of type 'void (*)(const GLfloat *)' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^ tessdemo.c:174:7: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [enabled by default] gluTessCallback( tobj, GLU_TESS_ERROR, error_callback ); ^ In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_std.h:144:0, from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:17, from ../../src/util/glut_wrap.h:5, from tessdemo.c:10: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/glu.h:336:23: note: expected '_GLUfuncptr' but argument is of type 'void (*)(GLenum)' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^ tessdemo.c:175:7: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [enabled by default] gluTessCallback( tobj, GLU_TESS_COMBINE, combine_callback ); ^ In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_std.h:144:0, from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:17, from ../../src/util/glut_wrap.h:5, from tessdemo.c:10: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/glu.h:336:23: note: expected '_GLUfuncptr' but argument is of type 'void (*)(GLdouble *, GLdouble **, GLfloat *, void **)' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^ tessdemo.c:195:7: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [enabled by default] gluTessCallback( tobj, GLU_TESS_BEGIN, begin_callback ); ^ In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_std.h:144:0, from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:17, from ../../src/util/glut_wrap.h:5, from tessdemo.c:10: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/glu.h:336:23: note: expected '_GLUfuncptr' but argument is of type 'void (*)(GLenum)' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^ tessdemo.c:196:7: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [enabled by default] gluTessCallback( tobj, GLU_TESS_VERTEX, vertex_callback ); ^ In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_std.h:144:0, from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:17, from ../../src/util/glut_wrap.h:5, from tessdemo.c:10: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/glu.h:336:23: note: expected '_GLUfuncptr' but argument is of type 'void (*)(void *)' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^ tessdemo.c:198:7: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [enabled by default] gluTessCallback( tobj, GLU_TESS_EDGE_FLAG, edge_callback ); ^ In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_std.h:144:0, from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:17, from ../../src/util/glut_wrap.h:5, from tessdemo.c:10: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/glu.h:336:23: note: expected '_GLUfuncptr' but argument is of type 'void (*)(GLenum)' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^ --- texcyl.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from texcyl.c:16: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- texenv.o --- CC texenv.o --- textures.o --- CC textures.o --- texenv.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from texenv.c:53: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- textures.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from textures.c:10: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- trispd.o --- CC trispd.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from trispd.c:11: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- tunnel2.o --- CC tunnel2.o --- tunnel.o --- CC tunnel.o --- tunnel2.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from tunnel2.c:21: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- tunnel.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from tunnel.c:18: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- vao_demo.o --- CC vao_demo.o --- winpos.o --- CC winpos.o --- vao_demo.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from vao_demo.c:30: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- arbfslight --- CCLD arbfslight --- winpos.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from winpos.c:15: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- arbfplight --- CCLD arbfplight --- arbocclude --- CCLD arbocclude --- arbocclude2 --- CCLD arbocclude2 --- bounce --- CCLD bounce --- clearspd --- CCLD clearspd --- cubemap --- CCLD cubemap --- copypix --- CCLD copypix --- dinoshade --- CCLD dinoshade --- cuberender --- CCLD cuberender --- dissolve --- CCLD dissolve --- drawpix --- CCLD drawpix --- engine --- CCLD engine --- fbotexture --- CCLD fbotexture --- fbo_firecube --- CCLD fbo_firecube --- fogcoord --- CCLD fogcoord --- fire --- CCLD fire --- fplight --- CCLD fplight --- gamma --- CCLD gamma --- fslight --- CCLD fslight --- gears --- CCLD gears --- gearbox --- CCLD gearbox --- glinfo --- CCLD glinfo --- gloss --- CCLD gloss --- geartrain --- CCLD geartrain --- gltestperf --- CCLD gltestperf --- ipers --- CCLD ipers --- isosurf --- CCLD isosurf --- lodbias --- CCLD lodbias --- morph3d --- CCLD morph3d --- paltex --- CCLD paltex --- multiarb --- CCLD multiarb --- pixeltest --- CCLD pixeltest --- pointblast --- CCLD pointblast --- ray --- CCLD ray --- readpix --- CCLD readpix --- projtex --- CCLD projtex --- reflect --- CCLD reflect --- renormal --- CCLD renormal --- singlebuffer --- CCLD singlebuffer --- shadowtex --- CCLD shadowtex --- spectex --- CCLD spectex --- spriteblast --- CCLD spriteblast --- stex3d --- CCLD stex3d --- teapot --- CCLD teapot --- terrain --- CCLD terrain --- texcyl --- CCLD texcyl --- tessdemo --- CCLD tessdemo --- textures --- CCLD textures --- texenv --- CCLD texenv --- trispd --- CCLD trispd --- tunnel2 --- CCLD tunnel2 --- tunnel --- CCLD tunnel --- vao_demo --- CCLD vao_demo --- winpos --- CCLD winpos Making all in egl --- all-recursive --- Making all in eglut --- libeglut_wayland_la-eglut.lo --- --- libeglut_x11_la-eglut.lo --- --- libeglut_wayland_la-eglut.lo --- CC libeglut_wayland_la-eglut.lo --- libeglut_x11_la-eglut.lo --- CC libeglut_x11_la-eglut.lo --- libeglut_x11_la-eglut_x11.lo --- CC libeglut_x11_la-eglut_x11.lo --- libeglut_wayland_la-eglut_wayland.lo --- CC libeglut_wayland_la-eglut_wayland.lo --- libeglut_x11.la --- CCLD libeglut_x11.la --- libeglut_wayland.la --- CCLD libeglut_wayland.la Making all in opengl --- eglinfo.o --- --- peglgears.o --- --- eglinfo.o --- CC eglinfo.o --- peglgears.o --- CC peglgears.o --- eglkms-eglkms.o --- CC eglkms-eglkms.o eglkms.c: In function 'main': eglkms.c:170:8: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] int ret, fd; ^ eglkms.c:92:17: warning: 'encoder' may be used uninitialized in this function [-Wmaybe-uninitialized] kms->encoder = encoder; ^ eglkms.c:53:20: note: 'encoder' was declared here drmModeEncoder *encoder; ^ eglkms.c:93:25: warning: 'connector' may be used uninitialized in this function [-Wmaybe-uninitialized] kms->mode = connector->modes[0]; ^ eglkms.c:52:22: note: 'connector' was declared here drmModeConnector *connector; ^ --- eglgears.o --- CC eglgears.o --- egltri.o --- CC egltri.o --- xeglgears.o --- CC xeglgears.o --- xeglthreads.o --- --- xeglgears.o --- xeglgears.c: In function 'event_loop': xeglgears.c:658:20: warning: variable 'r' set but not used [-Wunused-but-set-variable] int r, code; ^ --- xeglthreads.o --- CC xeglthreads.o --- xeglgears.o --- xeglgears.c: In function 'main': xeglgears.c:919:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (EGLClientBuffer) color_rb, NULL); ^ --- eglinfo --- CCLD eglinfo --- peglgears --- CCLD peglgears --- eglkms --- CCLD eglkms --- egltri_wayland --- CCLD egltri_wayland --- egltri_x11 --- CCLD egltri_x11 --- eglgears_wayland --- CCLD eglgears_wayland --- eglgears_x11 --- CCLD eglgears_x11 --- xeglgears --- CCLD xeglgears --- xeglthreads --- CCLD xeglthreads Making all in openvg --- all-recursive --- Making all in trivial Making all in opengles1 Making all in opengles2 --- es2_info.o --- --- es2gears.o --- --- es2_info.o --- CC es2_info.o --- es2gears.o --- CC es2gears.o --- es2tri.o --- CC es2tri.o --- es2_info --- CCLD es2_info --- es2gears_wayland --- CCLD es2gears_wayland --- es2gears_x11 --- CCLD es2gears_x11 --- es2tri --- CCLD es2tri Making all in oes_vg Making all in fp --- tri-tex.o --- --- point-position.o --- --- tri-tex.o --- CC tri-tex.o --- point-position.o --- CC point-position.o --- tri-tex.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from tri-tex.c:7: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- point-position.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from point-position.c:6: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- tri-depth.o --- CC tri-depth.o --- tri-depth2.o --- CC tri-depth2.o --- tri-depth.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from tri-depth.c:6: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- tri-depth2.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from tri-depth2.c:6: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- tri-depthwrite.o --- CC tri-depthwrite.o --- tri-depthwrite2.o --- CC tri-depthwrite2.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from tri-depthwrite2.c:6: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- tri-param.o --- CC tri-param.o --- tri-depthwrite.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from tri-depthwrite.c:6: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- fp-tri.o --- --- tri-param.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from tri-param.c:6: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- fp-tri.o --- CC fp-tri.o --- point-position --- CCLD point-position --- fp-tri.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from fp-tri.c:12: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- tri-tex --- CCLD tri-tex --- tri-depth --- CCLD tri-depth --- tri-depth2 --- CCLD tri-depth2 --- tri-depthwrite2 --- CCLD tri-depthwrite2 --- tri-depthwrite --- CCLD tri-depthwrite --- tri-param --- CCLD tri-param --- fp-tri --- CCLD fp-tri Making all in fpglsl --- fp-tri.o --- CC fp-tri.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from fp-tri.c:12: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- fp-tri --- CCLD fp-tri Making all in glsl --- samplers_array-samplers.o --- --- array.o --- --- samplers_array-samplers.o --- CC samplers_array-samplers.o --- array.o --- CC array.o --- samplers_array-samplers.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from samplers.c:43: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- array.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from array.c:13: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- bezier.o --- CC bezier.o --- bitmap.o --- CC bitmap.o --- bezier.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from bezier.c:13: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- bitmap.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from bitmap.c:13: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- brick.o --- CC brick.o --- bump.o --- CC bump.o --- brick.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from brick.c:13: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- bump.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from bump.c:13: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- blinking-teapot.o --- CC blinking-teapot.o --- convolutions.o --- CC convolutions.o --- blinking-teapot.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from blinking-teapot.c:13: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- deriv.o --- CC deriv.o --- convolutions.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from convolutions.c:13: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- deriv.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from deriv.c:17: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- fragcoord.o --- CC fragcoord.o --- fsraytrace.o --- CC fsraytrace.o --- fragcoord.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from fragcoord.c:16: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- fsraytrace.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from fsraytrace.c:28: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- geom-outlining-130.o --- CC geom-outlining-130.o --- geom-outlining-150.o --- CC geom-outlining-150.o --- geom-outlining-130.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from geom-outlining-130.c:18: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- geom-outlining-150.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from geom-outlining-150.c:19: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ geom-outlining-150.c: In function 'Init': geom-outlining-150.c:248:19: warning: unused variable 'version' [-Wunused-variable] const GLubyte *version; ^ --- geom-sprites.o --- CC geom-sprites.o --- geom-stipple-lines.o --- CC geom-stipple-lines.o --- geom-sprites.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from geom-sprites.c:15: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- geom-wide-lines.o --- CC geom-wide-lines.o --- geom-stipple-lines.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from geom-stipple-lines.c:14: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- geom-wide-lines.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from geom-wide-lines.c:14: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- gsraytrace.o --- CXX gsraytrace.o --- identity.o --- CC identity.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from identity.c:13: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- linktest.o --- CC linktest.o --- mandelbrot.o --- CC mandelbrot.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from mandelbrot.c:13: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- linktest.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from linktest.c:13: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- multinoise.o --- CC multinoise.o --- multitex.o --- CC multitex.o --- multinoise.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from multinoise.c:12: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- noise2.o --- CC noise2.o --- multitex.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from multitex.c:32: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- noise.o --- CC noise.o --- noise2.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from noise2.c:14: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- pointcoord.o --- CC pointcoord.o --- noise.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from noise.c:12: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- points.o --- CC points.o --- pointcoord.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from pointcoord.c:14: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- samplers.o --- CC samplers.o --- points.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from points.c:14: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- shadow_sampler.o --- CC shadow_sampler.o --- samplers.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from samplers.c:43: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- shtest.o --- CC shtest.o --- shadow_sampler.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from shadow_sampler.c:14: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- simplex-noise.o --- --- shtest.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from shtest.c:37: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- simplex-noise.o --- CC simplex-noise.o --- shtest.o --- shtest.c: In function 'ReadConfigFile': shtest.c:546:17: warning: variable 'k' set but not used [-Wunused-but-set-variable] int k; ^ --- skinning.o --- CC skinning.o --- simplex-noise.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from simplex-noise.c:15: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- texaaline.o --- CC texaaline.o --- skinning.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from skinning.c:16: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- texdemo1.o --- CC texdemo1.o --- texaaline.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from texaaline.c:15: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ texaaline.c: In function 'QuadLine': texaaline.c:43:35: warning: variable 'dy5' set but not used [-Wunused-but-set-variable] float dy0, dy1, dy2, dy3, dy4, dy5, dy6, dy7; ^ texaaline.c:43:30: warning: variable 'dy4' set but not used [-Wunused-but-set-variable] float dy0, dy1, dy2, dy3, dy4, dy5, dy6, dy7; ^ texaaline.c:42:35: warning: variable 'dx5' set but not used [-Wunused-but-set-variable] float dx0, dx1, dx2, dx3, dx4, dx5, dx6, dx7; ^ texaaline.c:42:30: warning: variable 'dx4' set but not used [-Wunused-but-set-variable] float dx0, dx1, dx2, dx3, dx4, dx5, dx6, dx7; ^ --- texdemo1.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from texdemo1.c:32: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- toyball.o --- --- trirast.o --- --- toyball.o --- CC toyball.o --- trirast.o --- CC trirast.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from trirast.c:19: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- toyball.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from toyball.c:13: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- twoside.o --- CC twoside.o --- vert-or-frag-only.o --- CC vert-or-frag-only.o --- twoside.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from twoside.c:16: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- vert-or-frag-only.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from vert-or-frag-only.c:15: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- vert-tex.o --- CC vert-tex.o --- vsraytrace.o --- CC vsraytrace.o --- vert-tex.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from vert-tex.c:13: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- array --- CCLD array --- vsraytrace.o --- In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from vsraytrace.c:28: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- samplers_array --- CCLD samplers_array --- bezier --- CCLD bezier --- bitmap_mesademos --- CCLD bitmap_mesademos --- brick --- CCLD brick --- bump --- CCLD bump --- blinking-teapot --- CCLD blinking-teapot --- convolutions --- CCLD convolutions --- deriv --- CCLD deriv --- fragcoord --- CCLD fragcoord --- fsraytrace --- CCLD fsraytrace --- geom-outlining-130 --- CCLD geom-outlining-130 --- geom-outlining-150 --- CCLD geom-outlining-150 --- geom-sprites --- CCLD geom-sprites --- geom-stipple-lines --- CCLD geom-stipple-lines --- geom-wide-lines --- CCLD geom-wide-lines --- identity --- CCLD identity --- gsraytrace --- CXXLD gsraytrace --- mandelbrot --- CCLD mandelbrot --- linktest --- CCLD linktest --- multinoise --- CCLD multinoise --- multitex --- CCLD multitex --- noise2 --- CCLD noise2 --- noise --- CCLD noise --- pointcoord --- CCLD pointcoord --- points --- CCLD points --- samplers --- CCLD samplers --- shadow_sampler --- CCLD shadow_sampler --- shtest --- CCLD shtest --- simplex-noise --- CCLD simplex-noise --- skinning --- CCLD skinning --- texaaline --- CCLD texaaline --- texdemo1 --- CCLD texdemo1 --- trirast --- CCLD trirast --- toyball --- CCLD toyball --- vert-or-frag-only --- CCLD vert-or-frag-only --- twoside --- CCLD twoside --- vert-tex --- CCLD vert-tex --- vsraytrace --- CCLD vsraytrace Making all in gs --- gs-tri.o --- CC gs-tri.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from gs-tri.c:12: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ --- gs-tri --- CCLD gs-tri Making all in objviewer --- glm.o --- --- glmdraw.o --- --- glm.o --- CC glm.o --- glmdraw.o --- CC glmdraw.o --- glm.o --- glm.c: In function '_glmFirstPass': glm.c:508:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), file); ^ glm.c:514:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), file); ^ glm.c:519:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), file); ^ glm.c:524:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), file); ^ glm.c:534:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), file); ^ glm.c:541:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), file); ^ glm.c:545:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), file); ^ glm.c:551:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%s", buf); ^ glm.c:556:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%u//%u", &v, &n); ^ glm.c:557:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%u//%u", &v, &n); ^ glm.c:566:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%u/%u/%u", &v, &t, &n); ^ glm.c:567:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%u/%u/%u", &v, &t, &n); ^ glm.c:576:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%u/%u", &v, &t); ^ glm.c:577:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%u/%u", &v, &t); ^ glm.c:586:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%u", &v); ^ glm.c:587:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%u", &v); ^ glm.c:599:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), file); ^ glm.c: In function '_glmReadMTL': glm.c:319:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), file); ^ glm.c:322:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), file); ^ glm.c:328:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), file); ^ glm.c:367:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), file); ^ glm.c:370:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), file); ^ glm.c:376:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%f", &model->materials[nummaterials].shininess); ^ glm.c:385:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%f %f %f", ^ glm.c:391:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%f %f %f", ^ glm.c:397:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%f %f %f", ^ glm.c:404:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), file); ^ glm.c:409:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%f", ^ glm.c:413:14: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%s", buf2); ^ glm.c:420:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), file); ^ glm.c: In function '_glmSecondPass': glm.c:664:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), file); ^ glm.c:669:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%f %f %f", ^ glm.c:676:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%f %f %f", ^ glm.c:683:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%f %f", ^ glm.c:691:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), file); ^ glm.c:700:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), file); ^ glm.c:708:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%s", buf); ^ glm.c:715:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%u//%u", &v, &n); ^ glm.c:718:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%u//%u", &v, &n); ^ glm.c:738:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%u/%u/%u", &v, &t, &n); ^ glm.c:742:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%u/%u/%u", &v, &t, &n); ^ glm.c:765:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%u/%u", &v, &t); ^ glm.c:768:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%u/%u", &v, &t); ^ glm.c:787:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%u", &v); ^ glm.c:789:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%u", &v); ^ glm.c:805:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), file); ^ --- objview.o --- CC objview.o In file included from /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut.h:18:0, from ../../src/util/glut_wrap.h:5, from objview.c:14: /home/pbulk/build/graphics/MesaDemos/work/.buildlink/include/GL/freeglut_ext.h:217:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GLUTproc)(); ^ objview.c: In function 'init_model': objview.c:143:10: warning: variable 'objScale' set but not used [-Wunused-but-set-variable] float objScale; ^ --- skybox.o --- CC skybox.o --- objview --- CCLD objview Making all in osdemos --- osdemo.o --- --- osdemo16.o --- --- osdemo.o --- CC osdemo.o --- osdemo16.o --- CC osdemo16.o --- osdemo32.o --- CC osdemo32.o --- osdemo16 --- CCLD osdemo16 --- osdemo --- CCLD osdemo --- osdemo16 --- //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `vtable for std::__cxx11::basic_stringbuf, std::allocator >@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::find(char const*, unsigned long, unsigned long) const@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::assign(char const*)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::append(char const*, unsigned long)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_erase(unsigned long, unsigned long)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `typeinfo for std::_V2::error_category@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_replace_aux(unsigned long, unsigned long, unsigned long, char)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__atomic_futex_unsigned_base::_M_futex_notify_all(unsigned int*)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::thread::_State::~_State()@GLIBCXX_3.4.22' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::_V2::error_category::equivalent(int, std::error_condition const&) const@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::_V2::error_category::_M_message[abi:cxx11](int) const@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::thread::_M_start_thread(std::unique_ptr >, void (*)())@GLIBCXX_3.4.22' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::rfind(char, unsigned long) const@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_append(char const*, unsigned long)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::resize(unsigned long, wchar_t)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::_V2::system_category()@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::compare(unsigned long, unsigned long, char const*) const@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::reserve(unsigned long)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::resize(unsigned long, char)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `vtable for std::__cxx11::basic_stringstream, std::allocator >@GLIBCXX_3.4.21' /home/pbulk/build/graphics/MesaDemos/work/.buildlink/lib/libOSMesa.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::find(char, unsigned long) const@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_mutate(unsigned long, unsigned long, char const*, unsigned long)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::operator=(std::__cxx11::basic_string, std::allocator >&&)@GLIBCXX_3.4.21' /home/pbulk/build/graphics/MesaDemos/work/.buildlink/lib/libOSMesa.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_replace(unsigned long, unsigned long, char const*, unsigned long)@GLIBCXX_3.4.21' /home/pbulk/build/graphics/MesaDemos/work/.buildlink/lib/libOSMesa.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::find_first_of(char const*, unsigned long, unsigned long) const@GLIBCXX_3.4.21' /home/pbulk/build/graphics/MesaDemos/work/.buildlink/lib/libOSMesa.so: undefined reference to `operator delete[](void*, unsigned long)@CXXABI_1.3.9' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__future_base::_State_baseV2::_Make_ready::_M_set()@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::swap(std::__cxx11::basic_string, std::allocator >&)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::replace(unsigned long, unsigned long, char const*, unsigned long)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `VTT for std::__cxx11::basic_stringstream, std::allocator >@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)@GLIBCXX_3.4.20' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `typeinfo for std::thread::_State@GLIBCXX_3.4.22' /home/pbulk/build/graphics/MesaDemos/work/.buildlink/lib/libOSMesa.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_assign(std::__cxx11::basic_string, std::allocator > const&)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_stringstream, std::allocator >::basic_stringstream(std::_Ios_Openmode)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::_V2::error_category::~error_category()@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::append(char const*)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::compare(char const*) const@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::_V2::error_category::default_error_condition(int) const@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::_V2::generic_category()@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `vtable for std::__cxx11::basic_ostringstream, std::allocator >@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_construct(unsigned long, char)@GLIBCXX_3.4.21' /home/pbulk/build/graphics/MesaDemos/work/.buildlink/lib/libOSMesa.so: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::_V2::error_category::equivalent(std::error_code const&, int) const@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::find_first_not_of(char, unsigned long) const@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::random_device::_M_init(std::__cxx11::basic_string, std::allocator > const&)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::push_back(char)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration >, std::chrono::duration >)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `VTT for std::__cxx11::basic_ostringstream, std::allocator >@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::compare(std::__cxx11::basic_string, std::allocator > const&) const@GLIBCXX_3.4.21' /home/pbulk/build/graphics/MesaDemos/work/.buildlink/lib/libOSMesa.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_create(unsigned long&, unsigned long)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::logic_error::logic_error(std::__cxx11::basic_string, std::allocator > const&)@GLIBCXX_3.4.21' /home/pbulk/build/graphics/MesaDemos/work/.buildlink/lib/libOSMesa.so: undefined reference to `operator delete(void*, unsigned long)@CXXABI_1.3.9' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::find_last_not_of(char, unsigned long) const@GLIBCXX_3.4.21' collect2: error: ld returned 1 exit status *** [osdemo16] Error code 1 bmake[2]: stopped in /home/pbulk/build/graphics/MesaDemos/work/mesa-demos-8.4.0/src/osdemos --- osdemo --- //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `vtable for std::__cxx11::basic_stringbuf, std::allocator >@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::find(char const*, unsigned long, unsigned long) const@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::assign(char const*)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::~basic_string()@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::append(char const*, unsigned long)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_erase(unsigned long, unsigned long)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `typeinfo for std::_V2::error_category@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_replace_aux(unsigned long, unsigned long, unsigned long, char)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__atomic_futex_unsigned_base::_M_futex_notify_all(unsigned int*)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::thread::_State::~_State()@GLIBCXX_3.4.22' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::_V2::error_category::equivalent(int, std::error_condition const&) const@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::_V2::error_category::_M_message[abi:cxx11](int) const@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::thread::_M_start_thread(std::unique_ptr >, void (*)())@GLIBCXX_3.4.22' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::rfind(char, unsigned long) const@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_append(char const*, unsigned long)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::resize(unsigned long, wchar_t)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::_V2::system_category()@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::compare(unsigned long, unsigned long, char const*) const@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::reserve(unsigned long)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::resize(unsigned long, char)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `vtable for std::__cxx11::basic_stringstream, std::allocator >@GLIBCXX_3.4.21' /home/pbulk/build/graphics/MesaDemos/work/.buildlink/lib/libOSMesa.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::find(char, unsigned long) const@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_mutate(unsigned long, unsigned long, char const*, unsigned long)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::operator=(std::__cxx11::basic_string, std::allocator >&&)@GLIBCXX_3.4.21' /home/pbulk/build/graphics/MesaDemos/work/.buildlink/lib/libOSMesa.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_replace(unsigned long, unsigned long, char const*, unsigned long)@GLIBCXX_3.4.21' /home/pbulk/build/graphics/MesaDemos/work/.buildlink/lib/libOSMesa.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::find_first_of(char const*, unsigned long, unsigned long) const@GLIBCXX_3.4.21' /home/pbulk/build/graphics/MesaDemos/work/.buildlink/lib/libOSMesa.so: undefined reference to `operator delete[](void*, unsigned long)@CXXABI_1.3.9' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__future_base::_State_baseV2::_Make_ready::_M_set()@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::swap(std::__cxx11::basic_string, std::allocator >&)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::replace(unsigned long, unsigned long, char const*, unsigned long)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `VTT for std::__cxx11::basic_stringstream, std::allocator >@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)@GLIBCXX_3.4.20' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `typeinfo for std::thread::_State@GLIBCXX_3.4.22' /home/pbulk/build/graphics/MesaDemos/work/.buildlink/lib/libOSMesa.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_assign(std::__cxx11::basic_string, std::allocator > const&)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_stringstream, std::allocator >::basic_stringstream(std::_Ios_Openmode)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::_V2::error_category::~error_category()@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::append(char const*)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::compare(char const*) const@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::_V2::error_category::default_error_condition(int) const@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::_V2::generic_category()@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `vtable for std::__cxx11::basic_ostringstream, std::allocator >@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_construct(unsigned long, char)@GLIBCXX_3.4.21' /home/pbulk/build/graphics/MesaDemos/work/.buildlink/lib/libOSMesa.so: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::_V2::error_category::equivalent(std::error_code const&, int) const@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::find_first_not_of(char, unsigned long) const@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::random_device::_M_init(std::__cxx11::basic_string, std::allocator > const&)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::push_back(char)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration >, std::chrono::duration >)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `VTT for std::__cxx11::basic_ostringstream, std::allocator >@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::compare(std::__cxx11::basic_string, std::allocator > const&) const@GLIBCXX_3.4.21' /home/pbulk/build/graphics/MesaDemos/work/.buildlink/lib/libOSMesa.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_create(unsigned long&, unsigned long)@GLIBCXX_3.4.21' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::logic_error::logic_error(std::__cxx11::basic_string, std::allocator > const&)@GLIBCXX_3.4.21' /home/pbulk/build/graphics/MesaDemos/work/.buildlink/lib/libOSMesa.so: undefined reference to `operator delete(void*, unsigned long)@CXXABI_1.3.9' //usr/pkg/lib/libLLVM/libLLVM-13.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::find_last_not_of(char, unsigned long) const@GLIBCXX_3.4.21' collect2: error: ld returned 1 exit status *** [osdemo] Error code 1 bmake[2]: stopped in /home/pbulk/build/graphics/MesaDemos/work/mesa-demos-8.4.0/src/osdemos 2 errors bmake[2]: stopped in /home/pbulk/build/graphics/MesaDemos/work/mesa-demos-8.4.0/src/osdemos *** [all-recursive] Error code 1 bmake[1]: stopped in /home/pbulk/build/graphics/MesaDemos/work/mesa-demos-8.4.0/src 1 error bmake[1]: stopped in /home/pbulk/build/graphics/MesaDemos/work/mesa-demos-8.4.0/src *** [all-recursive] Error code 1 bmake: stopped in /home/pbulk/build/graphics/MesaDemos/work/mesa-demos-8.4.0 1 error bmake: stopped in /home/pbulk/build/graphics/MesaDemos/work/mesa-demos-8.4.0 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/graphics/MesaDemos *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/graphics/MesaDemos