On Tue, Jul 27, 2021 at 11:40 AM Michael Cronenworth <m...@cchtml.com> wrote:
>
> On 7/27/21 10:37 AM, Michael Cronenworth wrote:
> >
> > This is affectting many different packages that use the %cmake3 macro and 
> > try to
> > enter its build directory. I traced the root of it.
> >
> > The %cmake3 macro calls the %_vpath_builddir macro to set its build 
> > directory name.
> >
> > F35 - %_vpath_builddir: "%{_vendor}-%{_target_os}-build" (generates: 
> > "redhat-linux")
> > F34 and earlier - %_vpath_builddir: "%_target_platform" (generates:
> > "$ARCH-redhat-linux-gnu")
> >
> > Why did this macro change in F35? (and only recently...)
>
> So Neal purposely made this change on July 10. @Neal?

I explained in the commit message:
https://src.fedoraproject.org/rpms/redhat-rpm-config/c/e0cfcc0fc76a7642faabb25c5e348d6a1314ace2

I was dealing with a ton of random failures from packages that had
noarch doc subpackages where Koji was failing the build because the
file metadata included the build path, which differed across
architectures. Doxygen is particularly guilty of this.

As the %_vpath_builddir macro is what you're supposed to use _anyway_
when monkeying around with build directories with CMake and Meson and
I hadn't seen anything at a glance that was doing weird things, I made
the change so that these kinds of failures would go away.



--
真実はいつも一つ!/ Always, there's only one truth!
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to