Bug #6295
closedgcc8 compilation issues on Fedora
0%
Description
Hello,
I'm a package manager of wt on fedora. The latest release (4.0.2) fails to compile with gcc8 in rawhide (the latest fedora branch).
The build log is attached as boost-166-build.log.txt. It can be also viewed here [1] for a limited amount of time.
I've copied your upstream fix[2] as [3] to solve the problem.
[1] https://kojipkgs.fedoraproject.org//work/tasks/3699/25723699/build.log
[2] https://github.com/emweb/wt/commit/960e8d017b264710e344c63f9feb6ea1fa593eeb.patch
[3] https://src.fedoraproject.org/cgit/rpms/wt.git/tree/boost-166-compat.patch
The next issue I bumped into were failing examples [4]. I managed to fix them with a dumb patch [5]. Would be nice to see it fixed in a patch/next release.
[4] https://kojipkgs.fedoraproject.org//work/tasks/4420/25724420/build.log
[5] https://src.fedoraproject.org/cgit/rpms/wt.git/tree/examples-crypt.patch
Regards,
Michal
Files
Updated by Roel Standaert over 6 years ago
- Status changed from New to Resolved
I added the crypt.h
includes (if _XOPEN_CRYPT
is not defined), so this will be fixed with the next release of Wt.
Updated by Roel Standaert over 6 years ago
- Status changed from Resolved to Closed