Bug 198104 - www/newsbeuter: Version 2.9 Fails to Build on 9.3-RELEASE
Summary: www/newsbeuter: Version 2.9 Fails to Build on 9.3-RELEASE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tilman Keskinoz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-28 17:49 UTC by Ryan Frederick
Modified: 2015-03-04 16:25 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (arved)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Frederick 2015-02-28 17:49:26 UTC
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
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-02-28 17:49:26 UTC
Auto-assigned to maintainer arved@FreeBSD.org
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2015-03-04 16:24:43 UTC
Thanks for reporting. The problem should be fixed now
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-03-04 16:25:00 UTC
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