AdaCore / AdaCore/gnatcoll-core
"timeval" not declared in "Calendar"
Open
Nobody has claimed this yet.
- Dominant language
- Ada
- Stars
- 55
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
I can't build on Ubuntu Noble. I've used a docker container to isolate this.
Here's the pertinent issue:
gnatcoll-os-process-wait_for_processes__unix.adb:65:31: error: "timeval" not declared in "Calendar"
gnatcoll-os-process-wait_for_processes__unix.adb:65:56: error: "timeval" not declared in "Calendar"
gnatcoll-os-process-wait_for_processes__unix.adb:203:37: error: "To_Timeval" not declared in "Calendar"
compilation of gnatcoll-os-process.adb failed
gprbuild: *** compilation phase failed
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with gnatcoll-os-process-wait_for_processes__unix.adb at the reported references to Calendar.timeval and Calendar.To_Timeval. Reproduce the build in an Ubuntu Noble container and inspect the available Calendar declarations. Done means the gnatcoll-os-process package builds successfully on Ubuntu Noble.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100