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

[gettext] autopoint fails on Windows with missing gzip #20392

Closed
wrobelda opened this issue Sep 27, 2021 · 1 comment · Fixed by #20393
Closed

[gettext] autopoint fails on Windows with missing gzip #20392

wrobelda opened this issue Sep 27, 2021 · 1 comment · Fixed by #20393
Assignees
Labels
category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly

Comments

@wrobelda
Copy link
Contributor

Describe the bug
It appears that autopoint is non-functional due to a missing gzip on Windows:

PS C:\vcpkg> cat C:\vcpkg\buildtrees\libopensp\autoconf-x86-windows-err.log
autoreconf: export WARNINGS=
autoreconf: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Entering directory '.'
autoreconf: running: autopoint --force
/c/vcpkg/installed/x64-windows/tools/gettext/bin/autopoint: line 494: gzip: command not found
tar.exe: gettext-0.14.5: Not found in archive
tar.exe: Error exit delayed from previous errors.
autopoint: *** infrastructure files for version 0.14.5 not found; this is autopoint from GNU gettext-tools 0.21
autopoint: *** Stop.
autoreconf: error: autopoint failed with exit status: 1
PS C:\vcpkg>

Environment

  • OS: Windows

To Reproduce
Steps to reproduce the behavior:

  1. Checkout [libopensp] new port #20391
  2. ./vcpkg install libopensp
  3. See error

Expected behavior
gzip doesn't appear to be installed as part of the basic msys2 setup by vcpkg_configure_make, which is probably a mistake.

@JackBoosY JackBoosY added category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly category:question This issue is a question and removed category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly labels Sep 28, 2021
@JackBoosY
Copy link
Contributor

See #20393 (comment).

@JackBoosY JackBoosY added category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly and removed category:question This issue is a question labels Sep 28, 2021
wrobelda added a commit to wrobelda/vcpkg that referenced this issue Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants