Bug#753315: RFS: ecj/3.10.0-1 - [UPLOADED]
Matthias Klose
doko at debian.org
Tue Jul 1 08:02:24 UTC 2014
Am 30.06.2014 23:12, schrieb Emmanuel Bourg:
> Thank you for the log Matthias. Could you also detail the steps to
> reproduce this error please? I tried to build gcc with
> --enable-java-maintainer-mode but I didn't see this error (but my
> configure args were probably incomplete).
see libjava/HACKING.
- you need the ecj1 and gjavah scripts
- From "Import a new release", do "Remove the generated
class and header files"
I configured with
# to install:
# libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libgconf2-dev libqt4-dev
triplet=x86_64-linux-gnu
#PATH=/scratch/packages/gcc/svn:$PATH
#export PATH
branch=gcc-4_9-branch
#branch=trunk
ecjjar=/home/packages/gcc/svn/ecj-4.9.jar
ecjjar=/usr/share/java/ecj.jar
../$branch/configure \
--prefix=/home/packages/gcc/svn/jinstall \
--enable-languages=c,c++,java \
--disable-multilib \
--enable-java-maintainer-mode \
--with-ecj-jar=$ecjjar \
--enable-gjdoc \
--enable-gconf-peer \
--enable-gstreamer-peer \
--enable-java-awt=gtk,qt,xlib \
--enable-gtk-cairo \
--build=$triplet \
--host=$triplet \
--target=$triplet \
More information about the pkg-java-maintainers
mailing list