### ### Wed Jul 7 07:59:31 CEST 2004: ### /usr/pkg/bin/bmake bulk-package for MesaDemos-6.0.1 ### Current pkg count: 7 installed packages: MesaLib-6.0.1 digest-20021220 glu-6.0.1 glut-6.0.1 libtool-base-1.5.6nb1 patch-2.5.4nb2 x11-links-0.23 ### BULK> Full rebuild in progress... BULK> Cleaning package and its depends ===> Cleaning for MesaDemos-6.0.1 ===> Cleaning for MesaLib-6.0.1 ===> Cleaning for libtool-base-1.5.6nb1 ===> Cleaning for patch-2.5.4nb2 ===> Cleaning for x11-links-0.23 ===> Cleaning for glu-6.0.1 ===> Cleaning for glut-6.0.1 BULK> Removing installed packages which are not needed to build MesaDemos-6.0.1 BULK> Keeping BULK_PREREQ: digest-20021220 (pkgtools/digest) BULK> MesaDemos-6.0.1 requires installed package glu-6.0.1 (graphics/glu) to build. BULK> MesaDemos-6.0.1 requires installed package libtool-base-1.5.6nb1 (devel/libtool-base) to build. BULK> MesaDemos-6.0.1 requires installed package MesaLib-6.0.1 (graphics/MesaLib) to build. BULK> MesaDemos-6.0.1 requires installed package glut-6.0.1 (graphics/glut) to build. BULK> MesaDemos-6.0.1 requires installed package patch-2.5.4nb2 (devel/patch) to build. BULK> MesaDemos-6.0.1 requires installed package x11-links-0.23 (pkgtools/x11-links) to build. BULK> Installing packages which are required to build MesaDemos-6.0.1. BULK> Required package MesaLib-6.0.1 (graphics/MesaLib) is already installed BULK> Required package libtool-base-1.5.6nb1 (devel/libtool-base) is already installed BULK> Required package patch-2.5.4nb2 (devel/patch) is already installed BULK> Required package x11-links-0.23 (pkgtools/x11-links) is already installed BULK> Required package glu-6.0.1 (graphics/glu) is already installed BULK> Required package glut-6.0.1 (graphics/glut) is already installed BULK> Required package digest-20021220 (pkgtools/digest) is already installed /usr/pkg/bin/bmake package (MesaDemos-6.0.1) ===> Checking for vulnerabilities in MesaDemos-6.0.1 => Checksum OK for Mesa-6.0.1/MesaLib-6.0.1.tar.bz2. => Checksum OK for Mesa-6.0.1/MesaDemos-6.0.1.tar.bz2. work -> /pkgbuild/graphics/MesaDemos/work ===> Extracting for MesaDemos-6.0.1 ===> Required installed package glu>=6.0: glu-6.0.1 found ===> Required installed package glut>=6.0: glut-6.0.1 found ===> Required installed package MesaLib>=6.0: MesaLib-6.0.1 found ===> Required installed package libtool-base>=1.5.2nb4: libtool-base-1.5.6nb1 found ===> Required installed package patch>=2.2: patch-2.5.4nb2 found ===> Required installed package x11-links>=0.23: x11-links-0.23 found ===> Patching for MesaDemos-6.0.1 ===> Applying pkgsrc patches for MesaDemos-6.0.1 ===> Overriding tools for MesaDemos-6.0.1 ===> Buildlinking for MesaDemos-6.0.1 ===> Building for MesaDemos-6.0.1 cd /pkgbuild/graphics/MesaDemos/work/Mesa-6.0.1 && /usr/bin/rm -fr src mkdir lib if [ -d src/mesa ] ; then cd src/mesa ; touch depend ; /usr/pkg/bin/bmake -f Makefile.X11 pkgsrc ; fi if [ -d src/glu/sgi ] ; then cd src/glu/sgi ; touch depend ; /usr/pkg/bin/bmake -f Makefile.X11 pkgsrc ; fi if [ -d src/glut/glx ] ; then cd src/glut/glx ; touch depend ; /usr/pkg/bin/bmake -f Makefile.X11 pkgsrc ; fi if [ -d src/glw ] ; then cd src/glw ; touch depend ; /usr/pkg/bin/bmake -f Makefile.X11 pkgsrc ; fi if [ -d progs/demos ] ; then cd progs/demos ; /usr/pkg/bin/bmake -f Makefile.X11 pkgsrc ; fi /usr/pkg/bin/bmake -f Makefile.X11 targets "GL_LIB = libGL.so" "GLU_LIB = libGLU.so" "GLUT_LIB = libglut.so" "GLW_LIB = libGLw.so" "OSMESA_LIB = libOSMesa.so" "APP_LIB_DEPS = -L/usr/pkg/lib -R/usr/pkg/lib -L/usr/openwin/lib -R/usr/openwin/lib -lXext -lXmu -lXi -lX11 -lm" CC -I../../include -O -I/usr/pkg/include arbfplight.c -L../../lib -L/usr/pkg/lib -R/usr/pkg/lib -L/usr/openwin/lib -R/usr/openwin/lib -lXext -lXmu -lXi -lX11 -lm -lGL -lGLU -lglut -o arbfplight "arbfplight.c", line 105: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutIdleFunc(extern "C" void(*)()) is being passed void(*)(). "arbfplight.c", line 353: Warning (Anachronism): Formal argument func of type extern "C" void(*)(int,int) in call to glutReshapeFunc(extern "C" void(*)(int,int)) is being passed void(*)(int,int). "arbfplight.c", line 354: Warning (Anachronism): Formal argument func of type extern "C" void(*)(unsigned char,int,int) in call to glutKeyboardFunc(extern "C" void(*)(unsigned char,int,int)) is being passed void(*)(unsigned char,int,int). "arbfplight.c", line 355: Warning (Anachronism): Formal argument func of type extern "C" void(*)(int,int,int) in call to glutSpecialFunc(extern "C" void(*)(int,int,int)) is being passed void(*)(int,int,int). "arbfplight.c", line 356: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutDisplayFunc(extern "C" void(*)()) is being passed void(*)(). "arbfplight.c", line 358: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutIdleFunc(extern "C" void(*)()) is being passed void(*)(). 6 Warning(s) detected. CC -I../../include -O -I/usr/pkg/include arbocclude.c -L../../lib -L/usr/pkg/lib -R/usr/pkg/lib -L/usr/openwin/lib -R/usr/openwin/lib -lXext -lXmu -lXi -lX11 -lm -lGL -lGLU -lglut -o arbocclude "arbocclude.c", line 190: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutIdleFunc(extern "C" void(*)()) is being passed void(*)(). "arbocclude.c", line 246: Warning (Anachronism): Formal argument func of type extern "C" void(*)(int,int) in call to glutReshapeFunc(extern "C" void(*)(int,int)) is being passed void(*)(int,int). "arbocclude.c", line 247: Warning (Anachronism): Formal argument func of type extern "C" void(*)(unsigned char,int,int) in call to glutKeyboardFunc(extern "C" void(*)(unsigned char,int,int)) is being passed void(*)(unsigned char,int,int). "arbocclude.c", line 248: Warning (Anachronism): Formal argument func of type extern "C" void(*)(int,int,int) in call to glutSpecialFunc(extern "C" void(*)(int,int,int)) is being passed void(*)(int,int,int). "arbocclude.c", line 249: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutIdleFunc(extern "C" void(*)()) is being passed void(*)(). "arbocclude.c", line 250: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutDisplayFunc(extern "C" void(*)()) is being passed void(*)(). 6 Warning(s) detected. CC -I../../include -O -I/usr/pkg/include bounce.c -L../../lib -L/usr/pkg/lib -R/usr/pkg/lib -L/usr/openwin/lib -R/usr/openwin/lib -lXext -lXmu -lXi -lX11 -lm -lGL -lGLU -lglut -o bounce "bounce.c", line 181: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutIdleFunc(extern "C" void(*)()) is being passed void(*)(). "bounce.c", line 206: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutDisplayFunc(extern "C" void(*)()) is being passed void(*)(). "bounce.c", line 207: Warning (Anachronism): Formal argument func of type extern "C" void(*)(int,int) in call to glutReshapeFunc(extern "C" void(*)(int,int)) is being passed void(*)(int,int). "bounce.c", line 208: Warning (Anachronism): Formal argument func of type extern "C" void(*)(int) in call to glutVisibilityFunc(extern "C" void(*)(int)) is being passed void(*)(int). "bounce.c", line 209: Warning (Anachronism): Formal argument func of type extern "C" void(*)(unsigned char,int,int) in call to glutKeyboardFunc(extern "C" void(*)(unsigned char,int,int)) is being passed void(*)(unsigned char,int,int). 5 Warning(s) detected. CC -I../../include -O -I/usr/pkg/include clearspd.c -L../../lib -L/usr/pkg/lib -R/usr/pkg/lib -L/usr/openwin/lib -R/usr/openwin/lib -lXext -lXmu -lXi -lX11 -lm -lGL -lGLU -lglut -o clearspd "clearspd.c", line 211: Warning (Anachronism): Formal argument func of type extern "C" void(*)(int,int) in call to glutReshapeFunc(extern "C" void(*)(int,int)) is being passed void(*)(int,int). "clearspd.c", line 212: Warning (Anachronism): Formal argument func of type extern "C" void(*)(unsigned char,int,int) in call to glutKeyboardFunc(extern "C" void(*)(unsigned char,int,int)) is being passed void(*)(unsigned char,int,int). "clearspd.c", line 213: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutDisplayFunc(extern "C" void(*)()) is being passed void(*)(). "clearspd.c", line 214: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutIdleFunc(extern "C" void(*)()) is being passed void(*)(). 4 Warning(s) detected. CC -I../../include -O -I/usr/pkg/include cubemap.c -L../../lib -L/usr/pkg/lib -R/usr/pkg/lib -L/usr/openwin/lib -R/usr/openwin/lib -lXext -lXmu -lXi -lX11 -lm -lGL -lGLU -lglut -o cubemap "cubemap.c", line 171: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutIdleFunc(extern "C" void(*)()) is being passed void(*)(). "cubemap.c", line 402: Warning (Anachronism): Formal argument func of type extern "C" void(*)(int,int) in call to glutReshapeFunc(extern "C" void(*)(int,int)) is being passed void(*)(int,int). "cubemap.c", line 403: Warning (Anachronism): Formal argument func of type extern "C" void(*)(unsigned char,int,int) in call to glutKeyboardFunc(extern "C" void(*)(unsigned char,int,int)) is being passed void(*)(unsigned char,int,int). "cubemap.c", line 404: Warning (Anachronism): Formal argument func of type extern "C" void(*)(int,int,int) in call to glutSpecialFunc(extern "C" void(*)(int,int,int)) is being passed void(*)(int,int,int). "cubemap.c", line 405: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutIdleFunc(extern "C" void(*)()) is being passed void(*)(). "cubemap.c", line 406: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutDisplayFunc(extern "C" void(*)()) is being passed void(*)(). 6 Warning(s) detected. CC -I../../include -O -I/usr/pkg/include drawpix.c -L../../lib -L/usr/pkg/lib -R/usr/pkg/lib -L/usr/openwin/lib -R/usr/openwin/lib -lXext -lXmu -lXi -lX11 -lm -lGL -lGLU -lglut -o drawpix "drawpix.c", line 342: Warning (Anachronism): Formal argument func of type extern "C" void(*)(int,int) in call to glutReshapeFunc(extern "C" void(*)(int,int)) is being passed void(*)(int,int). "drawpix.c", line 343: Warning (Anachronism): Formal argument func of type extern "C" void(*)(unsigned char,int,int) in call to glutKeyboardFunc(extern "C" void(*)(unsigned char,int,int)) is being passed void(*)(unsigned char,int,int). "drawpix.c", line 344: Warning (Anachronism): Formal argument func of type extern "C" void(*)(int,int,int) in call to glutSpecialFunc(extern "C" void(*)(int,int,int)) is being passed void(*)(int,int,int). "drawpix.c", line 345: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutDisplayFunc(extern "C" void(*)()) is being passed void(*)(). 4 Warning(s) detected. CC -I../../include -O -I/usr/pkg/include fire.c -L../../lib -L/usr/pkg/lib -R/usr/pkg/lib -L/usr/openwin/lib -R/usr/openwin/lib -lXext -lXmu -lXi -lX11 -lm -lGL -lGLU -lglut -o fire "fire.c", line 303: Warning: String literal converted to char* in formal argument string in call to printstring(void*, char*). "fire.c", line 306: Warning: String literal converted to char* in formal argument string in call to printstring(void*, char*). "fire.c", line 309: Warning: String literal converted to char* in formal argument string in call to printstring(void*, char*). "fire.c", line 311: Warning: String literal converted to char* in formal argument string in call to printstring(void*, char*). "fire.c", line 314: Warning: String literal converted to char* in formal argument string in call to printstring(void*, char*). "fire.c", line 316: Warning: String literal converted to char* in formal argument string in call to printstring(void*, char*). "fire.c", line 319: Warning: String literal converted to char* in formal argument string in call to printstring(void*, char*). "fire.c", line 321: Warning: String literal converted to char* in formal argument string in call to printstring(void*, char*). "fire.c", line 323: Warning: String literal converted to char* in formal argument string in call to printstring(void*, char*). "fire.c", line 325: Warning: String literal converted to char* in formal argument string in call to printstring(void*, char*). "fire.c", line 327: Warning: String literal converted to char* in formal argument string in call to printstring(void*, char*). "fire.c", line 332: Warning: String literal converted to char* in formal argument string in call to printstring(void*, char*). "fire.c", line 335: Warning: String literal converted to char* in formal argument string in call to printstring(void*, char*). "fire.c", line 506: Warning: String literal converted to char* in formal argument string in call to printstring(void*, char*). "fire.c", line 762: Warning (Anachronism): Formal argument func of type extern "C" void(*)(unsigned char,int,int) in call to glutKeyboardFunc(extern "C" void(*)(unsigned char,int,int)) is being passed void(*)(unsigned char,int,int). "fire.c", line 763: Warning (Anachronism): Formal argument func of type extern "C" void(*)(int,int,int) in call to glutSpecialFunc(extern "C" void(*)(int,int,int)) is being passed void(*)(int,int,int). "fire.c", line 764: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutDisplayFunc(extern "C" void(*)()) is being passed void(*)(). "fire.c", line 765: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutIdleFunc(extern "C" void(*)()) is being passed void(*)(). "fire.c", line 766: Warning (Anachronism): Formal argument func of type extern "C" void(*)(int,int) in call to glutReshapeFunc(extern "C" void(*)(int,int)) is being passed void(*)(int,int). 19 Warning(s) detected. CC -I../../include -O -I/usr/pkg/include fplight.c -L../../lib -L/usr/pkg/lib -R/usr/pkg/lib -L/usr/openwin/lib -R/usr/openwin/lib -lXext -lXmu -lXi -lX11 -lm -lGL -lGLU -lglut -o fplight "fplight.c", line 108: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutIdleFunc(extern "C" void(*)()) is being passed void(*)(). "fplight.c", line 270: Warning (Anachronism): Formal argument func of type extern "C" void(*)(int,int) in call to glutReshapeFunc(extern "C" void(*)(int,int)) is being passed void(*)(int,int). "fplight.c", line 271: Warning (Anachronism): Formal argument func of type extern "C" void(*)(unsigned char,int,int) in call to glutKeyboardFunc(extern "C" void(*)(unsigned char,int,int)) is being passed void(*)(unsigned char,int,int). "fplight.c", line 272: Warning (Anachronism): Formal argument func of type extern "C" void(*)(int,int,int) in call to glutSpecialFunc(extern "C" void(*)(int,int,int)) is being passed void(*)(int,int,int). "fplight.c", line 273: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutDisplayFunc(extern "C" void(*)()) is being passed void(*)(). "fplight.c", line 275: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutIdleFunc(extern "C" void(*)()) is being passed void(*)(). 6 Warning(s) detected. CC -I../../include -O -I/usr/pkg/include gamma.c -L../../lib -L/usr/pkg/lib -R/usr/pkg/lib -L/usr/openwin/lib -R/usr/openwin/lib -lXext -lXmu -lXi -lX11 -lm -lGL -lGLU -lglut -o gamma "gamma.c", line 156: Warning (Anachronism): Formal argument func of type extern "C" void(*)(int,int) in call to glutReshapeFunc(extern "C" void(*)(int,int)) is being passed void(*)(int,int). "gamma.c", line 157: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutDisplayFunc(extern "C" void(*)()) is being passed void(*)(). "gamma.c", line 158: Warning (Anachronism): Formal argument func of type extern "C" void(*)(unsigned char,int,int) in call to glutKeyboardFunc(extern "C" void(*)(unsigned char,int,int)) is being passed void(*)(unsigned char,int,int). 3 Warning(s) detected. CC -I../../include -O -I/usr/pkg/include gears.c -L../../lib -L/usr/pkg/lib -R/usr/pkg/lib -L/usr/openwin/lib -R/usr/openwin/lib -lXext -lXmu -lXi -lX11 -lm -lGL -lGLU -lglut -o gears "gears.c", line 143: Error: Overloading ambiguity between "std::cos(double)" and "std::cos(long double)". "gears.c", line 143: Error: Overloading ambiguity between "std::sin(double)" and "std::sin(long double)". "gears.c", line 144: Error: Overloading ambiguity between "std::cos(double)" and "std::cos(long double)". "gears.c", line 144: Error: Overloading ambiguity between "std::sin(double)" and "std::sin(long double)". "gears.c", line 336: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutIdleFunc(extern "C" void(*)()) is being passed void(*)(). "gears.c", line 351: Warning (Anachronism): Formal argument func of type extern "C" void(*)() in call to glutDisplayFunc(extern "C" void(*)()) is being passed void(*)(). "gears.c", line 352: Warning (Anachronism): Formal argument func of type extern "C" void(*)(int,int) in call to glutReshapeFunc(extern "C" void(*)(int,int)) is being passed void(*)(int,int). "gears.c", line 353: Warning (Anachronism): Formal argument func of type extern "C" void(*)(unsigned char,int,int) in call to glutKeyboardFunc(extern "C" void(*)(unsigned char,int,int)) is being passed void(*)(unsigned char,int,int). "gears.c", line 354: Warning (Anachronism): Formal argument func of type extern "C" void(*)(int,int,int) in call to glutSpecialFunc(extern "C" void(*)(int,int,int)) is being passed void(*)(int,int,int). "gears.c", line 355: Warning (Anachronism): Formal argument func of type extern "C" void(*)(int) in call to glutVisibilityFunc(extern "C" void(*)(int)) is being passed void(*)(int). 4 Error(s) and 6 Warning(s) detected. *** Error code 4 Stop. bmake: stopped in /pkgbuild/graphics/MesaDemos/work/Mesa-6.0.1/progs/demos *** Error code 1 Stop. bmake: stopped in /pkgbuild/graphics/MesaDemos/work/Mesa-6.0.1/progs/demos *** Error code 1 Stop. bmake: stopped in /pkgbuild/graphics/MesaDemos/work/Mesa-6.0.1 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/graphics/MesaDemos *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/graphics/MesaDemos BULK> MesaDemos-6.0.1 was marked as broken: -rw-r--r-- 1 root other 18272 Jul 7 08:00 .broken.html /usr/pkg/bin/bmake deinstall ===> Deinstalling for MesaDemos BULK> Marking all packages which depend upon MesaDemos-6.0.1 as broken: BULK> Build for MesaDemos-6.0.1 was not successful, aborting.