Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 824818 - www-servers/tomcat-7.0.109 fails to compile: ServiceProxy.java:27: error: package javax.xml.rpc does not exist
Summary: www-servers/tomcat-7.0.109 fails to compile: ServiceProxy.java:27: error: pac...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-19 12:01 UTC by Agostino Sarubbo
Modified: 2023-06-04 17:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,360.95 KB, text/plain)
2021-11-19 12:01 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-11-19 12:01:54 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: www-servers/tomcat-7.0.109 fails to compile.
Discovered on: amd64 (internal ref: ci)

NOTE:
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-11-19 12:01:57 UTC
Created attachment 752842 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-11-19 12:01:58 UTC
Error(s) that match a know pattern:


  [javadoc] /var/tmp/portage/www-servers/tomcat-7.0.109/work/apache-tomcat-7.0.109-src/output/dist/src/java/org/apache/naming/factory/webservices/ServiceProxy.java:104: error: cannot find symbol
  [javadoc] /var/tmp/portage/www-servers/tomcat-7.0.109/work/apache-tomcat-7.0.109-src/output/dist/src/java/org/apache/naming/factory/webservices/ServiceProxy.java:133: error: cannot find symbol
  [javadoc] /var/tmp/portage/www-servers/tomcat-7.0.109/work/apache-tomcat-7.0.109-src/output/dist/src/java/org/apache/naming/factory/webservices/ServiceProxy.java:45: error: cannot find symbol
  [javadoc] /var/tmp/portage/www-servers/tomcat-7.0.109/work/apache-tomcat-7.0.109-src/output/dist/src/java/org/apache/naming/factory/webservices/ServiceProxy.java:67: error: cannot find symbol
  [javadoc] /var/tmp/portage/www-servers/tomcat-7.0.109/work/apache-tomcat-7.0.109-src/output/dist/src/java/org/apache/naming/factory/webservices/ServiceRefFactory.java:322: error: cannot find symbol
  [javadoc] /var/tmp/portage/www-servers/tomcat-7.0.109/work/apache-tomcat-7.0.109-src/output/dist/src/java/org/apache/naming/factory/webservices/ServiceRefFactory.java:336: error: cannot find symbol
  [javadoc] /var/tmp/portage/www-servers/tomcat-7.0.109/work/apache-tomcat-7.0.109-src/output/dist/src/java/org/apache/naming/factory/webservices/ServiceRefFactory.java:337: error: cannot find symbol
  [javadoc] /var/tmp/portage/www-servers/tomcat-7.0.109/work/apache-tomcat-7.0.109-src/output/dist/src/java/org/apache/naming/factory/webservices/ServiceProxy.java:27: error: package javax.xml.rpc does not exist
Comment 3 Agostino Sarubbo gentoo-dev 2021-11-19 12:02:31 UTC
this happens with both 7 and 8.5 slots with USE doc enabled.
Comment 4 Volkmar W. Pogatzki 2022-07-13 12:13:40 UTC
Missing packages is in dev-java/glassfish-xmlrpc-api, newer versions available on https://github.com/eclipse-ee4j/jax-rpc-api/tags
Comment 5 Volkmar W. Pogatzki 2023-06-04 17:04:07 UTC
(In reply to Agostino Sarubbo from comment #3)
> this happens with both 7 and 8.5 slots with USE doc enabled.

Slot 7 is gone, slot 8.5 works. Closing