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

Bug 891827

Summary: dev-util/astyle-3.4.9 depend on obsolete JAVA ABI virtual/jdk-1.6
Product: Gentoo Linux Reporter: Joakim Tjernlund <joakim.tjernlund>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: joakim.tjernlund, jstein, tamiko
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=775284
https://github.com/gentoo/gentoo/pull/37922
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 916396    

Description Joakim Tjernlund 2023-01-23 09:57:51 UTC
Never java sdk's does not support 1.6, min ABI is 1.8
Comment 1 Joakim Tjernlund 2023-02-06 15:40:18 UTC
ping? This is the last pkg that prevents me from deleting java:8
Comment 2 Joakim Tjernlund 2023-02-06 19:14:23 UTC
I made own copy of astyle and changed dep too:
  java? ( >=virtual/jdk-1.8:* )
and rebuilt it with openjdk-11, seems ok
Comment 3 Volkmar W. Pogatzki 2024-01-11 09:05:59 UTC
This package should have been updated according to https://marc.info/?l=gentoo-dev&m=161838633318104.
Comment 4 Joakim Tjernlund 2024-01-11 09:31:56 UTC
(In reply to Volkmar W. Pogatzki from comment #3)
> This package should have been updated according to
> https://marc.info/?l=gentoo-dev&m=161838633318104.

 cd /usr/portage/dev-util/astyle
jocke@gentoo-jocke astyle $ grep jdk *
astyle-3.1-r2.ebuild:	java? ( >=virtual/jdk-1.6:= )"
astyle-3.4.8.ebuild:	java? ( >=virtual/jdk-1.6:= )
astyle-3.4.9.ebuild:	java? ( >=virtual/jdk-1.6:= )
Comment 5 Volkmar W. Pogatzki 2024-01-11 16:26:13 UTC
(In reply to Joakim Tjernlund from comment #4)
> (In reply to Volkmar W. Pogatzki from comment #3)
> > This package should have been updated according to
> > https://marc.info/?l=gentoo-dev&m=161838633318104.
> 
>  cd /usr/portage/dev-util/astyle
> jocke@gentoo-jocke astyle $ grep jdk *
> astyle-3.1-r2.ebuild:	java? ( >=virtual/jdk-1.6:= )"
> astyle-3.4.8.ebuild:	java? ( >=virtual/jdk-1.6:= )
> astyle-3.4.9.ebuild:	java? ( >=virtual/jdk-1.6:= )

An example is given in https://wiki.gentoo.org/wiki/Java_Developer_Guide#Using_java-pkg-opt-2.eclass
Comment 6 Joakim Tjernlund 2024-01-25 18:54:38 UTC
ping tamiko ? It has been a year now.
Comment 7 Larry the Git Cow gentoo-dev 2024-08-02 13:45:09 UTC
The bug has been closed via the following commit(s):

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

commit 1a016c3f60cd39ea2ae380fc475ecb18e8b19f16
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2024-08-02 08:19:18 +0000
Commit:     Viorel Munteanu <ceamac@gentoo.org>
CommitDate: 2024-08-02 13:44:45 +0000

    dev-util/astyle: 3.4.9-r1, adjust dependencies
    
    Closes: https://bugs.gentoo.org/891827
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>

 dev-util/astyle/astyle-3.4.9-r1.ebuild | 88 ++++++++++++++++++++++++++++++++++
 1 file changed, 88 insertions(+)