Mingw buiilds now failing

I build a couple of Mingw packages on OBS. I now get build failures in most of them. The error is generally like this: [ 49s] Processing files: mingw64-tktable-debug-2.10-2.1.noarch [ 49s] error: Could not open %files file /home/abuild/rpmbuild/BUILD/mingw64-debugfiles.list: No such file or directory I looked at a couple Mingw packages that are not failing, and I see that they seem to no longer use: %{_mingw64_debug_package} So I thought I would remove those. But it seems to make no difference. Here is a sample project that no longer builds on OBS: https://build.opensuse.org/package/show/home:rogeroberholtzer:mingw64/mingw6... Anyone have a clue what might be happening? -- Roger Oberholtzer

In answer to my own question, it seems there is a new RPM macro that must be added to mingw64 builds: %_mingw64_debug_package On Mon, Apr 3, 2023 at 8:15 AM Roger Oberholtzer <roger.oberholtzer@gmail.com> wrote:
I build a couple of Mingw packages on OBS. I now get build failures in most of them. The error is generally like this:
[ 49s] Processing files: mingw64-tktable-debug-2.10-2.1.noarch [ 49s] error: Could not open %files file /home/abuild/rpmbuild/BUILD/mingw64-debugfiles.list: No such file or directory
I looked at a couple Mingw packages that are not failing, and I see that they seem to no longer use:
%{_mingw64_debug_package}
So I thought I would remove those. But it seems to make no difference.
Here is a sample project that no longer builds on OBS:
https://build.opensuse.org/package/show/home:rogeroberholtzer:mingw64/mingw6...
Anyone have a clue what might be happening?
-- Roger Oberholtzer
-- Roger Oberholtzer

On Sunday 2023-04-09 10:56, Roger Oberholtzer wrote:
In answer to my own question, it seems there is a new RPM macro that must be added to mingw64 builds:
%_mingw64_debug_package
On Mon, Apr 3, 2023 at 8:15 AM Roger Oberholtzer
I looked at a couple Mingw packages that are not failing, and I see that they seem to no longer use:
%{_mingw64_debug_package}
That's literally the same macro

Odd. That is the difference I see in the builds that work. On Sun, Apr 9, 2023 at 1:13 PM Jan Engelhardt <jengelh@inai.de> wrote:
On Sunday 2023-04-09 10:56, Roger Oberholtzer wrote:
In answer to my own question, it seems there is a new RPM macro that must be added to mingw64 builds:
%_mingw64_debug_package
On Mon, Apr 3, 2023 at 8:15 AM Roger Oberholtzer
I looked at a couple Mingw packages that are not failing, and I see that they seem to no longer use:
%{_mingw64_debug_package}
That's literally the same macro
-- Roger Oberholtzer
participants (2)
-
Jan Engelhardt
-
Roger Oberholtzer