macaroni-os / macaroni-os/mark-issues
[media-kit] Can't emerge `media-video/handbrake` due to `autoconf` failure
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 5
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The emerge failure:
```
version probe: autoconf 2.69.0...(fail) 0.0.0
ERROR: minimum required autoconf version is 2.69.0 and /usr/bin/autoconf is 0.0.0
```
We have a static ebuild for `handbrake` in our tree. I tried updating it to `handbrake-1.9.2`, but found that perhaps our `ffmpeg` is too old:
```
In file included from ../libhb/hb.c:11:
../libhb/handbrake/hbffmpeg.h:23:10: fatal error: libavutil/ambient_viewing_environment.h: No such file or directory
23 | #include "libavutil/ambient_viewing_environment.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
Maybe it needs a USE flag turned on.

Contributor guide
No contributing guide indexed for this repository
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 the static handbrake ebuild and reproduce the reported emerge failure. Check the autoconf version probe and the ffmpeg dependency related to libavutil/ambient_viewing_environment.h; the work is done when media-video/handbrake emerges successfully.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100