Date: Thu, 10 Mar 2016 22:42:44 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 207892] audio/audacity: build failure after r410194 Message-ID: <bug-207892-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207892 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@FreeBSD.org Reporter: bar@FreeBSD.org CC: xxjack12xx@gmail.com Flags: maintainer-feedback?(xxjack12xx@gmail.com) CC: xxjack12xx@gmail.com Created attachment 167980 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D167980&action= =3Dedit 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=3Dathlon64-s= se3 -DLIBICONV_PLUG -fstack-protector -DPA_LITTLE_ENDIAN -I./include -I./src/co= mmon -I./src/os/unix -pthread -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION=3D\"\" -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE_URL=3D\"\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_S= TAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_= H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_= H=3D1 -DLT_OBJDIR=3D\".libs/\" -DHAVE_SYS_SOUNDCARD_H=3D1 -DSIZEOF_SHORT=3D2 -DSI= ZEOF_INT=3D4 -DSIZEOF_LONG=3D8 -DHAVE_CLOCK_GETTIME=3D1 -DHAVE_NANOSLEEP=3D1 -DPA_USE_AL= SA=3D1 -DPA_USE_OSS=3D1 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=20 /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 --=20 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-207892-13>