Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51770 - struts-legacy-1.0.ebuild does not compile out of the box
Summary: struts-legacy-1.0.ebuild does not compile out of the box
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-22 17:07 UTC by Claudiu Constantinescu
Modified: 2004-05-24 21:27 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Claudiu Constantinescu 2004-05-22 17:07:20 UTC
struts-legacy fails on compile, the problem is it can't find the commons-logging classes.

Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS='~x86' emerge struts-legacy

Actual Results:  
it failed

Expected Results:  
it should have installed

The line:
   echo "commons-logging.jar=`java-config -p commons-logging`" | sed 's/.*://' 
> build.properties

has to be changed into:
    echo "commons-logging.jar=`java-config -p commons-logging | sed 's/.*://'`" 
> build.properties
Comment 1 Chris Aniszczyk (RETIRED) gentoo-dev 2004-05-24 21:27:39 UTC
Thanks, fixed in portage ;)