https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254797
Bug ID: 254797
Summary: pkgbase: -dev packages with names containing '_' have
incorrect dependencies.
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: misc
Assignee: [email protected]
Reporter: [email protected]
When installing all self-built packages Im getting the following messages:
pkg: FreeBSD-libcompiler_rt-dev has a missing dependency:
FreeBSD-libcompiler-rt
pkg: FreeBSD-libcompiler_rt-dev-lib32 has a missing dependency:
FreeBSD-libcompiler-rt-dev
pkg: FreeBSD-libcompiler_rt-lib32 has a missing dependency:
FreeBSD-libcompiler-rt
pkg: FreeBSD-libthread_db-dev has a missing dependency: FreeBSD-libthread-db
pkg: FreeBSD-libthread_db-dev-lib32 has a missing dependency:
FreeBSD-libthread-db-dev
pkg: FreeBSD-libthread_db-lib32 has a missing dependency: FreeBSD-libthread-db
It seems the packages with '_' in their name are having their automatic
dependencies generated with the '_'s turned to '-'s. (Lines 34-96 of
release/packages/generate-ucl.sh seems to be the relevant area.)
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"