pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/55400 CVS commit: pkgsrc
The following reply was made to PR pkg/55400; it has been noted by GNATS.
From: "Maya Rashish" <maya%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/55400 CVS commit: pkgsrc
Date: Wed, 28 Oct 2020 16:52:43 +0000
Module Name: pkgsrc
Committed By: maya
Date: Wed Oct 28 16:52:43 UTC 2020
Modified Files:
pkgsrc/bootstrap: bootstrap
pkgsrc/pkgtools/pkg_install/files/add: Makefile.in
pkgsrc/pkgtools/pkg_install/files/create: Makefile.in
Log Message:
Bootstrap: Fix bootstrap on FreeBSD 12.1, likely broken by an issue in lld.
It looks like lld doesn't want to statically link a libarchive without
resolving all of the symbols, even if only a few symbols are used.
In order to resolve all of the symbols, we need to also link with -lmd.
One generic way to do so is inspect Libs.private in the pkgconfig file.
While pkgsrc is likely not at fault here, having a dysfunctional bootstrap
is bad. We should check again in the future to see if this can be removed.
Actually fixes PR pkg/55400.
To generate a diff of this commit:
cvs rdiff -u -r1.294 -r1.295 pkgsrc/bootstrap/bootstrap
cvs rdiff -u -r1.33 -r1.34 pkgsrc/pkgtools/pkg_install/files/add/Makefile.in
cvs rdiff -u -r1.29 -r1.30 \
pkgsrc/pkgtools/pkg_install/files/create/Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index