Date: Mon, 05 Apr 2021 16:08:53 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 254797] pkgbase: -dev packages with names containing '_' have incorrect dependencies. Message-ID: <bug-254797-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254797 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: bugs@FreeBSD.org Reporter: beldin@beldin.org 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.) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254797-227>