https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249143

            Bug ID: 249143
           Summary: pkgbase: Library archive files .a found in non *-dev
                    packages
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: b...@freebsd.org
          Reporter: martin.ja...@gmx.com

Following *.a files are found in non dev pkgbase packages

clibs.plist:             /usr/lib/libcurses.a
clibs.plist:             /usr/lib/libcursesw.a
clibs.plist:             /usr/lib/libpthread.a
clibs.plist:             /usr/lib/libtermcap.a
clibs.plist:             /usr/lib/libtermcapw.a
clibs.plist:             /usr/lib/libtermlib.a
clibs.plist:             /usr/lib/libtermlibw.a
clibs.plist:             /usr/lib/libtinfo.a
clibs.plist:             /usr/lib/libtinfow.a
libcompiler_rt.plist:    /usr/lib/libgcc.a
utilities.plist:         /usr/lib/libfl.a
utilities.plist:         /usr/lib/libl.a
utilities.plist:         /usr/lib/libutempter.a

except /usr/lib/libfl.a /usr/lib/libl.a (what are those?), all are symlinks to
other libraries:

/usr/lib/libcurses.a@    ->  libncurses.a
/usr/lib/libcursesw.a@   ->  libncursesw.a
/usr/lib/libpthread.a@   ->  libthr.a
/usr/lib/libtermcap.a@   ->  libncurses.a
/usr/lib/libtermcapw.a@  ->  libncursesw.a
/usr/lib/libtermlib.a@   ->  libncurses.a
/usr/lib/libtermlibw.a@  ->  libncursesw.a
/usr/lib/libtinfo.a@     ->  libncurses.a
/usr/lib/libtinfow.a@    ->  libncursesw.a
/usr/lib/libgcc.a@       ->  libcompiler_rt.a
/usr/lib/libfl.a
/usr/lib/libl.a
/usr/lib/libutempter.a@  ->  libulog.a

the symlink targets are already in the respective dev packages, so shouldn't
the symlinks themself be there as well?

-- 
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