NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/57792 CVS commit: pkgsrc/x11/gtk4



The following reply was made to PR lib/57792; it has been noted by GNATS.

From: "Patrick Welche" <prlw1%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57792 CVS commit: pkgsrc/x11/gtk4
Date: Tue, 16 Jan 2024 10:00:16 +0000

 Module Name:	pkgsrc
 Committed By:	prlw1
 Date:		Tue Jan 16 10:00:16 UTC 2024
 
 Modified Files:
 	pkgsrc/x11/gtk4: Makefile distinfo
 Added Files:
 	pkgsrc/x11/gtk4/patches: patch-meson.build
 
 Log Message:
 gtk4: build workaround for NetBSD with gcc 12
 
 NetBSD ld.elf_so dumps core with a shlib built with gcc 12 and
 both -z,relro and -z,now. c.f., PR lib/57792
 
 gtk4 adds both of these flags by default, and fails on either a
 system with a base HAVE_GCC=12, or with GCC_REQD=12.
 
 With the patch, it can be caused to fail again by setting
 PKGSRC_USE_RELRO=full
 
 Thank you to RVP for the analysis
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.39 -r1.40 pkgsrc/x11/gtk4/Makefile
 cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/gtk4/distinfo
 cvs rdiff -u -r0 -r1.5 pkgsrc/x11/gtk4/patches/patch-meson.build
 
 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