[Bug 194862] New: editors/emacs failes to build if ALSA option enabled.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 6 10:27:07 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194862

            Bug ID: 194862
           Summary: editors/emacs failes to build if ALSA  option enabled.
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ashish at FreeBSD.org
          Reporter: crest at sahiro.org
          Assignee: ashish at FreeBSD.org
             Flags: maintainer-feedback?(ashish at FreeBSD.org)

Created attachment 149125
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149125&action=edit
Patch for editors/emacs

If new ALSA option enabled, editors/emacs fails to build, because dependence on
audio/alsa-lib is not written in Makefile.

% cd /usr/ports/editors/emacs
% sudo make
...
checking for alsa >= 1.0.0... no
configure: error: ALSA sound support requested but not found.
===>  Script "configure" failed unexpectedly.
Please report the problem to ashish at FreeBSD.org [maintainer] and attach the
"/var/portbuild/usr/ports/editors/emacs/work/emacs-24.4/config.log" including
the output of the failure of your make command. Also, it might be a good idea
to provide an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/editors/emacs
*** Error code 1

Stop.
make: stopped in /usr/ports/editors/emacs

Adding next line is needed for alsa support.
ALSA_LIB_DEPENDS=    libasound.so:${PORTSDIR}/audio/alsa-lib

--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer ashish at FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list