On 15/07/2024 11:08, Chris Frey wrote:
On Mon, Jul 15, 2024 at 10:53:37AM +0200, Emilio Pozuelo Monfort wrote:
It might. If you upload it somewhere, I can try to take a quick look and see
if I spot anything.
Here:
http://digon.foursquare.net/firefox-esr-115.12-dsc-buildlog.txt
I appreciate any tips you can share.
I'm not sure what went on there. I see that dh_install got called from the
override_dh_install-arch target, but it doesn't have a '-a' argument, which
would be appropriate. Normally I test-built firefox locally using
dpkg-buildpackage -B, which perhaps helped. It looks like dh_install didn't act
on the arch-any binary packages, thus dh_missing reported all the missing files
that would have been installed from debian/firefox-esr.install (which is
auto-generated, but looks like that was done and should have proper contents).
I'd try to do a separate build with dpkg-buildpackage -B, or try adding '-a' to
the dh_install call in stamps/dh_install (and to the dh_missing --fail-missing
one probably).
Cheers,
Emilio