I'll commit this patch, but did you actually test this patch and the rest?
When I try
scripts/build image=apache-derby
scripts/run

I get
Caused by: java.lang.UnsupportedClassVersionError:
org/apache/derby/drda/NetworkServerControl : Unsupported major.minor
version 52.0

If I try
scripts/build image=openjdk8-fedora,apache-derby

I get other strange errors perhaps related to access control.

scripts/build image=openjdk8-zulu-full,apache-derby

Finally seems to work.
So I think the "wget -c" is the least of our worries regarding this
package...
If it depends on the openjdk8-zulu-full we can replace its dependency on a
generic "java" with a dependency on that specific version. But I don't know
why it does -

Waldek, do you have any idea why openjdk8-zulu-full worked here and
openjdk8-fedora did not?
Also I think we may need the Java 8 packages to also provide a "java8"
feature, so applications can start specifying they need Java 8 (and Java 7
is not good enough).




--
Nadav Har'El
[email protected]

On Tue, Jan 16, 2018 at 9:42 PM, geraldo netto <[email protected]>
wrote:

> Signed-off-by: geraldo netto <[email protected]>
> ---
>  apache-derby/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/apache-derby/Makefile b/apache-derby/Makefile
> index 11d8c81..4c05e1a 100644
> --- a/apache-derby/Makefile
> +++ b/apache-derby/Makefile
> @@ -5,7 +5,7 @@ VERSION := 10.14.1.0
>  module: ROOTFS
>
>  db-derby-$(VERSION)-bin.tar.gz:
> -       wget http://archive.apache.org/dist/db/derby/db-derby-$(
> VERSION)/db-derby-$(VERSION)-bin.tar.gz
> +       wget -c http://archive.apache.org/dist/db/derby/db-derby-$(
> VERSION)/db-derby-$(VERSION)-bin.tar.gz
>
>  ROOTFS/db-derby: db-derby-$(VERSION)-bin.tar.gz
>         mkdir -p ROOTFS/db-derby
> --
> 2.7.4
>
> --
> You received this message because you are subscribed to the Google Groups
> "OSv Development" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to