Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 165126 - dev-java/servletapi-2.4-r5 fails to compile
Summary: dev-java/servletapi-2.4-r5 fails to compile
Status: VERIFIED DUPLICATE of bug 155590
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-03 13:48 UTC by Steve Williams
Modified: 2007-02-03 19:34 UTC (History)
0 users

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


Attachments
Output of failed compile and emerge --info (Bugzilla 165126 Report,7.83 KB, text/plain)
2007-02-03 13:49 UTC, Steve Williams
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Williams 2007-02-03 13:48:06 UTC
Emerge of Tomcat 5 for which servletapi is a dependency. Compile fails at servletapi:



Reproducible: Always

Steps to Reproduce:
1. run emerge servletapi
2.
3.

Actual Results:  
Masked servletapi-2.4-r5, ran emerge --oneshot --nodeps =dev-java/servletapi-2.3-r3, same error.
Comment 1 Steve Williams 2007-02-03 13:49:56 UTC
Created attachment 109009 [details]
Output of failed compile and emerge --info
Comment 2 William L. Thomson Jr. (RETIRED) gentoo-dev 2007-02-03 15:52:10 UTC
So far I am unable to reproduce this on amd64 or x86. Had another user attempt it as well, and they were unable to get it to fail. Please sync your tree, make sure wold is up to date, and try to emerge again. Please report back if it emerges or you continue to run into the error/problem. Thanks
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2007-02-03 17:19:37 UTC
https://bugs.gentoo.org/show_bug.cgi?id=155590#c16

To fix you need to re-emerge sun-javamail-bin

*** This bug has been marked as a duplicate of bug 156351 ***
Comment 4 Petteri Räty (RETIRED) gentoo-dev 2007-02-03 17:22:00 UTC
duped against the wrong one
Comment 5 Petteri Räty (RETIRED) gentoo-dev 2007-02-03 17:22:11 UTC

*** This bug has been marked as a duplicate of bug 155590 ***
Comment 6 Steve Williams 2007-02-03 19:24:51 UTC
Thanks for the resolution of this guys. I searched bugzilla on servletapi and did not find a matching bug.

I will keep you posted.
Comment 7 Petteri Räty (RETIRED) gentoo-dev 2007-02-03 19:26:10 UTC
(In reply to comment #6)
> Thanks for the resolution of this guys. I searched bugzilla on servletapi and
> did not find a matching bug.
> 

I suggest using emerge --deep in the future to update things.
Comment 8 Steve Williams 2007-02-03 19:34:56 UTC
Re-emerging sun-javamail-bin resolved the servletapi failure to compile. Re-emerging sun-javamail-bin resulted in a version bump that was not picked up in a previous emerge --sync && emerge -puv world.

The original emerge was: emerge tomcat. This did not pick up the sun-javamail-bin version bump either.

Anyway, all fixed now. Many thanks to you guy for your help.