From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 14 23:30:07 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C4891065672 for ; Tue, 14 Dec 2010 23:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3762A8FC1D for ; Tue, 14 Dec 2010 23:30:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBENU76X062377 for ; Tue, 14 Dec 2010 23:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBENU7HL062375; Tue, 14 Dec 2010 23:30:07 GMT (envelope-from gnats) Resent-Date: Tue, 14 Dec 2010 23:30:07 GMT Resent-Message-Id: <201012142330.oBENU7HL062375@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anatoly Borodin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9278106564A for ; Tue, 14 Dec 2010 23:28:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D7A078FC12 for ; Tue, 14 Dec 2010 23:28:03 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id oBENS3b9093576 for ; Tue, 14 Dec 2010 23:28:03 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id oBENS3n5093575; Tue, 14 Dec 2010 23:28:03 GMT (envelope-from nobody) Message-Id: <201012142328.oBENS3n5093575@red.freebsd.org> Date: Tue, 14 Dec 2010 23:28:03 GMT From: Anatoly Borodin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/153159: audio/sox: play fails to start X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2010 23:30:07 -0000 >Number: 153159 >Category: ports >Synopsis: audio/sox: play fails to start >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 14 23:30:06 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Anatoly Borodin >Release: >Organization: >Environment: >Description: play fails to start, it cannot find some libraries. It may be connected to some compile options. >How-To-Repeat: # play some.mp3 ALSA lib pcm.c:2173:(snd_pcm_open_conf) Cannot open shared library /usr/local/lib/alsa-lib/libasound_module_pcm_oss.so play FAIL formats: can't open output file `default': snd_pcm_open error: No such file or directory # cd /usr/ports/audio/sox; make showconfig ===> The following configuration options are available for sox-14.3.0_5: AO=on "Enable libao output" AMRNB=on "AMR Speech Codec (Narrowband)" AMRWB=on "AMR Speech Codec (Wideband)" FFMPEG=on "Enable ffmpeg en/decoding" FLAC=on "Enable flac en/decoding with libflac" GSM=on "Use libgsm from ports (else use bundled lib)" ID3TAG=on "Enable mp3 tagging with libid3tag" LADSPA=on "Audio plugin support" LAME=on "Enable mp3 encoding with LAME" MAD=on "Enable mp3 decoding with MAD" PNG=on "Enable PNG spectrogram creation" SNDFILE=on "Enable libsndfile" VORBIS=on "Enable Ogg Vorbis support" WAVPACK=on "Enable Wavpack support" ===> Use 'make config' to modify these settings >Fix: # fgrep -rIsl libasound_module_pcm_oss /usr/ports/audio/ /usr/ports/audio/alsa-plugins/pkg-plist /usr/ports/audio/alsa-utils/Makefile /usr/ports/audio/hydrogen/Makefile /usr/ports/audio/xmp/Makefile After installing audio/alsa-plugins play works properly. Some RUN_DEPENDS should be added. >Release-Note: >Audit-Trail: >Unformatted: