Bug 3682

Summary: Install frysk test binaries to lib/frysk and lib64/frysk; not libexec/frysk
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on: 3692    
Bug Blocks: 2235    

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.