bug#32894: Exception in validate-runpath phase

2021-11-19 Thread Julien Lepiller
Since then, we have openjdk 10, and much more recent versions. I don't remember what fixed the issue, but I haven't seen it since then, so closing :)

bug#32894: Exception in validate-runpath phase

2018-10-08 Thread Ludovic Courtès
Hello, Julien Lepiller skribis: > Le 2018-10-02 14:31, l...@gnu.org a écrit : >> Hello Julien, >> >> [...] >> >> Then again, these are “.debuginfo” files so perhaps they are the result >> of home-made ELF stripping (we don’t have this problem with “.debug” >> files created with objcopy & co.). >

bug#32894: Exception in validate-runpath phase

2018-10-03 Thread Julien Lepiller
Le 2018-10-02 14:31, l...@gnu.org a écrit : Hello Julien, [...] Then again, these are “.debuginfo” files so perhaps they are the result of home-made ELF stripping (we don’t have this problem with “.debug” files created with objcopy & co.). I can see two short-term “solutions”: 1. Remove tho

bug#32894: Exception in validate-runpath phase

2018-10-02 Thread Ludovic Courtès
Hello Julien, Julien Lepiller skribis: > Then, running: > > (elf-dynamic-info (call-with-input-file "libjsoundalsa.debuginfo" > (compose parse-elf get-bytevector-all))) > $79 = #< soname: #f needed: () rpath: () runpath: ()> > > (elf-dynamic-info (call-with-input-file "libjsound.debuginfo" (comp

bug#32894: Exception in validate-runpath phase

2018-10-01 Thread Julien Lepiller
Hi, I'm trying to create a new package for openjdk versions we don't have yet. While building openjdk 10 on top of core-updates (because gcc on master has a bug that prevents building openjdk 9 and 10), I get a stacktrace at the end of the validate-runpath phase: starting phase `validate-