pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/51266: Seg Faults building devel/gobject-inspection with latest 8.0_BETA
The following reply was made to PR pkg/51266; it has been noted by GNATS.
From: "John D. Baker" <jdbaker%mylinuxisp.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/51266: Seg Faults building devel/gobject-inspection with
latest 8.0_BETA
Date: Tue, 4 Jul 2017 22:03:18 -0500 (CDT)
On Mon, 3 Jul 2017, John D. Baker wrote:
> On Fri, 30 Jun 2017, John D. Baker wrote:
>
> > Now building further packages with dependencies which previously exhibited
> > problem behavior when using "gobject-introspection".
>
> This has so-far been successful on two amd64-8.0_BETA hosts.
I have built my entire complement of packages for 8.0_BETA with "gvfs"
installed on my primary amd64 build host. At no time did building,
rebuilding, or use "gobject-introspection fail.
> Tests on i386 with the modified compiler to begin soon.
Building of my entire complement of packages for 8.0_BETA with "gvfs"
installed is in progress on my i386 build host. There have been no
problems so far.
For completeness, the patch I am using is the original posted to
toolchain/52326 (not Martin Husemann's simplified version). As
follows:
+Index: external/gpl3/gcc/dist/gcc/gcc.c
+===================================================================
+RCS file: /cvsroot/src/external/gpl3/gcc/dist/gcc/gcc.c,v
+retrieving revision 1.14
+diff -u -p -r1.14 gcc.c
+--- external/gpl3/gcc/dist/gcc/gcc.c 14 Feb 2016 19:08:10 -0000 1.14
++++ external/gpl3/gcc/dist/gcc/gcc.c 29 Jun 2017 13:32:21 -0000
+@@ -1463,8 +1463,8 @@ init_gcc_specs (struct obstack *obstack,
+ "%{!static:%{!static-libgcc:"
+ #if USE_LD_AS_NEEDED
+ "%{!shared-libgcc:",
+- static_name, " " LD_AS_NEEDED_OPTION " ",
+- shared_name, " " LD_NO_AS_NEEDED_OPTION
++ LD_AS_NEEDED_OPTION " ", shared_name, " " LD_NO_AS_NEEDED_OPTION " ",
++ static_name,
+ "}"
+ "%{shared-libgcc:",
+ "--as-needed ", shared_name, " --no-as-needed ", static_name,
--
|/"\ John D. Baker, KN5UKS NetBSD Darwin/MacOS X
|\ / jdbaker[snail]mylinuxisp[flyspeck]com OpenBSD FreeBSD
| X No HTML/proprietary data in email. BSD just sits there and works!
|/ \ GPGkeyID: D703 4A7E 479F 63F8 D3F4 BD99 9572 8F23 E4AD 1645
Home |
Main Index |
Thread Index |
Old Index