From b151451269ec41b5723484596e7dd40f9ab8824a Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Tue, 12 Nov 2024 20:29:24 -0600 Subject: [PATCH] ptserver: Add xdr_namelist to liboafs_prot.la.sym Commit 1f5e1ef9e3 (OPENAFS-SA-2024-003: Run xdr_free for retried RPCs) added a couple of references to xdr_namelist, which currently causes a build failure on AIX: /bin/sh ../../libtool --quiet --mode=link --tag=CC xlc_r [...] -o pts pts.o ../../src/ptserver/liboafs_prot.la [...] ld: 0711-317 ERROR: Undefined symbol: xdr_namelist ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 8. To avoid this, add xdr_namelist to liboafs_prot.la.sym. Reviewed-on: https://gerrit.openafs.org/15954 Reviewed-by: Mark Vitale Tested-by: BuildBot Reviewed-by: Cheyenne Wills Reviewed-by: Michael Meffie (cherry picked from commit 4f82b5bd49a3c83c990d64d06cb6389969826208) Change-Id: I8a7272d1b94bd02295ef63b70a4247a4cf6e70f6 Reviewed-on: https://gerrit.openafs.org/15955 Tested-by: BuildBot Reviewed-by: Andrew Deason Reviewed-by: Cheyenne Wills Reviewed-by: Mark Vitale Reviewed-by: Michael Meffie Reviewed-by: Benjamin Kaduk --- src/ptserver/liboafs_prot.la.sym | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ptserver/liboafs_prot.la.sym b/src/ptserver/liboafs_prot.la.sym index 8e43fe7224..9c880ef512 100644 --- a/src/ptserver/liboafs_prot.la.sym +++ b/src/ptserver/liboafs_prot.la.sym @@ -54,3 +54,4 @@ ubik_PR_SetFieldsEntry ubik_PR_SetMax ubik_PR_UpdateEntry ubik_PR_WhereIsIt +xdr_namelist