Date: Wed, 22 Jul 2015 18:26:24 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 201770] gcj48 from lang/gcc complains about no classpath specified Message-ID: <bug-201770-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201770 Bug ID: 201770 Summary: gcj48 from lang/gcc complains about no classpath specified Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gerald@FreeBSD.org Reporter: Trond.Endrestol@ximalas.info Flags: maintainer-feedback?(gerald@FreeBSD.org) Assignee: gerald@FreeBSD.org # gcj48 --version gcj48 (FreeBSD Ports Collection) 4.8.5 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # cat Sample.java class Sample { public static void main(String[] args) { System.out.println("hello world"); } } # gcj48 -v Sample.java Using built-in specs. Reading specs from /usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd10.2/4.8.5/../../../libgcj.spec rename spec startfile to startfileorig rename spec lib to liborig COLLECT_GCC=gcj48 COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc48/gcc/x86_64-portbld-freebsd10.2/4.8.5/lto-wrapper Target: x86_64-portbld-freebsd10.2 Configured with: ./../gcc-4.8.5/configure --with-build-config=bootstrap-debug --disable-nls --enable-gnu-indirect-function --libdir=/usr/local/lib/gcc48 --libexecdir=/usr/local/libexec/gcc48 --program-suffix=48 --with-as=/usr/local/bin/as --with-gmp=/usr/local --with-gxx-include-dir=/usr/local/lib/gcc48/include/c++/ --with-ld=/usr/local/bin/ld --with-pkgversion='FreeBSD Ports Collection' --with-system-zlib --with-ecj-jar=/usr/local/share/java/ecj-4.5.jar --enable-languages=c,c++,objc,fortran,java --prefix=/usr/local --localstatedir=/var --mandir=/usr/local/man --infodir=/usr/local/info/gcc48 --build=x86_64-portbld-freebsd10.2 Thread model: posix gcc version 4.8.5 (FreeBSD Ports Collection) COLLECT_GCC_OPTIONS='-fsaw-java-file' '-v' '-fbootclasspath=./:/usr/local/share/java/libgcj-4.8.5.jar' '-g1' '-specs=libgcj.spec' '-shared-libgcc' '-mtune=generic' '-march=x86-64' /usr/local/libexec/gcc48/gcc/x86_64-portbld-freebsd10.2/4.8.5/ecj1 Sample.java -g1 -fbootclasspath=./:/usr/local/share/java/libgcj-4.8.5.jar -g1 -fsource=1.5 -ftarget=1.5 -fzip-dependency /tmp/ccu8JXIn.zip -fzip-target /tmp/ccIkUZvV.jar no classpath specified I cannot rule out any pilot error on my behalf, but I guess gcj48 would have stated so in a suitable manner. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201770-13>