FS#52055 - [audacity] Build fails

Attached to Project: Arch Linux
Opened by StevenPolley (Shebang) - Monday, 05 December 2016, 22:50 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 18 March 2017, 18:41 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Eric Belanger (Snowman)
Anatol Pomozov (anatolik)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Audacity fails to build, it looks like this has been fixed in a patch on github, but not in the zip file that is downloaded with the PKGBUILD. mis on the forums says this is due to a change in GCC, but they've written a patch here:

https://bbs.archlinux.org/viewtopic.php?pid=1674292#p1674292


Additional info:
* Package verison 2.1.2


Steps to reproduce:
Attempt to build package via ABS fails due to changes in GCC.

[code]
import/ImportFLAC.cpp:299:14: error: cannot convert ‘bool’ to ‘ImportFileHandle*’ in return
return false; // File not found
^~~~~
import/ImportFLAC.cpp:316:14: error: cannot convert ‘bool’ to ‘ImportFileHandle*’ in return
return false;
^~~~~
[/code]
This task depends upon

Closed by  Antonio Rojas (arojas)
Saturday, 18 March 2017, 18:41 GMT
Reason for closing:  Fixed
Additional comments about closing:  audacity 2.1.3

Loading...