Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150760 - dev-libs/cyrus-sasl-2.1.22 fails to compile with java useflag enabled
Summary: dev-libs/cyrus-sasl-2.1.22 fails to compile with java useflag enabled
Status: RESOLVED DUPLICATE of bug 133247
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-10 09:19 UTC by impulze
Modified: 2006-10-10 13:21 UTC (History)
0 users

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


Attachments
emerge --info (log,5.48 KB, text/plain)
2006-10-10 09:20 UTC, impulze
Details

Note You need to log in before you can comment on or make changes to this bug.
Description impulze 2006-10-10 09:19:38 UTC
useflags enabled:
    mysql ssl crypt java
the cyrus-sasl version i'm trying to compile is:
    dev-libs/cyrus-sasl-2.1.22
the java environment looks like the following (java-config -L):
    [sun-jdk-1.4.2.10] "Sun JDK 1.4.2.10" (/etc/env.d/java/20sun-jdk-1.4.2.10)
    [sun-jre-bin-1.5.0.06] "Sun JRE 1.5.0.06" (/etc/env.d/java/20sun-jre-bin-1.5.0.06) *

the build error:
    install: cannot stat `cyrus-sasl.jar': No such file or directory

    !!! ERROR: dev-libs/cyrus-sasl-2.1.22 failed.
    Call stack:
      ebuild.sh, line 1546:   Called dyn_install
      ebuild.sh, line 1020:   Called src_install
      cyrus-sasl-2.1.22.ebuild, line 215:   Called java-pkg_dojar 'cyrus-sasl.jar'
Comment 1 impulze 2006-10-10 09:20:51 UTC
Created attachment 99296 [details]
emerge --info
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-10-10 10:37:58 UTC

*** This bug has been marked as a duplicate of 133247 ***
Comment 3 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-10-10 13:21:31 UTC
run: java-config -S sun-jdk-1.4.2.10 && env-update && source /etc/profile
then try again