Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2012 07:35:34 GMT
From:      Takashi Matsubara <t-matubara@miracle.ocn.ne.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/166749: [PATCH]deskutils/cairo-dock-plugins 2.3.0~3_2 AlsaMixer error(Resend)
Message-ID:  <201204080735.q387ZY0A099278@red.freebsd.org>
Resent-Message-ID: <201204080740.q387eHKD072130@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         166749
>Category:       ports
>Synopsis:       [PATCH]deskutils/cairo-dock-plugins 2.3.0~3_2 AlsaMixer error(Resend)
>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:   Sun Apr 08 07:40:17 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Takashi Matsubara
>Release:        FreeBSD9-STABLE
>Organization:
>Environment:
FreeBSD tamago-two.tamago.local 9.0-STABLE FreeBSD 9.0-STABLE #10: Fri Apr  6 21:51:06 JST 2012     matubara@tamago-two.tamago.local:/usr/obj/usr/src/sys/TAMAGO-TWO  amd64
>Description:
It may not send attachments, Resend. 

AlsaMixer. It becomes the following error.

ALSA lib control.c:867:(snd_ctl_open_conf) Cannot open shared library /usr/local/lib/alsa-lib/libasound_module_ctl_oss.so
cairo_dock_create_surface_from_image_simple: assertion `cImageFile != NULL' failed

>How-To-Repeat:
Always
>Fix:
--- patch-Makefile begins here ---
--- Makefile.orig       2012-04-03 18:53:42.000000000 +0900
+++ Makefile    2012-04-03 18:55:42.000000000 +0900
@@ -91,6 +91,7 @@

 .if defined(WITH_ALSA_MIXER)
 LIB_DEPENDS+=  asound.2:${PORTSDIR}/audio/alsa-lib
+RUN_DEPENDS+=  ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins
 CMAKE_ARGS+=   -Denable_alsa_mixer:STRING=yes
 PLIST_SUB+=    ALSA_MIXER=""
 .else
--- patch-Makefile ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204080735.q387ZY0A099278>