From owner-freebsd-ports-bugs@freebsd.org Thu Mar 10 22:42:45 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76BB1ACA23D for ; Thu, 10 Mar 2016 22:42:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C4D8A56 for ; Thu, 10 Mar 2016 22:42:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2AMgi8C079668 for ; Thu, 10 Mar 2016 22:42:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 207892] audio/audacity: build failure after r410194 Date: Thu, 10 Mar 2016 22:42:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bar@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 22:42:45 -0000 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 ^ 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.=