[Bug 275776] www/rubygem-passenger: Unable to build because 'utf8.h' was not found
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Dec 2023 14:01:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275776
Bug ID: 275776
Summary: www/rubygem-passenger: Unable to build because
'utf8.h' was not found
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: sunpoet@FreeBSD.org
Reporter: t.masub@gmail.com
Assignee: sunpoet@FreeBSD.org
Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
Created attachment 247060
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=247060&action=edit
Patch to fix build errors
The installation location of the utf8cpp package used by Passenger has been
changed in commit 743103bbbb14fa36.
The attached patch eliminates build errors caused by this change.
Log:
src/cxx_supportlib/StrIntTools/StrIntUtils.cpp:33:10: fatal error: 'utf8.h'
file not found
#include <utf8.h>
^~~~~~~~
1 error generated.
--
You are receiving this mail because:
You are the assignee for the bug.