tags 322143 -fixed thanks Hi John,
Looks like I missed a bit in preparing this NMU, as it immediately failed to build on arm after reaching the buildd. The attached second patch should take care of this, by stopping classpath from looking for /usr/bin/gcj-3.3. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/
diff -u classpath-0.14/debian/rules.cdbs classpath-0.14/debian/rules.cdbs --- classpath-0.14/debian/rules.cdbs +++ classpath-0.14/debian/rules.cdbs @@ -21,7 +21,7 @@ # Workaround a jikes bug on arm (jikes gets into an endless loop). DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH) ifeq ($(DEB_BUILD_ARCH),arm) - DEB_CONFIGURE_USER_FLAGS := --with-glibj=both --with-gcj=/usr/bin/gcj-3.3 + DEB_CONFIGURE_USER_FLAGS := --with-glibj=both --with-gcj else DEB_CONFIGURE_USER_FLAGS := --with-glibj=both --with-jikes=/usr/bin/jikes endif diff -u classpath-0.14/debian/rules classpath-0.14/debian/rules --- classpath-0.14/debian/rules +++ classpath-0.14/debian/rules @@ -19,7 +19,7 @@ # (http://oss.software.ibm.com/developerworks/bugs/?func=detailbug&bug_id=3973&group_id=10) DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH) ifeq ($(DEB_BUILD_ARCH),arm) - OPT_COMPILER=--with-gcj=/usr/bin/gcj-3.3 + OPT_COMPILER=--with-gcj else OPT_COMPILER=--with-jikes=/usr/bin/jikes endif diff -u classpath-0.14/debian/changelog classpath-0.14/debian/changelog --- classpath-0.14/debian/changelog +++ classpath-0.14/debian/changelog @@ -1,3 +1,12 @@ +classpath (2:0.14-2.2) unstable; urgency=low + + * Non-maintainer upload. + * In addition to build-depending on gcj, we also need to invoke gcj + when building instead of looking for /usr/bin/gcj-3.3! + (really-closes: #322143) + + -- Steve Langasek <[EMAIL PROTECTED]> Sun, 28 Aug 2005 00:21:07 -0700 + classpath (2:0.14-2.1) unstable; urgency=medium * Non-maintainer upload.
signature.asc
Description: Digital signature