[Bug 272733] TEKEN library is not installed during installworld
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Jul 2023 10:36:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272733 Bug ID: 272733 Summary: TEKEN library is not installed during installworld Product: Base System Version: 13.2-STABLE Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: alexander.naumochkin@gmail.com Hello guys I found that libteken.(a|so) are not installed during installworld. At least on amd64 and armv6 boxes. fix: make -C /usr/src/sys/teken/libteken all install Also I think the teken.h file should be installed into /usr/include, not /usr/include/teken directory, because SYNOPSIS part of man specifies #include <teken.h>, not #include <teken/teken.h> -- You are receiving this mail because: You are the assignee for the bug.