+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ocp-0.1.21nb7/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ocp-0.1.21nb7/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for ocp-0.1.21nb7
=> Honoring LDFLAGS.
WARNING: [subst.mk:ldflags] Nothing changed in "asm_emu/Makefile".
WARNING: [subst.mk:ldflags] Nothing changed in "boot/Makefile".
WARNING: [subst.mk:ldflags] Nothing changed in "doc/Makefile".
WARNING: [subst.mk:ldflags] Nothing changed in "goodies/Makefile".
/opt/pkg/bin/gmake -C asm_emu TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/asm_emu'
gmake[1]: Nothing to be done for 'all'.
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/asm_emu'
/opt/pkg/bin/gmake -C boot TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/boot'
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ kickload.c -o kickload.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ compdate.c -o compdate.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ psetting.c -o psetting.o -c
psetting.c: In function 'cfReadINIFile':
psetting.c:262:52: warning: implicit declaration of function 'index' [-Wimplicit-function-declaration]
  262 |                                         char *temp=index(argvstat, ',');
      |                                                    ^~~~~
psetting.c:262:52: warning: incompatible implicit declaration of built-in function 'index' [-Wbuiltin-declaration-mismatch]
In function 'readiniline',
    inlined from 'cfReadINIFile' at psetting.c:187:11:
psetting.c:92:17: warning: 'strncpy' output may be truncated copying 256 bytes from a string of length 1023 [-Wstringop-truncation]
   92 |                 strncpy(comment, line, COMMENTBUF_LEN);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
psetting.c:104:17: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
  104 |                 strncpy(comment, eol, COMMENTBUF_LEN);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
psetting.c: In function 'cfGetConfig':
psetting.c:616:17: warning: 'strncpy' specified bound 1025 equals destination size [-Wstringop-truncation]
  616 |                 strncpy(cfTempDir, t, sizeof(cfTempDir));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ plinkman.c -o plinkman.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ plinkman_end.c -o plinkman_end.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ pmain.c -o pmain.o -c
pmain.c: In function 'init_modules':
pmain.c:267:67: warning: ' OGA' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  267 |                                 snprintf(temp2, sizeof(temp2), "%s OGA", temp1);
      |                                                                   ^~~~
pmain.c:267:33: note: 'snprintf' output between 5 and 1028 bytes into a destination of size 1024
  267 |                                 snprintf(temp2, sizeof(temp2), "%s OGA", temp1);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ console.c -o console.o -c
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/boot'
/opt/pkg/bin/gmake -C cpiface TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/cpiface'
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ fft.c -o fft.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ cpianal.c -o cpianal.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ cpichan.c -o cpichan.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ cpidots.c -o cpidots.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ cpiface.c -o cpiface.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ cpigraph.c -o cpigraph.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ cpiinst.c -o cpiinst.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ cpikube.c -o cpikube.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ cpilinks.c -o cpilinks.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ cpimsg.c -o cpimsg.o -c
cpimsg.c: In function 'plUseMessage':
cpimsg.c:147:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  147 |         for (plMsgHeight=0; plSongMessage[plMsgHeight]; plMsgHeight++);
      |         ^~~
cpimsg.c:148:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  148 |                 plMsgScroll=0;
      |                 ^~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ cpimvol.c -o cpimvol.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ cpiphase.c -o cpiphase.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ cpipic.c -o cpipic.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ cpiptype.c -o cpiptype.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ cpiscope.c -o cpiscope.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ cpitext.c -o cpitext.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ cpitrack.c -o cpitrack.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ mcpedit.c -o mcpedit.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gif.c -o gif.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ tga.c -o tga.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ volctrl.c -o volctrl.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -lm -o cpiface.so fft.o cpianal.o cpichan.o cpidots.o cpiface.o cpigraph.o cpiinst.o cpikube.o cpilinks.o cpimsg.o cpimvol.o cpiphase.o cpipic.o cpiptype.o cpiscope.o cpitext.o cpitrack.o mcpedit.o gif.o tga.o volctrl.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ cpikeyhelp.c -o cpikeyhelp.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -lm -o keyhelp.so cpikeyhelp.o
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/cpiface'
/opt/pkg/bin/gmake -C dev TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/dev'
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ devigen.c -o devigen.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o devi.so devigen.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ deviwave.c -c -o deviwave.o -c
deviwave.c: In function 'mcpReadDir':
deviwave.c:269:33: warning: 'strncpy' output may be truncated copying 12 bytes from a string of length 255 [-Wstringop-truncation]
  269 |                                 strncpy(m.shortname, m.name, 12);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ mcp.c -o mcp.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ mix.c -o mix.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -O mixasm.c -o mixasm.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ smpman.c -o smpman.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o mcpbase.so deviwave.o mcp.o mix.o mixasm.o smpman.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ deviplay.c -o deviplay.o -c
deviplay.c: In function 'plrReadDir':
deviplay.c:249:33: warning: 'strncpy' output may be truncated copying 12 bytes from a string of length 255 [-Wstringop-truncation]
  249 |                                 strncpy(m.shortname, m.name, 12);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ plrasm.c -o plrasm.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ player.c -o player.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o plrbase.so deviplay.o plrasm.o player.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ devisamp.c -o devisamp.o -c
devisamp.c: In function 'smpReadDir':
devisamp.c:298:33: warning: 'strncpy' output may be truncated copying 12 bytes from a string of length 255 [-Wstringop-truncation]
  298 |                                 strncpy(m.shortname, m.name, 12);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ sampler.c -o sampler.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o smpbase.so devisamp.o sampler.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ mchasm.c -o mchasm.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o mchasm.so mchasm.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ mixclip.c -o mixclip.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o mixclip.so mixclip.o
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/dev'
/opt/pkg/bin/gmake -C devp TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/devp'
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ devpnone.c -o devpnone.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o devpnone.so devpnone.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ devpdisk.c -o devpdisk.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o devpdisk.so devpdisk.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ devposs.c  -o devposs.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64  -o devposs.so devposs.o
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/devp'
/opt/pkg/bin/gmake -C devs TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/devs'
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ devsnone.c -o devsnone.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o devsnone.so devsnone.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././  devsoss.c -o devsoss.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64  -o devsoss.so devsoss.o
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/devs'
/opt/pkg/bin/gmake -C devw TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/devw'
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -O devwnone.c -o devwnone.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o devwnone.so devwnone.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ devwmix.c -o devwmix.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -O dwmixa.c -o dwmixa.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -O dwmixqa.c -o dwmixqa.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o devwmix.so devwmix.o dwmixa.o dwmixqa.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ devwmixf.c -o devwmixf.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ dwmixfa.c -o dwmixfa.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o devwmixf.so devwmixf.o dwmixfa.o -lm
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/devw'
/opt/pkg/bin/gmake -C filesel TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/filesel'
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ arctar.c -o arctar.o -c
arctar.c: In function 'adbTARScan':
arctar.c:260:9: warning: 'strncpy' output may be truncated copying 127 bytes from a string of length 127 [-Wstringop-truncation]
  260 |         strncpy(a.name, arcname, sizeof(a.name)-1);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o arctar.so arctar.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ arczip.c -o arczip.o -c
arczip.c: In function 'adbZIPScan':
arczip.c:336:69: warning: variable 'res' set but not used [-Wunused-but-set-variable]
  336 |                                                                 int res;
      |                                                                     ^~~
arczip.c:249:9: warning: 'strncpy' output may be truncated copying 127 bytes from a string of length 127 [-Wstringop-truncation]
  249 |         strncpy(a.name, arcname, sizeof(a.name)-1);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o arczip.so arczip.o -lz
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ fstypes.c -o fstypes.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ adb.c -o adb.o -c
adb.c: In function 'arcReadDir':
adb.c:766:35: warning: implicit declaration of function 'rindex' [-Wimplicit-function-declaration]
  766 |                         char *tmp=rindex(newfilepath, '/');
      |                                   ^~~~~~
adb.c:766:35: warning: incompatible implicit declaration of built-in function 'rindex' [-Wbuiltin-declaration-mismatch]
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ cphlpfs.c -o cphlpfs.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ dirdb.c -o dirdb.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ pfilesel.c -o pfilesel.o -c
pfilesel.c: In function 'fsEditFileInfo':
pfilesel.c:2046:79: warning: taking address of packed member of 'struct moduleinfostruct' may result in an unaligned pointer value [-Waddress-of-packed-member]
 2046 |                                 fsEditPlayTime(plScrHeight-5, plScrWidth - 9, &mdbEditBuf.playtime);
      |                                                                               ^~~~~~~~~~~~~~~~~~~~
pfilesel.c:2055:63: warning: taking address of packed member of 'struct moduleinfostruct' may result in an unaligned pointer value [-Waddress-of-packed-member]
 2055 |                                 fsEditDate(plScrHeight-3, 42, &mdbEditBuf.date);
      |                                                               ^~~~~~~~~~~~~~~~
pfilesel.c:2073:80: warning: taking address of packed member of 'struct moduleinfostruct' may result in an unaligned pointer value [-Waddress-of-packed-member]
 2073 |                                 fsEditPlayTime(plScrHeight-4, plScrWidth - 22, &mdbEditBuf.playtime);
      |                                                                                ^~~~~~~~~~~~~~~~~~~~
pfilesel.c:2082:76: warning: taking address of packed member of 'struct moduleinfostruct' may result in an unaligned pointer value [-Waddress-of-packed-member]
 2082 |                                 fsEditDate(plScrHeight-5, plScrWidth - 22, &mdbEditBuf.date);
      |                                                                            ^~~~~~~~~~~~~~~~
pfilesel.c: In function 'fsFileSelect':
pfilesel.c:2686:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 2686 |                         if (editmode||!win)
      |                         ^~
pfilesel.c:2688:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
 2688 |                                 i=(playlist->pos>dirwinheight)?dirwinheight:playlist->pos;
      |                                 ^
pfilesel.c: In function 'fsEditString':
pfilesel.c:1801:41: warning: 'strncpy' output may be truncated copying between 31 and 1279 bytes from a string of length 1279 [-Wstringop-truncation]
 1801 |                                         strncpy(s, str, l);
      |                                         ^~~~~~~~~~~~~~~~~~
pfilesel.c: In function 'fsEditModType':
pfilesel.c:1620:69: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
 1620 |                         snprintf(buffer, sizeof(buffer), "color % 2d", i);
      |                                                                     ^
pfilesel.c:1620:25: note: 'snprintf' output between 9 and 10 bytes into a destination of size 9
 1620 |                         snprintf(buffer, sizeof(buffer), "color % 2d", i);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pfilesel.c: In function 'stdReadDir.part.0':
pfilesel.c:2759:25: warning: 'strncpy' output may be truncated copying 12 bytes from a string of length 12 [-Wstringop-truncation]
 2759 |                         strncpy(m.shortname, d->drivename, 12);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ pfsmain.c -o pfsmain.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ modlist.c -o modlist.o -c
modlist.c: In function 'fs12name':
modlist.c:282:22: warning: implicit declaration of function 'rindex' [-Wimplicit-function-declaration]
  282 |         if ((lastdot=rindex(temppath+1, '.'))) /* we allow files to start with . */
      |                      ^~~~~~
modlist.c:282:22: warning: incompatible implicit declaration of built-in function 'rindex' [-Wbuiltin-declaration-mismatch]
modlist.c:297:17: warning: 'strncpy' output may be truncated copying 12 bytes from a string of length 255 [-Wstringop-truncation]
  297 |                 strncpy(shortname, temppath, 12);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
modlist.c:299:25: warning: 'strncpy' output truncated copying between 1 and 12 bytes from a string of length 12 [-Wstringop-truncation]
  299 |                         strncpy(shortname+length, "            ", 12-length);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
modlist.c:292:25: warning: 'strncpy' output may be truncated copying 8 bytes from a string of length 255 [-Wstringop-truncation]
  292 |                         strncpy(shortname, temppath, 8);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
modlist.c:289:25: warning: 'strncpy' output may be truncated copying between 0 and 8 bytes from a string of length 255 [-Wstringop-truncation]
  289 |                         strncpy(shortname, temppath, delta);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ fsptype.c -o fsptype.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ mdb.c -o mdb.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ pfspls.c -o pfspls.o -c
pfspls.c: In function 'plsReadDir':
pfspls.c:82:11: warning: implicit declaration of function 'rindex' [-Wimplicit-function-declaration]
   82 |         (*rindex(newpath, '/'))=0; /* remove ....pls from path-name */
      |           ^~~~~~
pfspls.c:82:11: warning: incompatible implicit declaration of built-in function 'rindex' [-Wbuiltin-declaration-mismatch]
pfspls.c:143:26: warning: implicit declaration of function 'index' [-Wimplicit-function-declaration]
  143 |                 if (!(s2=index(buftail, '=')))
      |                          ^~~~~
pfspls.c:143:26: warning: incompatible implicit declaration of built-in function 'index' [-Wbuiltin-declaration-mismatch]
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ pfsm3u.c -o pfsm3u.o -c
pfsm3u.c: In function 'm3uReadDir':
pfsm3u.c:84:11: warning: implicit declaration of function 'rindex' [-Wimplicit-function-declaration]
   84 |         (*rindex(newpath, '/'))=0; /* remove ....pls from path-name */
      |           ^~~~~~
pfsm3u.c:84:11: warning: incompatible implicit declaration of built-in function 'rindex' [-Wbuiltin-declaration-mismatch]
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gendir.c -o gendir.o -c
gendir.c: In function 'genreldir':
gendir.c:188:48: warning: implicit declaration of function 'index' [-Wimplicit-function-declaration]
  188 |                                 if ((curorgdir=index(curorgdir, '/')))
      |                                                ^~~~~
gendir.c:188:48: warning: incompatible implicit declaration of built-in function 'index' [-Wbuiltin-declaration-mismatch]
gendir.c:196:33: warning: incompatible implicit declaration of built-in function 'index' [-Wbuiltin-declaration-mismatch]
  196 |                 if ((nextorgdir=index(curorgdir, '/')))
      |                                 ^~~~~
gendir.c:198:33: warning: incompatible implicit declaration of built-in function 'index' [-Wbuiltin-declaration-mismatch]
  198 |                 if ((nextfixdir=index(curfixdir, '/')))
      |                                 ^~~~~
gendir.c:214:48: warning: incompatible implicit declaration of built-in function 'index' [-Wbuiltin-declaration-mismatch]
  214 |                                 if ((curorgdir=index(curorgdir, '/')))
      |                                                ^~~~~
gendir.c:230:57: warning: incompatible implicit declaration of built-in function 'index' [-Wbuiltin-declaration-mismatch]
  230 |                                         if ((nextfixdir=index(curfixdir, '/')))
      |                                                         ^~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ playlist.c -o playlist.o -c
playlist.c: In function 'fsAddPlaylist':
playlist.c:49:25: warning: implicit declaration of function 'index' [-Wimplicit-function-declaration]
   49 |                 if ((s3=index(source, '/')))
      |                         ^~~~~
playlist.c:49:25: warning: incompatible implicit declaration of built-in function 'index' [-Wbuiltin-declaration-mismatch]
playlist.c:77:17: warning: implicit declaration of function 'rindex' [-Wimplicit-function-declaration]
   77 |         if ((s3=rindex(fullpath, '/')))
      |                 ^~~~~~
playlist.c:77:17: warning: incompatible implicit declaration of built-in function 'rindex' [-Wbuiltin-declaration-mismatch]
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -lm -o pfilesel.so adb.o cphlpfs.o dirdb.o pfilesel.o pfsmain.o modlist.o fsptype.o mdb.o pfspls.o pfsm3u.o gendir.o playlist.o
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/filesel'
/opt/pkg/bin/gmake -C goodies TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/goodies'
/opt/pkg/bin/gmake -C helpc TOPDIR=../.././
gmake[2]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/goodies/helpc'
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I../.././ -I../../ ocphhc.c -o ocphhc.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I../.././ -o ocphhc ocphhc.o -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -lz  
gmake[2]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/goodies/helpc'
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/goodies'
/opt/pkg/bin/gmake -C help TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/help'
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ cphelper.c -o cphelper.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o cphelper.so cphelper.o -lz
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ cphlpif.c -o cphlpif.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o cphlpif.so cphlpif.o
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/help'
/opt/pkg/bin/gmake -C playay TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playay'
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -fPIC -I.././ aytype.c -o aytype.o -c
In function 'ayReadMemInfo',
    inlined from 'ayReadMemInfo' at aytype.c:33:12:
aytype.c:89:17: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation]
   89 |                 strncpy(m->composer, authorstr, sizeof(m->composer));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aytype.c:86:17: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation]
   86 |                 strncpy(m->composer, authorstr, sizeof(m->composer));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aytype.c:102:17: warning: 'strncpy' specified bound 63 equals destination size [-Wstringop-truncation]
  102 |                 strncpy(m->comment, miscstr, sizeof(m->comment));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aytype.c:99:17: warning: 'strncpy' specified bound 63 equals destination size [-Wstringop-truncation]
   99 |                 strncpy(m->comment, miscstr, sizeof(m->comment));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -fPIC -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o aytype.so aytype.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -fPIC -I.././ -o z80.o z80.c -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -fPIC -I.././ -o sound.o sound.c -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -fPIC -I.././ -o aypplay.o aypplay.c -c
aypplay.c: In function 'ayOpenFile':
aypplay.c:339:9: warning: 'strncpy' output may be truncated copying 8 bytes from a string of length 255 [-Wstringop-truncation]
  339 |         strncpy(currentmodname, _modname, _MAX_FNAME);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aypplay.c:341:9: warning: 'strncpy' output may be truncated copying 4 bytes from a string of length 255 [-Wstringop-truncation]
  341 |         strncpy(currentmodext, _modext, _MAX_EXT);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -fPIC -I.././ -o ayplay.o ayplay.c -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -fPIC -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o playay.so z80.o sound.o aypplay.o ayplay.o
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playay'
/opt/pkg/bin/gmake -C playcda TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playcda'
gmake[1]: Nothing to be done for 'all'.
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playcda'
/opt/pkg/bin/gmake -C playflac TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playflac'
gmake[1]: Nothing to be done for 'all'.
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playflac'
/opt/pkg/bin/gmake -C playgmd TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playgmd'
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmdptype.c -o gmdptype.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmdl669.c -o gmdl669.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o load669.so gmdl669.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmdlams.c -o gmdlams.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o loadams.so gmdlams.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmdldmf.c -o gmdldmf.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o loaddmf.so gmdldmf.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmdlmdl.c -o gmdlmdl.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o loadmdl.so gmdlmdl.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmdlmtm.c -o gmdlmtm.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o loadmtm.so gmdlmtm.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmdlokt.c -o gmdlokt.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o loadokt.so gmdlokt.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmdlptm.c -o gmdlptm.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o loadptm.so gmdlptm.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmdls3m.c -o gmdls3m.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o loads3m.so gmdls3m.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmdlult.c -o gmdlult.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o loadult.so gmdlult.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmdpchan.c -o gmdpchan.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmdpdots.c -o gmdpdots.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmdpinst.c -o gmdpinst.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmdplay.c -o gmdplay.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmdpplay.c -o gmdpplay.o -c
gmdpplay.c: In function 'gmdOpenFile':
gmdpplay.c:394:9: warning: 'strncpy' output may be truncated copying 8 bytes from a string of length 255 [-Wstringop-truncation]
  394 |         strncpy(currentmodname, _modname, _MAX_FNAME);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gmdpplay.c:396:9: warning: 'strncpy' output may be truncated copying 4 bytes from a string of length 255 [-Wstringop-truncation]
  396 |         strncpy(currentmodext, _modext, _MAX_EXT);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmdptrak.c -o gmdptrak.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmdrtns.c -o gmdrtns.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmdtime.c -o gmdtime.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o playgmd.so gmdpchan.o gmdpdots.o gmdpinst.o gmdplay.o gmdpplay.o gmdptrak.o gmdrtns.o gmdtime.o
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playgmd'
/opt/pkg/bin/gmake -C playgmi TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playgmi'
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmiptype.c -o gmiptype.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmiinit.c -o gmiinit.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmiload.c -o gmiload.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmipchan.c -o gmipchan.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmipdots.c -o gmipdots.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmipinst.c -o gmipinst.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmipplay.c -o gmipplay.o -c
gmipplay.c: In function 'gmiOpenFile':
gmipplay.c:211:9: warning: 'strncpy' output may be truncated copying 8 bytes from a string of length 255 [-Wstringop-truncation]
  211 |         strncpy(currentmodname, _modname, _MAX_FNAME);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gmipplay.c:213:9: warning: 'strncpy' output may be truncated copying 4 bytes from a string of length 255 [-Wstringop-truncation]
  213 |         strncpy(currentmodext, _modext, _MAX_EXT);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmiplay.c -o gmiplay.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmipat.c -o gmipat.o -c
gmipat.c: In function 'loadpatchPAT':
gmipat.c:237:13: warning: the comparison will always evaluate as 'true' for the address of 'midInstrumentNames' will never be NULL [-Waddress]
  237 |         if (midInstrumentNames[program])
      |             ^~~~~~~~~~~~~~~~~~
In file included from gmipat.c:32:
gmiplay.h:119:55: note: 'midInstrumentNames' declared here
  119 | extern __attribute__ ((visibility ("internal"))) char midInstrumentNames[256][NAME_MAX+1];
      |                                                       ^~~~~~~~~~~~~~~~~~
gmipat.c:241:57: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 32 [-Wformat-truncation=]
  241 |                 snprintf(ins->name, sizeof(ins->name), "%s", name);
      |                                                         ^~   ~~~~
gmipat.c:241:17: note: 'snprintf' output between 1 and 256 bytes into a destination of size 32
  241 |                 snprintf(ins->name, sizeof(ins->name), "%s", name);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gmipat.c: In function 'addpatchPAT':
gmipat.c:385:53: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 32 [-Wformat-truncation=]
  385 |                 snprintf(s->name, sizeof(s->name), "%s", name);
      |                                                     ^~   ~~~~
gmipat.c:385:17: note: 'snprintf' output between 1 and 256 bytes into a destination of size 32
  385 |                 snprintf(s->name, sizeof(s->name), "%s", name);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmifff.c -o gmifff.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmiultra.c -o gmiultra.o -c
gmiultra.c: In function 'midInitUltra':
gmiultra.c:120:41: warning: '%s' directive output may be truncated writing 12 bytes into a region of size between 1 and 1025 [-Wformat-truncation=]
  120 |         snprintf(path, sizeof(path), "%s%s", midInstrumentPath, "ULTRASND.INI");
      |                                         ^~                      ~~~~~~~~~~~~~~
gmiultra.c:120:9: note: 'snprintf' output between 13 and 1037 bytes into a destination of size 1025
  120 |         snprintf(path, sizeof(path), "%s%s", midInstrumentPath, "ULTRASND.INI");
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmifreepats.c -o gmifreepats.o -c
gmifreepats.c: In function 'parse_config':
gmifreepats.c:103:115: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 256 [-Wformat-truncation=]
  103 |                                         snprintf(midInstrumentNames[insnum], sizeof(midInstrumentNames[insnum]), "%s", base); /* we ignore parameters for now TODO */
      |                                                                                                                   ^~
gmifreepats.c:103:41: note: 'snprintf' output between 1 and 1024 bytes into a destination of size 256
  103 |                                         snprintf(midInstrumentNames[insnum], sizeof(midInstrumentNames[insnum]), "%s", base); /* we ignore parameters for now TODO */
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ gmitimidity.c -o gmitimidity.o -c
gmitimidity.c: In function 'addpatchTimidity':
gmitimidity.c:236:50: warning: '%s' directive output may be truncated writing up to 65535 bytes into a region of size 1278 [-Wformat-truncation=]
  236 |                 snprintf(path, sizeof(path), "%s/%s%s", DirectoryStack[i], midInstrumentNames[program], needpat?".pat":"");
      |                                                  ^~
gmitimidity.c:236:17: note: 'snprintf' output 2 or more bytes (assuming 65541) into a destination of size 1279
  236 |                 snprintf(path, sizeof(path), "%s/%s%s", DirectoryStack[i], midInstrumentNames[program], needpat?".pat":"");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gmitimidity.c: In function 'loadpatchTimidity':
gmitimidity.c:196:50: warning: '%s' directive output may be truncated writing up to 65535 bytes into a region of size 1279 [-Wformat-truncation=]
  196 |                 snprintf(path, sizeof(path), "%s/%s%s", DirectoryStack[i], midInstrumentNames[program], needpat?".pat":"");
      |                                                  ^~
gmitimidity.c:196:17: note: 'snprintf' output 2 or more bytes (assuming 65541) into a destination of size 1280
  196 |                 snprintf(path, sizeof(path), "%s/%s%s", DirectoryStack[i], midInstrumentNames[program], needpat?".pat":"");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gmitimidity.c: In function 'parse_config':
gmitimidity.c:164:115: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 256 [-Wformat-truncation=]
  164 |                                         snprintf(midInstrumentNames[insnum], sizeof(midInstrumentNames[insnum]), "%s", base); /* we ignore parameters for now TODO */
      |                                                                                                                   ^~
gmitimidity.c:164:41: note: 'snprintf' output between 1 and 1024 bytes into a destination of size 256
  164 |                                         snprintf(midInstrumentNames[insnum], sizeof(midInstrumentNames[insnum]), "%s", base); /* we ignore parameters for now TODO */
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o playgmi.so gmiinit.o gmiload.o gmipchan.o gmipdots.o gmipinst.o gmipplay.o gmiplay.o gmipat.o gmifff.o gmiultra.o gmifreepats.o gmitimidity.o
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playgmi'
/opt/pkg/bin/gmake -C playit TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playit'
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ itpptype.c -o itpptype.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ itload.c -o itload.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ itpinst.c -o itpinst.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ itplay.c -o itplay.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ itpplay.c -o itpplay.o -c
itpplay.c: In function 'itpOpenFile':
itpplay.c:574:9: warning: 'strncpy' output may be truncated copying 8 bytes from a string of length 255 [-Wstringop-truncation]
  574 |         strncpy(currentmodname, _modname, _MAX_FNAME);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
itpplay.c:576:9: warning: 'strncpy' output may be truncated copying 4 bytes from a string of length 255 [-Wstringop-truncation]
  576 |         strncpy(currentmodext, _modext, _MAX_EXT);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ itptrack.c -o itptrack.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ itrtns.c -o itrtns.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ itsex.c -o itsex.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ ittime.c -o ittime.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o playit.so itload.o itpinst.o itplay.o itpplay.o itptrack.o itrtns.o itsex.o ittime.o
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playit'
/opt/pkg/bin/gmake -C playogg TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playogg'
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ oggtype.c -o oggtype.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ oggplay.c -o oggplay.o    -c
In file included from oggplay.c:34:
/home/pbulk/build/audio/ocp/work/.buildlink/include/vorbis/vorbisfile.h:95:21: warning: 'OV_CALLBACKS_STREAMONLY_NOCLOSE' defined but not used [-Wunused-variable]
   95 | static ov_callbacks OV_CALLBACKS_STREAMONLY_NOCLOSE = {
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/ocp/work/.buildlink/include/vorbis/vorbisfile.h:88:21: warning: 'OV_CALLBACKS_STREAMONLY' defined but not used [-Wunused-variable]
   88 | static ov_callbacks OV_CALLBACKS_STREAMONLY = {
      |                     ^~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/ocp/work/.buildlink/include/vorbis/vorbisfile.h:81:21: warning: 'OV_CALLBACKS_NOCLOSE' defined but not used [-Wunused-variable]
   81 | static ov_callbacks OV_CALLBACKS_NOCLOSE = {
      |                     ^~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/ocp/work/.buildlink/include/vorbis/vorbisfile.h:74:21: warning: 'OV_CALLBACKS_DEFAULT' defined but not used [-Wunused-variable]
   74 | static ov_callbacks OV_CALLBACKS_DEFAULT = {
      |                     ^~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ oggpplay.c -o oggpplay.o    -c
oggpplay.c: In function 'oggOpenFile':
oggpplay.c:488:9: warning: 'strncpy' output may be truncated copying 8 bytes from a string of length 255 [-Wstringop-truncation]
  488 |         strncpy(currentmodname, _modname, _MAX_FNAME);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
oggpplay.c:490:9: warning: 'strncpy' output may be truncated copying 4 bytes from a string of length 255 [-Wstringop-truncation]
  490 |         strncpy(currentmodext, _modext, _MAX_EXT);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o playogg.so oggplay.o oggpplay.o -logg -lm -lvorbis -lvorbisfile
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playogg'
/opt/pkg/bin/gmake -C playopl TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playopl'
gmake[1]: Nothing to be done for 'all'.
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playopl'
/opt/pkg/bin/gmake -C playmp2 TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playmp2'
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ mpptype.c -o mpptype.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ charset.c -o charset.o -c
charset.c: In function 'read_iso8859_1':
charset.c:402:44: warning: passing argument 2 of 'libiconv' from incompatible pointer type [-Wincompatible-pointer-types]
  402 |                 res = iconv(fromiso8859_1, &src, &maxlength, &tgt, &tgsize);
      |                                            ^~~~
      |                                            |
      |                                            char **
In file included from charset.c:31:
/home/pbulk/build/audio/ocp/work/.buildlink/include/iconv.h:83:48: note: expected 'const char **' but argument is of type 'char **'
   83 | extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft);
      |                                  ~~~~~~~~~~~~~~^~~~~
charset.c:414:58: warning: passing argument 2 of 'libiconv' from incompatible pointer type [-Wincompatible-pointer-types]
  414 |                                 res=iconv(passiso8859_1, &src, &maxlength, &tgtdummy, &dummytgsize);
      |                                                          ^~~~
      |                                                          |
      |                                                          char **
/home/pbulk/build/audio/ocp/work/.buildlink/include/iconv.h:83:48: note: expected 'const char **' but argument is of type 'char **'
   83 | extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft);
      |                                  ~~~~~~~~~~~~~~^~~~~
charset.c: In function 'read_unicode':
charset.c:449:36: warning: passing argument 2 of 'libiconv' from incompatible pointer type [-Wincompatible-pointer-types]
  449 |                 iconv(passunicode, &src2, &srclen, &tgt, &tgsize);
      |                                    ^~~~~
      |                                    |
      |                                    char **
/home/pbulk/build/audio/ocp/work/.buildlink/include/iconv.h:83:48: note: expected 'const char **' but argument is of type 'char **'
   83 | extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft);
      |                                  ~~~~~~~~~~~~~~^~~~~
charset.c:456:42: warning: passing argument 2 of 'libiconv' from incompatible pointer type [-Wincompatible-pointer-types]
  456 |                 res = iconv(fromunicode, &src, &maxlength, &tgt, &tgsize);
      |                                          ^~~~
      |                                          |
      |                                          char **
/home/pbulk/build/audio/ocp/work/.buildlink/include/iconv.h:83:48: note: expected 'const char **' but argument is of type 'char **'
   83 | extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft);
      |                                  ~~~~~~~~~~~~~~^~~~~
charset.c:470:64: warning: passing argument 2 of 'libiconv' from incompatible pointer type [-Wincompatible-pointer-types]
  470 |                                         res=iconv(passunicode, &src, &maxlength, &tgtdummy, &dummytgsize);
      |                                                                ^~~~
      |                                                                |
      |                                                                char **
/home/pbulk/build/audio/ocp/work/.buildlink/include/iconv.h:83:48: note: expected 'const char **' but argument is of type 'char **'
   83 | extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft);
      |                                  ~~~~~~~~~~~~~~^~~~~
charset.c: In function 'read_unicode_be':
charset.c:508:45: warning: passing argument 2 of 'libiconv' from incompatible pointer type [-Wincompatible-pointer-types]
  508 |                 res = iconv(fromunicode_be, &src, &maxlength, &tgt, &tgsize);
      |                                             ^~~~
      |                                             |
      |                                             char **
/home/pbulk/build/audio/ocp/work/.buildlink/include/iconv.h:83:48: note: expected 'const char **' but argument is of type 'char **'
   83 | extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft);
      |                                  ~~~~~~~~~~~~~~^~~~~
charset.c:522:67: warning: passing argument 2 of 'libiconv' from incompatible pointer type [-Wincompatible-pointer-types]
  522 |                                         res=iconv(passunicode_be, &src, &maxlength, &tgtdummy, &dummytgsize);
      |                                                                   ^~~~
      |                                                                   |
      |                                                                   char **
/home/pbulk/build/audio/ocp/work/.buildlink/include/iconv.h:83:48: note: expected 'const char **' but argument is of type 'char **'
   83 | extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft);
      |                                  ~~~~~~~~~~~~~~^~~~~
charset.c: In function 'read_utf8':
charset.c:559:39: warning: passing argument 2 of 'libiconv' from incompatible pointer type [-Wincompatible-pointer-types]
  559 |                 res = iconv(fromutf8, &src, &maxlength, &tgt, &tgsize);
      |                                       ^~~~
      |                                       |
      |                                       char **
/home/pbulk/build/audio/ocp/work/.buildlink/include/iconv.h:83:48: note: expected 'const char **' but argument is of type 'char **'
   83 | extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft);
      |                                  ~~~~~~~~~~~~~~^~~~~
charset.c:574:61: warning: passing argument 2 of 'libiconv' from incompatible pointer type [-Wincompatible-pointer-types]
  574 |                                         res=iconv(passutf8, &src, &maxlength, &tgtdummy, &dummytgsize);
      |                                                             ^~~~
      |                                                             |
      |                                                             char **
/home/pbulk/build/audio/ocp/work/.buildlink/include/iconv.h:83:48: note: expected 'const char **' but argument is of type 'char **'
   83 | extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft);
      |                                  ~~~~~~~~~~~~~~^~~~~
In file included from charset.c:24:
charset.c: In function 'detect_glibc_bug_4936':
charset.c:609:35: warning: passing argument 2 of 'libiconv' from incompatible pointer type [-Wincompatible-pointer-types]
  609 |         assert(iconv(fromunicode, &src, &srcsize, &dst, &dstsize)!=(size_t)(-1));
      |                                   ^~~~
      |                                   |
      |                                   char **
/home/pbulk/build/audio/ocp/work/.buildlink/include/iconv.h:83:48: note: expected 'const char **' but argument is of type 'char **'
   83 | extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft);
      |                                  ~~~~~~~~~~~~~~^~~~~
charset.c:613:32: warning: passing argument 2 of 'libiconv' from incompatible pointer type [-Wincompatible-pointer-types]
  613 |         if (iconv(fromunicode, &src, &srcsize, &dst, &dstsize)==(size_t)(-1))
      |                                ^~~~
      |                                |
      |                                char **
/home/pbulk/build/audio/ocp/work/.buildlink/include/iconv.h:83:48: note: expected 'const char **' but argument is of type 'char **'
   83 | extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft);
      |                                  ~~~~~~~~~~~~~~^~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ mppplay.c -o mppplay.o  -c
mppplay.c: In function 'mpegOpenFile':
mppplay.c:508:9: warning: 'strncpy' output may be truncated copying 8 bytes from a string of length 255 [-Wstringop-truncation]
  508 |         strncpy(currentmodname, _modname, _MAX_FNAME);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mppplay.c:510:9: warning: 'strncpy' output may be truncated copying 4 bytes from a string of length 255 [-Wstringop-truncation]
  510 |         strncpy(currentmodext, _modext, _MAX_EXT);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ mpplay.c -o mpplay.o  -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o playmp2.so mppplay.o mpplay.o -lmad -lm
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playmp2'
/opt/pkg/bin/gmake -C playsid TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playsid'
gmake[1]: Nothing to be done for 'all'.
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playsid'
/opt/pkg/bin/gmake -C playwav TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playwav'
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ wavptype.c -o wavptype.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ wavplay.c -o wavplay.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ wavpplay.c -o wavpplay.o -c
wavpplay.c: In function 'wavOpenFile':
wavpplay.c:489:9: warning: 'strncpy' output may be truncated copying 8 bytes from a string of length 255 [-Wstringop-truncation]
  489 |         strncpy(currentmodname, _modname, _MAX_FNAME);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wavpplay.c:491:9: warning: 'strncpy' output may be truncated copying 4 bytes from a string of length 255 [-Wstringop-truncation]
  491 |         strncpy(currentmodext, _modext, _MAX_EXT);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o playwav.so wavplay.o wavpplay.o
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playwav'
/opt/pkg/bin/gmake -C playxm TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playxm'
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ xmpptype.c -o xmpptype.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ xmlmod.c -o xmlmod.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ xmlmxm.c -o xmlmxm.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ xmload.c -o xmload.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ xmpinst.c -o xmpinst.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ xmplay.c -o xmplay.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ xmpplay.c -o xmpplay.o -c
xmpplay.c: In function 'xmpOpenFile':
xmpplay.c:627:9: warning: 'strncpy' output may be truncated copying 8 bytes from a string of length 255 [-Wstringop-truncation]
  627 |         strncpy(currentmodname, _modname, _MAX_FNAME);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xmpplay.c:629:9: warning: 'strncpy' output may be truncated copying 4 bytes from a string of length 255 [-Wstringop-truncation]
  629 |         strncpy(currentmodext, _modext, _MAX_EXT);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ xmptrak.c -o xmptrak.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ xmrtns.c -o xmrtns.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ xmtime.c -o xmtime.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o playxm.so xmlmod.o xmlmxm.o xmload.o xmpinst.o xmplay.o xmpplay.o xmptrak.o xmrtns.o xmtime.o
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playxm'
/opt/pkg/bin/gmake -C playym TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playym'
/opt/pkg/bin/gmake -C lzh all TOPDIR="../.././"
gmake[2]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playym/lzh'
g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I../.././ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -c lzhlib.cpp
lzhlib.cpp:408:2: warning: #warning made pSrc const [-Wcpp]
  408 | #warning made pSrc const
      |  ^~~~~~~
ar cr liblzh.a lzhlib.o
gmake[2]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playym/lzh'
/opt/pkg/bin/gmake -C stsoundlib all TOPDIR="../.././"
gmake[2]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playym/stsoundlib'
g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I../.././ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -c digidrum.cpp
g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I../.././ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -c Ymload.cpp -I..
Ymload.cpp:528:2: warning: #warning sampleStart and sampleLength needs to be validated [-Wcpp]
  528 | #warning sampleStart and sampleLength needs to be validated
      |  ^~~~~~~
g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I../.././ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -c Ym2149Ex.cpp
g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I../.././ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -c YmMusic.cpp
g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I../.././ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -c YmUserInterface.cpp
ar cr libym.a digidrum.o Ymload.o Ym2149Ex.o YmMusic.o YmUserInterface.o
gmake[2]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playym/stsoundlib'
g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ ymtype.cpp -o ymtype.o -c
In file included from ymtype.cpp:29:
.././filesel/pfilesel.h:31:20: warning: unnecessary parentheses in declaration of 'fsTypeNames' [-Wparentheses]
   31 | extern const char *(fsTypeNames[256]); /* type description */
      |                    ^~~~~~~~~~~~~~~~~~
.././filesel/pfilesel.h:31:20: note: remove parentheses
   31 | extern const char *(fsTypeNames[256]); /* type description */
      |                    ^~~~~~~~~~~~~~~~~~
      |                    -                -
g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o ymtype.so ymtype.o -llzh -Llzh
g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ ympplay.cpp -o ympplay.o -c
ympplay.cpp:296:2: warning: #warning TODO [-Wcpp]
  296 | #warning TODO
      |  ^~~~~~~
In file included from ympplay.cpp:33:
.././filesel/pfilesel.h:31:20: warning: unnecessary parentheses in declaration of 'fsTypeNames' [-Wparentheses]
   31 | extern const char *(fsTypeNames[256]); /* type description */
      |                    ^~~~~~~~~~~~~~~~~~
.././filesel/pfilesel.h:31:20: note: remove parentheses
   31 | extern const char *(fsTypeNames[256]); /* type description */
      |                    ^~~~~~~~~~~~~~~~~~
      |                    -                -
g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ ymplay.cpp -o ymplay.o -c
g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o playym.so ympplay.o ymplay.o -llzh -lym -Llzh -Lstsoundlib
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/playym'
/opt/pkg/bin/gmake -C stuff TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/stuff'
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ timer.c -o timer.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ irq.c -o irq.o -c
irq.c:39:15: warning: braces around scalar initializer
   39 | static struct sigaction orgstate[_NSIG] = {{{0}}};
      |               ^~~~~~~~~
irq.c:39:15: note: (near initialization for 'orgstate[0].sa_flags')
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ hardware.c -o hardware.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ freq.c -o freq.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o hardware.so timer.o irq.o hardware.o freq.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ err.c -o err.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ sets.c -o sets.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o sets.so sets.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ console.c -o console.o -c
console.c: In function 'console_init':
console.c:81:21: warning: unused variable 'st' [-Wunused-variable]
   81 |         struct stat st;
      |                     ^~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ poutput-curses.c -o poutput-curses.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ poutput-keyboard.c -o poutput-keyboard.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ pfonts.c -o pfonts.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ poutput.c -o poutput.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64  -o poutput.so console.o poutput-curses.o poutput-keyboard.o pfonts.o poutput.o -lncurses 
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ compat.c -o compat.o -c
compat.c: In function '_splitpath':
compat.c:92:19: warning: implicit declaration of function 'rindex' [-Wimplicit-function-declaration]
   92 |         if ((ref1=rindex(src, '/')))
      |                   ^~~~~~
compat.c:92:19: warning: incompatible implicit declaration of built-in function 'rindex' [-Wbuiltin-declaration-mismatch]
compat.c:107:20: warning: incompatible implicit declaration of built-in function 'rindex' [-Wbuiltin-declaration-mismatch]
  107 |         if (!(ref1=rindex(src, '.')))
      |                    ^~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o compat.so compat.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ framelock.c -o framelock.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o framelock.so framelock.o
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/stuff'
/opt/pkg/bin/gmake -C medialib TOPDIR=.././
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/medialib'
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ medialib.c -o medialib.o -c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mimpure-text -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS -DSOUND_PCM_WRITE_BITS=SNDCTL_DSP_SETFMT -DSOUND_PCM_WRITE_RATE=SNDCTL_DSP_SPEED -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include -fPIC -Wall -I.././ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -shared -o medialib.so medialib.o
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/medialib'
/opt/pkg/bin/gmake -C doc TOPDIR=".././"
gmake[1]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/doc'
/opt/pkg/bin/gmake -C texi all TOPDIR="../.././"
gmake[2]: Entering directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/doc/texi'
rm -Rf ocp ocp.html ocp.info ocp.info.gz
makeinfo ocp.texi
player.texi:879: encoding error at byte 0xb0
mv ocp ocp.info
gzip ocp.info
makeinfo --html ocp.texi
player.texi:879: encoding error at byte 0xb0
mv ocp ocp.html
mv: cannot access ocp
gmake[2]: *** [Makefile:16: ocp.info.gz] Error 2
gmake[2]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/doc/texi'
gmake[1]: *** [Makefile:5: all] Error 2
gmake[1]: Leaving directory '/home/pbulk/build/audio/ocp/work/ocp-0.1.21/doc'
gmake: *** [Makefile:162: dirs] Error 2
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/audio/ocp
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/audio/ocp