Bug 193052 - net/asio fails with USE_GCC
Summary: net/asio fails with USE_GCC
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: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-26 22:39 UTC by Justin Hibbits
Modified: 2014-11-27 19:12 UTC (History)
2 users (show)

See Also:


Attachments
Log file of build failure (17.14 KB, text/x-log)
2014-08-26 22:39 UTC, Justin Hibbits
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Hibbits freebsd_committer freebsd_triage 2014-08-26 22:39:22 UTC
Created attachment 146346 [details]
Log file of build failure

When building with gcc47 as compiler, I see the following build failure for net/asio:

In file included from ./../include/asio/error_code.hpp:159:0,
                 from ./../include/asio/io_service.hpp:25,
                 from ./../include/asio/basic_io_object.hpp:20,
                 from ./../include/asio/basic_socket_acceptor.hpp:19,
                 from ./../include/asio/ip/tcp.hpp:19,
                 from tests/latency/tcp_client.cpp:11:
./../include/asio/impl/error_code.ipp: In member function 'std::string asio::error_code::message() const':
./../include/asio/impl/error_code.ipp:99:38: error: 'strerror_r' was not declared in this scope

Full log file from poudriere is attached.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2014-08-29 10:54:31 UTC
over to maintainers
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-11-27 19:12:08 UTC
A commit references this bug:

Author: amdmi3
Date: Thu Nov 27 19:11:42 UTC 2014
New revision: 373515
URL: https://svnweb.freebsd.org/changeset/ports/373515

Log:
  - Fix build with gcc
  - Fix tab after WWW:

  PR:		193052
  Submitted by:	jhibbits
  Approved by:	maintainer timeout, bapt

Changes:
  head/net/asio/files/
  head/net/asio/files/patch-include__asio__impl__error_code.ipp
  head/net/asio/pkg-descr