Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vmware-vgauth-smoketest: no VGAuthLib.vmsg file #707

Open
AndrewV666 opened this issue Jan 25, 2024 · 1 comment
Open

vmware-vgauth-smoketest: no VGAuthLib.vmsg file #707

AndrewV666 opened this issue Jan 25, 2024 · 1 comment
Labels

Comments

@AndrewV666
Copy link

Describe the bug

vmware-vgauth-smoketest

...
VCGA[128]: I18n_BindTextDomain: user locale=en
VCGA[128]: MsgLoadCatalog: loading message catalog '/usr/share/open-vm-tools/messages/en/VGAuthLib.vmsg'
VCGA[128]: Unable to open '/usr/share/open-vm-tools/messages/en/VGAuthLib.vmsg': No such file or directory

Reproduction steps

  1. Install open-vm-tools and open-vm-tools-test
  2. Run vgauthd
  3. Run vmware-vgauth-smoketest
    ...
    CGA[128]: MsgLoadCatalog: loading message catalog '/usr/share/open-vm-tools/messages/en/VGAuthLib.vmsg'
    VCGA[128]: Unable to open '/usr/share/open-vm-tools/messages/en/VGAuthLib.vmsg': No such file or directory

Expected behavior

VGAuthLib.vmsg exists and loaded by vmware-vgauth-smoketest

Additional context

As one can see in the source tree, there is no VGAuthLib.vmsg file, but in open-vm-tools/vgauth/lib/VGAuthInt.h
we can see
#define VMW_TEXT_DOMAIN "VGAuthLib"
and
open-vm-tools/vgauth/lib/common.c: I18n_BindTextDomain(VMW_TEXT_DOMAIN, NULL, msgCatalog);

@AndrewV666 AndrewV666 added the bug label Jan 25, 2024
@rprabhud
Copy link

Thanks for reporting the issue. Filed an internal bug for the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants