Omg Steve already found and fixed the JAVA_HOME issue in create-release for arm64 which I had to spend some time recently. https://github.com/apache/hadoop/pull/6962 Thanks for the link Ayush. I don't see anything gpg related here though.
On Fri, Jul 26, 2024 at 12:31 AM Ayush Saxena <ayush...@gmail.com> wrote: > Hi Mukund, > If I remember correctly, there were some issues with the > create-release for Arm, but after some changes it worked on branch-3, > but I think the changes were done only on branch-3, maybe because some > changes were already present on trunk. > You check this PR [1], if it has anything relevant missing on trunk > > -Ayush > > [1] https://github.com/apache/hadoop/pull/4953 > > On Fri, 26 Jul 2024 at 03:46, Mukund Madhav Thakur > <mtha...@cloudera.com.invalid> wrote: > > > > Hi Everyone, > > I am trying to create arm64 binaries for RC 3.4.1 in my local MacOS but > it > > is failing with below gpg signing error inside docker. Same command runs > > perfectly fine > > outside docker on my mac. Please advise of any solution/workaround if any > > of you have seen this before. Thanks > > > > starting gpg agent > > > > GPG_AGENT_INFO=/home/mthakur/.gnupg/S.gpg-agent::1 > > > > Warming the gpg-agent cache prior to calling maven > > > > gpg: WARNING: unsafe ownership on homedir '/home/mthakur/.gnupg' > > > > gpg: can't connect to the agent: IPC connect call failed > > > > gpg: can't connect to the agent: IPC connect call failed > > > > gpg: keydb_search failed: No agent running > > > > gpg: no default secret key: No agent running > > > > gpg: signing failed: No agent running > > > > rm: cannot remove '/build/source/patchprocess/warm.asc': No such file or > > directory >