Changes between Initial Version and Version 1 of Ticket #43654


Ignore:
Timestamp:
May 10, 2014, 4:31:55 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43654

    • Property Summary changed from Tripwire 2.4.2.2 fails to build on Mavricks, error in build (build failure) to tripwire @2.4.2.2: error: calling a private constructor of class 'std::__1::__wrap_iter<const char *>'
    • Property Port tripwire added
  • Ticket #43654 – Description

    initial v1  
    22Build fails with relevant information. Command to build is:
    33
     4{{{
    45/opt/local/bin/port install tripwire
     6}}}
    57
    6 If I use the recommended build option "configure.compiler=llvm-gcc-4.2" then build fails in the config stage.
     8If I use the recommended build option "`configure.compiler=llvm-gcc-4.2`" then build fails in the config stage.
    79
    810Relevant output from build is as follows:
    911
     12{{{
    1013:info:build displayencoder.cpp:831:27: error: calling a private constructor of class 'std::__1::__wrap_iter<const char *>'
    1114:info:build                 TSTRING::const_iterator first(&ach[0]), last(&ach[1]);
     
    2730:info:build make[2]: *** [all-recursive] Error 1
    2831:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_tripwire/tripwire/work/tripwire-2.4.2.2-src/src'
     32}}}