On 2024 Aug 06 (Tue) at 12:30:21 +0100 (+0100), Stuart Henderson wrote:
:On 2024/08/04 12:56, Klemens Nanni wrote:
:> CVSROOT:     /cvs
:> Module name: ports
:> Changes by:  k...@cvs.openbsd.org    2024/08/04 12:56:47
:> 
:> Modified files:
:>      audio/rnnoise  : Makefile distinfo 
:> 
:> Log message:
:> update to rnnoise 0.2
:> 
:
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.c:39:
:/pobj/rnnoise-0.2/rnnoise-0.2/src/vec.h:44:10: fatal error: 'os_support.h' 
file not found
:#include "os_support.h"
:         ^~~~~~~~~~~~~~
:1 error generated.
:

I saw a similar failure on arm64 but fixed it with a patch to
src/vec_neon.h.  From an initial review it looks like upstream
incompletely removed references to os_support.h.

kn, can you work with upstream to get these fixed?  Thanks.



:full log (also I see configure is run three times):
:
:>>> Building on i386-2 under audio/rnnoise
:       BDEPENDS = 
[devel/libtool;devel/metaauto;devel/autoconf/2.71;devel/automake/1.16]
:       DIST = [audio/rnnoise:rnnoise-0.2.tar.gz]
:       FULLPKGNAME = rnnoise-0.2
:(Junk lock obtained for i386-2 at 1722937758.55)
:>>> Running depends in audio/rnnoise at 1722937758.58
:   last junk was in devel/jdk/11
:/usr/sbin/pkg_add -aI -Drepair autoconf-2.71p0 automake-1.16.5 libtool-2.4.2p2
:was: /usr/sbin/pkg_add -aI -Drepair autoconf-2.71p0 automake-1.16.5 
libtool-2.4.2p2 metaauto-1.0p4
:/usr/sbin/pkg_add -aI -Drepair autoconf-2.71p0 automake-1.16.5 libtool-2.4.2p2
:>>> Running show-prepare-results in audio/rnnoise at 1722937764.73
:===> audio/rnnoise
:===> Building from scratch rnnoise-0.2
:===> rnnoise-0.2 depends on: metaauto-* -> metaauto-1.0p4
:===> rnnoise-0.2 depends on: autoconf-2.71 -> autoconf-2.71p0
:===> rnnoise-0.2 depends on: automake->=1.16,<1.17 -> automake-1.16.5
:===> rnnoise-0.2 depends on: libtool-* -> libtool-2.4.2p2
:===>  Verifying specs:  m
:===>  found m.10.1
:autoconf-2.71p0
:automake-1.16.5
:libtool-2.4.2p2
:metaauto-1.0p4
:(Junk lock released for i386-2 at 1722937766.09)
:distfiles size=2294308
:>>> Running extract in audio/rnnoise at 1722937766.11
:===> audio/rnnoise
:===>  Checking files for rnnoise-0.2
:`/mnt/distfiles/rnnoise-0.2.tar.gz' is up to date.
:>> (SHA256) rnnoise-0.2.tar.gz: OK
:===>  Extracting for rnnoise-0.2
:>>> Running patch in audio/rnnoise at 1722937767.24
:===> audio/rnnoise
:===>  Patching for rnnoise-0.2
:===>  Compiler link: clang -> /usr/bin/clang
:===>  Compiler link: clang++ -> /usr/bin/clang++
:===>  Compiler link: cc -> /usr/bin/cc
:===>  Compiler link: c++ -> /usr/bin/c++
:>>> Running configure in audio/rnnoise at 1722937767.55
:===> audio/rnnoise
:===>  Generating configure for rnnoise-0.2
:Running autoreconf-2.71 in /pobj/rnnoise-0.2/rnnoise-0.2
:libtoolize: putting auxiliary files in `.'.
:libtoolize: copying file `./ltmain.sh'
:libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
:libtoolize: copying file `m4/libtool.m4'
:libtoolize: copying file `m4/ltoptions.m4'
:libtoolize: copying file `m4/ltsugar.m4'
:libtoolize: copying file `m4/ltversion.m4'
:libtoolize: copying file `m4/lt~obsolete.m4'
:===>  Configuring for rnnoise-0.2
:Using /pobj/rnnoise-0.2/config.site (generated)
:configure: WARNING: unrecognized options: --disable-gtk-doc
:configure: loading site script /pobj/rnnoise-0.2/config.site
:checking for gcc... cc
:checking whether the C compiler works... yes
:checking for C compiler default output file name... a.out
:checking for suffix of executables... 
:checking whether we are cross compiling... no
:checking for suffix of object files... (cached) o
:checking whether the compiler supports GNU C... (cached) yes
:checking whether cc accepts -g... (cached) yes
:checking for cc option to enable C11 features... none needed
:checking whether cc understands -c and -o together... yes
:checking for stdio.h... (cached) yes
:checking for stdlib.h... (cached) yes
:checking for string.h... (cached) yes
:checking for inttypes.h... (cached) yes
:checking for stdint.h... (cached) yes
:checking for strings.h... (cached) yes
:checking for sys/stat.h... (cached) yes
:checking for sys/types.h... (cached) yes
:checking for unistd.h... (cached) yes
:checking for wchar.h... (cached) yes
:checking for minix/config.h... no
:checking whether it is safe to define __EXTENSIONS__... yes
:checking whether _XOPEN_SOURCE should be defined... no
:checking for special C compiler options needed for large files... no
:checking for _FILE_OFFSET_BITS value needed for large files... no
:checking for a BSD-compatible install... /pobj/rnnoise-0.2/bin/install -c
:checking whether build environment is sane... yes
:checking for a race-free mkdir -p... mkdir -p
:checking for gawk... (cached) awk
:checking whether make sets $(MAKE)... (cached) yes
:checking whether make supports the include directive... yes (GNU style)
:checking whether make supports nested variables... yes
:checking dependency style of cc... gcc3
:checking whether to enable maintainer-specific portions of Makefiles... yes
:checking for inline... inline
:checking build system type... i386-unknown-openbsd7.5
:checking host system type... i386-unknown-openbsd7.5
:checking how to print strings... print -r
:checking for a sed that does not truncate output... (cached) /usr/bin/sed
:checking for grep that handles long lines and -e... (cached) /usr/bin/grep
:checking for egrep... (cached) /usr/bin/egrep
:checking for fgrep... (cached) /usr/bin/fgrep
:checking for ld used by cc... /usr/bin/ld
:checking if the linker (/usr/bin/ld) is GNU ld... yes
:checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
:checking the name lister (/usr/bin/nm -B) interface... BSD nm
:checking whether ln -s works... yes
:checking the maximum length of command line arguments... (cached) 131072
:checking whether the shell understands some XSI constructs... yes
:checking whether the shell understands "+="... no
:checking how to convert i386-unknown-openbsd7.5 file names to 
i386-unknown-openbsd7.5 format... func_convert_file_noop
:checking how to convert i386-unknown-openbsd7.5 file names to toolchain 
format... func_convert_file_noop
:checking for /usr/bin/ld option to reload object files... -r
:checking for objdump... objdump
:checking how to recognize dependent libraries... match_pattern 
/lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
:checking for dlltool... no
:checking how to associate runtime and link libraries... print -r --
:checking for ar... (cached) ar
:checking for archiver @FILE support... @
:checking for strip... (cached) strip
:checking for ranlib... (cached) ranlib
:checking command to parse /usr/bin/nm -B output from cc object... ok
:checking for sysroot... no
:checking for mt... mt
:checking if mt is a manifest tool... no
:checking for dlfcn.h... (cached) yes
:checking for objdir... .libs
:checking if cc supports -fno-rtti -fno-exceptions... yes
:checking for cc option to produce PIC... -fPIC -DPIC
:checking if cc PIC flag -fPIC -DPIC works... yes
:checking if cc static flag -static works... yes
:checking if cc supports -c -o file.o... yes
:checking if cc supports -c -o file.o... (cached) yes
:checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
:checking whether -lc should be explicitly linked in... yes
:checking dynamic linker characteristics... openbsd7.5 ld.so
:checking how to hardcode library paths into programs... immediate
:checking whether stripping libraries is possible... yes
:checking if libtool supports shared libraries... yes
:checking whether to build shared libraries... yes
:checking whether to build static libraries... yes
:checking whether make supports nested variables... (cached) yes
:checking if cc supports -pedantic flag... yes
:checking if cc supports -Wall flag... yes
:checking if cc supports -Wextra flag... yes
:checking if cc supports -Wno-sign-compare flag... yes
:checking if cc supports -Wno-parentheses flag... yes
:checking if cc supports -Wno-long-long flag... yes
:checking for cos in -lm... (cached) yes
:checking for cc way to treat warnings as errors... -errwarn=%all
:checking if cc supports __attribute__(( visibility("default") ))... yes
:checking if cc supports -fvisibility=hidden... yes
:checking that generated files are newer than configure... done
:configure: creating ./config.status
:config.status: creating Makefile
:config.status: creating rnnoise.pc
:config.status: creating rnnoise-uninstalled.pc
:config.status: creating doc/Doxyfile
:config.status: creating config.h
:config.status: executing depfiles commands
:config.status: executing libtool commands
:configure:
:------------------------------------------------------------------------
:  rnnoise 0.2: Automatic configuration OK.
:
:    Assertions ................... no
:
:    Hidden visibility ............ yes
:
:    API code examples ............ no
:    API documentation ............ no
:------------------------------------------------------------------------
:
:configure: WARNING: unrecognized options: --disable-gtk-doc
:>>> Running build in audio/rnnoise at 1722937794.22
:===> audio/rnnoise
:===>  Building for rnnoise-0.2
:CDPATH="${ZSH_VERSION+.}:" && cd /pobj/rnnoise-0.2/rnnoise-0.2 && /bin/sh 
'/pobj/rnnoise-0.2/rnnoise-0.2/missing' aclocal-1.16 -I m4
:(CDPATH="${ZSH_VERSION+.}:" && cd /pobj/rnnoise-0.2/rnnoise-0.2 && /bin/sh 
'/pobj/rnnoise-0.2/rnnoise-0.2/missing' autoheader)
:rm -f stamp-h1
:touch /pobj/rnnoise-0.2/rnnoise-0.2/config.h.in
:CDPATH="${ZSH_VERSION+.}:" && cd /pobj/rnnoise-0.2/rnnoise-0.2 && /bin/sh 
'/pobj/rnnoise-0.2/rnnoise-0.2/missing' autoconf
:/bin/sh ./config.status --recheck
:running CONFIG_SHELL=/bin/sh /bin/sh /pobj/rnnoise-0.2/rnnoise-0.2/configure 
--disable-doc --disable-examples --disable-x86-rtcd --prefix=/usr/local 
--sysconfdir=/etc --mandir=/usr/local/man --infodir=/usr/local/info 
--localstatedir=/var --disable-silent-rules --disable-gtk-doc CC=cc CFLAGS=-O2 
-pipe --no-create --no-recursion
:configure: WARNING: unrecognized options: --disable-gtk-doc
:configure: loading site script /pobj/rnnoise-0.2/config.site
:checking for gcc... cc
:checking whether the C compiler works... yes
:checking for C compiler default output file name... a.out
:checking for suffix of executables... 
:checking whether we are cross compiling... no
:checking for suffix of object files... (cached) o
:checking whether the compiler supports GNU C... (cached) yes
:checking whether cc accepts -g... (cached) yes
:checking for cc option to enable C11 features... none needed
:checking whether cc understands -c and -o together... yes
:checking for stdio.h... (cached) yes
:checking for stdlib.h... (cached) yes
:checking for string.h... (cached) yes
:checking for inttypes.h... (cached) yes
:checking for stdint.h... (cached) yes
:checking for strings.h... (cached) yes
:checking for sys/stat.h... (cached) yes
:checking for sys/types.h... (cached) yes
:checking for unistd.h... (cached) yes
:checking for wchar.h... (cached) yes
:checking for minix/config.h... no
:checking whether it is safe to define __EXTENSIONS__... yes
:checking whether _XOPEN_SOURCE should be defined... no
:checking for special C compiler options needed for large files... no
:checking for _FILE_OFFSET_BITS value needed for large files... no
:checking for a BSD-compatible install... /pobj/rnnoise-0.2/bin/install -c
:checking whether build environment is sane... yes
:checking for a race-free mkdir -p... (cached) /bin/mkdir -p
:checking for gawk... (cached) awk
:checking whether make sets $(MAKE)... (cached) yes
:checking whether make supports the include directive... yes (GNU style)
:checking whether make supports nested variables... yes
:checking dependency style of cc... gcc3
:checking whether to enable maintainer-specific portions of Makefiles... yes
:checking for inline... inline
:checking build system type... i386-unknown-openbsd7.5
:checking host system type... i386-unknown-openbsd7.5
:checking how to print strings... print -r
:checking for a sed that does not truncate output... (cached) /usr/bin/sed
:checking for grep that handles long lines and -e... (cached) /usr/bin/grep
:checking for egrep... (cached) /usr/bin/egrep
:checking for fgrep... (cached) /usr/bin/fgrep
:checking for ld used by cc... /usr/bin/ld
:checking if the linker (/usr/bin/ld) is GNU ld... yes
:checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
:checking the name lister (/usr/bin/nm -B) interface... BSD nm
:checking whether ln -s works... yes
:checking the maximum length of command line arguments... (cached) 131072
:checking whether the shell understands some XSI constructs... yes
:checking whether the shell understands "+="... no
:checking how to convert i386-unknown-openbsd7.5 file names to 
i386-unknown-openbsd7.5 format... func_convert_file_noop
:checking how to convert i386-unknown-openbsd7.5 file names to toolchain 
format... func_convert_file_noop
:checking for /usr/bin/ld option to reload object files... -r
:checking for objdump... objdump
:checking how to recognize dependent libraries... match_pattern 
/lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
:checking for dlltool... no
:checking how to associate runtime and link libraries... print -r --
:checking for ar... (cached) ar
:checking for archiver @FILE support... @
:checking for strip... (cached) strip
:checking for ranlib... (cached) ranlib
:checking command to parse /usr/bin/nm -B output from cc object... ok
:checking for sysroot... no
:checking for mt... mt
:checking if mt is a manifest tool... no
:checking for dlfcn.h... (cached) yes
:checking for objdir... .libs
:checking if cc supports -fno-rtti -fno-exceptions... yes
:checking for cc option to produce PIC... -fPIC -DPIC
:checking if cc PIC flag -fPIC -DPIC works... yes
:checking if cc static flag -static works... yes
:checking if cc supports -c -o file.o... yes
:checking if cc supports -c -o file.o... (cached) yes
:checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
:checking whether -lc should be explicitly linked in... yes
:checking dynamic linker characteristics... openbsd7.5 ld.so
:checking how to hardcode library paths into programs... immediate
:checking whether stripping libraries is possible... yes
:checking if libtool supports shared libraries... yes
:checking whether to build shared libraries... yes
:checking whether to build static libraries... yes
:checking whether make supports nested variables... (cached) yes
:checking if cc supports -pedantic flag... yes
:checking if cc supports -Wall flag... yes
:checking if cc supports -Wextra flag... yes
:checking if cc supports -Wno-sign-compare flag... yes
:checking if cc supports -Wno-parentheses flag... yes
:checking if cc supports -Wno-long-long flag... yes
:checking for cos in -lm... (cached) yes
:checking for cc way to treat warnings as errors... -errwarn=%all
:checking if cc supports __attribute__(( visibility("default") ))... yes
:checking if cc supports -fvisibility=hidden... yes
:checking that generated files are newer than configure... done
:configure: creating ./config.status
:configure: WARNING: unrecognized options: --disable-gtk-doc
:configure:
:------------------------------------------------------------------------
:  rnnoise 0.2: Automatic configuration OK.
:
:    Assertions ................... no
:
:    Hidden visibility ............ yes
:
:    API code examples ............ no
:    API documentation ............ no
:------------------------------------------------------------------------
:
:cd . && /bin/sh ./config.status config.h
:config.status: creating config.h
:config.status: config.h is unchanged
:/usr/bin/make  all-am
:CDPATH="${ZSH_VERSION+.}:" && cd /pobj/rnnoise-0.2/rnnoise-0.2 && /bin/sh 
'/pobj/rnnoise-0.2/rnnoise-0.2/missing' aclocal-1.16 -I m4
: cd /pobj/rnnoise-0.2/rnnoise-0.2 && /bin/sh 
/pobj/rnnoise-0.2/rnnoise-0.2/missing automake-1.16 --foreign
:CDPATH="${ZSH_VERSION+.}:" && cd /pobj/rnnoise-0.2/rnnoise-0.2 && /bin/sh 
'/pobj/rnnoise-0.2/rnnoise-0.2/missing' autoconf
:/bin/sh ./config.status --recheck
:running CONFIG_SHELL=/bin/sh /bin/sh /pobj/rnnoise-0.2/rnnoise-0.2/configure 
--disable-doc --disable-examples --disable-x86-rtcd --prefix=/usr/local 
--sysconfdir=/etc --mandir=/usr/local/man --infodir=/usr/local/info 
--localstatedir=/var --disable-silent-rules --disable-gtk-doc CC=cc CFLAGS=-O2 
-pipe --no-create --no-recursion
:configure: WARNING: unrecognized options: --disable-gtk-doc
:configure: loading site script /pobj/rnnoise-0.2/config.site
:checking for gcc... cc
:checking whether the C compiler works... yes
:checking for C compiler default output file name... a.out
:checking for suffix of executables... 
:checking whether we are cross compiling... no
:checking for suffix of object files... (cached) o
:checking whether the compiler supports GNU C... (cached) yes
:checking whether cc accepts -g... (cached) yes
:checking for cc option to enable C11 features... none needed
:checking whether cc understands -c and -o together... yes
:checking for stdio.h... (cached) yes
:checking for stdlib.h... (cached) yes
:checking for string.h... (cached) yes
:checking for inttypes.h... (cached) yes
:checking for stdint.h... (cached) yes
:checking for strings.h... (cached) yes
:checking for sys/stat.h... (cached) yes
:checking for sys/types.h... (cached) yes
:checking for unistd.h... (cached) yes
:checking for wchar.h... (cached) yes
:checking for minix/config.h... no
:checking whether it is safe to define __EXTENSIONS__... yes
:checking whether _XOPEN_SOURCE should be defined... no
:checking for special C compiler options needed for large files... no
:checking for _FILE_OFFSET_BITS value needed for large files... no
:checking for a BSD-compatible install... /pobj/rnnoise-0.2/bin/install -c
:checking whether build environment is sane... yes
:checking for a race-free mkdir -p... (cached) /bin/mkdir -p
:checking for gawk... (cached) awk
:checking whether make sets $(MAKE)... (cached) yes
:checking whether make supports the include directive... yes (GNU style)
:checking whether make supports nested variables... yes
:checking dependency style of cc... gcc3
:checking whether to enable maintainer-specific portions of Makefiles... yes
:checking for inline... inline
:checking build system type... i386-unknown-openbsd7.5
:checking host system type... i386-unknown-openbsd7.5
:checking how to print strings... print -r
:checking for a sed that does not truncate output... (cached) /usr/bin/sed
:checking for grep that handles long lines and -e... (cached) /usr/bin/grep
:checking for egrep... (cached) /usr/bin/egrep
:checking for fgrep... (cached) /usr/bin/fgrep
:checking for ld used by cc... /usr/bin/ld
:checking if the linker (/usr/bin/ld) is GNU ld... yes
:checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
:checking the name lister (/usr/bin/nm -B) interface... BSD nm
:checking whether ln -s works... yes
:checking the maximum length of command line arguments... (cached) 131072
:checking whether the shell understands some XSI constructs... yes
:checking whether the shell understands "+="... no
:checking how to convert i386-unknown-openbsd7.5 file names to 
i386-unknown-openbsd7.5 format... func_convert_file_noop
:checking how to convert i386-unknown-openbsd7.5 file names to toolchain 
format... func_convert_file_noop
:checking for /usr/bin/ld option to reload object files... -r
:checking for objdump... objdump
:checking how to recognize dependent libraries... match_pattern 
/lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
:checking for dlltool... no
:checking how to associate runtime and link libraries... print -r --
:checking for ar... (cached) ar
:checking for archiver @FILE support... @
:checking for strip... (cached) strip
:checking for ranlib... (cached) ranlib
:checking command to parse /usr/bin/nm -B output from cc object... ok
:checking for sysroot... no
:checking for mt... mt
:checking if mt is a manifest tool... no
:checking for dlfcn.h... (cached) yes
:checking for objdir... .libs
:checking if cc supports -fno-rtti -fno-exceptions... yes
:checking for cc option to produce PIC... -fPIC -DPIC
:checking if cc PIC flag -fPIC -DPIC works... yes
:checking if cc static flag -static works... yes
:checking if cc supports -c -o file.o... yes
:checking if cc supports -c -o file.o... (cached) yes
:checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
:checking whether -lc should be explicitly linked in... yes
:checking dynamic linker characteristics... openbsd7.5 ld.so
:checking how to hardcode library paths into programs... immediate
:checking whether stripping libraries is possible... yes
:checking if libtool supports shared libraries... yes
:checking whether to build shared libraries... yes
:checking whether to build static libraries... yes
:checking whether make supports nested variables... (cached) yes
:checking if cc supports -pedantic flag... yes
:checking if cc supports -Wall flag... yes
:checking if cc supports -Wextra flag... yes
:checking if cc supports -Wno-sign-compare flag... yes
:checking if cc supports -Wno-parentheses flag... yes
:checking if cc supports -Wno-long-long flag... yes
:checking for cos in -lm... (cached) yes
:checking for cc way to treat warnings as errors... -errwarn=%all
:checking if cc supports __attribute__(( visibility("default") ))... yes
:checking if cc supports -fvisibility=hidden... yes
:checking that generated files are newer than configure... done
:configure: creating ./config.status
:configure: WARNING: unrecognized options: --disable-gtk-doc
:configure:
:------------------------------------------------------------------------
:  rnnoise 0.2: Automatic configuration OK.
:
:    Assertions ................... no
:
:    Hidden visibility ............ yes
:
:    API code examples ............ no
:    API documentation ............ no
:------------------------------------------------------------------------
:
: /bin/sh ./config.status
:config.status: creating Makefile
:config.status: creating rnnoise.pc
:config.status: creating rnnoise-uninstalled.pc
:config.status: creating doc/Doxyfile
:config.status: creating config.h
:config.status: config.h is unchanged
:config.status: executing depfiles commands
:config.status: executing libtool commands
:cc -DHAVE_CONFIG_H -I. -I/pobj/rnnoise-0.2/rnnoise-0.2    
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src  
-DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses 
-Wno-long-long -fvisibility=hidden -MT src/dump_features-dump_features.o -MD 
-MP -MF src/.deps/dump_features-dump_features.Tpo -c -o 
src/dump_features-dump_features.o `test -f 'src/dump_features.c' || echo 
'/pobj/rnnoise-0.2/rnnoise-0.2/'`src/dump_features.c
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/dump_features.c:38:
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_size();
:                                   ^
:                                    void
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_frame_size();
:                                         ^
:                                          void
:/pobj/rnnoise-0.2/rnnoise-0.2/src/dump_features.c:151:22: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:static float uni_rand() {
:                     ^
:                      void
:3 warnings generated.
:mv -f src/.deps/dump_features-dump_features.Tpo 
src/.deps/dump_features-dump_features.Po
:cc -DHAVE_CONFIG_H -I. -I/pobj/rnnoise-0.2/rnnoise-0.2    
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src  
-DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses 
-Wno-long-long -fvisibility=hidden -MT src/dump_features-denoise.o -MD -MP -MF 
src/.deps/dump_features-denoise.Tpo -c -o src/dump_features-denoise.o `test -f 
'src/denoise.c' || echo '/pobj/rnnoise-0.2/rnnoise-0.2/'`src/denoise.c
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:38:
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27:
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_size();
:                                   ^
:                                    void
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_frame_size();
:                                         ^
:                                          void
:/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:277:21: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:int rnnoise_get_size() {
:                    ^
:                     void
:/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:281:27: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:int rnnoise_get_frame_size() {
:                          ^
:                           void
:4 warnings generated.
:mv -f src/.deps/dump_features-denoise.Tpo src/.deps/dump_features-denoise.Po
:cc -DHAVE_CONFIG_H -I. -I/pobj/rnnoise-0.2/rnnoise-0.2    
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src  
-DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses 
-Wno-long-long -fvisibility=hidden -MT src/dump_features-pitch.o -MD -MP -MF 
src/.deps/dump_features-pitch.Tpo -c -o src/dump_features-pitch.o `test -f 
'src/pitch.c' || echo '/pobj/rnnoise-0.2/rnnoise-0.2/'`src/pitch.c
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c:40:
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27:
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_size();
:                                   ^
:                                    void
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_frame_size();
:                                         ^
:                                          void
:2 warnings generated.
:mv -f src/.deps/dump_features-pitch.Tpo src/.deps/dump_features-pitch.Po
:cc -DHAVE_CONFIG_H -I. -I/pobj/rnnoise-0.2/rnnoise-0.2    
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src  
-DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses 
-Wno-long-long -fvisibility=hidden -MT src/dump_features-celt_lpc.o -MD -MP -MF 
src/.deps/dump_features-celt_lpc.Tpo -c -o src/dump_features-celt_lpc.o `test 
-f 'src/celt_lpc.c' || echo '/pobj/rnnoise-0.2/rnnoise-0.2/'`src/celt_lpc.c
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c:36:
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27:
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_size();
:                                   ^
:                                    void
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_frame_size();
:                                         ^
:                                          void
:2 warnings generated.
:mv -f src/.deps/dump_features-celt_lpc.Tpo src/.deps/dump_features-celt_lpc.Po
:cc -DHAVE_CONFIG_H -I. -I/pobj/rnnoise-0.2/rnnoise-0.2    
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src  
-DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses 
-Wno-long-long -fvisibility=hidden -MT src/dump_features-kiss_fft.o -MD -MP -MF 
src/.deps/dump_features-kiss_fft.Tpo -c -o src/dump_features-kiss_fft.o `test 
-f 'src/kiss_fft.c' || echo '/pobj/rnnoise-0.2/rnnoise-0.2/'`src/kiss_fft.c
:mv -f src/.deps/dump_features-kiss_fft.Tpo src/.deps/dump_features-kiss_fft.Po
:cc -DHAVE_CONFIG_H -I. -I/pobj/rnnoise-0.2/rnnoise-0.2    
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src  
-DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses 
-Wno-long-long -fvisibility=hidden -MT src/dump_features-parse_lpcnet_weights.o 
-MD -MP -MF src/.deps/dump_features-parse_lpcnet_weights.Tpo -c -o 
src/dump_features-parse_lpcnet_weights.o `test -f 'src/parse_lpcnet_weights.c' 
|| echo '/pobj/rnnoise-0.2/rnnoise-0.2/'`src/parse_lpcnet_weights.c
:mv -f src/.deps/dump_features-parse_lpcnet_weights.Tpo 
src/.deps/dump_features-parse_lpcnet_weights.Po
:cc -DHAVE_CONFIG_H -I. -I/pobj/rnnoise-0.2/rnnoise-0.2    
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src  
-DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses 
-Wno-long-long -fvisibility=hidden -MT src/dump_features-rnnoise_tables.o -MD 
-MP -MF src/.deps/dump_features-rnnoise_tables.Tpo -c -o 
src/dump_features-rnnoise_tables.o `test -f 'src/rnnoise_tables.c' || echo 
'/pobj/rnnoise-0.2/rnnoise-0.2/'`src/rnnoise_tables.c
:mv -f src/.deps/dump_features-rnnoise_tables.Tpo 
src/.deps/dump_features-rnnoise_tables.Po
:/usr/bin/libtool  --tag=CC    --mode=link cc 
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src  
-DTRAINING  -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare 
-Wno-parentheses -Wno-long-long -fvisibility=hidden   -o dump_features 
src/dump_features-dump_features.o  src/dump_features-denoise.o  
src/dump_features-pitch.o  src/dump_features-celt_lpc.o  
src/dump_features-kiss_fft.o  src/dump_features-parse_lpcnet_weights.o  
src/dump_features-rnnoise_tables.o -lm 
:libtool: link: cc -o dump_features -I/pobj/rnnoise-0.2/rnnoise-0.2/include 
-I/pobj/rnnoise-0.2/rnnoise-0.2/src -DTRAINING -O2 -pipe -pedantic -Wall 
-Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden 
src/dump_features-dump_features.o src/dump_features-denoise.o 
src/dump_features-pitch.o src/dump_features-celt_lpc.o 
src/dump_features-kiss_fft.o src/dump_features-parse_lpcnet_weights.o 
src/dump_features-rnnoise_tables.o -L.libs -lm
:ld: warning: dump_features.c(src/dump_features-dump_features.o:(main)): 
warning: rand() may return deterministic values, is that what you want?
:cc -DHAVE_CONFIG_H -I. -I/pobj/rnnoise-0.2/rnnoise-0.2    
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src  
-DDUMP_BINARY_WEIGHTS -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare 
-Wno-parentheses -Wno-long-long -fvisibility=hidden -MT 
src/dump_weights_blob-write_weights.o -MD -MP -MF 
src/.deps/dump_weights_blob-write_weights.Tpo -c -o 
src/dump_weights_blob-write_weights.o `test -f 'src/write_weights.c' || echo 
'/pobj/rnnoise-0.2/rnnoise-0.2/'`src/write_weights.c
:mv -f src/.deps/dump_weights_blob-write_weights.Tpo 
src/.deps/dump_weights_blob-write_weights.Po
:/usr/bin/libtool  --tag=CC    --mode=link cc  
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src  
-DDUMP_BINARY_WEIGHTS -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare 
-Wno-parentheses -Wno-long-long -fvisibility=hidden    -o dump_weights_blob 
src/dump_weights_blob-write_weights.o -lm 
:libtool: link: cc -o dump_weights_blob -I/pobj/rnnoise-0.2/rnnoise-0.2/include 
-I/pobj/rnnoise-0.2/rnnoise-0.2/src -DDUMP_BINARY_WEIGHTS -O2 -pipe -pedantic 
-Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long 
-fvisibility=hidden src/dump_weights_blob-write_weights.o -L.libs -lm
:depbase=`echo src/denoise.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; 
/usr/bin/libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. 
-I/pobj/rnnoise-0.2/rnnoise-0.2     -I/pobj/rnnoise-0.2/rnnoise-0.2/include 
-I/pobj/rnnoise-0.2/rnnoise-0.2/src  -O2 -pipe -pedantic -Wall -Wextra 
-Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT 
src/denoise.lo -MD -MP -MF $depbase.Tpo -c -o src/denoise.lo 
/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c && mv -f $depbase.Tpo $depbase.Plo
:cc -DHAVE_CONFIG_H -I. -I/pobj/rnnoise-0.2/rnnoise-0.2 
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 
-pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long 
-fvisibility=hidden -MT src/denoise.lo -MD -MP -MF src/.deps/denoise.Tpo -c 
/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c -fPIC -DPIC -o src/.libs/denoise.o
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:38:
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27:
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_size();
:                                   ^
:                                    void
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_frame_size();
:                                         ^
:                                          void
:/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:277:21: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:int rnnoise_get_size() {
:                    ^
:                     void
:/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:281:27: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:int rnnoise_get_frame_size() {
:                          ^
:                           void
:4 warnings generated.
:cc -DHAVE_CONFIG_H -I. -I/pobj/rnnoise-0.2/rnnoise-0.2 
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 
-pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long 
-fvisibility=hidden -MT src/denoise.lo -MD -MP -MF src/.deps/denoise.Tpo -c 
/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c -o src/denoise.o
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:38:
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27:
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_size();
:                                   ^
:                                    void
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_frame_size();
:                                         ^
:                                          void
:/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:277:21: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:int rnnoise_get_size() {
:                    ^
:                     void
:/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:281:27: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:int rnnoise_get_frame_size() {
:                          ^
:                           void
:4 warnings generated.
:depbase=`echo src/rnn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; 
/usr/bin/libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. 
-I/pobj/rnnoise-0.2/rnnoise-0.2     -I/pobj/rnnoise-0.2/rnnoise-0.2/include 
-I/pobj/rnnoise-0.2/rnnoise-0.2/src  -O2 -pipe -pedantic -Wall -Wextra 
-Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT 
src/rnn.lo -MD -MP -MF $depbase.Tpo -c -o src/rnn.lo 
/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c && mv -f $depbase.Tpo $depbase.Plo
:cc -DHAVE_CONFIG_H -I. -I/pobj/rnnoise-0.2/rnnoise-0.2 
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 
-pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long 
-fvisibility=hidden -MT src/rnn.lo -MD -MP -MF src/.deps/rnn.Tpo -c 
/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c -fPIC -DPIC -o src/.libs/rnn.o
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c:36:
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.h:30:
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_size();
:                                   ^
:                                    void
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_frame_size();
:                                         ^
:                                          void
:2 warnings generated.
:cc -DHAVE_CONFIG_H -I. -I/pobj/rnnoise-0.2/rnnoise-0.2 
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 
-pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long 
-fvisibility=hidden -MT src/rnn.lo -MD -MP -MF src/.deps/rnn.Tpo -c 
/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c -o src/rnn.o
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c:36:
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.h:30:
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_size();
:                                   ^
:                                    void
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_frame_size();
:                                         ^
:                                          void
:2 warnings generated.
:depbase=`echo src/pitch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; 
/usr/bin/libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. 
-I/pobj/rnnoise-0.2/rnnoise-0.2     -I/pobj/rnnoise-0.2/rnnoise-0.2/include 
-I/pobj/rnnoise-0.2/rnnoise-0.2/src  -O2 -pipe -pedantic -Wall -Wextra 
-Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT 
src/pitch.lo -MD -MP -MF $depbase.Tpo -c -o src/pitch.lo 
/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c && mv -f $depbase.Tpo $depbase.Plo
:cc -DHAVE_CONFIG_H -I. -I/pobj/rnnoise-0.2/rnnoise-0.2 
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 
-pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long 
-fvisibility=hidden -MT src/pitch.lo -MD -MP -MF src/.deps/pitch.Tpo -c 
/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c -fPIC -DPIC -o src/.libs/pitch.o
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c:40:
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27:
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_size();
:                                   ^
:                                    void
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_frame_size();
:                                         ^
:                                          void
:2 warnings generated.
:cc -DHAVE_CONFIG_H -I. -I/pobj/rnnoise-0.2/rnnoise-0.2 
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 
-pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long 
-fvisibility=hidden -MT src/pitch.lo -MD -MP -MF src/.deps/pitch.Tpo -c 
/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c -o src/pitch.o
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c:40:
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27:
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_size();
:                                   ^
:                                    void
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_frame_size();
:                                         ^
:                                          void
:2 warnings generated.
:depbase=`echo src/kiss_fft.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; 
/usr/bin/libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. 
-I/pobj/rnnoise-0.2/rnnoise-0.2     -I/pobj/rnnoise-0.2/rnnoise-0.2/include 
-I/pobj/rnnoise-0.2/rnnoise-0.2/src  -O2 -pipe -pedantic -Wall -Wextra 
-Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT 
src/kiss_fft.lo -MD -MP -MF $depbase.Tpo -c -o src/kiss_fft.lo 
/pobj/rnnoise-0.2/rnnoise-0.2/src/kiss_fft.c && mv -f $depbase.Tpo $depbase.Plo
:cc -DHAVE_CONFIG_H -I. -I/pobj/rnnoise-0.2/rnnoise-0.2 
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 
-pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long 
-fvisibility=hidden -MT src/kiss_fft.lo -MD -MP -MF src/.deps/kiss_fft.Tpo -c 
/pobj/rnnoise-0.2/rnnoise-0.2/src/kiss_fft.c -fPIC -DPIC -o src/.libs/kiss_fft.o
:cc -DHAVE_CONFIG_H -I. -I/pobj/rnnoise-0.2/rnnoise-0.2 
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 
-pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long 
-fvisibility=hidden -MT src/kiss_fft.lo -MD -MP -MF src/.deps/kiss_fft.Tpo -c 
/pobj/rnnoise-0.2/rnnoise-0.2/src/kiss_fft.c -o src/kiss_fft.o
:depbase=`echo src/celt_lpc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; 
/usr/bin/libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. 
-I/pobj/rnnoise-0.2/rnnoise-0.2     -I/pobj/rnnoise-0.2/rnnoise-0.2/include 
-I/pobj/rnnoise-0.2/rnnoise-0.2/src  -O2 -pipe -pedantic -Wall -Wextra 
-Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT 
src/celt_lpc.lo -MD -MP -MF $depbase.Tpo -c -o src/celt_lpc.lo 
/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c && mv -f $depbase.Tpo $depbase.Plo
:cc -DHAVE_CONFIG_H -I. -I/pobj/rnnoise-0.2/rnnoise-0.2 
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 
-pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long 
-fvisibility=hidden -MT src/celt_lpc.lo -MD -MP -MF src/.deps/celt_lpc.Tpo -c 
/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c -fPIC -DPIC -o src/.libs/celt_lpc.o
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c:36:
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27:
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_size();
:                                   ^
:                                    void
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_frame_size();
:                                         ^
:                                          void
:2 warnings generated.
:cc -DHAVE_CONFIG_H -I. -I/pobj/rnnoise-0.2/rnnoise-0.2 
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 
-pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long 
-fvisibility=hidden -MT src/celt_lpc.lo -MD -MP -MF src/.deps/celt_lpc.Tpo -c 
/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c -o src/celt_lpc.o
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c:36:
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27:
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_size();
:                                   ^
:                                    void
:/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function 
declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
:RNNOISE_EXPORT int rnnoise_get_frame_size();
:                                         ^
:                                          void
:2 warnings generated.
:depbase=`echo src/nnet.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; 
/usr/bin/libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. 
-I/pobj/rnnoise-0.2/rnnoise-0.2     -I/pobj/rnnoise-0.2/rnnoise-0.2/include 
-I/pobj/rnnoise-0.2/rnnoise-0.2/src  -O2 -pipe -pedantic -Wall -Wextra 
-Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT 
src/nnet.lo -MD -MP -MF $depbase.Tpo -c -o src/nnet.lo 
/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.c && mv -f $depbase.Tpo $depbase.Plo
:cc -DHAVE_CONFIG_H -I. -I/pobj/rnnoise-0.2/rnnoise-0.2 
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 
-pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long 
-fvisibility=hidden -MT src/nnet.lo -MD -MP -MF src/.deps/nnet.Tpo -c 
/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.c -fPIC -DPIC -o src/.libs/nnet.o
:In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.c:39:
:/pobj/rnnoise-0.2/rnnoise-0.2/src/vec.h:44:10: fatal error: 'os_support.h' 
file not found
:#include "os_support.h"
:         ^~~~~~~~~~~~~~
:1 error generated.
:Error while executing cc -DHAVE_CONFIG_H -I. -I/pobj/rnnoise-0.2/rnnoise-0.2 
-I/pobj/rnnoise-0.2/rnnoise-0.2/include -I/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 
-pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long 
-fvisibility=hidden -MT src/nnet.lo -MD -MP -MF src/.deps/nnet.Tpo -c 
/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.c -fPIC -DPIC -o src/.libs/nnet.o
:*** Error 1 in . (Makefile:723 'src/nnet.lo')
:*** Error 2 in /pobj/rnnoise-0.2/build-i386 (Makefile:489 'all')
:*** Error 2 in audio/rnnoise (/usr/ports/infrastructure/mk/bsd.port.mk:3061 
'/pobj/rnnoise-0.2/build-i386/.build_done': @cd /pobj/rnnoise-0....)
:*** Error 2 in audio/rnnoise (/usr/ports/infrastructure/mk/bsd.port.mk:2704 
'build': @lock=rnnoise-0.2;  export _LOCKS_HELD=" rnnoise-0.2"; ...)
:===> Exiting audio/rnnoise with an error
:*** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': 
@: ${echo_msg:=echo};  : ${target:=build};  for i in ; do  eval...)
:>>> Ended at 1722937838.32
:max_stuck=0.00/depends=6.16/show-prepare-results=1.38/extract=1.13/patch=0.30/configure=26.67/build=44.13
:Error: job failed with 512 on i386-2 at 1722937838
:

-- 
Brain, n.:
        The apparatus with which we think that we think.
                -- Ambrose Bierce, "The Devil's Dictionary"


Reply via email to