Page MenuHomeFreeBSD

devel/elfio: Fix on GCC architectures
ClosedPublic

Authored by pkubaj on Apr 17 2019, 7:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 17, 12:33 PM
Unknown Object (File)
Fri, Nov 14, 10:44 AM
Unknown Object (File)
Thu, Nov 13, 8:15 PM
Unknown Object (File)
Thu, Nov 13, 5:13 PM
Unknown Object (File)
Thu, Nov 13, 8:42 AM
Unknown Object (File)
Oct 23 2025, 11:19 PM
Unknown Object (File)
Oct 3 2025, 1:06 AM
Unknown Object (File)
Sep 19 2025, 2:19 AM
Subscribers
None

Details

Summary

The port requires C++11-compatible compiler:
../../elfio/elfio_strings.hpp:95: error: expected nested-name-specifier before 'string_section_accessor'
../../elfio/elfio_strings.hpp:95: error: 'string_section_accessor' has not been declared
../../elfio/elfio_strings.hpp:95: error: expected `;' before '=' token
../../elfio/elfio_strings.hpp:95: error: expected unqualified-id before '=' token
../../elfio/elfio_strings.hpp:96: error: expected nested-name-specifier before 'const_string_section_accessor'
../../elfio/elfio_strings.hpp:96: error: 'const_string_section_accessor' has not been declared
../../elfio/elfio_strings.hpp:96: error: expected `;' before '=' token
../../elfio/elfio_strings.hpp:96: error: expected unqualified-id before '=' token

Approved by maintainer in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237312

Test Plan

Test build on architectures with GCC in base.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Apr 18 2019, 12:59 PM
This revision was automatically updated to reflect the committed changes.