Subject: pkg/4712: audio/splay fails to build
To: None <gnats-bugs@gnats.netbsd.org>
From: Steve Allen <allen@wormey.ndip.eskimo.net>
List: netbsd-bugs
Date: 12/17/1997 18:46:58
>Number: 4712
>Category: pkg
>Synopsis: audio/splay fails to build, undeclared variable
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: gnats-admin (GNATS administrator)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Dec 17 19:05:00 1997
>Last-Modified:
>Originator: Steve Allen
>Organization:
I speak only for myself.
>Release: 1.3_BETA
>Environment:
System: NetBSD wormey 1.3_BETA NetBSD 1.3_BETA (GENERIC) #51: Sun Nov 30 10:07:10 PST 1997 root2@wormey:/usr/src/sys/arch/mac68k/compile/GENERIC mac68k
>Description:
audio/splay will not build due to undefined variable
>How-To-Repeat:
Script started on Wed Dec 17 18:38:00 1997
# make
>Fix:
>Audit-Trail:
>Unformatted:
>> Checksum OK for splay-0.5.tar.gz.
===> Extracting for splay-0.5
===> Patching for splay-0.5
===> Applying NetBSD patches for splay-0.5
===> Configuring for splay-0.5
creating cache ./config.cache
checking for gcc... cc
checking whether the C compiler (cc -O ) works... yes
checking whether the C compiler (cc -O ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... /usr/bin/install -c -o bin -g bin
checking for ranlib... ranlib
checking for pthread_create in -lpthread... no
checking for cos in -lm... yes
checking for pow... yes
checking for tan... yes
checking for sin... yes
checking for strstr... yes
checking for main in -lX11... no
checking for main in -lqt... no
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for malloc.h... yes
checking for sys/ioctl.h... yes
checking for unistd.h... yes
checking whether cc needs -traditional... no
checking whether byte ordering is bigendian... yes
updating cache ./config.cache
creating ./config.status
creating src/Makefile
creating src/xqt/Makefile
creating src/cmd/Makefile
creating xlibs/Makefile
creating Makefile
creating mpegsound/Makefile
===> Building for splay-0.5
Making all in mpegsound
c++ -DWORDS_BIGENDIAN=1 -DPACKAGE=\"splay\" -DVERSION=\"0.5\" -I. -I. -I. -g -O2 -Wall -Wstrict-prototypes -c binput.cc
mpegsound.h: In method `int Soundinputbitstream::getbits9(int)':
In file included from binput.cc:3:
mpegsound.h:250: `bixindex' undeclared (first use this function)
mpegsound.h:250: (Each undeclared identifier is reported only once
mpegsound.h:250: for each function it appears in.)
mpegsound.h: In method `int Soundinputbitstream::getbits8()':
mpegsound.h:269: `bixindex' undeclared (first use this function)
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
# exit
Script done on Wed Dec 17 18:40:36 1997