Skip to content

gettext: add missing iconv dependency#16193

Merged
tgamblin merged 1 commit intospack:developfrom
ax3l:topic-fixGettextIconv
Apr 21, 2020
Merged

gettext: add missing iconv dependency#16193
tgamblin merged 1 commit intospack:developfrom
ax3l:topic-fixGettextIconv

Conversation

@ax3l
Copy link
Copy Markdown
Member

@ax3l ax3l commented Apr 20, 2020

gettext will pick up a random iconv dependency if not specified, which crashes python and its own builds on macOS.

This should fix #14415 #16075 et al.

I tested building all versions on Ubuntu 18.04 but need someone to confirm this fixes your gettext and python build issues on macOS.

cc @coreyjadams @LDAmorim @gartung @adamjstewart @sethrj

`gettext` will pick up a random `iconv` dependency if not
specified, which crashes python and its own builds on macOS.
@gartung
Copy link
Copy Markdown
Member

gartung commented Apr 20, 2020

@chissg

@ax3l
Copy link
Copy Markdown
Member Author

ax3l commented Apr 20, 2020

cc @jcftang does this fix your go build issue in #14205?

@ax3l
Copy link
Copy Markdown
Member Author

ax3l commented Apr 20, 2020

cc @robertsawko this might fix your binutils build which blocks your openmpi build in #14369

@ax3l ax3l mentioned this pull request Apr 20, 2020
Copy link
Copy Markdown
Member

@adamjstewart adamjstewart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Builds for me on macOS and links to the correct library.

@tgamblin tgamblin merged commit 6c8e15e into spack:develop Apr 21, 2020
@ax3l ax3l deleted the topic-fixGettextIconv branch April 21, 2020 06:17
@michaelkuhn michaelkuhn mentioned this pull request Apr 21, 2020
config_args = [
'--disable-java',
'--disable-csharp',
'--disable-icsharp',
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo fixed in #16206

ReinhardPrix pushed a commit to ReinhardPrix/spack that referenced this pull request Jul 20, 2020
`gettext` will pick up a random `iconv` dependency if not
specified, which crashes python and its own builds on macOS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Installation error: Python can't find _iconv symbol

5 participants