Your message dated Sat, 21 Jan 2023 10:47:02 +0000
with message-id <[email protected]>
and subject line Bug#1028854: fixed in resteasy3.0 3.0.26-4
has caused the Debian Bug report #1028854,
regarding resteasy3.0: FTBFS: [ERROR] 
/<<PKGBUILDDIR>>/resteasy-jaxrs/src/main/java/org/jboss/resteasy/logging/impl/Log4jLogger.java:[13,22]
 cannot find symbol
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 [email protected]
immediately.)


-- 
1028854: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028854
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: resteasy3.0
Version: 3.0.26-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20230113 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules build
> dh build --with javahelper
>    dh_update_autotools_config
>    dh_autoreconf
>    dh_auto_configure
>       mh_patchpoms -plibresteasy3.0-java --debian-build --keep-pom-version 
> --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
>    jh_linkjars
>    dh_auto_build
>       /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven/boot/plexus-classworlds-2.x.jar 
> -Dmaven.home=/usr/share/maven 
> -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package 
> -DskipTests -Dnotimestamp=true -Dlocale=en_US
> OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were 
> deprecated in JDK 13 and will likely be removed in a future release.
> [INFO] Scanning for projects...
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] RESTEasy JAX-RS                                                    
> [pom]
> [INFO] RESTEasy JAX-RS Implementation                                     
> [jar]
> [INFO] RESTEasy JAX-RS Client                                             
> [jar]
> [INFO] RESTEasy JAXB Provider                                             
> [jar]
> [INFO] RESTEasy Jettison Provider                                         
> [jar]
> [INFO] RESTEasy Jackson Provider                                          
> [jar]
> [INFO] RESTEasy Jackson 2 Provider                                        
> [jar]
> [INFO] RESTEasy Atom Provider                                             
> [jar]
> [INFO] RESTEasy YAML Provider                                             
> [jar]
> [INFO] RESTEasy HTML Provider                                             
> [jar]
> [INFO] RESTEasy Providers                                                 
> [pom]
> [INFO] RESTEasy dependencies BOM                                          
> [pom]
> [INFO] 
> [INFO] ---------------< org.jboss.resteasy:resteasy-jaxrs-all 
> >----------------
> [INFO] Building RESTEasy JAX-RS 3.0.26.Final                             
> [1/12]
> [INFO] --------------------------------[ pom 
> ]---------------------------------
> [INFO] 
> [INFO] --- maven-clean-plugin:3.2.0:clean (i18n cleanup) @ resteasy-jaxrs-all 
> ---
> [INFO] 
> [INFO] -----------------< org.jboss.resteasy:resteasy-jaxrs 
> >------------------
> [INFO] Building RESTEasy JAX-RS Implementation 3.0.26.Final              
> [2/12]
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [WARNING] The artifact 
> org.apache.maven.plugins:maven-resources-plugin:jar:2.6 has been relocated to 
> org.apache.maven.plugins:maven-resources-plugin:jar:3.3.0
> [WARNING] The artifact org.apache.maven.plugins:maven-compiler-plugin:jar:3.1 
> has been relocated to 
> org.apache.maven.plugins:maven-compiler-plugin:jar:3.10.1
> [WARNING] The artifact org.apache.maven.plugins:maven-jar-plugin:jar:2.4 has 
> been relocated to org.apache.maven.plugins:maven-jar-plugin:jar:3.3.0
> [WARNING] The artifact javax.ws.rs:javax.ws.rs-api:jar:debian has been 
> relocated to jakarta.ws.rs:jakarta.ws.rs-api:jar:debian
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ 
> resteasy-jaxrs ---
> [INFO] Copying 2 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ 
> resteasy-jaxrs ---
> [INFO] Compiling 423 source files to 
> /<<PKGBUILDDIR>>/resteasy-jaxrs/target/classes
> [INFO] 
> /<<PKGBUILDDIR>>/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/extractors/ClientRequestContext.java:
>  Some input files use or override a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/extractors/ClientRequestContext.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> /<<PKGBUILDDIR>>/resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ResteasyProviderFactory.java:
>  Some input files use or override a deprecated API that is marked for removal.
> [INFO] 
> /<<PKGBUILDDIR>>/resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ResteasyProviderFactory.java:
>  Recompile with -Xlint:removal for details.
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] 
> /<<PKGBUILDDIR>>/resteasy-jaxrs/src/main/java/org/jboss/resteasy/logging/impl/Log4jLogger.java:[3,24]
>  package org.apache.log4j does not exist
> [ERROR] 
> /<<PKGBUILDDIR>>/resteasy-jaxrs/src/main/java/org/jboss/resteasy/logging/impl/Log4jLogger.java:[13,22]
>  cannot find symbol
>   symbol:   class Logger
>   location: class org.jboss.resteasy.logging.impl.Log4jLogger
> [INFO] 2 errors 
> [INFO] -------------------------------------------------------------
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary for RESTEasy JAX-RS 3.0.26.Final:
> [INFO] 
> [INFO] RESTEasy JAX-RS .................................... SUCCESS [  0.073 
> s]
> [INFO] RESTEasy JAX-RS Implementation ..................... FAILURE [  2.647 
> s]
> [INFO] RESTEasy JAX-RS Client ............................. SKIPPED
> [INFO] RESTEasy JAXB Provider ............................. SKIPPED
> [INFO] RESTEasy Jettison Provider ......................... SKIPPED
> [INFO] RESTEasy Jackson Provider .......................... SKIPPED
> [INFO] RESTEasy Jackson 2 Provider ........................ SKIPPED
> [INFO] RESTEasy Atom Provider ............................. SKIPPED
> [INFO] RESTEasy YAML Provider ............................. SKIPPED
> [INFO] RESTEasy HTML Provider ............................. SKIPPED
> [INFO] RESTEasy Providers ................................. SKIPPED
> [INFO] RESTEasy dependencies BOM .......................... SKIPPED
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  2.897 s
> [INFO] Finished at: 2023-01-13T20:30:41Z
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile 
> (default-compile) on project resteasy-jaxrs: Compilation failure: Compilation 
> failure: 
> [ERROR] 
> /<<PKGBUILDDIR>>/resteasy-jaxrs/src/main/java/org/jboss/resteasy/logging/impl/Log4jLogger.java:[3,24]
>  package org.apache.log4j does not exist
> [ERROR] 
> /<<PKGBUILDDIR>>/resteasy-jaxrs/src/main/java/org/jboss/resteasy/logging/impl/Log4jLogger.java:[13,22]
>  cannot find symbol
> [ERROR]   symbol:   class Logger
> [ERROR]   location: class org.jboss.resteasy.logging.impl.Log4jLogger
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn <args> -rf :resteasy-jaxrs
> dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify 
> -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar 
> -Dmaven.home=/usr/share/maven 
> -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package 
> -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> make: *** [debian/rules:4: build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/01/13/resteasy3.0_3.0.26-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230113;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230113&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: resteasy3.0
Source-Version: 3.0.26-4
Done: Timo Aaltonen <[email protected]>

We believe that the bug you reported is fixed in the latest version of
resteasy3.0, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Timo Aaltonen <[email protected]> (supplier of updated resteasy3.0 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 [email protected])


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

Format: 1.8
Date: Sat, 21 Jan 2023 11:55:52 +0200
Source: resteasy3.0
Built-For-Profiles: noudeb
Architecture: source
Version: 3.0.26-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Timo Aaltonen <[email protected]>
Closes: 1015001 1028854
Changes:
 resteasy3.0 (3.0.26-4) unstable; urgency=medium
 .
   * patches: Drop Log4jLogger. (Closes: #1028854)
   * Drop all modules that dogtag-pki doesn't need.
   * RESTEASY-2519-fix-CVE-2020-10688.diff: Fix an XSS flaw. (Closes:
     #1015001)
     - CVE-2020-10688
   * Restore activation api, add libjakarta-activation-java to build-
     depends.
Checksums-Sha1:
 9ba298e9314ed010eac0030d892e8d691be9ef34 2425 resteasy3.0_3.0.26-4.dsc
 06104882af687c9e98a0b9ff70d985d4f5ae0ef4 8688 
resteasy3.0_3.0.26-4.debian.tar.xz
 ab497a792cc55d1dbc629bdd4ef343b8cc102615 7340 
resteasy3.0_3.0.26-4_source.buildinfo
Checksums-Sha256:
 9ea8b43ea0a7aadac5c359caf9db0b324012501ddb9e7baecad4b00168580a6b 2425 
resteasy3.0_3.0.26-4.dsc
 4f0e237c39f78dd03bc7d6365e40edd372182cccf82a42a58a66a882f254e41d 8688 
resteasy3.0_3.0.26-4.debian.tar.xz
 a0cd08783cf02fb15c5d5e288962acb13f10b21e5f456fb7bfeb2719cdb0030b 7340 
resteasy3.0_3.0.26-4_source.buildinfo
Files:
 8e0b687af9a6758dd0dc0a8301a59427 2425 java optional resteasy3.0_3.0.26-4.dsc
 547c462ac6bfca14efff4dc01fdd4343 8688 java optional 
resteasy3.0_3.0.26-4.debian.tar.xz
 f99e7a9e96e6fd9d8d4d190e269afa0b 7340 java optional 
resteasy3.0_3.0.26-4_source.buildinfo

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

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmPLtrYACgkQy3AxZaiJ
hNyUYA//SKBWb7y2DJ6G+txJ9Hs+wAdPuLz7mOIHFV0MQt/DgZi/YvycFkqoYVEF
F3lnNCEbc0ebpn2VUrC2kS+pNfaFkSFyrDfxgW8SC6WgDPEZoZ1V8M9Kn9799jdJ
PjXzRKiSefx4FBE/qiwM9yLe0laVYKcrxanIXhpGMeB03f+GZUQ0hFJCJKsm3YEK
aCD/ovffvebLhJ6e7227zmgzuo/9GctmCj3dTG7E0CL37ZqmYblUiT3P/un/AaV0
j9seeZuePIbZlw3q+80fTt5EW4KosF9ZiPnhp+nj4nSOADshqRXd0ummEAmHb7mw
rKm/YEMygGxCARoocqT8Qg2+p1BxOpgdZQncuZ7t7n0flm1c3UJeER2AW9JCFu/D
fsKv2QePRFfbi9i1c2J7a4qk1csULaKlAYWJ55OJWYht74Wj7EvKUbB5pHJvzBPc
mJwBIrWGca8ZdfdPBXk3u6lh57WjaqtEUitFWGoVS3vryrf8UDed68jfb3t7Gxti
i0ExxB8YyXxfB6ZJ4Iqgn9zkLgBjb/jzOFimzTuwtRMONnqd+CzaQQE5Pq564yaY
qus4GZD95NbzF0LuRF1Wp2y0DUFcfa8jUUpwe+Drt2MyetwsojRqqHRPgADbJgjO
CEaaf0V2By1hm//gi0YbTgz663oKJ9b0DwHuhRk+CQzCaP2CXi8=
=vcKt
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to