Re: building individual test issue

2023-08-28 Thread Vladimir Petko
Hi, Debian/Ubuntu version applies some patches to the source tree, so if you are trying to build OpenJDK package using make command directly, you might want to run `quilt push -a` and configure using `configure` arguments from `debian/rules`, e.g. --with-pcsclite=system, because psclite is

R: Searching for javax.json

2023-08-28 Thread luca.vercelli.to
Thank you very much, you are right! Luca -Messaggio originale- Da: Pierre Gruet Inviato: lunedì 28 agosto 2023 10:55 A: luca.vercelli...@gmail.com Cc: debian-java@lists.debian.org Oggetto: Re: Searching for javax.json Hello Luca, Le 28/08/2023 à 09:24, luca.vercelli...@gmail.com a

building individual test issue

2023-08-28 Thread Mykhaylo Lodygin
Hello colleagues, I've build JDK locally successfully, but got several tests "FAILED". Tried to run one of the failing test separately with "make test TEST="". Were unable to do so due to build error - the compiler was unfamiliar to include path to winscard.h, fixed with configuration option: bash

Re: Searching for javax.json

2023-08-28 Thread Pierre Gruet
Hello Luca, Le 28/08/2023 à 09:24, luca.vercelli...@gmail.com a écrit : Hello, I am trying to package a Java program that uses javax.json, in particular the Glassfish implementation [1]. Does anybody know if a javax.json implementation has ever been packaged in Debian? Thank you. Luca

Searching for javax.json

2023-08-28 Thread luca.vercelli.to
Hello, I am trying to package a Java program that uses javax.json, in particular the Glassfish implementation [1]. Does anybody know if a javax.json implementation has ever been packaged in Debian? Thank you. Luca [1] https://mvnrepository.com/artifact/org.glassfish/javax.json