Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 632678 Details for
Bug 869578
Weird symbol _ZGr8_$_dummy in gjc-created object file
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Libtool's testsuite log for java convenience test
testsuite.log (text/plain), 4.94 KB, created by
Pavel Raiskup
on 2012-10-24 10:15:18 UTC
(
hide
)
Description:
Libtool's testsuite log for java convenience test
Filename:
MIME Type:
Creator:
Pavel Raiskup
Created:
2012-10-24 10:15:18 UTC
Size:
4.94 KB
patch
obsolete
># -*- compilation -*- >37. convenience.at:230: testing Java convenience archives ... >./convenience.at:231: { test -n "$GCJ" && test "X$GCJ" != Xno; } || (exit 77) >./convenience.at:231: $GCJ $GCJFLAGS -c gcj_test.java || exit 77 >stderr: >stdout: >./convenience.at:231: $GCJ $GCJFLAGS --main=gcj_test -o gcj_test$EXEEXT gcj_test.java || exit 77 >stderr: >stdout: >./convenience.at:231: ./gcj_test$EXEEXT || exit 77 >stderr: >stdout: >libtool: compile: gcj -g -O2 -c foo1.java -fPIC -o .libs/foo1.o >/builddir/build/BUILD/libtool-2.4.2/tests/testsuite.dir/037/foo1.java:3: warning: The value of the local variable a1 is not used > A1 a1 = new A1(); > ^^ >/builddir/build/BUILD/libtool-2.4.2/tests/testsuite.dir/037/A1.java:2: warning: The value of the field A1.a is not used > private int a; > ^ >2 problems (2 warnings) >libtool: compile: gcj -g -O2 -c foo1.java -o foo1.o >/dev/null 2>&1 >libtool: compile: gcj -g -O2 -c A1.java -fPIC -o .libs/A1.o >/builddir/build/BUILD/libtool-2.4.2/tests/testsuite.dir/037/A1.java:2: warning: The value of the field A1.a is not used > private int a; > ^ >1 problem (1 warning) >libtool: compile: gcj -g -O2 -c A1.java -o A1.o >/dev/null 2>&1 >libtool: link: ar cru .libs/liba1.a .libs/A1.o >libtool: link: ranlib .libs/liba1.a >libtool: link: ( cd ".libs" && rm -f "liba1.la" && ln -s "../liba1.la" "liba1.la" ) >libtool: compile: gcj -g -O2 -c foo2.java -fPIC -o .libs/foo2.o >/builddir/build/BUILD/libtool-2.4.2/tests/testsuite.dir/037/foo2.java:3: warning: The value of the local variable a1 is not used > A1 a1 = new A1(); A2 a2 = new A2(); > ^^ >/builddir/build/BUILD/libtool-2.4.2/tests/testsuite.dir/037/foo2.java:3: warning: The value of the local variable a2 is not used > A1 a1 = new A1(); A2 a2 = new A2(); > ^^ >/builddir/build/BUILD/libtool-2.4.2/tests/testsuite.dir/037/A1.java:2: warning: The value of the field A1.a is not used > private int a; > ^ >/builddir/build/BUILD/libtool-2.4.2/tests/testsuite.dir/037/A2.java:2: warning: The value of the field A2.a is not used > private int a; > ^ >4 problems (4 warnings) >libtool: compile: gcj -g -O2 -c foo2.java -o foo2.o >/dev/null 2>&1 >libtool: compile: gcj -g -O2 -c A2.java -fPIC -o .libs/A2.o >/builddir/build/BUILD/libtool-2.4.2/tests/testsuite.dir/037/A2.java:2: warning: The value of the field A2.a is not used > private int a; > ^ >1 problem (1 warning) >libtool: compile: gcj -g -O2 -c A2.java -o A2.o >/dev/null 2>&1 >libtool: link: ar cru .libs/liba2.a .libs/A2.o >libtool: link: ranlib .libs/liba2.a >libtool: link: ( cd ".libs" && rm -f "liba2.la" && ln -s "../liba2.la" "liba2.la" ) >libtool: compile: gcj -g -O2 -c foo3.java -fPIC -o .libs/foo3.o >/builddir/build/BUILD/libtool-2.4.2/tests/testsuite.dir/037/foo3.java:3: warning: The value of the local variable a1 is not used > A1 a1 = new A1(); A2 a2 = new A2(); A3 a3 = new A3(); > ^^ >/builddir/build/BUILD/libtool-2.4.2/tests/testsuite.dir/037/foo3.java:3: warning: The value of the local variable a2 is not used > A1 a1 = new A1(); A2 a2 = new A2(); A3 a3 = new A3(); > ^^ >/builddir/build/BUILD/libtool-2.4.2/tests/testsuite.dir/037/foo3.java:3: warning: The value of the local variable a3 is not used > A1 a1 = new A1(); A2 a2 = new A2(); A3 a3 = new A3(); > ^^ >/builddir/build/BUILD/libtool-2.4.2/tests/testsuite.dir/037/A1.java:2: warning: The value of the field A1.a is not used > private int a; > ^ >/builddir/build/BUILD/libtool-2.4.2/tests/testsuite.dir/037/A2.java:2: warning: The value of the field A2.a is not used > private int a; > ^ >/builddir/build/BUILD/libtool-2.4.2/tests/testsuite.dir/037/A3.java:2: warning: The value of the field A3.a is not used > private int a; > ^ >6 problems (6 warnings) >libtool: compile: gcj -g -O2 -c foo3.java -o foo3.o >/dev/null 2>&1 >libtool: compile: gcj -g -O2 -c A3.java -fPIC -o .libs/A3.o >/builddir/build/BUILD/libtool-2.4.2/tests/testsuite.dir/037/A3.java:2: warning: The value of the field A3.a is not used > private int a; > ^ >1 problem (1 warning) >libtool: compile: gcj -g -O2 -c A3.java -o A3.o >/dev/null 2>&1 >libtool: link: ar cru .libs/liba3.a .libs/A3.o >libtool: link: ranlib .libs/liba3.a >libtool: link: ( cd ".libs" && rm -f "liba3.la" && ln -s "../liba3.la" "liba3.la" ) >./convenience.at:267: $LIBTOOL --tag=GCJ --mode=link $GCJ $GCJFLAGS $LDFLAGS -o liba12.la liba1.la liba2.la -rpath /notexist >stderr: >./.libs/liba2.a(A2.o):(.rodata+0x0): multiple definition of `java resource .dummy' >./.libs/liba1.a(A1.o):(.rodata+0x0): first defined here >collect2: error: ld returned 1 exit status >stdout: >libtool: link: gcj -shared -fPIC -Wl,--whole-archive ./.libs/liba1.a ./.libs/liba2.a -Wl,--no-whole-archive -O2 -Wl,-z -Wl,relro -Wl,-soname -Wl,liba12.so.0 -o .libs/liba12.so.0.0.0 >./convenience.at:267: exit code was 1, expected 0 >37. convenience.at:230: 37. Java convenience archives (convenience.at:230): FAILED (convenience.at:267)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 869578
: 632678