From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 3 08:59:42 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 746E2986 for ; Mon, 3 Nov 2014 08:59:42 +0000 (UTC) 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 5AE4FECD for ; Mon, 3 Nov 2014 08:59:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sA38xgZg082598 for ; Mon, 3 Nov 2014 08:59:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194779] New: audio/audacity build fails with SAMPLERATE=off and SOXR=off Date: Mon, 03 Nov 2014 08:59:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: riggs@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2014 08:59:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194779 Bug ID: 194779 Summary: audio/audacity build fails with SAMPLERATE=off and SOXR=off Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: riggs@FreeBSD.org CC: xxjack12xx@gmail.com CC: xxjack12xx@gmail.com Flags: maintainer-feedback?(xxjack12xx@gmail.com) There is a link error when no samplerate lib is selected: [...] audacity-AudioIO.o: In function `AudioIO::StartStream(WaveTrackArray, WaveTrackArray, TimeTrack*, double, double, double, AudioIOListener*, bool, double, double)': AudioIO.cpp:(.text+0x3f7d): undefined reference to `Resample::Resample(bool, double, double)' audacity-Mix.o: In function `Mixer::Mixer(int, WaveTrack**, TimeTrack*, double, double, int, int, bool, double, sampleFormat, bool, MixerSpec*)': Mix.cpp:(.text+0x1191): undefined reference to `Resample::Resample(bool, double, double)' Mix.cpp:(.text+0x11b4): undefined reference to `Resample::Resample(bool, double, double)' audacity-WaveClip.o: In function `WaveClip::Resample(int, ProgressDialog*)': WaveClip.cpp:(.text+0x3458): undefined reference to `Resample::Resample(bool, double, double)' effects/audacity-ChangeSpeed.o: In function `EffectChangeSpeed::ProcessOne(WaveTrack*, long long, long long)': effects/ChangeSpeed.cpp:(.text+0x6c8): undefined reference to `Resample::Resample(bool, double, double)' effects/ChangeSpeed.cpp:(.text+0x74a): undefined reference to `Resample::Process(double, float*, int, bool, int*, float*, int)' effects/ChangeSpeed.cpp:(.text+0x910): undefined reference to `Resample::~Resample()' effects/ChangeSpeed.cpp:(.text+0x958): undefined reference to `Resample::~Resample()' prefs/audacity-QualityPrefs.o: In function `QualityPrefs::GetNamesAndLabels()': prefs/QualityPrefs.cpp:(.text+0xa1c): undefined reference to `Resample::GetNumMethods()' prefs/QualityPrefs.cpp:(.text+0xa46): undefined reference to `Resample::GetMethodName(int)' prefs/audacity-QualityPrefs.o: In function `QualityPrefs::PopulateOrExchange(ShuttleGui&)': prefs/QualityPrefs.cpp:(.text+0xecd): undefined reference to `Resample::GetFastMethodKey()' prefs/QualityPrefs.cpp:(.text+0xed2): undefined reference to `Resample::GetFastMethodDefault()' prefs/QualityPrefs.cpp:(.text+0x10e0): undefined reference to `Resample::GetBestMethodKey()' prefs/QualityPrefs.cpp:(.text+0x10e5): undefined reference to `Resample::GetBestMethodDefault()' c++: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:1938: recipe for target 'audacity' failed --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug.