I am trying to install hylafax, and I have the mgetty flag set. When giving the command emerge -puv hylafax I get this:
Code:
Calculating dependencies... done!
[ebuild N ] app-text/texlive-core-2008-r5 USE="X doc -source -tk"
[ebuild N ] virtual/tex-base-0
[ebuild N ] dev-texlive/texlive-documentation-base-2008 USE="-source"
[ebuild N ] dev-texlive/texlive-basic-2008 USE="doc -source"
[ebuild N ] dev-tex/mplib-1.110 USE="lua"
[ebuild N ] dev-tex/luatex-0.30.3 USE="doc"
[ebuild N ] dev-texlive/texlive-latex-2008-r1 USE="doc -source"
[ebuild N ] dev-texlive/texlive-genericrecommended-2008 USE="doc -source"
[ebuild N ] dev-texlive/texlive-latexrecommended-2008-r2 USE="doc -source"
[ebuild N ] dev-texlive/texlive-texinfo-2008 USE="doc -source"
[ebuild N ] virtual/latex-base-1.0
[ebuild N ] virtual/texi2dvi-0
[ebuild N ] net-dialup/mgetty-1.1.36-r3 USE="doc fax -fidonet"
[ebuild N ] net-misc/hylafax-4.4.4-r2 USE="html jbig mgetty pam"
[blocks B ] net-misc/hylafax ("net-misc/hylafax" is blocking net-dialup/mgetty-1.1.36-r3)
* Error: The above package list contains packages which cannot be
* installed at the same time on the same system.
('ebuild', '/', 'net-misc/hylafax-4.4.4-r2', 'merge') pulled in by
net-misc/hylafax
For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked
I have tried using emerge -C hylafax to clear this issue and this is what I get:
Code:
--- Couldn't find 'null/hylafax' to unmerge.
>>> No packages selected for removal by unmerge
I have also tried installing without the mgetty flag, uninstalling, adding the mgetty flag again, and then try to install hylafax, but I still get the same block.
Does anyone know how to resolve this issue?