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

Samford allow extended #19

Merged
merged 4 commits into from
Oct 8, 2018
Merged

Samford allow extended #19

merged 4 commits into from
Oct 8, 2018

Conversation

nikku
Copy link
Owner

@nikku nikku commented Oct 8, 2018

No description provided.

samford and others added 4 commits October 8, 2018 09:13
hugo-cli would error if the HUGO_VERSION environment variable didn't
strictly adhere to semver format (e.g., 0.45.1). This prevented users
from being able to install the extended version of Hugo (available
from v0.43 onward). This commit allows users to install the extended
version by setting HUGO_VERSION to something like "0.45.1/extended"
or "extended_0.45.1".
The Travis build environment fails to execute the "extended" version
of Hugo, leading to "libstdc++.so.6:version `GLIBCXX_3.4.20' not
found" errors (for 3.4.20 and 3.4.21).

Evidently this is a known issue on Hugo's forums, as seen here:
https://discourse.gohugo.io/t/solved-hugo-v44-extended-and-relocation-errors-on-travis/13029.

Per that thread, we have to manually install the libstdc++6 from
Xenial (rather than Trusty's version) for the Hugo extended version
to run properly, allowing the integration test for extended to pass.
@nikku nikku merged commit b4d2907 into master Oct 8, 2018
@nikku nikku deleted the samford-allow-extended branch October 8, 2018 09:20
@nikku nikku mentioned this pull request Oct 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants