Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Nov 2014 08:59:42 +0000
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
Message-ID:  <bug-194779-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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 <bugzilla@FreeBSD.org> ---
Maintainer CC'd

-- 
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-194779-13>