From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 10 17:00:38 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6760C16A41C for ; Sun, 10 Jul 2005 17:00:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEB5F43D49 for ; Sun, 10 Jul 2005 17:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6AH0Wiq036930 for ; Sun, 10 Jul 2005 17:00:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6AH0WWo036929; Sun, 10 Jul 2005 17:00:32 GMT (envelope-from gnats) Resent-Date: Sun, 10 Jul 2005 17:00:32 GMT Resent-Message-Id: <200507101700.j6AH0WWo036929@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ingmar Gebert Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4D6616A41C for ; Sun, 10 Jul 2005 16:53:15 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 898EF43D49 for ; Sun, 10 Jul 2005 16:53:15 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AGrFTY046374 for ; Sun, 10 Jul 2005 16:53:15 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j6AGrF6E046373; Sun, 10 Jul 2005 16:53:15 GMT (envelope-from nobody) Message-Id: <200507101653.j6AGrF6E046373@www.freebsd.org> Date: Sun, 10 Jul 2005 16:53:15 GMT From: Ingmar Gebert To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/83227: Wavpack does not compile on 4.11 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2005 17:00:38 -0000 >Number: 83227 >Category: misc >Synopsis: Wavpack does not compile on 4.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 10 17:00:32 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ingmar Gebert >Release: 4.11 >Organization: >Environment: nostromo# uname -a FreeBSD nostromo 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Fri Jan 21 17:21:22 GMT 2005 root@perseus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: nostromo# portinstall wavpack ---> Installing 'wavpack-4.2' from a port (audio/wavpack) ---> Building '/usr/ports/audio/wavpack' ===> Cleaning for libiconv-1.9.2_1 ===> Cleaning for libtool-1.5.18 ===> Cleaning for wavpack-4.2 ===> Extracting for wavpack-4.2 => Checksum OK for wavpack-4.2.tar.bz2. ===> Patching for wavpack-4.2 ===> wavpack-4.2 depends on file: /usr/local/bin/libtool15 - found ===> wavpack-4.2 depends on shared library: iconv.3 - found ===> Configuring for wavpack-4.2 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking dependency style of cc... gcc checking whether byte ordering is bigendian... no checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... (cached) none needed checking dependency style of cc... (cached) gcc checking build system type... i386-portbld-freebsd4.11 checking host system type... i386-portbld-freebsd4.11 checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by cc... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 65536 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc static flag works... yes checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/libexec/elf/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd4.11 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/libexec/elf/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for log10 in -lm... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... no checking for iconv in -liconv... yes configure: creating ./config.status config.status: creating Makefile config.status: creating wavpack.pc config.status: executing depfiles commands ===> Building for wavpack-4.2 source='bits.c' object='libwavpack_la-bits.lo' libtool=yes DEPDIR=.deps depmode=gcc /bin/sh ./depcomp /bin/sh /usr/local/bin/libtool15 --tag=CC --mode=compile cc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"4.2\" -DPACKAGE_STRING=\"wavpack\ 4.2\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DVERSION_OS=\"FreeBSD\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_LIBM=1 -I. -I. -I/usr/local/include -DPACK -DUNPACK -DUSE_FSTREAMS -DTAGS -DSEEKING -DVER3 -O2 -pipe -march=pentium -c -o libwavpack_la-bits.lo `test -f 'bits.c' || echo './'`bits.c mkdir .libs cc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"4.2\" "-DPACKAGE_STRING=\"wavpack 4.2\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DVERSION_OS=\"FreeBSD\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_LIBM=1 -I. -I. -I/usr/local/include -DPACK -DUNPACK -DUSE_FSTREAMS -DTAGS -DSEEKING -DVER3 -O2 -pipe -march=pentium -c bits.c -Wp,-MD,.deps/libwavpack_la-bits.TPlo -fPIC -DPIC -o .libs/libwavpack_la-bits.o In file included from bits.c:17: wavpack.h:394: syntax error before `&' wavpack.h:398: stray '\' in program *** Error code 1 Stop in /usr/ports/audio/wavpack/work/wavpack-4.2. *** Error code 1 Stop in /usr/ports/audio/wavpack. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: