Re: Unversioned symbols when building kernel package

2023-01-04 Thread John Paul Adrian Glaubitz
Hi! On 1/4/23 23:00, Frank Scheiner wrote: According to this comment by Ben [1], this is an issue that is trivially fixed by adding the appropriate header to arch/$ARCH/include/asm-prototypes.h. However, looking at the header file, "#include " is already present so I'm not sure what else

Re: Unversioned symbols when building kernel package

2023-01-04 Thread Frank Scheiner
Hi Adrian, On 04.01.23 22:15, John Paul Adrian Glaubitz wrote: Hello! I just tried to build the Debian kernel package for alpha which fails with: debian/bin/buildcheck.py debian/build/build_alpha_none_alpha-generic alpha none alpha-generic ABI is not completely versioned!  Refusing to

Unversioned symbols when building kernel package

2023-01-04 Thread John Paul Adrian Glaubitz
Hello! I just tried to build the Debian kernel package for alpha which fails with: debian/bin/buildcheck.py debian/build/build_alpha_none_alpha-generic alpha none alpha-generic ABI is not completely versioned! Refusing to continue. Unversioned symbols: strcat

Re: Update on the glibc segfault issue on Alpha

2023-01-04 Thread Adhemerval Zanella Netto
On 04/01/23 06:25, John Paul Adrian Glaubitz wrote: > Hi Adhemerval! > > On 1/3/23 13:09, Adhemerval Zanella Netto wrote: >> Thanks, this commits helps narrow down the issue.  The 73fc4e28b9464f0e >> refactor did not >> add the GL(dl_phdr) and GL(dl_phnum) for static case, relying on the >>

Re: Update on the glibc segfault issue on Alpha

2023-01-04 Thread John Paul Adrian Glaubitz
Hi Adhemerval! On 1/3/23 13:09, Adhemerval Zanella Netto wrote: Thanks, this commits helps narrow down the issue. The 73fc4e28b9464f0e refactor did not add the GL(dl_phdr) and GL(dl_phnum) for static case, relying on the __ehdr_start symbol to get the correct values. The issue is for some