Bug 3780 - frysk.*.Build contains multi-lib conflicts
Summary: frysk.*.Build contains multi-lib conflicts
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 3413
  Show dependency treegraph
 
Reported: 2006-12-21 21:04 UTC by Andrew Cagney
Modified: 2007-01-15 21:09 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2006-12-21 21:04:06 UTC
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.
Comment 1 Andrew Cagney 2007-01-15 20:08:14 UTC
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.
Comment 2 Andrew Cagney 2007-01-15 20:12:14 UTC
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@.

Comment 3 Andrew Cagney 2007-01-15 21:03:22 UTC
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.
Comment 4 Andrew Cagney 2007-01-15 21:09:26 UTC
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.