Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Sep 2020 08:03:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 249143] pkgbase: Library archive files .a found in non *-dev packages
Message-ID:  <bug-249143-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249143

            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: bugs@FreeBSD.org
          Reporter: martin.jakob@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?

--=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-249143-227>