Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 303617 - net-nntp/hellanzb-0.13-r7 could depend on || ( app-arch/{,un}rar{,-gpl} )
Summary: net-nntp/hellanzb-0.13-r7 could depend on || ( app-arch/{,un}rar{,-gpl} )
Status: VERIFIED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-05 19:34 UTC by Carps
Modified: 2010-02-09 17:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carps 2010-02-05 19:34:03 UTC
Could some dev change the requirement of hellanzb to use app-arch/unrar-gpl instead of app-arch/unrar-3.8.5 as this will resolve a block, as hellanzb wants unrar-3.8.5 and other apps use unrar-gpl.

This causes a block to be thrown up

Reproducible: Always

Steps to Reproduce:
1. Emerge hellanzb
2.
3.
Comment 1 Peter Gantner (a.k.a. nephros) 2010-02-07 19:20:27 UTC
No.

app-arch/unrar-gpl cannot unpack any recent .rar files. It will also break portage unpack() if it is installed and used to unpack such a file.

You should uninstall -gpl for now and install app-arch/unrar or app-arch/rar instead.

Other apps (e.g. mplayer) should have deps like:
     || ( app-arch/unrar-gpl  app-arch/unrar app-arch/rar ) 
so should be fine if -gpl is missing.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2010-02-09 17:07:24 UTC
Please reopen this bug report after arguing to the contrary of the position of comment #1 (which sounds plausible to me).