Re: Podling Brpc Report Reminder - March 2020

2020-02-20 Thread Tan,Zhongyi
Thanks,  I will finish the draft for review today.

在 2020/2/21 上午8:43,“jmcl...@apache.org” 写入:

Dear podling,

This email was sent by an automated system on behalf of the Apache
Incubator PMC. It is an initial reminder to give you plenty of time to
prepare your quarterly board report.

The board meeting is scheduled for Wed, 18 March 2020, 10:30 am PDT.
The report for your podling will form a part of the Incubator PMC
report. The Incubator PMC requires your report to be submitted 2 weeks
before the board meeting, to allow sufficient time for review and
submission (Wed, March 04).

Please submit your report with sufficient time to allow the Incubator
PMC, and subsequently board members to review and digest. Again, the
very latest you should submit your report is 2 weeks prior to the board
meeting.

Candidate names should not be made public before people are actually
elected, so please do not include the names of potential committers or
PPMC members in your report.

Thanks,

The Apache Incubator PMC

Submitting your Report

--

Your report should contain the following:

*   Your project name
*   A brief description of your project, which assumes no knowledge of
the project or necessarily of its field
*   A list of the three most important issues to address in the move
towards graduation.
*   Any issues that the Incubator PMC or ASF Board might wish/need to be
aware of
*   How has the community developed since the last report
*   How has the project developed since the last report.
*   How does the podling rate their own maturity.

This should be appended to the Incubator Wiki page at:

https://cwiki.apache.org/confluence/display/INCUBATOR/March2020

Note: This is manually populated. You may need to wait a little before
this page is created from a template.

Note: The format of the report has changed to use markdown.

Mentors
---

Mentors should review reports for their project(s) and sign them off on
the Incubator wiki page. Signing off reports shows that you are
following the project - projects that are not signed may raise alarms
for the Incubator PMC.

Incubator PMC

-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org


[GitHub] [incubator-brpc] pklim101 opened a new issue #1043: 编译出错:make: *** [protoc-gen-mcpack] 错误 1

2020-02-20 Thread GitBox
pklim101 opened a new issue #1043: 编译出错:make: *** [protoc-gen-mcpack] 错误 1
URL: https://github.com/apache/incubator-brpc/issues/1043
 
 
   **Describe the bug (描述bug)**
   > Linking protoc-gen-mcpack
   g++ -o protoc-gen-mcpack -I./src -I/usr/include/ -L/usr/lib64 -std=c++0x 
-Xlinker "-(" src/idl_options.pb.cc src/mcpack2pb/generator.o libbrpc.a 
-Wl,-Bstatic  -Wl,-Bdynamic -Xlinker "-)" -lpthread -lssl -lcrypto -ldl -lz 
-lrt -lgflags -lprotobuf -lleveldb -lprotoc
   libbrpc.a(file_path.o): In function `_M_check':
   /usr/local/gcc4.9.2/include/c++/4.9.2/bits/basic_string.h:324: undefined 
reference to `std::__throw_out_of_range_fmt(char const*, ...)'
   /usr/local/gcc4.9.2/include/c++/4.9.2/bits/basic_string.h:324: undefined 
reference to `std::__throw_out_of_range_fmt(char const*, ...)'
   /usr/local/gcc4.9.2/include/c++/4.9.2/bits/basic_string.h:324: undefined 
reference to `std::__throw_out_of_range_fmt(char const*, ...)'
   libbrpc.a(string_util.o): In function `_M_check':
   /usr/local/gcc4.9.2/include/c++/4.9.2/bits/basic_string.h:324: undefined 
reference to `std::__throw_out_of_range_fmt(char const*, ...)'
   /usr/local/gcc4.9.2/include/c++/4.9.2/bits/basic_string.h:324: undefined 
reference to `std::__throw_out_of_range_fmt(char const*, ...)'
   
libbrpc.a(string_util.o):/usr/local/gcc4.9.2/include/c++/4.9.2/bits/basic_string.h:324:
 more undefined references to `std::__throw_out_of_range_fmt(char const*, ...)' 
follow
   libbrpc.a(task_group.o): In function `init':
   /home/libo-ps/local/incubator-brpc/./src/bthread/work_stealing_queue.h:60: 
undefined reference to `__cxa_throw_bad_array_new_length'
   libbrpc.a(string16.o): In function `std::basic_string 
>::_M_check(unsigned long, char const*) const':
   /usr/local/gcc4.9.2/include/c++/4.9.2/bits/basic_string.h:324: undefined 
reference to `std::__throw_out_of_range_fmt(char const*, ...)'
   libbrpc.a(string16.o): In function `std::basic_string >::at(unsigned 
long) const':
   /usr/local/gcc4.9.2/include/c++/4.9.2/bits/basic_string.h:878: undefined 
reference to `std::__throw_out_of_range_fmt(char const*, ...)'
   libbrpc.a(string16.o): In function `_M_check':
   /usr/local/gcc4.9.2/include/c++/4.9.2/bits/basic_string.h:324: undefined 
reference to `std::__throw_out_of_range_fmt(char const*, ...)'
   /usr/local/gcc4.9.2/include/c++/4.9.2/bits/basic_string.h:324: undefined 
reference to `std::__throw_out_of_range_fmt(char const*, ...)'
   /usr/local/gcc4.9.2/include/c++/4.9.2/bits/basic_string.h:324: undefined 
reference to `std::__throw_out_of_range_fmt(char const*, ...)'
   
libbrpc.a(string16.o):/usr/local/gcc4.9.2/include/c++/4.9.2/bits/basic_string.h:324:
 more undefined references to `std::__throw_out_of_range_fmt(char const*, ...)' 
follow
   collect2: 错误:ld 返回 1
   make: *** [protoc-gen-mcpack] 错误 1
   
   
   **To Reproduce (复现方法)**
   编译:make后就报如上错误。
   
   **Expected behavior (期望行为)**
   不报错。
   
   **Versions (各种版本)**
   OS: CentOS release 6.2 (Final)
   Compiler: g++ (GCC) 4.9.2
   brpc: 0.9.7
   protobuf: 2.4.1-1.el6.x86_64
   
   **Additional context/screenshots (更多上下文/截图)**
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org