<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.freebsd.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.freebsd.org/bugzilla/"
          
          maintainer="bugmeister@FreeBSD.org"
>

    <bug>
          <bug_id>220718</bug_id>
          
          <creation_ts>2017-07-14 00:17:14 +0000</creation_ts>
          <short_desc>devel/simgear: fails to build with boost 1.65</short_desc>
          <delta_ts>2017-07-23 20:25:14 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Ports &amp; Packages</product>
          <component>Individual Port(s)</component>
          <version>Latest</version>
          <rep_platform>Any</rep_platform>
          <op_sys>Any</op_sys>
          <bug_status>Closed</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220715</see_also>
    
    <see_also>https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220719</see_also>
    
    <see_also>https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220723</see_also>
    
    <see_also>https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220724</see_also>
          <bug_file_loc>https://github.com/boostorg/admin/issues/123</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>needs-patch</keywords>
          <priority>---</priority>
          <bug_severity>Affects Only Me</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>220714</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Jan Beich">jbeich</reporter>
          <assigned_to name="Ganael LAPLANCHE">martymac</assigned_to>
          
          

      

      

      <flag name="maintainer-feedback"
          id="22521"
          type_id="3"
          status="?"
          setter="bugzilla"
          requestee="martymac"
    />

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>942217</commentid>
    <comment_count>0</comment_count>
    <who name="Jan Beich">jbeich</who>
    <bug_when>2017-07-14 00:17:14 +0000</bug_when>
    <thetext>In file included from simgear/scene/material/Effect.cxx:21:
simgear/scene/material/Effect.hxx:22:10: fatal error: &apos;boost/tr1/unordered_map.hpp&apos; file not found
#include &lt;boost/tr1/unordered_map.hpp&gt;
         ^
1 error generated.

http://sprunge.us/NWbT</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>942369</commentid>
    <comment_count>1</comment_count>
    <who name="Ganael LAPLANCHE">martymac</who>
    <bug_when>2017-07-14 21:41:48 +0000</bug_when>
    <thetext>Hi Jan,

Thanks for reporting that issue. Is there a way to reproduce that problem ? Can you provide an early version of the port v1.65 ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>942372</commentid>
    <comment_count>2</comment_count>
    <who name="Jan Beich">jbeich</who>
    <bug_when>2017-07-14 21:58:11 +0000</bug_when>
    <thetext>See bug 220714 which has a link to the patch and see bug 220715 for an example fix.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>942785</commentid>
    <comment_count>3</comment_count>
    <who name="">commit-hook</who>
    <bug_when>2017-07-17 12:25:48 +0000</bug_when>
    <thetext>A commit references this bug:

Author: martymac
Date: Mon Jul 17 12:25:10 UTC 2017
New revision: 446068
URL: https://svnweb.freebsd.org/changeset/ports/446068

Log:
  Remove tr1 dependency to prepare for Boost 1.65

  PR:		220718
  Submitted by:	jbeich

Changes:
  head/devel/simgear/Makefile
  head/devel/simgear/files/patch-BOOST-simgear-scene-material-Effect.cxx
  head/devel/simgear/files/patch-BOOST-simgear-scene-material-Effect.hxx</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>942786</commentid>
    <comment_count>4</comment_count>
    <who name="Ganael LAPLANCHE">martymac</who>
    <bug_when>2017-07-17 12:30:09 +0000</bug_when>
    <thetext>Fix committed, thanks!
(I hope the patch won&apos;t break build on non i386 / amd64 archs)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>943369</commentid>
    <comment_count>5</comment_count>
    <who name="Jan Beich">jbeich</who>
    <bug_when>2017-07-20 11:24:02 +0000</bug_when>
    <thetext>Don&apos;t you need to add USES=compiler:c++11-lib when using C++11 headers/features? powerpc*, sparc64 and mips* are still using old GCC/libstdc++ in base. USES=compiler:c++11-lib implies USE_GCC on those architectures, so you can drop explicit USE_GCC in simgear/Makefile.

Unrelatedly, BROKEN_powerpc64 can probably be fixed by adding -D_GLIBCXX_USE_C99 to CXXFLAGS per bug 193528.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>943538</commentid>
    <comment_count>6</comment_count>
    <who name="Ganael LAPLANCHE">martymac</who>
    <bug_when>2017-07-21 20:28:52 +0000</bug_when>
    <thetext>Re-Open PR for remaining issues.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>943884</commentid>
    <comment_count>7</comment_count>
    <who name="">commit-hook</who>
    <bug_when>2017-07-23 20:20:30 +0000</bug_when>
    <thetext>A commit references this bug:

Author: martymac
Date: Sun Jul 23 20:19:59 UTC 2017
New revision: 446506
URL: https://svnweb.freebsd.org/changeset/ports/446506

Log:
  - Add missing dependency to c++11-lib following previous commit
    (and remove explicit USE_GCC requirement)
  - Fix build on powerpc64

  PR:		220718
  Submitted by:	jbeich

Changes:
  head/devel/simgear/Makefile</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>943886</commentid>
    <comment_count>8</comment_count>
    <who name="Ganael LAPLANCHE">martymac</who>
    <bug_when>2017-07-23 20:25:14 +0000</bug_when>
    <thetext>Fixes committed, thanks Jan!</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>