Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 245341 Details for
Bug 335236
dev-java/libmatthew-java does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
libmatthew-java-0.7.2:20100830-035729.log (text/plain), 6.23 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-08-30 11:32:16 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-08-30 11:32:16 UTC
Size:
6.23 KB
patch
obsolete
> * CPV: dev-java/libmatthew-java-0.7.2 > * REPO: gentoo > * USE: elibc_glibc kernel_linux test userland_GNU x86 > * Using: icedtea6-bin >>>> Unpacking source... >>>> Unpacking libmatthew-java-0.7.2.tar.gz to /var/tmp/portage/dev-java/libmatthew-java-0.7.2/work > * Applying libmatthew-java-0.7.2-makefile-fixes.patch ... > [ ok ] >removed `/var/tmp/portage/dev-java/libmatthew-java-0.7.2/work/libmatthew-java-0.7.2/cx/ath/matthew/debug/Debug.java' >>>> Source unpacked in /var/tmp/portage/dev-java/libmatthew-java-0.7.2/work >>>> Compiling source in /var/tmp/portage/dev-java/libmatthew-java-0.7.2/work/libmatthew-java-0.7.2 ... >make -j14 -j1 JARDIR=/usr/share/libmatthew-java/lib 'JCFLAGS=-source 1.5 -target 1.5' all >mkdir -p classes >make .disabledebug >make[1]: Entering directory `/var/tmp/portage/dev-java/libmatthew-java-0.7.2/work/libmatthew-java-0.7.2' >mkdir -p classes >cpp -C -P -DDEBUGSETTING=false < cx/ath/matthew/debug/Debug.jpp > cx/ath/matthew/debug/Debug.java >/opt/icedtea6-bin-1.8.1/bin/javac -source 1.5 -source 1.5 -target 1.5 -cp classes -d classes cx/ath/matthew/debug/Debug.java cx/ath/matthew/utils/Hexdump.java >Note: cx/ath/matthew/debug/Debug.java uses unchecked or unsafe operations. >Note: Recompile with -Xlint:unchecked for details. >rm -f .enabledebug >touch .disabledebug >make[1]: Leaving directory `/var/tmp/portage/dev-java/libmatthew-java-0.7.2/work/libmatthew-java-0.7.2' >/opt/icedtea6-bin-1.8.1/bin/javac -source 1.5 -source 1.5 -target 1.5 -d classes -cp classes cx/ath/matthew/cgi/TextArea.java cx/ath/matthew/cgi/CGIHeaderSentException.java cx/ath/matthew/cgi/Password.java cx/ath/matthew/cgi/CGIErrorHandler.java cx/ath/matthew/cgi/HTMLForm.java cx/ath/matthew/cgi/testcgi.java cx/ath/matthew/cgi/DisplayField.java cx/ath/matthew/cgi/DefaultErrorHandler.java cx/ath/matthew/cgi/Field.java cx/ath/matthew/cgi/CheckBox.java cx/ath/matthew/cgi/HiddenField.java cx/ath/matthew/cgi/MultipleDropDown.java cx/ath/matthew/cgi/CGITools.java cx/ath/matthew/cgi/Radio.java cx/ath/matthew/cgi/NewTable.java cx/ath/matthew/cgi/TextField.java cx/ath/matthew/cgi/SubmitButton.java cx/ath/matthew/cgi/CGI.java cx/ath/matthew/cgi/CGIInvalidContentFormatException.java cx/ath/matthew/cgi/DropDown.java cx/ath/matthew/unix/UnixSocket.java cx/ath/matthew/unix/UnixSocketAddress.java cx/ath/matthew/unix/testclient.java cx/ath/matthew/unix/NotConnectedException.java cx/ath/matthew/unix/UnixIOException.java cx/ath/matthew/unix/USOutputStream.java cx/ath/matthew/unix/UnixServerSocket.java cx/ath/matthew/unix/testserver.java cx/ath/matthew/unix/USInputStream.java cx/ath/matthew/utils/Hexdump.java cx/ath/matthew/io/ExecOutputStream.java cx/ath/matthew/io/TeeInputStream.java cx/ath/matthew/io/test2.java cx/ath/matthew/io/ExecInputStream.java cx/ath/matthew/io/DOMPrinter.java cx/ath/matthew/io/TeeOutputStream.java cx/ath/matthew/io/test3.java cx/ath/matthew/io/test.java cx/ath/matthew/io/InOutCopier.java >Note: Some input files use unchecked or unsafe operations. >Note: Recompile with -Xlint:unchecked for details. >touch .classes >(cd classes; jar cf ../unix-0.5.jar cx/ath/matthew/unix/*class) >(cd classes; jar cf ../cgi-0.5.jar cx/ath/matthew/cgi/*class) >make .enabledebug >make[1]: Entering directory `/var/tmp/portage/dev-java/libmatthew-java-0.7.2/work/libmatthew-java-0.7.2' >mkdir -p classes >cpp -C -P -DDEBUGSETTING=true < cx/ath/matthew/debug/Debug.jpp > cx/ath/matthew/debug/Debug.java >/opt/icedtea6-bin-1.8.1/bin/javac -source 1.5 -source 1.5 -target 1.5 -cp classes -d classes cx/ath/matthew/debug/Debug.java cx/ath/matthew/utils/Hexdump.java >Note: cx/ath/matthew/debug/Debug.java uses unchecked or unsafe operations. >Note: Recompile with -Xlint:unchecked for details. >rm -f .disabledebug >touch .enabledebug >make[1]: Leaving directory `/var/tmp/portage/dev-java/libmatthew-java-0.7.2/work/libmatthew-java-0.7.2' >(cd classes;jar cf ../debug-enable-1.1.jar cx/ath/matthew/debug/*.class) >make .disabledebug >make[1]: Entering directory `/var/tmp/portage/dev-java/libmatthew-java-0.7.2/work/libmatthew-java-0.7.2' >mkdir -p classes >cpp -C -P -DDEBUGSETTING=false < cx/ath/matthew/debug/Debug.jpp > cx/ath/matthew/debug/Debug.java >/opt/icedtea6-bin-1.8.1/bin/javac -source 1.5 -source 1.5 -target 1.5 -cp classes -d classes cx/ath/matthew/debug/Debug.java cx/ath/matthew/utils/Hexdump.java >Note: cx/ath/matthew/debug/Debug.java uses unchecked or unsafe operations. >Note: Recompile with -Xlint:unchecked for details. >rm -f .enabledebug >touch .disabledebug >make[1]: Leaving directory `/var/tmp/portage/dev-java/libmatthew-java-0.7.2/work/libmatthew-java-0.7.2' >(cd classes;jar cf ../debug-disable-1.1.jar cx/ath/matthew/debug/*.class) >(cd classes; jar cf ../io-0.1.jar cx/ath/matthew/io/*class) >(cd classes; jar cf ../hexdump-0.2.jar cx/ath/matthew/utils/Hexdump.class) >javah -classpath classes -o cgi-java.h cx.ath.matthew.cgi.CGI >i686-pc-linux-gnu-gcc -O2 -pipe -Wall -pedantic -Werror -std=c99 -fpic -fno-stack-protector -I/opt/icedtea6-bin-1.8.1/include -I/opt/icedtea6-bin-1.8.1/include/linux -c -o cgi-java.o cgi-java.c >i686-pc-linux-gnu-gcc -O1 --as-needed --hash-style=gnu -fpic -shared -o libcgi-java.so cgi-java.o -lc >javah -classpath classes -o unix-java.h cx.ath.matthew.unix.UnixServerSocket cx.ath.matthew.unix.UnixSocket cx.ath.matthew.unix.USInputStream cx.ath.matthew.unix.USOutputStream >i686-pc-linux-gnu-gcc -O2 -pipe -Wall -pedantic -Werror -std=c99 -fpic -fno-stack-protector -I/opt/icedtea6-bin-1.8.1/include -I/opt/icedtea6-bin-1.8.1/include/linux -c -o unix-java.o unix-java.c >i686-pc-linux-gnu-gcc -O1 --as-needed --hash-style=gnu -fpic -shared -o libunix-java.so unix-java.o -lc >rm cgi-java.o unix-java.o >>>> Source compiled. >>>> Test phase [none]: dev-java/libmatthew-java-0.7.2 > >>>> Install libmatthew-java-0.7.2 into /var/tmp/portage/dev-java/libmatthew-java-0.7.2/image/ category dev-java >>>> Completed installing libmatthew-java-0.7.2 into /var/tmp/portage/dev-java/libmatthew-java-0.7.2/image/ > >strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/lib/libmatthew-java/libunix-java.so > usr/lib/libmatthew-java/libcgi-java.so > > * QA Notice: Files built without respecting LDFLAGS have been detected > * Please include the following list of files in your report: > * /usr/lib/libmatthew-java/libunix-java.so > * /usr/lib/libmatthew-java/libcgi-java.so > > * Gentoo contact information ... >herds: > java >maintainers: >
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 335236
: 245341