Date: Fri, 3 Jun 2005 08:19:21 GMT From: "Eugene M. Zheganin" <emz@norma.perm.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/81827: /usr/ports/audio/muse broken on 5-STABLE Message-ID: <200506030819.j538JLGE047099@www.freebsd.org> Resent-Message-ID: <200506030820.j538K27G094203@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 81827 >Category: ports >Synopsis: /usr/ports/audio/muse broken on 5-STABLE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 08:20:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Eugene M. Zheganin >Release: FreeBSD 5-STABLE >Organization: Norma JSC. >Environment: FreeBSD elf.hq.norma.perm.ru 5.4-STABLE FreeBSD 5.4-STABLE #0: Tue May 10 11:53:55 YEKST 2005 emz@wader.hq.norma.perm.ru:/usr/obj/usr/src/sys/ELF i386 >Description: When trying to build /usr/ports/audio/muse on 5.x the following error appear: ===Cut=== if c++ -DHAVE_CONFIG_H -I. -I. -I.. -Ishout -I/usr/X11R6/include -Incursesgui -I/usr/local/include -DHAVE_DECL_GETOPT - DHAVE_SYS_UIO_H -O -pipe -D_REENTRANT -MT pipe.o -MD -MP -MF ".deps/pipe.Tpo" \ -c -o pipe.o `test -f 'pipe.cpp' || echo './'`pipe.cpp; \ then mv -f ".deps/pipe.Tpo" ".deps/pipe.Po"; \ else rm -f ".deps/pipe.Tpo"; exit 1; \ fi pipe.cpp: In member function `int Pipe::read_float_intl(int, float*, int)': pipe.cpp:122: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:124: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:150: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:151: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp: In member function `int Pipe::read_float_bidi(int, float**, int)': pipe.cpp:228: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:230: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:257: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:258: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp: In member function `int Pipe::mix16stereo(int, int32_t*)': pipe.cpp:313: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:315: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:328: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:329: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp: In member function `int Pipe::read(int, void*)': pipe.cpp:376: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:378: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:385: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:386: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp: In member function `int Pipe::write(int, void*)': pipe.cpp:422: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:426: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:433: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:434: error: ISO C++ forbids cast to non-reference type used as lvalue gmake[3]: *** [pipe.o] Error 1 gmake[3]: Leaving directory `/usr/ports/audio/muse/work/MuSE-0.9/src' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/audio/muse/work/MuSE-0.9/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/audio/muse/work/MuSE-0.9' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/audio/muse. ===Cut=== >How-To-Repeat: cd /usr/ports/audio/muse && make -DWITHOUT_X11 >Fix: none fixes known. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506030819.j538JLGE047099>