Bug 3682 - Install frysk test binaries to lib/frysk and lib64/frysk; not libexec/frysk
Summary: Install frysk test binaries to lib/frysk and lib64/frysk; not libexec/frysk
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: 3692
Blocks: 2235
  Show dependency treegraph
 
Reported: 2006-12-08 19:18 UTC by Andrew Cagney
Modified: 2006-12-11 04:21 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-08 19:18:07 UTC
Since there isn't 32- and 64- libexec dirs, it seems it is considered acceptable
to install bit-size dependant executables into lib/lib64.

-> need to update 64-bit funit to look for 32-bit executables in new path

-> need to modify build/install system to not install those custom 32-bit binaries
Comment 1 Andrew Cagney 2006-12-11 04:21:00 UTC
Note that this still doesn't modify funit to use the binaries from the 32-bit
install.

Index: frysk-core/ChangeLog
2006-12-10  Andrew Cagney  <cagney@redhat.com>

        * Makefile.am (EXTRA_DIST): Replace pkglibexec with pkglib.

Index: frysk-core/common/ChangeLog
2006-12-10  Andrew Cagney  <cagney@redhat.com>

        * TestRunner.javain: Replace pkglibexecdir with pkglibdir.
        * Makefile.rules (pkglib_PROGRAMS): Define.
        (pkglibexecdir, pkglibexecdir, pkglibdir): Define.
        (pkglibexec_PROGRAMS, pkglibexecdir): Delete.
        (pkglibexecdir, pkglibexecdir): Delete.

Index: frysk-core/frysk/rt/ChangeLog
2006-12-10  Andrew Cagney  <cagney@redhat.com>

        * tests/TestStackBacktrace.java: Replace pkglibexecdir with
        pkglibdir.

Index: frysk-core/frysk/util/ChangeLog
2006-12-10  Andrew Cagney  <cagney@redhat.com>

        * TestFStack.java: Replace pkglibexecdir with pkglibdir.