[Bug 207892] audio/audacity: build failure after r410194

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 10 22:42:45 UTC 2016


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

            Bug ID: 207892
           Summary: audio/audacity: build failure after r410194
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: bar at FreeBSD.org
                CC: xxjack12xx at gmail.com
             Flags: maintainer-feedback?(xxjack12xx at gmail.com)
                CC: xxjack12xx at gmail.com

Created attachment 167980
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=167980&action=edit
output of make showconfig

Trying to upgrade audio audacity, I'm getting the following error:

libtool: compile:  cc -c -O2 -pipe -fno-strict-aliasing -march=athlon64-sse3
-DLIBICONV_PLUG -fstack-protector -DPA_LITTLE_ENDIAN -I./include -I./src/common
-I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\"
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4
-DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 -DPA_USE_ALSA=1
-DPA_USE_OSS=1 src/hostapi/alsa/pa_linux_alsa.c -o
src/hostapi/alsa/pa_linux_alsa.o
src/hostapi/alsa/pa_linux_alsa.c:52:10: fatal error: 'alsa/asoundlib.h' file
not found
#include <alsa/asoundlib.h>
         ^
1 error generated.
Makefile:231: recipe for target 'src/hostapi/alsa/pa_linux_alsa.lo' failed

It seems that alsa gets autodetected during configure, and then in
portaudio-v19 the build fails because an include is not found.
If these could be of any help, note that:
- in the failing command, %LOCALBASE/include/alsa is not included
- $ pkg which /usr/local/include/alsa/asoundlib.h 
/usr/local/include/alsa/asoundlib.h was installed by package alsa-lib-1.1.0
- audio/alsa-lib has been update a couple of days after audacity

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


More information about the freebsd-ports-bugs mailing list