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)
Sun, Jun 15, 9:19 PM
Unknown Object (File)
Fri, Jun 13, 3:03 AM
Unknown Object (File)
Thu, Jun 12, 3:00 AM
Unknown Object (File)
Thu, Jun 5, 4:13 PM
Unknown Object (File)
Thu, May 29, 2:31 AM
Unknown Object (File)
Sat, May 24, 7:15 PM
Unknown Object (File)
Tue, May 20, 12:45 PM
Unknown Object (File)
May 13 2025, 10:02 AM
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.