Does the package still build with GCC 5.1? I'm getting some errors, the relevant snippet is below:
ar: /home/lahwaacz/build/aur/gcc48/src/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /usr/bin/../bin/../lib/bfd-plugins/LLVMgold.so)
../libtool: line 1132: 4748 Segmentation fault (core dumped) ar rc .libs/libstdc++.a <many object files>
Makefile:545: recipe for target 'libstdc++.la' failed
make[6]: *** [libstdc++.la] Error 139
make[6]: Leaving directory '/home/lahwaacz/build/aur/gcc48/src/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/src'
Does the package still build with GCC 5.1? I'm getting some errors, the relevant snippet is below: