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)
Feb 18 2024, 8:19 AM
Unknown Object (File)
Feb 8 2024, 10:08 PM
Unknown Object (File)
Feb 8 2024, 10:08 PM
Unknown Object (File)
Feb 8 2024, 10:08 PM
Unknown Object (File)
Feb 8 2024, 9:55 PM
Unknown Object (File)
Jan 16 2024, 2:28 AM
Unknown Object (File)
Dec 23 2023, 1:45 PM
Unknown Object (File)
Dec 7 2023, 4:29 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.