pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

firefox-hg: describe current failure in TODO



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Mar 21 15:51:40 2016 +0100
Changeset:	8f7c05d4f18921eb2ac8a30372bde3d4895b313d

Added Files:
	firefox-hg/TODO

Log Message:
firefox-hg: describe current failure in TODO

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8f7c05d4f18921eb2ac8a30372bde3d4895b313d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 firefox-hg/TODO | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diffs:
diff --git a/firefox-hg/TODO b/firefox-hg/TODO
new file mode 100644
index 0000000..e25b99f
--- /dev/null
+++ b/firefox-hg/TODO
@@ -0,0 +1,15 @@
+Currently fails to build with
+
+../../dom/media/webaudio/Unified_cpp_dom_media_webaudio1.o: In function `mozilla::FFTBlock::InterpolateFrequencyComponents(mozilla::FFTBlock const&, mozilla::FFTBlock const&, double)':
+Unified_cpp_dom_media_webaudio1.cpp:(.text+0x2238): undefined reference to `__c99_cabs'
+Unified_cpp_dom_media_webaudio1.cpp:(.text+0x224d): undefined reference to `__c99_cabs'
+../../dom/media/webaudio/Unified_cpp_dom_media_webaudio1.o: In function `mozilla::FFTBlock::AddConstantGroupDelay(double)':
+Unified_cpp_dom_media_webaudio1.cpp:(.text+0x2562): undefined reference to `__c99_cabs'
+../../dom/media/webaudio/Unified_cpp_dom_media_webaudio1.o: In function `mozilla::FFTBlock::ExtractAverageGroupDelay()':
+Unified_cpp_dom_media_webaudio1.cpp:(.text+0x26b9): undefined reference to `__c99_cabs'
+../../dom/media/webaudio/blink/Unified_cpp_webaudio_blink0.o: In function `WebCore::Biquad::setZeroPolePairs(std::complex<double> const&, std::complex<double> const&)':
+Unified_cpp_webaudio_blink0.cpp:(.text+0x1261): undefined reference to `__c99_cabs'
+../../dom/media/webaudio/blink/Unified_cpp_webaudio_blink0.o:Unified_cpp_webaudio_blink0.cpp:(.text+0x1292): more undefined references to `__c99_cabs' follow
+/scratch/wip/firefox-hg/work/mozilla/config/rules.mk:809: recipe for target 'libxul.so' failed
+
+NetBSD-7.99.26/amd64/20160321


Home | Main Index | Thread Index | Old Index