Discussion:
Conflict between FreeBSD-binutils and FreeBSD-lld packages
(too old to reply)
Tobias Kortkamp
2018-03-02 09:34:41 UTC
Permalink
Building pkgbase packages with r330236 results in FreeBSD-binutils and
FreeBSD-lld packages conflicting with each other. Both want to
install /usr/share/man/man1/ld.1.gz

For now I'm working around it by manually extracting FreeBSD-lld.
FreeBSD-binutils should install its man page as ld.bfd.1.gz if lld is
the set as the default linker via WITH_LLD_IS_LD.
Ed Maste
2018-03-04 01:38:22 UTC
Permalink
Post by Tobias Kortkamp
Building pkgbase packages with r330236 results in FreeBSD-binutils and
FreeBSD-lld packages conflicting with each other. Both want to
install /usr/share/man/man1/ld.1.gz
Thanks for the report; this should be fixed as of r330366.
Tobias Kortkamp
2018-03-14 16:29:53 UTC
Permalink
Post by Ed Maste
Post by Tobias Kortkamp
Building pkgbase packages with r330236 results in FreeBSD-binutils and
FreeBSD-lld packages conflicting with each other. Both want to
install /usr/share/man/man1/ld.1.gz
Thanks for the report; this should be fixed as of r330366.
Finally got around to updating. Works fine now. Thank you for the quick fix!
Loading...