Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 562152

Summary: dev-db/sqlitebrowser-3.7.0 stable req
Product: Gentoo Linux Reporter: David Flogeras <dflogeras2>
Component: Current packagesAssignee: Michael Weber (RETIRED) <xmw>
Status: RESOLVED DUPLICATE    
Severity: normal Keywords: STABLEREQ
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=562468
Whiteboard:
Package list:
Runtime testing required: ---

Description David Flogeras 2015-10-03 17:48:24 UTC
I've been using 3.6.0 for several months, and it seems to work well.  I am also willing to test 3.7.0 if that is a better candidate for stable.

Reproducible: Always
Comment 1 Michael Weber (RETIRED) gentoo-dev 2015-10-06 21:07:43 UTC
Thanks
Comment 2 Agostino Sarubbo gentoo-dev 2015-11-03 15:01:01 UTC
This request cannot be completed because of the following repoman error(s):

 dependency.bad [fatal]        28
   dev-db/sqlitebrowser/sqlitebrowser-3.7.0.ebuild: DEPEND: amd64(default/linux/amd64/13.0)
['dev-libs/qcustomplot[qt5=]']


Since the amd64 team is unable to continue this task, I'm removing the amd64 arch team from the CC field. Feel free to cc the amd64 arch team again when you provide the complete list of the missing dependencies.
Comment 3 Agostino Sarubbo gentoo-dev 2015-11-11 10:04:47 UTC
This request cannot be completed because of the following repoman error(s):

  dependency.bad [fatal]        22                                                                                                                                                                                                                                             
   dev-db/sqlitebrowser/sqlitebrowser-3.7.0.ebuild: DEPEND: x86(default/linux/x86/13.0)
['dev-libs/qcustomplot[qt5=]']



Since the x86 team is unable to continue this task, I'm removing the x86 arch team from the CC field. Feel free to cc the x86 arch team again when you provide the complete list of the missing dependencies.
Comment 4 Anton Bolshakov 2015-12-22 04:41:05 UTC
This bug can only be currently resolved after dev-cpp/antlr-cpp and ALL its defences including dev-java/ant-antlr stabilisation.

However, there is a simple fix (which I highly recommend) to bypass this:

--- /usr/portage/dev-db/sqlitebrowser/sqlitebrowser-3.7.0-r1.ebuild     2015-12-07 06:01:02.000000000 +0800
+++ ./sqlitebrowser-3.7.0-r2.ebuild     2015-12-22 11:51:47.847313858 +0800
@@ -20,7 +20,7 @@
 REQUIRED_USE="^^ ( qt4 qt5 )"
 
 RDEPEND="
-       dev-cpp/antlr-cpp:2=
+       || ( dev-cpp/antlr-cpp:2= dev-java/antlr:0[cxx] )
        dev-db/sqlite:3
        dev-libs/qcustomplot[qt5=]
        x11-libs/qscintilla


Please consider.
Comment 5 Pacho Ramos gentoo-dev 2016-03-08 11:49:08 UTC

*** This bug has been marked as a duplicate of bug 571958 ***