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

Pidgin update. #27704

Closed
wants to merge 2 commits into from
Closed

Pidgin update. #27704

wants to merge 2 commits into from

Conversation

mobinmob
Copy link
Contributor

@mobinmob mobinmob commented Jan 5, 2021

  • Update pidgin to 2.14.1.
  • Add libgnt as a seperate package. It no longer resides in the pidgin source tree.

Built and tested on x86_64. libgnt does not cross-build as it fails to find ncurses:

Library ncursesw found: YES
Library panelw found: YES
Header </usr/include/ncursesw/ncurses.h> has symbol "get_wch" : NO 
Header </usr/include/ncurses.h> has symbol "get_wch" : NO 

meson.build:123:1: ERROR: Problem encountered: ncurses could not be found!

@fosslinux
Copy link
Contributor

Odd

@ericonr
Copy link
Member

ericonr commented Jan 29, 2021

Might be failing because get_wch is a macro? not sure.

@ericonr
Copy link
Member

ericonr commented Feb 18, 2021

@mobinmob can you please patch the meson.build file to use the current version of ncurses detection from https://keep.imfreedom.org/libgnt/libgnt/file/tip/meson.build ? It's correct. Their previous version (which is what is shipped in 2.14.0 and 2.14.1 - just released) hardcoded /usr/include/... (which uses host headers, which aren't even available), for reasons.

@mobinmob
Copy link
Contributor Author

Thanks @ericonr! Will get to it in a few hours.

@mobinmob mobinmob force-pushed the pidgin branch 2 times, most recently from 226cad8 to 2fab451 Compare February 19, 2021 12:06
@mobinmob
Copy link
Contributor Author

@ericonr The patch works fine, but meson install fails in cross. No idea what the problem is.

@ericonr
Copy link
Member

ericonr commented Apr 3, 2021

@mobinmob try doing -Ddoc=false for cross builds :/

@mobinmob
Copy link
Contributor Author

mobinmob commented Apr 4, 2021

@mobinmob try doing -Ddoc=false for cross builds :/

Thank you, I will test it with the new version in a few hours.

@mobinmob
Copy link
Contributor Author

mobinmob commented Apr 4, 2021

@mobinmob try doing -Ddoc=false for cross builds :/

Nope, it does exactly nothing...
The only solution I can think of is stop building (or just cross-building if possible) finch and libgnt. Pidgin (gui) does not need libgnt if it is configured without --enable-consoleui.

@mobinmob mobinmob closed this May 23, 2021
@mobinmob mobinmob deleted the pidgin branch May 23, 2021 15:07
@tibequadorian tibequadorian mentioned this pull request Aug 1, 2021
3 tasks
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants