Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 697014 (jdk11) - virtual/jdk:11 issues tracker
Summary: virtual/jdk:11 issues tracker
Status: RESOLVED OBSOLETE
Alias: jdk11
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 2 votes (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on: 696754 698580 698582 779472 779703 782667 783021 783027 783897 784023 784038 784065 784095 784128 784131 784350 784380 784767 784812 784830 784836 784839 784893 785298 785400 785415 785508 785532 785796 785847 785850 785856 785877 785886 785985 785988 786087 786090 786093 786096 786111 786117 786120 786129 786234 786237 786381 786399 786408 786414 786417 786420 786426 786429 786432 786435 786438 786441 786480 786483 786486 786507 786510 786513 786519 786699 786708 786711 786714 786732 786744 786750 786753 786756 786759 786762 786765 786768 786771 786774 786777 786780 786783 786786 786798 786804 786828 786831 786840 786843 786846 786852 786861 786864 786870 786885 786888 787071 787152 787320 787323 787329 787332 787335 787338 787344 787347 787350 787353 787356 787359 787362 787365 787368 787371 787374 787377 787407 787410 787428 787434 787449 787626 787629 787635 787638 787641 787644 787647 787650 787653 787656 787659 787803 788352 790551 791106 791175 792279 792411 795978 796314 796587 801145 807451 810613 818145 828450 828557 828600 830639 830937 831010 831084 831116 831155 831191 831243 831262 831269 831297 831298 831394 831777 831778 831780 831801 832153 832166 834899 835390 855134
Blocks: 739134 783000 783003 792666
  Show dependency tree
 
Reported: 2019-10-08 19:25 UTC by Georgy Yakovlev
Modified: 2024-04-11 18:37 UTC (History)
15 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 Georgy Yakovlev archtester gentoo-dev 2019-10-08 19:25:22 UTC
virtual/jdk:11 is masked, unmasking it breaks ebuild.
some new packages would like to use it, but have to be masked.
some existing packages break with it.

this a tracker bug to track all jdk:11 related issues, no talking please.
Comment 1 Larry the Git Cow gentoo-dev 2021-10-06 02:55:41 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513e211b3750624a2f7cd3583b3e69a729617328

commit 513e211b3750624a2f7cd3583b3e69a729617328
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-10-06 02:55:02 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-10-06 02:55:02 +0000

    profiles: add bug reference to Java 11 mask
    
    Bug: https://bugs.gentoo.org/697014
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/package.mask | 1 +
 1 file changed, 1 insertion(+)
Comment 2 Larry the Git Cow gentoo-dev 2022-01-09 18:54:26 UTC
The bug has been referenced in the following commit(s):

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

commit b08db28798fa6e22846f260ec1cc85ad3717b4aa
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2022-01-09 15:45:03 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-01-09 18:54:11 +0000

    package.use.mask: remove openjdk*:11 gentoo-vm
    
    Bug: https://bugs.gentoo.org/697014
    Bug: https://bugs.gentoo.org/810613
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Closes: https://github.com/gentoo/gentoo/pull/23712
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/base/package.use.mask | 3 ---
 1 file changed, 3 deletions(-)

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

commit e4e60b3d385fd66cab780deebe785675feb988ab
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2022-01-09 15:41:38 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-01-09 18:54:10 +0000

    package.use.stable.mask: mask openjdk*:11 gentoo-vm
    
    Bug: https://bugs.gentoo.org/697014
    Bug: https://bugs.gentoo.org/810613
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/base/package.use.stable.mask | 9 +++++++++
 1 file changed, 9 insertions(+)

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

commit fb928ee96baeb3418d50adcffff7f837fc160073
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2022-01-09 14:38:48 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-01-09 18:54:09 +0000

    profiles/package.mask: unmask virtual/{jdk,jre}:11
    
    Bug: https://bugs.gentoo.org/697014
    Bug: https://bugs.gentoo.org/810613
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/package.mask | 2 --
 1 file changed, 2 deletions(-)
Comment 3 Larry the Git Cow gentoo-dev 2022-02-16 20:32:12 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11de3479da384aaad1232b4399c387eee99db6eb

commit 11de3479da384aaad1232b4399c387eee99db6eb
Author:     Georgy Yakovlev <gyakovlev@gentoo.org>
AuthorDate: 2022-02-16 20:31:09 +0000
Commit:     Georgy Yakovlev <gyakovlev@gentoo.org>
CommitDate: 2022-02-16 20:31:55 +0000

    profiles/base: remove openjdk*:11 gentoo-vm mask
    
    Closes: https://bugs.gentoo.org/810613
    Bug: https://bugs.gentoo.org/697014
    Bug: https://bugs.gentoo.org/833096
    Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>

 profiles/base/package.use.stable.mask | 9 ---------
 1 file changed, 9 deletions(-)
Comment 4 Volkmar W. Pogatzki 2024-04-11 18:37:12 UTC
No more need for this tracker. Closing.