On 14.10.21 17:59, Christian Storm wrote: > >>> I haven't investigated it further but I suspect it might have >>> something to do with c8ad20f >> >> Turns out it's fairly simple: >> >> $ cat ./bg_printenv >> >> [...] >> # The bg_setenv program cannot be directly executed until all the libtool >> # libraries that it depends on are installed. >> # >> # This wrapper script should never be moved out of the build directory. >> # If it is, it will not operate correctly. >> >> Indeed, running bg_printenv results in argv[0] being >> /home/.../.libs/lt-bg_setenv and so the argv[0] detection mechanism >> does not work. > > > Hm, I'm on c8ad20f and there I do see two different help texts, just > as it should be. Can you share the exact build steps you're doing to > reproduce it? >
On my side: $ mkdir build $ cd build $ ../configure $ make $ ./bg_printenv --help Usage: bg_setenv [OPTION...] bg_setenv/bg_printenv - Environment tool for the EFI Boot Guard ... Jan -- Siemens AG, T RDA IOT Corporate Competence Center Embedded Linux -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/8c2e51ac-fe6c-40a8-82ae-66fe1df9e969%40siemens.com.
