Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 567960 - blocked dependecies antlr - antlr-cpp with sqlitebrowser update
Summary: blocked dependecies antlr - antlr-cpp with sqlitebrowser update
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-11 05:04 UTC by Lagu
Modified: 2015-12-20 20:14 UTC (History)
0 users

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


Attachments
emerge --info (emerge,22.98 KB, text/plain)
2015-12-11 05:05 UTC, Lagu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lagu 2015-12-11 05:04:36 UTC
Hi all, with the last update now are a blocked packages D: with freemind(antlr) and sqlitebrowser(antlr-cpp).

[nomerge       ] pentoo/pentoo-2015.1::pentoo  USE="analyzer bluetooth cracking database desktop exploit footprint forensics forging fuzzers misc mitm mobile nfc proxies radio rce scanner voip wireless -pentoo" 
[nomerge       ]  pentoo/pentoo-database-2015.3-r1::pentoo  USE="-minipentoo" 
[ebuild     U ~]   dev-db/sqlitebrowser-3.7.0-r1::gentoo [3.6.0::gentoo] USE="qt4 -qt5 {-test}" 1.475 KiB
[nomerge       ] pentoo/pentoo-2015.1::pentoo  USE="analyzer bluetooth cracking database desktop exploit footprint forensics forging fuzzers misc mitm mobile nfc proxies radio rce scanner voip wireless -pentoo" 
[nomerge       ]  pentoo/pentoo-proxies-2015.3::pentoo  USE="java -minipentoo" 
[nomerge       ]   net-proxy/mitmproxy-0.10.1::gentoo  USE="doc -examples {-test}" PYTHON_TARGETS="python2_7" 
[ebuild   R   ~]    dev-python/flask-0.10.1-r2::gentoo  USE="doc -examples" PYTHON_TARGETS="python2_7 python3_4 -pypy -python3_3 -python3_5%" 0 KiB
[nomerge       ] dev-db/sqlitebrowser-3.7.0-r1::gentoo [3.6.0::gentoo] USE="qt4 -qt5 {-test}" 
[ebuild  N    ~]  dev-cpp/antlr-cpp-2.7.7:2::gentoo  USE="doc -examples -static-libs" ABI_X86="32 (64) (-x32)" 0 KiB
[nomerge       ] pentoo/pentoo-2015.1::pentoo  USE="analyzer bluetooth cracking database desktop exploit footprint forensics forging fuzzers misc mitm mobile nfc proxies radio rce scanner voip wireless -pentoo" 
[nomerge       ]  pentoo/pentoo-exploit-2015.4-r2::pentoo  USE="java -bindist -livecd -minipentoo" 
[nomerge       ]   net-analyzer/w3af-1.6.0.5-r2::pentoo  USE="doc gtk -clamav {-test}" PYTHON_TARGETS="python2_7" 
[nomerge       ]    dev-python/soappy-0.12.5-r2::gentoo  USE="ssl -examples" PYTHON_TARGETS="python2_7" 
[nomerge       ]     dev-python/m2crypto-0.22.3-r4::gentoo  PYTHON_TARGETS="python2_7" 
[ebuild   R    ]      dev-lang/python-exec-2.0.1-r1:2::gentoo  PYTHON_TARGETS="(jython2_7) (pypy) (pypy3) (python2_7) (python3_3) (python3_4) (python3_5) (-jython2_5%*)" 0 KiB
[blocks B      ] dev-java/antlr:0[cxx] ("dev-java/antlr:0[cxx]" is hard blocking dev-cpp/antlr-cpp-2.7.7)

Total: 4 packages (1 upgrade, 1 new, 2 reinstalls), Size of downloads: 1.475 KiB
Conflict: 1 block (1 unsatisfied)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (dev-cpp/antlr-cpp-2.7.7:2/2::gentoo, ebuild scheduled for merge) pulled in by
    dev-cpp/antlr-cpp:2= required by (dev-db/sqlitebrowser-3.7.0-r1:0/0::gentoo, ebuild scheduled for merge)

  (dev-java/antlr-2.7.7-r5:0/0::gentoo, installed) pulled in by
    dev-java/antlr:0[java] required by (dev-java/jaxme-0.5.2:0/0::gentoo, installed)


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

https://wiki.gentoo.org/wiki/Handbook:X86/Working/Portage#Blocked_packages


I don't know if are a fix because it can be simply now incompatible packages...

line of antlr-cpp ebuild (only are 1 ebuild)
RDEPEND="!!dev-java/antlr:0[cxx]"

Cya.
Comment 1 Lagu 2015-12-11 05:05:08 UTC
Created attachment 418960 [details]
emerge --info
Comment 2 Jouni Kosonen 2015-12-12 00:25:41 UTC
You are trying to mix unstable dev-cpp/antlr-cpp with stable dev-java/antlr:0.

From the errors given I'd say you need to keyword at least these atoms:
=dev-java/antlr-2.7.7-r7
=dev-java/jaxme-0.5.2-r2
Comment 3 Lagu 2015-12-12 05:45:34 UTC
mm, thx for the help, but i'm using the --autounmasl option, why it don't find that solution? does not fit...
Comment 4 Michael Weber (RETIRED) gentoo-dev 2015-12-20 18:59:18 UTC
i fixed it the dirty way with

emerge -av1 --nodeps antlr:0
emerge -av1 --nodeps antlr-cpp
emerge -av1 sqlite-browser
Comment 5 Lagu 2015-12-20 20:14:26 UTC
yes, it have a fix, but ¿why portage with the option --autounmask don't found the solution?