Summary: | sys-devel/gcc-4.5.3: Illegal option: @ Usage: jar | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Martin Mokrejš <mmokrejs> |
Component: | [OLD] Core system | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | java |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 384291 | ||
Bug Blocks: | |||
Attachments: |
config.log
build.log.bz2 build.log.bz2 (as binary) build.log.bz2 (really as THE BINARY now) |
Description
Martin Mokrejš
2011-08-08 12:24:10 UTC
I placed the build.log at http://195.113.57.32/~mmokrejs/build.log # ls -lat /var/tmp/portage/sys-devel/gcc-4.5.3/work/build/ total 816 drwxr-xr-x 13 root root 4096 Aug 8 14:17 i686-pc-linux-gnu drwxr-xr-x 2 root root 4096 Aug 8 14:04 fixincludes drwxr-xr-x 10 root root 4096 Aug 8 13:58 . -rw-r--r-- 1 root root 10 Aug 8 13:58 stage2-lean -rw-r--r-- 1 root root 7 Aug 8 13:58 stage_current -rw-r--r-- 1 root root 7 Aug 8 13:58 stage_last -rw-r--r-- 1 root root 10 Aug 8 13:58 compare drwxr-xr-x 4 root root 4096 Aug 8 13:58 libiberty drwxr-xr-x 3 root root 4096 Aug 8 13:58 libcpp drwxr-xr-x 2 root root 4096 Aug 8 13:58 libdecnumber drwxr-xr-x 13 root root 20480 Aug 8 13:58 gcc drwxr-xr-x 2 root root 4096 Aug 8 13:17 intl -rw-r--r-- 1 root root 10 Aug 8 13:16 stage1-lean drwxr-xr-x 4 root root 4096 Aug 8 12:03 build-i686-pc-linux-gnu -rw-r--r-- 1 root root 39622 Aug 8 12:03 config.log -rw-r--r-- 1 root root 7 Aug 8 12:03 stage_final -rw-r--r-- 1 root root 660807 Aug 8 12:03 Makefile -rwxr-xr-x 1 root root 40696 Aug 8 12:03 config.status -rw-r--r-- 1 root root 13 Aug 8 12:03 serdep.tmp drwx------ 8 root root 4096 Aug 8 12:03 .. # # ls -lat /var/tmp/portage/sys-devel/gcc-4.5.3/work/build/i686-pc-linux-gnu/ total 92 drwxr-xr-x 2 root root 4096 Aug 8 14:17 libjava drwxr-xr-x 4 root root 4096 Aug 8 14:17 boehm-gc drwxr-xr-x 4 root root 24576 Aug 8 14:17 libgfortran drwxr-xr-x 2 root root 4096 Aug 8 14:17 libobjc drwxr-xr-x 13 root root 4096 Aug 8 14:17 . drwxr-xr-x 4 root root 4096 Aug 8 14:06 libiberty drwxr-xr-x 10 root root 4096 Aug 8 14:06 libstdc++-v3 drwxr-xr-x 6 root root 4096 Aug 8 14:04 libmudflap drwxr-xr-x 3 root root 4096 Aug 8 14:04 zlib drwxr-xr-x 7 root root 4096 Aug 8 14:02 libffi drwxr-xr-x 10 root root 4096 Aug 8 13:58 .. drwxr-xr-x 5 root root 4096 Aug 8 13:58 libgomp drwxr-xr-x 2 root root 24576 Aug 8 13:58 libgcc # ls -lat /var/tmp/portage/sys-devel/gcc-4.5.3/work/build/i686-pc-linux-gnu/libjava/ total 60 drwxr-xr-x 2 root root 4096 Aug 8 14:17 . -rw-r--r-- 1 root root 23758 Aug 8 14:17 config.log -rw-r--r-- 1 root root 481 Aug 8 14:17 conftest.c -rw-r--r-- 1 root root 99 Aug 8 14:17 conftest.er1 -rw-r--r-- 1 root root 99 Aug 8 14:17 conftest.err -rw-r--r-- 1 root root 430 Aug 8 14:17 confdefs.h -rw-r--r-- 1 root root 0 Aug 8 14:17 libgcj.spec -rw-r--r-- 1 root root 637 Aug 8 14:17 standard.omit -rw-r--r-- 1 root root 25 Aug 8 14:17 vm-tools-packages -rw-r--r-- 1 root root 0 Aug 8 14:17 config.cache drwxr-xr-x 13 root root 4096 Aug 8 14:17 .. -rw-r--r-- 1 root root 3 Aug 8 14:17 multilib.out # Created attachment 282561 [details]
config.log
A config.log from currently opened file during the build process, /var/tmp/portage/sys-devel/gcc-4.5.3/work/build/i686-pc-linux-gnu/libjava/config.log where I hope is logged something related to the error message.
(In reply to comment #1) > I placed the build.log at http://195.113.57.32/~mmokrejs/build.log Attach that, please. Created attachment 282619 [details]
build.log.bz2
Was too large to be allowed by bugzilla for upload but compression works. ;)
I suspect you answer that it is about boehm-gc related code ... but let's see what you really say ... ;)
Created attachment 282621 [details]
build.log.bz2 (as binary)
Created attachment 282623 [details]
build.log.bz2 (really as THE BINARY now)
Time for sleep I think, sorry ... ;)
Java guys, is anyone familiar enough with gcj that they can help out with java bugs? We have multiple problems and no one on toolchain that really uses it. I don't think this error breaks anything as there should be fallback from jar to zip according to bug 196643. IMHO we should prevent gcc from using jar at all, also for bug 384291 (which has thus possibly same solution as this one). yes, once we force the internal jar, this bug should resolve itself and that commit is now in http://sources.gentoo.org/eclass/toolchain.eclass?r1=1.470&r2=1.471 |