The following commit has been merged in the master branch:
commit 91532e3142751468aa8f7bbabe7de087b77259bf
Author: Ben Huntsman <[email protected]>
Date: Sat Aug 13 23:25:10 2022 -0700
fsint: export symbol needed by fileserver
The symbol RXAFS_OpCodeIndex is consumed by the fileserver via the various
"opcode_<RPC Name>" macros produced by rxgen. The functionality is provided
by liboafs_fsint but RXAFS_OpCodeIndex was omitted from the export symbol
list.
This went undetected because we use static linking for the fileserver, and
libtool does not enforce export symbol lists while static linking, on
platforms
other than AIX. Recent efforts to revive the AIX build illuminated the
error,
which we resolve by adding RXAFS_OpCodeIndex to the export list.
Change-Id: Ie5b3e5a7a714cfe4b1657b9bbac248c47abbe194
Reviewed-on: https://gerrit.openafs.org/15112
Reviewed-by: Cheyenne Wills <[email protected]>
Tested-by: BuildBot <[email protected]>
Reviewed-by: Michael Meffie <[email protected]>
Reviewed-by: Benjamin Kaduk <[email protected]>
src/fsint/liboafs_fsint.la.sym | 1 +
1 file changed, 1 insertion(+)
--
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs