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
F152777148: D20113.id56919.diff
Fri, Apr 17, 1:11 AM
F152751253: D20113.id56919.diff
Thu, Apr 16, 9:35 PM
F152696008: D20113.id56919.diff
Thu, Apr 16, 1:54 PM
Unknown Object (File)
Mon, Apr 13, 7:25 PM
Unknown Object (File)
Wed, Apr 8, 9:52 AM
Unknown Object (File)
Sat, Apr 4, 9:56 PM
Unknown Object (File)
Sat, Apr 4, 2:35 AM
Unknown Object (File)
Thu, Apr 2, 11:59 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.