View Bug Activity | Format For Printing
That file contains build time information and so changes across builds. The fix here is likely to just delete the file, it keeps causing trouble where code picks up a build-time variable when it should have picked up an install time varable.
Index: frysk-gui/common/ChangeLog 2007-01-15 Andrew Cagney <cagney@redhat.com> * Build.javain (ABS_SRCDIR): Delete. Index: frysk-gui/frysk/gui/ChangeLog 2007-01-15 Andrew Cagney <cagney@redhat.com> * test/TestIconManager.java (BASE_PATH, imagePaths): Delete, eliminate reference to Build .ABS_SRCDIR. (testIconManagerLoad): Update, use frysk .junit .Paths .getImagePrefix. * test/TestWindowFactorization.java (gladePaths, BASE_PATH) (imagePaths): Delete, eliminate Build .ABS_SRCDIR. (initGlades): Simplify., use frysk .junit .Paths .getGladePrefix. (setUp): Use frysk .junit .Paths .getImagePrefix. (testWindowFactorization): Add throw list.
2007-01-15 Andrew Cagney <cagney@redhat.com> * Build.javain (SRCDIR): Delete. 2007-01-04 Andrew Cagney <cagney@redhat.com> * Build.javain (ABS_BUILDDIR, BUILDDIR): Delete. * Makefile.rules (SUBST_SED): Substitute abs_root_srcdir, and root_srcdir. * TestRunner.javain: Replace Build.ABS_BUILDDIR with direct reference to @abs_builddir@.
Index: frysk-core/frysk/proc/ChangeLog 2007-01-15 Andrew Cagney <cagney@redhat.com> * IsaFactory.java: Replace Build.BUILD_ARCH with Config.getTargetCpuXXX. Index: frysk-imports/common/ChangeLog 2007-01-15 Andrew Cagney <cagney@redhat.com> * Build.javain (BUILD_ARCH): Delete. Index: frysk-imports/frysk/ChangeLog 2007-01-15 Andrew Cagney <cagney@redhat.com> * cni/Config.cxxin (getTargetCpuXXX): Implement. * Config.java getTargetCpuXXX): Define. Index: frysk-imports/frysk/junit/ChangeLog 2007-01-15 Andrew Cagney <cagney@redhat.com> * TestCase.java (brokenPpcXXX, brokenX8664XXX): Replace Build.BUILD_ARCH with Config.getTargetCpuXXX. Index: frysk-imports/lib/opcodes/ChangeLog 2007-01-15 Andrew Cagney <cagney@redhat.com> * tests/TestOpcodes.java: Replace Build.BUILD_ARCH with Config.getTargetCpuXXX. * tests/DummyByteBuffer.java: Ditto.
Index: frysk-imports/common/ChangeLog 2007-01-15 Andrew Cagney <cagney@redhat.com> * Makefile.gen.sh (Build.javain): Delete generation of variables containing Build.javain. * Build.javain: Delete. * Makefile.rules (Build.java): Delete rule.