[arch-dev-public] OpenJDK 8 packages from testing pulled back

2014-08-16 Thread Guillaume ALAUX
OpenJDK 8 packages with bad version numbers (8.u20.b23) were pushed to
[testing]. New packages are now available (8.u11). Unfortunatly as new
package version is lower than the faulty one, pacman should yield the
following when updating:

 warning: jdk8-openjdk: local (8.u20.b23-1) is newer than testing (8.u11-1)
 warning: jre8-openjdk: local (8.u20.b23-1) is newer than testing (8.u11-1)
 warning: jre8-openjdk-headless: local (8.u20.b23-1) is newer than
testing (8.u11-1)

To sort this out, please manually install all 3 packages:

 # pacman -S jre8-openjdk jre8-openjdk-headless jdk8-openjdk
 warning: downgrading package jre8-openjdk (8.u20.b23-1 = 8.u11-1)
 warning: downgrading package jre8-openjdk-headless (8.u20.b23-1 = 8.u11-1)
 warning: downgrading package jdk8-openjdk (8.u20.b23-1 = 8.u11-1)
 resolving dependencies...
 looking for inter-conflicts...

 Packages (3): jdk8-openjdk-8.u11-1  jre8-openjdk-8.u11-1
jre8-openjdk-headless-8.u11-1

 Total Download Size:33.34 MiB
 Total Installed Size:   131.77 MiB
 Net Upgrade Size:   -0.30 MiB

 :: Proceed with installation? [Y/n] y
 […]

Guillaume


Re: [arch-dev-public] OpenJDK 8 packages from testing pulled back

2014-08-16 Thread Jan Alexander Steffens
On Sat, Aug 16, 2014 at 2:31 PM, Guillaume ALAUX
guilla...@archlinux.org wrote:
 OpenJDK 8 packages with bad version numbers (8.u20.b23) were pushed to
 [testing]. New packages are now available (8.u11). Unfortunatly as new
 package version is lower than the faulty one, pacman should yield the
 following when updating:

  warning: jdk8-openjdk: local (8.u20.b23-1) is newer than testing (8.u11-1)
  warning: jre8-openjdk: local (8.u20.b23-1) is newer than testing (8.u11-1)
  warning: jre8-openjdk-headless: local (8.u20.b23-1) is newer than
 testing (8.u11-1)

 To sort this out, please manually install all 3 packages:

  # pacman -S jre8-openjdk jre8-openjdk-headless jdk8-openjdk

Note that this also affects openjdk8-src if you have it installed.


Re: [arch-dev-public] OpenJDK 8 packages from testing pulled back

2014-08-16 Thread Andrea Scarpino
On Aug 16, 2014 2:32 PM, Guillaume ALAUX guilla...@archlinux.org wrote:

 OpenJDK 8 packages with bad version numbers (8.u20.b23) were pushed to
 [testing]. New packages are now available (8.u11).

Thank you Guillaume, great work! What about the doc package?


Re: [arch-dev-public] OpenJDK 8 packages from testing pulled back

2014-08-16 Thread Guillaume Alaux
On 16 August 2014 17:12, Andrea Scarpino and...@archlinux.org wrote:
 On Aug 16, 2014 2:32 PM, Guillaume ALAUX guilla...@archlinux.org wrote:

 OpenJDK 8 packages with bad version numbers (8.u20.b23) were pushed to
 [testing]. New packages are now available (8.u11).

 Thank you Guillaume, great work! What about the doc package?

Yes, forgot about the source package, so one should:

 # pacman -S jre8-openjdk jre8-openjdk-headless jdk8-openjdk openjdk8-src

@Andrea: I'm working on adding the -doc package.