Date: Thu, 06 Nov 2014 10:27:06 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194862] New: editors/emacs failes to build if ALSA option enabled. Message-ID: <bug-194862-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: crest@sahiro.org Assignee: ashish@FreeBSD.org Flags: maintainer-feedback?(ashish@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@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@FreeBSD.org> --- Auto-assigned to maintainer ashish@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194862-13>