macaroni-os / macaroni-os/mark-issues

[media-kit] Can't emerge `media-video/handbrake` due to `autoconf` failure

Open
#328 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug ebuild-issue emerge failure mark-testing media-kit update needed
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.

![Image](https://github.com/user-attachments/assets/c2e24f4a-8973-430b-b1c8-0ff34eecab92)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.