Bug 163444

Summary: [patch] devel/ragel: unbreak with libc++
Product: Ports & Packages Reporter: Jan Beich <jbeich>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jan Beich freebsd_committer freebsd_triage 2011-12-19 04:50:09 UTC

Fix: --- libc++.diff begins here ---
How-To-Repeat: $ make
[...]
clang++ -DHAVE_CONFIG_H -I. -I../aapl   -Wall -O2 -pipe -fno-strict-aliasing -stdlib=libc++ -MT ragel-javacodegen.o -MD -MP -MF .deps/ragel-javacodegen.Tpo -c -o ragel-javacodegen.o `test -f 'javacodegen.cpp' || echo './'`javacodegen.cpp
In file included from cdsplit.cpp:24:
./cdsplit.h:38:7: warning: 'SplitCodeGen::GOTO_HEADER' hides overloaded virtual function [-Woverloaded-virtual]
        void GOTO_HEADER( RedStateAp *state, bool stateInPartition );
             ^
./cdipgoto.h:66:7: note: hidden overloaded virtual function 'IpGotoCodeGen::GOTO_HEADER' declared here
        void GOTO_HEADER( RedStateAp *state );
             ^
javacodegen.cpp:1187:20: error: use of undeclared identifier 'setiosflags'; did you mean 'std::setiosflags'?
        out << setw(5) << setiosflags(ios::right) << item;
                          ^~~~~~~~~~~
                          std::setiosflags
/usr/include/c++/v1/iomanip:110:1: note: 'std::setiosflags' declared here
setiosflags(ios_base::fmtflags __mask)
^
1 error generated.
gmake[2]: *** [ragel-javacodegen.o] Error 1
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-19 04:50:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2012-01-14 19:18:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-01-14 19:18:17 UTC
miwi        2012-01-14 19:18:04 UTC

  FreeBSD ports repository

  Added files:
    graphics/bugle/files patch-mvtu.sh 
  Log:
  - Unbreak with libc++
  
  PR:             163444
  Submitted by:   Jan Beich <jbeich@tormail.net>
  
  Revision  Changes    Path
  1.1       +10 -0     ports/graphics/bugle/files/patch-mvtu.sh (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-01-14 19:19:07 UTC
miwi        2012-01-14 19:18:53 UTC

  FreeBSD ports repository

  Modified files:
    devel/ragel          Makefile 
  Log:
  - Unbreak build with libc++
  
  PR:             163444
  Submitted by:   Jan Beich <jbeich@tormail.net>
  
  Revision  Changes    Path
  1.42      +2 -0      ports/devel/ragel/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"