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

fix broken boost with latest GCC versions - get up to date boost.m4 #134

Merged
merged 1 commit into from
Jun 27, 2018

Conversation

gramsey
Copy link

@gramsey gramsey commented Jun 26, 2018

the version of boost.m4 used in the project is out of date - it does not work with latest GCC
this means the ./configure step falls over when 'boost' is selected.

this file is unmodified from latest upstream source
https://github.com/tsuna/boost.m4/commits/master/build-aux/boost.m4

the version of boost.m4 used in the project is out of date - it does not work with latest GCC
this means the ./configure step falls over when 'boost' is selected.

this file is unmodified from latest upstream source
https://github.com/tsuna/boost.m4/commits/master/build-aux/boost.m4
@epico epico merged commit f9d5947 into libpinyin:master Jun 27, 2018
@epico
Copy link
Member

epico commented Jun 27, 2018

Thanks for the patch!

gramsey added a commit to gramsey/gentoo that referenced this pull request Jun 27, 2018
1.9.3-r1 - This patches issue with latest GCC on configure with boost
1.10.0 - This includes above patch, and also update to new major version

I submitted the patch/fix upstream as pull request
libpinyin/ibus-libpinyin#134
and it has been merged (basically updating the boost.m4 macro to latest)

1.10.0 has additional changes as upstream has moved configuration settings
to gsettings (now requires gnome2_utils eclass)

Closes: https://bugs.gentoo.org/659328
Package-Manager: Portage-2.3.40, Repoman-2.3.9
gentoo-bot pushed a commit to gentoo/gentoo that referenced this pull request Jul 11, 2018
1.9.3-r1 - This patches issue with latest GCC on configure with boost
1.10.0 - This includes above patch, and also update to new major version

I submitted the patch/fix upstream as pull request
libpinyin/ibus-libpinyin#134
and it has been merged (basically updating the boost.m4 macro to latest)

1.10.0 has additional changes as upstream has moved configuration settings
to gsettings (now requires gnome2_utils eclass)

Closes: https://bugs.gentoo.org/659328
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: #9050
Closes: https://bugs.gentoo.org/659816
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.

2 participants