Hello team,
While building opensubdiv, the failure[1] occurred on doc subpackage with the following line:
BuildError: The following noarch package built differently on different architectures: opensubdiv-doc-3.5.0-1.fc38.noarch.rpm rpmdiff output was: added /usr/share/doc/opensubdiv/doxy_html/a00785.js removed /usr/share/doc/opensubdiv/doxy_html/a00788.js
Any idea about root cause? For the time being, that subpackage is temporarily disabled.
[1] https://koji.fedoraproject.org/koji/taskinfo?taskID=95728588
Hi,
Luya Tshimbalanga wrote:
Hello team,
While building opensubdiv, the failure[1] occurred on doc subpackage with the following line:
BuildError: The following noarch package built differently on different architectures: opensubdiv-doc-3.5.0-1.fc38.noarch.rpm rpmdiff output was: added /usr/share/doc/opensubdiv/doxy_html/a00785.js removed /usr/share/doc/opensubdiv/doxy_html/a00788.js
Any idea about root cause?
[...]
[1] https://koji.fedoraproject.org/koji/taskinfo?taskID=95728588
This happens frequently with doxygen documentation. It looks like only a few adjustments are needed to resolve it though. I prepared the changes in a fork of the package repo:
https://src.fedoraproject.org/fork/tmz/rpms/opensubdiv/c/0cd9137
and ran a scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=95730383
I'm far from an expert with Doxygen; others may have better ideas on how to resolve this.
Here's a PR with the changes, for testing and review:
https://src.fedoraproject.org/rpms/opensubdiv/pull-request/1
On 2023-01-02 16:44, Todd Zullinger wrote:
Hi,
Luya Tshimbalanga wrote:
Hello team,
While building opensubdiv, the failure[1] occurred on doc subpackage with the following line:
BuildError: The following noarch package built differently on different architectures: opensubdiv-doc-3.5.0-1.fc38.noarch.rpm rpmdiff output was: added /usr/share/doc/opensubdiv/doxy_html/a00785.js removed /usr/share/doc/opensubdiv/doxy_html/a00788.js
Any idea about root cause?
[...]
[1]https://koji.fedoraproject.org/koji/taskinfo?taskID=95728588
This happens frequently with doxygen documentation. It looks like only a few adjustments are needed to resolve it though. I prepared the changes in a fork of the package repo:
https://src.fedoraproject.org/fork/tmz/rpms/opensubdiv/c/0cd9137and ran a scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=95730383I'm far from an expert with Doxygen; others may have better ideas on how to resolve this.
Here's a PR with the changes, for testing and review:
https://src.fedoraproject.org/rpms/opensubdiv/pull-request/1
Thank you for the patch. I'll merge the fix.