Your message dated Mon, 13 Nov 2017 23:35:35 +0000
with message-id <e1eeogn-0000tw...@fasolo.debian.org>
and subject line Bug#880242: fixed in mojarra 2.2.8-4
has caused the Debian Bug report #880242,
regarding mojarra: FTBFS: javax/faces/validator/BeanValidator.java:52: error: 
package javax.validation does not exist
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
880242: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880242
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mojarra
Version: 2.2.8-3
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20171030 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> jh_build jsf-api.jar javax
> find javax -name *.java -and -type f -print0 | xargs -s 512000 -0 
> /usr/lib/jvm/default-java/bin/javac -g -cp 
> /usr/share/java/servlet-api-3.1.jar:/usr/share/java/el-api-3.0.jar:/usr/share/java/jsp-api-3.1.jar:/usr/share/java/glassfish-javaee.jar:/usr/share/java/cdi-api.jar:/usr/share/java/atinject-jsr330-api.jar:/usr/share/java/geronimo-validation.jar:debian/_jh_build.jsf-api
>  -d debian/_jh_build.jsf-api -source 1.7 -target 1.7 -encoding ISO8859-1
> warning: [options] bootstrap class path not set in conjunction with -source 
> 1.7
> javax/faces/validator/BeanValidator.java:52: error: package javax.validation 
> does not exist
> import javax.validation.ConstraintViolation;
>                        ^
> javax/faces/validator/BeanValidator.java:53: error: package javax.validation 
> does not exist
> import javax.validation.MessageInterpolator;
>                        ^
> javax/faces/validator/BeanValidator.java:54: error: package javax.validation 
> does not exist
> import javax.validation.Validation;
>                        ^
> javax/faces/validator/BeanValidator.java:55: error: package javax.validation 
> does not exist
> import javax.validation.ValidatorContext;
>                        ^
> javax/faces/validator/BeanValidator.java:56: error: package javax.validation 
> does not exist
> import javax.validation.ValidationException;
>                        ^
> javax/faces/validator/BeanValidator.java:57: error: package javax.validation 
> does not exist
> import javax.validation.ValidatorFactory;
>                        ^
> javax/faces/validator/BeanValidator.java:58: error: package 
> javax.validation.groups does not exist
> import javax.validation.groups.Default;
>                               ^
> javax/faces/validator/BeanValidator.java:469: error: cannot find symbol
>     private static class JsfAwareMessageInterpolator implements 
> MessageInterpolator {
>                                                                 ^
>   symbol:   class MessageInterpolator
>   location: class BeanValidator
> javax/faces/validator/BeanValidator.java:472: error: cannot find symbol
>         private MessageInterpolator delegate;
>                 ^
>   symbol:   class MessageInterpolator
>   location: class JsfAwareMessageInterpolator
> javax/faces/validator/BeanValidator.java:474: error: cannot find symbol
>         public JsfAwareMessageInterpolator(FacesContext context, 
> MessageInterpolator delegate) {
>                                                                  ^
>   symbol:   class MessageInterpolator
>   location: class JsfAwareMessageInterpolator
> javax/faces/validator/BeanValidator.java:479: error: package 
> MessageInterpolator does not exist
>         public String interpolate(String message, MessageInterpolator.Context 
> context) {
>                                                                      ^
> javax/faces/validator/BeanValidator.java:487: error: package 
> MessageInterpolator does not exist
>         public String interpolate(String message, MessageInterpolator.Context 
> context, Locale locale) {
>                                                                      ^
> javax/faces/validator/BeanValidator.java:269: error: cannot find symbol
>         ValidatorFactory validatorFactory;
>         ^
>   symbol:   class ValidatorFactory
>   location: class BeanValidator
> javax/faces/validator/BeanValidator.java:271: error: cannot find symbol
>         if (cachedObject instanceof ValidatorFactory) {
>                                     ^
>   symbol:   class ValidatorFactory
>   location: class BeanValidator
> javax/faces/validator/BeanValidator.java:272: error: cannot find symbol
>             validatorFactory = (ValidatorFactory) cachedObject;
>                                 ^
>   symbol:   class ValidatorFactory
>   location: class BeanValidator
> javax/faces/validator/BeanValidator.java:276: error: cannot find symbol
>                 validatorFactory = Validation.buildDefaultValidatorFactory();
>                                    ^
>   symbol:   variable Validation
>   location: class BeanValidator
> javax/faces/validator/BeanValidator.java:278: error: cannot find symbol
>             catch (ValidationException e) {
>                    ^
>   symbol:   class ValidationException
>   location: class BeanValidator
> javax/faces/validator/BeanValidator.java:284: error: cannot find symbol
>         ValidatorContext validatorContext = validatorFactory.usingContext();
>         ^
>   symbol:   class ValidatorContext
>   location: class BeanValidator
> javax/faces/validator/BeanValidator.java:285: error: cannot find symbol
>         MessageInterpolator jsfMessageInterpolator = 
>         ^
>   symbol:   class MessageInterpolator
>   location: class BeanValidator
> javax/faces/validator/BeanValidator.java:289: error: package javax.validation 
> does not exist
>         javax.validation.Validator beanValidator = 
> validatorContext.getValidator();
>                         ^
> javax/faces/validator/BeanValidator.java:303: error: cannot find symbol
>             Set<ConstraintViolation> violations = null;
>                 ^
>   symbol:   class ConstraintViolation
>   location: class BeanValidator
> javax/faces/validator/BeanValidator.java:322: error: cannot find symbol
>                     ConstraintViolation violation = 
> violations.iterator().next();
>                     ^
>   symbol:   class ConstraintViolation
>   location: class BeanValidator
> javax/faces/validator/BeanValidator.java:331: error: cannot find symbol
>                     for (ConstraintViolation violation : violations) {
>                          ^
>   symbol:   class ConstraintViolation
>   location: class BeanValidator
> javax/faces/validator/BeanValidator.java:390: error: cannot find symbol
>             cachedValidationGroups = new Class[] { Default.class };
>                                                    ^
>   symbol:   class Default
>   location: class BeanValidator
> javax/faces/validator/BeanValidator.java:402: error: cannot find symbol
>             if (className.equals(Default.class.getName())) {
>                                  ^
>   symbol:   class Default
>   location: class BeanValidator
> javax/faces/validator/BeanValidator.java:403: error: cannot find symbol
>                 validationGroupsList.add(Default.class);
>                                          ^
>   symbol:   class Default
>   location: class BeanValidator
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> Note: Some input files use unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
> 26 errors
> 1 warning
> debian/rules:15: recipe for target 'override_dh_auto_build' failed
> make[1]: *** [override_dh_auto_build] Error 123

The full build log is available from:
   http://aws-logs.debian.net/2017/10/30/mojarra_2.2.8-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: mojarra
Source-Version: 2.2.8-4

We believe that the bug you reported is fixed in the latest version of
mojarra, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 880...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated mojarra package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 14 Nov 2017 00:16:25 +0100
Source: mojarra
Binary: libjsf-api-java libjsf-java-doc
Architecture: source
Version: 2.2.8-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description:
 libjsf-api-java - JavaServer Faces 2.2 Java EE web framework - API
 libjsf-java-doc - Documentation for libjsf-api-java
Closes: 871878 880242
Changes:
 mojarra (2.2.8-4) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Miguel Landaeta ]
   * Remove myself from uploaders list. (Closes: #871878)
   * Bump DH compat level to 10.
   * Remove unnecessary B-D on dpkg-dev.
   * Update copyright info.
 .
   [ Emmanuel Bourg ]
   * Transition to the Validation API 1.1 (Closes: #880242)
   * Updated the Homepage field
   * Standards-Version updated to 4.1.1
Checksums-Sha1:
 d9266f23605cacafd023aa469b23f99bba8bd172 2153 mojarra_2.2.8-4.dsc
 ce23f931ba7356bb52e66f158beb9c1a6b49c999 12972 mojarra_2.2.8-4.debian.tar.xz
 c0c88ff581bf70136e368d5de099e86753418023 7251 mojarra_2.2.8-4_source.buildinfo
Checksums-Sha256:
 a6ad5d07b20bc475b25f33e08878d904470edb0bd64430ad3de73c2991c9c44a 2153 
mojarra_2.2.8-4.dsc
 926c6951d53e69bd0e96b66ce38f9674a4ac6ff5aff4e41775770578e6f32c93 12972 
mojarra_2.2.8-4.debian.tar.xz
 0afcec38e737f1ac78a775b3c2462fbc98ba067cdaa40780e6c9b2782c1b33c2 7251 
mojarra_2.2.8-4_source.buildinfo
Files:
 ff0275673530067e3059aac75712187e 2153 java optional mojarra_2.2.8-4.dsc
 bf21b03279ae27cae8c44f63c97b731f 12972 java optional 
mojarra_2.2.8-4.debian.tar.xz
 46276c0550ec0d57ebb73c6eb27469ca 7251 java optional 
mojarra_2.2.8-4_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAloKKHESHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsp8QQAKuE0MA1XPFROatJZGraoTVSrb6fUoBz
qboeeVOShh7rEiOA5hHEIJ1lGWTW6J9ApPxRYbTgkHnLanR0jeEWnCCkHz3e6j+L
yFF7f+FueFdzc8uYRgmo66QlWn5rVMNBBLbhCDw94CN7zv5ho1u9uLkpLsy0BDEi
PmFTeDx7uzuWeTalbCkprZQHlxZDRaI1+H07vgy9p6/Cndt0IypN5mWFCnVJw2SL
xzevTFeueu/hoDr2ttZb8Ra7poH+l/g5bc1GdKiPuS99GuKygYDNn+Vd82njjywq
/x2eu2rZmXr35OlhdgCkX1IzzdM1Z42a8vYh2eCqAUcuW6qgPFa6+jc+A38xHP/A
0cnilwcHIYBuHJAehkBosGTaXCp8/ARxyTKCEWNWfMaN1ipdJsfnBvgBuasmdSBa
IaFHy8XbHBopCokV+wLcfMTUpfG4KmarcBPMu7I7lYiHu+uU1kBmNdA4deGpsn/z
17G/T3Ru5hUobv6PDqchUlTLSKXwIMGcfzjzg+d9/KNEesUqhhsb9MmcN432V3Ef
0TC5BeB+BDemWhFAEcJxF7QfArZQg5OJELAdPglp6/xDSqRLwyzt9My2uOIypmsA
FQL7Ys/Cd0MsxKGoyZXgitCL1MHky0XxZzXvLyOMrTufiZFPabf4c575RXPUd3a9
FhnjUD4nmgiK
=Aj7v
-----END PGP SIGNATURE-----

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to