Skip to content

open-vm-tools 12.5.4 configure: line 23752: enable_vgauth: command not found #778

@ggg-315

Description

@ggg-315

Describe the bug

Check whether the syntax of [if test "$withval" = "no"; then enable_vgauth = "no"; fi] in the open-vm-tools/configure.ac file contains an extra space because the following error is reported during compilation: configure: line 23752: enable_vgauth: command not found

Reproduction steps

1.Download the source code to the local host.
2.Run the autoreconf -i command to generate the configure file.
3.Run the following command: bash configure --enable-deploypkg=no --without-x --without-xmlsec1 CFLAGS= '-s -Wl,-z,relro,-z,now -fstack-protector-all -fPIC -fPIE -pie -Wl,-z,noexecstack -fuse-ld=lld'
...

Expected behavior

The compilation is expected to succeed.

Additional context

The stable-12.5.2 version is normal. After the stable-12.5.4 version is switched to the stable-12.5.4 version, a compilation error is reported. No compilation options are changed, but the source code of the new version is downloaded for compilation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions