| Summary: | www/newsbeuter: Version 2.9 Fails to Build on 9.3-RELEASE | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Ryan Frederick <ryanrfrederick> |
| Component: | Individual Port(s) | Assignee: | Tilman Keskinoz <arved> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(arved) |
| Priority: | --- | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Auto-assigned to maintainer arved@FreeBSD.org Thanks for reporting. The problem should be fixed now A commit references this bug: Author: arved Date: Wed Mar 4 16:24:04 UTC 2015 New revision: 380444 URL: https://svnweb.freebsd.org/changeset/ports/380444 Log: Fix build on 8.x 9.x PR: 198104 Changes: head/www/newsbeuter/Makefile |
www/newsbeuter 2.9 fails to build on 9.3-RELEASE with the following error: clang++ -O2 -pipe -fno-strict-aliasing -std=gnu++11 -std=c++11 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss -Wall -Wextra -Wunreachable-code -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/local/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include -I/usr/local/include/json-c -I/usr/local/include -DHAVE_OPENSSL=1 -O2 -pipe -fno-strict-aliasing -std=gnu++11 -std=c++11 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss -Wall -Wextra -Wunreachable-code -DLOCALEDIR=\"/usr/local/share/locale\" -o src/configcontainer.o -c src/configcontainer.cpp In file included from src/configcontainer.cpp:5: include/logger.h:5:10: fatal error: 'mutex' file not found #include <mutex> ^ 1 error generated. Makefile:101: recipe for target 'src/configcontainer.o' failed gmake: *** [src/configcontainer.o] Error 1