Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9360 - problem emerging blackdown-jdk
Summary: problem emerging blackdown-jdk
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: Lowest normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
: 9376 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-10-19 20:22 UTC by patg68
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

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 patg68 2002-10-19 20:22:56 UTC
Here is the error lines, when emerging mod_php with all deps :

>>> emerge dev-java/blackdown-jdk-1.3.1-r7 to /
/usr/sbin/ebuild.sh: /usr/portage/eclass/java.eclass: line -2598: syntax error
near unexpected token `}'
/usr/sbin/ebuild.sh: /usr/portage/eclass/java.eclass: line -2598: `}'

!!! ERROR: The ebuild did not complete successfully.
!!! Function inherit, Line 60, Exitcode 1
!!! died sourcing /usr/portage/eclass/java.eclass in inherit()
Comment 1 Andreas Waschbuesch 2002-10-20 07:15:21 UTC
,----[ /usr/portage/eclass/java.eclass -- line 2598 ]
| install_mozilla_plugin() {
|         local bn
|         bn=`basename $1`
| 
|         if [ "`use mozilla`" ] ; then
|                 dodir /usr/lib/mozilla/plugins
|                 dosym $1 /usr/lib/mozilla/plugins/${bn}
| -       if
| +       fi
| }
`----
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2002-10-24 15:44:25 UTC
same as #9376
Comment 3 Matthew Kennedy (RETIRED) gentoo-dev 2002-10-24 23:53:05 UTC
*** Bug 9376 has been marked as a duplicate of this bug. ***