Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89309 - app-portage/portagemaster-0.2.1 java problem
Summary: app-portage/portagemaster-0.2.1 java problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-16 05:02 UTC by Patrizio Bassi
Modified: 2005-07-20 09:24 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 Patrizio Bassi 2005-04-16 05:02:46 UTC
in the ebuild i see:

foo=`java-config --java-version 2>&1 | grep "1.4."`

this make the app not working with 1.5 jdk, even if java dependency is >= 1.4.*

editing the grep statement fixed that.

simply change that grep and it builds good with 1.5 too.
Comment 1 Thomas Matthijs (RETIRED) gentoo-dev 2005-07-20 09:24:30 UTC
grep has been removed