pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/54506 CVS commit: pkgsrc
The following reply was made to PR pkg/54506; it has been noted by GNATS.
From: "Maya Rashish" <maya%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/54506 CVS commit: pkgsrc
Date: Sun, 8 Sep 2019 14:47:53 +0000
Module Name: pkgsrc
Committed By: maya
Date: Sun Sep 8 14:47:53 UTC 2019
Modified Files:
pkgsrc/lang/gcc48: options.mk
pkgsrc/lang/gcc49: options.mk
pkgsrc/lang/gcc5: options.mk
pkgsrc/lang/gcc6: options.mk
pkgsrc/lang/gcc7: options.mk
pkgsrc/lang/gcc8: options.mk
Added Files:
pkgsrc/mk/scripts: larger_symbol_version.awk
Log Message:
gcc{48,49,5,6,7,8}: In the case of a "system GCC", detect if the system
libgcc is newer than the one about to be installed. If so, don't install
the libgcc.
Having an older libgcc appear in the lookup may result in binaries not
running, as they need symbols from the newer libgcc.
Such a case is PR pkg/54506.
Leaves SunOS unchanged, by request from jperkin.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/gcc48/options.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/gcc49/options.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/gcc5/options.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/gcc6/options.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/gcc7/options.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/gcc8/options.mk
cvs rdiff -u -r0 -r1.1 pkgsrc/mk/scripts/larger_symbol_version.awk
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