From: Ashley Dixon <ash@suugaku.co.uk>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Creating Blue-ray video discs
Date: Fri, 29 May 2020 22:10:27 +0100 [thread overview]
Message-ID: <20200529211027.bctqtwlfuvumofx7@ad-gentoo-main> (raw)
In-Reply-To: <48be2582-fbc9-e337-ac22-ef596cc1c21d@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2610 bytes --]
On Fri, May 29, 2020 at 03:59:13PM -0500, Dale wrote:
> I was going to emerge it and see what it looks like. It may do
> something to help but not sure. When I try to emerge the package,
> emerge says there is a missing USE flag. Thing is, the package doesn't
> have that USE flag that I can see nor does what it needs to have
> installed as a dependency.
>
> root@fireball / # emerge --select y -av tsmuxer
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
>
> emerge: there are no ebuilds built with USE flags to satisfy
> ">=app-arch/upx-3.01[lzma]".
> !!! One of the following packages is required to complete your request:
> - app-arch/upx-3.96::gentoo (Missing IUSE: lzma)
> (dependency required by "media-video/tsmuxer-2.6.11-r1::gentoo" [ebuild])
> (dependency required by "tsmuxer" [argument])
> root@fireball / #
>
> As you can tell, neither upx or ucl has the USE flag lzma. It appears
> there is something missing in the ebuild for upx. Since emerge tends to
> encrypt its output, may I'm reading that wrong. :/
Yes, you're right; there is no ebuild currently in gentoo.git to satisfy
`>=app-arch/upx-3.01[lzma]`. However, the ebuild maintainer seems to have
realised this, and added the following entry to the tsmuxer ebuild:
DEPEND="|| (
>=app-arch/upx-3.01[lzma]
>=app-arch/upx-bin-3.01
)"
I.e., use EITHER `>=app-arch/upx-3.01[lzma]` (which doesn't currently exist) OR
`>=app-arch/upx-bin-3.01`. For now, you will just have to use the binary
distribution with L.Z.M.A.\ support built-in, until the source release adds
support for optional L.Z.M.A.
The binary distribution is also masked with all ~arch keywords, so you must add
the appropriate ACCEPT_KEYWORDS entry for `upx-bin`.
$ ACCEPT_KEYWORDS="~amd64" emerge -atvp --autounmask=y tsmuxer
These are the packages that would be merged, in reverse order:
Calculating dependencies... done!
[ebuild N ] media-video/tsmuxer-2.6.11-r1::gentoo 527 KiB
[ebuild N ] app-arch/upx-bin-3.96::gentoo 452 KiB
Total: 2 packages (2 new), Size of downloads: 979 KiB
The following license changes are necessary to proceed:
(see "package.license" in the portage(5) man page for more details)
# required by tsmuxer (argument)
>=media-video/tsmuxer-2.6.11-r1 SmartLabs
--
Ashley Dixon
suugaku.co.uk
2A9A 4117
DA96 D18A
8A7B B0D2
A30E BF25
F290 A8AA
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2020-05-29 21:10 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-29 9:02 [gentoo-user] Creating Blue-ray video discs Dale
2020-05-29 9:33 ` Ashley Dixon
2020-05-29 9:56 ` Dale
2020-05-29 10:18 ` Ashley Dixon
2020-05-29 10:29 ` Neil Bothwick
2020-05-29 12:17 ` Dale
2020-05-29 12:50 ` Neil Bothwick
2020-05-29 12:56 ` Dale
2020-05-29 13:16 ` Ashley Dixon
2020-05-29 15:12 ` Dale
2020-05-29 16:00 ` Ashley Dixon
2020-05-29 16:48 ` Jack
2020-05-29 17:11 ` Ashley Dixon
2020-05-29 18:23 ` Neil Bothwick
2020-05-29 18:21 ` Neil Bothwick
2020-05-29 9:57 ` Joerg Schilling
2020-05-29 10:10 ` Ashley Dixon
2020-05-29 10:20 ` Joerg Schilling
2020-05-29 10:14 ` Dale
2020-05-29 13:12 ` Gerrit Kühn
2020-05-29 15:21 ` Dale
2020-05-29 20:59 ` Dale
2020-05-29 21:10 ` Ashley Dixon [this message]
2020-05-29 21:27 ` Dale
2020-05-29 10:30 ` Andrew Udvare
2020-05-29 12:38 ` Dale
2020-05-29 16:23 ` Laurence Perkins
2020-05-29 19:13 ` Dale
2020-06-02 9:41 ` Joerg Schilling
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200529211027.bctqtwlfuvumofx7@ad-gentoo-main \
--to=ash@suugaku.co.uk \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox