Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 891827 - dev-util/astyle-3.4.9 depend on obsolete JAVA ABI virtual/jdk-1.6
Summary: dev-util/astyle-3.4.9 depend on obsolete JAVA ABI virtual/jdk-1.6
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: jdk21
  Show dependency tree
 
Reported: 2023-01-23 09:57 UTC by Joakim Tjernlund
Modified: 2024-01-25 18:54 UTC (History)
2 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 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.