[Bug 290537] devel/pecl-uuid is missing some functions
Date: Sun, 26 Oct 2025 15:10:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290537
Bug ID: 290537
Summary: devel/pecl-uuid is missing some functions
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: pkaipila@gmail.com
CC: arrowd@FreeBSD.org, gasol.wu@gmail.com,
mandree@FreeBSD.org
Flags: maintainer-feedback?(gasol.wu@gmail.com)
CC: gasol.wu@gmail.com
I didn't immediately find reason for this, but configure step has stopped
recognizing some libuuid features at some point and as a result, this extension
is missing many functions. Might perhaps be due to misc/e2fsprogs-libuuid to
misc/libuuid switch or might perhaps be due to some other reason.
Configuring extension
checking whether uuid is available... yes, shared
checking for the location of libuuid... found in /usr/local
checking for uuid_type in -luuid... no
checking for __uuid_type in -luuid... no
checking for uuid_variant in -luuid... no
checking for __uuid_variant in -luuid... no
checking for uuid_generate_md5 in -luuid... no
checking for __uuid_generate_md5 in -luuid... no
checking for uuid_generate_sha1 in -luuid... no
checking for __uuid_generate_sha1 in -luuid... no
checking for uuid_time in -luuid... no
checking for __uuid_time in -luuid... no
checking for uuid_time64 in -luuid... no
checking for __uuid_time64 in -luuid... no
--
You are receiving this mail because:
You are the assignee for the bug.