On 3/30/22 18:33, Tom Stellard wrote:
On 3/30/22 17:01, Michael Cronenworth wrote:
On 3/30/22 11:36 AM, Mamoru TASAKA wrote:
ar is failing so the fault is in binutils at the first look.

By the way:
- First of all, should /usr/lib64/wine/aarch64-windows/libdbghelp.a (or any 
other static archive) be packed
  (i.e. are static archives needed in wine binary rpm)?
  If not, just remove static archives.

Wine offers the ability to compile against it to develop "wine" programs.

- If needed, AFAIK brp-llvm-compile-lto-elf is needed when compiled by clang 
with -flto, so
  as a workaround, I think
  - adding "%global _lto_cflags %nil"

This was already added a few years ago.

- and adding "%global __brp_llvm_compile_lto_elf %nil"
  should work here.

Thanks. Added.

Now I'm running into another problem[1] with Clang. The MinGW-w64 GCC compiler 
knows the include search path for MinGW headers. Clang is not finding MinGW 
headers. Is there a missing environment variable or something that Clang needs 
to be told where they are?


Looking at the builds with gcc, there is an extra option passed to gcc:
-I./libs/zlib which is not passed to clang.  So maybe this is an issue
with the build system?


And actually I see that -I./libs/zlib is present in a recent build with
clang: 
https://kojipkgs.fedoraproject.org//packages/wine/7.3/1.fc37/data/logs/aarch64/build.log

But not in the 7.5 build.

-Tom

-Tom

[1] https://koji.fedoraproject.org/koji/taskinfo?taskID=84951077
_______________________________________________
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

_______________________________________________
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