[Bug 221293] [NEW PORT] devel/libuuid: UUID library from the standard util-linux package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Mar 2025 16:10:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221293 Huan Zhou <pericycle.cc@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pericycle.cc@gmail.com --- Comment #22 from Huan Zhou <pericycle.cc@gmail.com> --- any progress here? im trying porting cfdisk for better disk partition experience in util-linux and to build cfdisk, fdisk is needed, but fdisk is depend on libuuid... though i pass the `--enable-fdisk` and `--enable-libuuid` parameter to the script, the system still cannot find libuuid... ```log configure: WARNING: mntent.h header file not found; not building libmount configure: WARNING: libmount disabled; not building libmount_mountfd_support configure: WARNING: libuuid disabled; not building libfdisk configure: error: libfdisk is needed to build fdisk ===> Script "configure" failed unexpectedly. Please report the problem to yuri@FreeBSD.org [maintainer] and attach the "/root/Projects/Git/ports/devel/util-linux/work/util-linux-2.39.4/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 ``` -- You are receiving this mail because: You are the assignee for the bug.