Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 590066 - Failed to emerge dev-java/jna-3.4.0
Summary: Failed to emerge dev-java/jna-3.4.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-30 09:49 UTC by Pál Csányi
Modified: 2016-07-30 10:13 UTC (History)
1 user (show)

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


Attachments
The output of emerge --info. (emerge--info,5.95 KB, text/plain)
2016-07-30 09:53 UTC, Pál Csányi
Details
The output of emerge -pqv. (emerge-pqv,80 bytes, text/plain)
2016-07-30 09:55 UTC, Pál Csányi
Details
The environment file. (environment,161.81 KB, text/plain)
2016-07-30 09:55 UTC, Pál Csányi
Details
The build log. (file_590066.txt,6.45 KB, text/plain)
2016-07-30 10:05 UTC, Pál Csányi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pál Csányi 2016-07-30 09:49:06 UTC
Hi,

I just want to
emerge -a dev-embedded/arduino
but get error message:
Failed to emerge dev-java/jna-3.4.0

 * Messages for package dev-java/jna-3.4.0:

 * ERROR: dev-java/jna-3.4.0::gentoo failed (compile phase):
 *   eant failed
 * 
 * Call stack:
 *     ebuild.sh, line  133:  Called src_compile
 *   environment, line 4291:  Called java-pkg-2_src_compile
 *   environment, line 2086:  Called eant 'jar' 'contrib-jars' '-f' 'build.xml' '-Ddynlink.native=true'
 *   environment, line  752:  Called die
 * The specific snippet of code:
 *       ant ${antflags} "${@}" || die "eant failed"

Best, from Pál
Comment 1 Pál Csányi 2016-07-30 09:53:47 UTC
Created attachment 441974 [details]
The output of emerge --info.
Comment 2 Pál Csányi 2016-07-30 09:55:17 UTC
Created attachment 441978 [details]
The output of emerge -pqv.
Comment 3 Pál Csányi 2016-07-30 09:55:54 UTC
Created attachment 441980 [details]
The environment file.
Comment 4 Pál Csányi 2016-07-30 10:05:29 UTC
Created attachment 441982 [details]
The build log.
Comment 5 Pál Csányi 2016-07-30 10:12:33 UTC
Well, by running the command:
ulimit -c unlimited

I can to solve this problem.