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

gcal: fix build on Ventura #129779

Closed
wants to merge 1 commit into from
Closed

gcal: fix build on Ventura #129779

wants to merge 1 commit into from

Conversation

iMichka
Copy link
Member

@iMichka iMichka commented Apr 30, 2023

Fixes:
tty.c:858:9: error: call to undeclared function 'ioctl'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration

The texinfo error is also on Ventura so fix it too (not just on Linux)

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

@carlocab carlocab added the CI-no-bottles Merge without publishing bottles label Apr 30, 2023
Fixes:
tty.c:858:9: error: call to undeclared function 'ioctl'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration

The texinfo error is also on Ventura so fix it too (not just on Linux)
@SMillerDev
Copy link
Member

Linux:

  fseeko.c: In function 'rpl_fseeko':
  fseeko.c:110:4: error: #error "Please port gnulib fseeko.c to your platform! Look at the code in fseeko.c, then report this to bug-gnulib."
    110 |   #error "Please port gnulib fseeko.c to your platform! Look at the code in fseeko.c, then report this to bug-gnulib."
        |    ^~~~~

@github-actions
Copy link
Contributor

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the stale No recent activity label May 22, 2023
@github-actions github-actions bot closed this May 29, 2023
@iMichka iMichka deleted the gcal branch July 27, 2023 20:56
@iMichka iMichka mentioned this pull request Jul 27, 2023
6 tasks
iMichka added a commit to iMichka/homebrew-core that referenced this pull request Jul 27, 2023
Does not build on macOS Ventura
Looks dead: https://lists.gnu.org/archive/html/bug-gcal/2022-11/msg00000.html
Attempt to fix it failed: Homebrew#129779
Low dowload count:

==> Analytics
install: 12 (30 days), 80 (90 days), 104 (365 days)
install-on-request: 12 (30 days), 80 (90 days), 104 (365 days)
build-error: 0 (30 days)
@github-actions github-actions bot added the outdated PR was locked due to age label Aug 27, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CI-no-bottles Merge without publishing bottles outdated PR was locked due to age stale No recent activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants