Bug 237157 - sysutils/fusefs-pod: fix build with GCC-based architectures
Summary: sysutils/fusefs-pod: fix build with GCC-based architectures
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Piotr Kubaj
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-09 11:42 UTC by Piotr Kubaj
Modified: 2019-05-01 17:50 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (fjoe)


Attachments
patch (1.15 KB, patch)
2019-04-09 11:42 UTC, Piotr Kubaj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2019-04-09 11:42:41 UTC
Created attachment 203539 [details]
patch

Switch to GCC from ports on GCC architectures to fix linking and include strings.h in src/fusepod_util.h to find strcasecmp.

Tested on powerpc64 and amd64.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-05-01 17:33:57 UTC
A commit references this bug:

Author: pkubaj
Date: Wed May  1 17:33:46 UTC 2019
New revision: 500598
URL: https://svnweb.freebsd.org/changeset/ports/500598

Log:
  sysutils/fusefs-pod: fix build with GCC-based architectures

  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'

  PR:		237157
  Approved by:	mat (mentor), fjoe (maintainer timeout)
  Differential Revision:	https://reviews.freebsd.org/D20113

Changes:
  head/sysutils/fusefs-pod/Makefile
  head/sysutils/fusefs-pod/files/patch-src_fusepod__util.h