This is sources Bugzilla
Bugzilla Version 2.17.5
Bugzilla Bug 3780
  frysk.*.Build contains multi-lib conflicts Last modified: 2007-01-15 21:09
     Query page      Enter new bug
Bug#: 3780   Hardware:   Reporter: Andrew Cagney <cagney@redhat.com>
Host: Target: Build:
Product:     Add CC:
Component:   Version:   CC:
Status: RESOLVED   Priority:  
Resolution: FIXED   Severity:  
Assigned To: Andrew Cagney <cagney@redhat.com>   Target Milestone:  
Summary:
Keywords:

Attachment Description Type Created Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 3780 depends on: Show dependency tree
Show dependency graph
Bug 3780 blocks: 3413

Additional Comments:


Leave as RESOLVED FIXED
Reopen bug
Mark bug as VERIFIED

View Bug Activity   |   Format For Printing


Description:   Last confirmed: 0000-00-00 00:00 Opened: 2006-12-21 21:04
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.

------- Additional Comment #1 From Andrew Cagney 2007-01-15 20:08 -------
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.

------- Additional Comment #2 From Andrew Cagney 2007-01-15 20:12 -------
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@.


------- Additional Comment #3 From Andrew Cagney 2007-01-15 21:03 -------
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.

------- Additional Comment #4 From Andrew Cagney 2007-01-15 21:09 -------
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.

     Query page      Enter new bug
Actions: New | Query | bug # | Reports | Requests   New Account | Log In