View Issue Details

IDProjectCategoryView StatusLast Update
0006694ardourbugspublic2018-04-22 22:16
Reporterccaudle Assigned To 
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionfixed 
PlatformX64OSFedoraOS Version23
Product Version4.X git (version in description) 
Summary0006694: git head does not build on Fedora 23
DescriptionGit head does not build on Fedora 23 with errors relating to C++11 compatibility errors.
Build log attached.
$ rpm -q gcc-c++
gcc-c++-5.1.1-4.fc23.x86_64
Steps To ReproduceInstall Fedora 23.
git pull
./waf
TagsNo tags attached.

Activities

ccaudle

2015-11-30 02:34

reporter  

fedora_23_build_log.txt (4,947,041 bytes)

tartina

2015-11-30 09:06

reporter   ~0017668

Last edited: 2015-11-30 22:27

Try with:
./waf configure --strict --prefix=/usr --configdir=/etc --with-backends=jack,alsa,dummy --cxx11
./waf

Notice --cxx11, starting with Fedora 23 it's needed for glibmm, gtkmm.

ccaudle

2015-11-30 16:50

reporter   ~0017669

Last edited: 2015-12-01 20:53

Adding --cxx11 does indeed allow it to compile. Is that something which should be detected automatically by the waf script, or just something that whoever compiles needs to know to add to the configure line?
I'm OK to close this if it is just a builder error.

ccaudle

2018-04-22 22:16

reporter   ~0020260

-cxx11 argument to waf corrected this; fixed for years, just closing now as belated cleanup.

Issue History

Date Modified Username Field Change
2015-11-30 02:34 ccaudle New Issue
2015-11-30 02:34 ccaudle File Added: fedora_23_build_log.txt
2015-11-30 09:06 tartina Note Added: 0017668
2015-11-30 09:07 tartina Note Edited: 0017668
2015-11-30 16:50 ccaudle Note Added: 0017669
2015-11-30 22:27 tartina Note Edited: 0017668
2015-12-01 20:53 ccaudle Note Edited: 0017669
2018-04-22 22:16 ccaudle Note Added: 0020260
2018-04-22 22:16 ccaudle Status new => closed
2018-04-22 22:16 ccaudle Resolution open => fixed