OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-364-g5dc3b44

Gerrit Code Review gerrit@openafs.org
Tue, 4 Nov 2025 15:00:13 -0500


The following commit has been merged in the master branch:
commit 5dc3b44aa684c97affd624f8e7c7c6899f1d185c
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Fri Feb 21 12:59:15 2025 -0600

    tests: Skip AIX manpage tests if missing lpioctl
    
    Our manpage tests often fail on AIX, because we can't run our utility
    commands without the kernel module loaded. For example:
    
        ptserver/pts-man
    
        # running '.../pts help' failed with status 65280, output:
        # exec(): 0509-036 Cannot load program .../pts because of the following errors:
        #   0509-130 Symbol resolution failed for pts because:
        #   0509-136   Symbol lsetpag (number 115) is not exported from
        #          dependent module /unix.
        #   0509-136   Symbol lpioctl (number 116) is not exported from
        #          dependent module /unix.
        #   0509-192 Examine .loader section symbols with the
        #        'dump -Tv' command.
        Bail out!  failed to run '.../pts help'
        ABORTED (failed to run '.../pts help')
    
    Until we have some way around this, skip the test if this happens on AIX
    (instead of bailing), since this is known behavior.
    
    Change-Id: I032c1062080b1900990eefd5f6b7be1c72c0c6e7
    Reviewed-on: https://gerrit.openafs.org/16283
    Reviewed-by: Ben Huntsman <ben@huntsmans.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>

 tests/tests-lib/perl5/mancheck_utils.pm | 3 +++
 1 file changed, 3 insertions(+)

-- 
OpenAFS Master Repository