Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 735756 - dev-util/idea-community needs porting to LLVM 10
Summary: dev-util/idea-community needs porting to LLVM 10
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Pagano
URL: https://youtrack.jetbrains.com/issue/...
Whiteboard:
Keywords:
Depends on:
Blocks: llvm-10
  Show dependency tree
 
Reported: 2020-08-03 11:25 UTC by Michał Górny
Modified: 2021-01-01 18:29 UTC (History)
4 users (show)

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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-08-03 11:25:58 UTC
Currently depends on lldb-9.
Comment 1 Mike Pagano gentoo-dev 2020-09-07 22:41:21 UTC
https://youtrack.jetbrains.com/issue/KT-41716
Comment 2 mercuriete 2020-12-05 19:54:23 UTC
lldb 9 is only

PYTHON_COMPAT=( python3_{6,7} )

so idea-community is blocking me to upload today.


Can somebody take a look of this bug?

-----------

!!! The ebuild selected to satisfy "=dev-util/lldb-9*" has unmet requirements.
- dev-util/lldb-9.0.1-r1::gentoo USE="ncurses python -libedit -test" ABI_X86="(64)" PYTHON_SINGLE_TARGET="-python3_6 -python3_7"

  The following REQUIRED_USE flag constraints are unsatisfied:
    exactly-one-of ( python_single_target_python3_6 python_single_target_python3_7 )

(dependency required by "dev-util/idea-community-2020.2.1.202.6948.69::gentoo" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
Comment 3 mercuriete 2020-12-05 20:03:03 UTC
I made a local ebuild changing lldb with this line:

PYTHON_COMPAT=( python3_{6..9} )


and I think it fix the problem but I not sure if that is a right solution...

Do I need to open a new ticket for

lldb-9.0.1-r2.ebuild

with that change?

I dont know what I am doing.


BTW, I am a java developer and I dont want to uninstall idea-community because I use it a lot.

Thanks in advance.
Comment 4 Larry the Git Cow gentoo-dev 2020-12-08 18:48:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0901302bdd3b40f6012a96618e393d0bbeb8a632

commit 0901302bdd3b40f6012a96618e393d0bbeb8a632
Author:     Mike Pagano <mpagano@gentoo.org>
AuthorDate: 2020-12-08 18:47:53 +0000
Commit:     Mike Pagano <mpagano@gentoo.org>
CommitDate: 2020-12-08 18:47:53 +0000

    dev-util/idea-community: Update lldb dependency to v10. Remove old.
    
    Closes: https://bugs.gentoo.org/735756
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Mike Pagano <mpagano@gentoo.org>

 dev-util/idea-community/Manifest                   |   4 -
 .../idea-community-2020.2.4.202.8194.7.ebuild      | 142 ---------------------
 ...idea-community-2020.3.0.203.5981.155-r1.ebuild} |   4 +-
 dev-util/idea-community/metadata.xml               |   4 -
 4 files changed, 2 insertions(+), 152 deletions(-)
Comment 5 mercuriete 2021-01-01 18:29:16 UTC
thank you very much! :)