[ 
https://issues.apache.org/jira/browse/MNG-8170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17862705#comment-17862705
 ] 

Guillaume Nodet commented on MNG-8170:
--------------------------------------

I suppose there's a missing arm64 block for windows:  
[https://github.com/fusesource/jansi/blob/master/Makefile.common#L158-L163]

Same here:
  [https://github.com/jline/jline3/blob/master/native/Makefile.common#L149-L153]

> Maven 3.9.8 contains weird native library for Jansi on Windows/arm64
> --------------------------------------------------------------------
>
>                 Key: MNG-8170
>                 URL: https://issues.apache.org/jira/browse/MNG-8170
>             Project: Maven
>          Issue Type: Bug
>    Affects Versions: 3.9.8
>            Reporter: Michael Osipov
>            Priority: Major
>
> This doesn't look right:
> {noformat}
> $ tree
> .
> ├── README.txt
> └── Windows
>     ├── arm64
>     │   └── libjansi.so
>     ├── x86
>     │   └── jansi.dll
>     └── x86_64
>         └── jansi.dll
> 5 directories, 4 files
> osipovmi@deblndw011x:/tmp/apache-maven-3.9.8/lib/jansi-native
> $ file Windows/arm64/libjansi.so
> Windows/arm64/libjansi.so: PE32+ executable (DLL) (GUI) Aarch64, for MS 
> Windows
> osipovmi@deblndw011x:/tmp/apache-maven-3.9.8/lib/jansi-native
> $ file Windows/x86_64/jansi.dll
> Windows/x86_64/jansi.dll: PE32+ executable (DLL) (console) x86-64, for MS 
> Windows
> {noformat}
> 1. It should be console type
> 2. Name should be {{jansi.dll}}
> No?
> [~gnodet], [~cstamas].



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to