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: b...@freebsd.org
          Reporter: bel...@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.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to