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

app-editors/vim, app-editors/vim-core: fix cros compile error during configure check for timer_create #26713

Closed
wants to merge 1 commit into from

Conversation

vteratipally
Copy link
Contributor

app-editors/vim, app-editors/vim-core: fix cros compile error during configure check for timer_create. So instead of reporting it as an error report it as the warning and ignore the check.

partial solution from vim/vim@5f6cae8

Signed-off-by: Varsha Teratipally teratipally@google.com

Solution:   Give a warning instead of an error.

Signed-off-by: Varsha Teratipally <teratipally@google.com>
@gentoo-bot
Copy link

Pull Request assignment

Submitter: @vteratipally
Areas affected: ebuilds
Packages affected: app-editors/vim, app-editors/vim-core

app-editors/vim: @gentoo/vim
app-editors/vim-core: @gentoo/vim

Linked bugs

No bugs to link found. If your pull request references any of the Gentoo bug reports, please add appropriate GLEP 66 tags to the commit message and request reassignment.

If you do not receive any reply to this pull request, please open or link a bug to attract the attention of maintainers.


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added assigned PR successfully assigned to the package maintainer(s). no bug found No Bug/Closes found in the commits. labels Aug 2, 2022
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2022-08-02 23:26 UTC
Newest commit scanned: abbda79
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/6273c22aed/output.html

gentoo-bot pushed a commit that referenced this pull request Aug 17, 2022
…ate)

Problem: Configure check for timer_create may give wrong error.
Solution: Give a warning instead of an error.

Closes:#26713
Signed-off-by: Varsha Teratipally <teratipally@google.com>
Signed-off-by: Sam James <sam@gentoo.org>
@@ -79,6 +79,7 @@ src_prepare() {
if [[ ${PV} != 9999* ]] ; then
# Gentoo patches to fix runtime issues, cross-compile errors, etc
eapply "${WORKDIR}/vim-patches-vim-9.0.0049-patches"
eapply "{FILESDIR}/vim-9.0-fix-create-timer-for-cros-compiling.patch"
Copy link
Member

Choose a reason for hiding this comment

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

  1. Missing $
  2. This patch doesn't apply to 9.0.0049.
  3. No need for revbump if it's a build-time only issue like this (https://devmanual.gentoo.org/general-concepts/ebuild-revisions/index.html)

I've fixed that up. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). no bug found No Bug/Closes found in the commits.
Projects
None yet
4 participants