Page MenuHomeFreeBSD

Bug 237157 - sysutils/fusefs-pod: fix build with GCC-based architectures
ClosedPublic

Authored by pkubaj on Apr 30 2019, 7:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 18, 9:52 PM
Unknown Object (File)
Apr 11 2023, 5:18 AM
Unknown Object (File)
Apr 11 2023, 5:17 AM
Unknown Object (File)
Apr 11 2023, 5:15 AM
Unknown Object (File)
Apr 10 2023, 6:35 PM
Unknown Object (File)
Apr 4 2023, 9:40 PM
Unknown Object (File)
Feb 5 2023, 1:27 PM
Unknown Object (File)
Feb 5 2023, 1:25 PM
Subscribers
None

Details

Summary

Switch to GCC from ports on GCC architectures to fix linking and include strings.h in src/fusepod_util.h to find strcasecmp:
/usr/local/lib/libtag.so: undefined reference to `std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::find_last_not_of(wchar_t const*, unsigned long, unsigned long) const@GLIBCXX_3.4.21'

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237157

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.May 1 2019, 7:00 AM
This revision was automatically updated to reflect the committed changes.