Re: ./Makepkgs Problem
"Mark Goodwin" <[email protected]> Fri, 10 Feb 2017 09:23:36 +1100
| Newsgroups | gmane.comp.sysutils.pcp |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Feb 10, 2017 at 8:12 AM, Nathan Scott <[email protected]> wrote: > > I started seeing this yesterday and it's still happening with the latest > > upstream sources today. It looks like gcc is taking the definition of > > PCP_VERSION as a source file. I can't see any problem. > > > > Has anyone worked in this area lately? Ringing any bells? > > Its a systemtap regression, recently fixed AIUI - but probably waiting > on a Fedora update now. You can dodge it via --without-static-probes to > Makepkgs in the meantime. The fix is upstream but not yet released - I think only F25 and rawhide are affected (maybe other distros too). In the mean-time, you can build as Nathan suggests above, or manually downgrade systemtap-sdt-devel as follows : # dnf downgrade systemtap-sdt-devel (in F25 this should revert to systemtap-sdt-devel-3.1-0.20160725git91bfb36.fc25.x86_64)