You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/04/30 12:28:31 UTC

[GitHub] [incubator-doris] decster opened a new issue #3448: Build failure after binutils-dev 2.34

decster opened a new issue #3448:
URL: https://github.com/apache/incubator-doris/issues/3448


   **Describe the bug**
   
   binutils remove those functions, and state that they are not public API, use at your own risk.
   
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950414
   
   ```
   /home/decster/projects/incubator-doris/be/src/util/bfd_parser.cpp:48:10: error: ‘bfd_get_section_flags’ was not declared in this scope; did you mean ‘bfd_set_section_flags’?
      48 |     if ((bfd_get_section_flags(abfd, sec) & SEC_ALLOC) == 0) {
         |          ^~~~~~~~~~~~~~~~~~~~~
         |          bfd_set_section_flags
   /home/decster/projects/incubator-doris/be/src/util/bfd_parser.cpp:51:16: error: ‘bfd_get_section_vma’ was not declared in this scope; did you mean ‘bfd_set_section_vma’?
      51 |     auto vma = bfd_get_section_vma(abfd, sec);
         |                ^~~~~~~~~~~~~~~~~~~
         |                bfd_set_section_vma
   /home/decster/projects/incubator-doris/be/src/util/bfd_parser.cpp:55:17: error: ‘bfd_get_section_size’ was not declared in this scope; did you mean ‘bfd_set_section_size’?
      55 |     auto size = bfd_get_section_size(sec);
         |                 ^~~~~~~~~~~~~~~~~~~~
         |                 bfd_set_section_size
   
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org