Well I guess after all the effort when I tried with C++ v7, I should have
started with a clean slate. It got further with bison and fles removed,
but still got errors.
I tried with the krb option, so I think I will try again leaving it out to see
what happens. by the way, I didn't see 1.4.12 available to download yet.
o afs_auth.o
"./afs_auth.c", line 119.26: 1506-068 (W) Operation between types "char*" and
"const char*" is not allowed.
"./afs_auth.c", line 155.44: 1506-280 (W) Function argument assignment between
types "void**" and "const void**" is not allowed.
"./afs_auth.c", line 163.29: 1506-280 (W) Function argument assignment between
types "char**" and "const char**" is not allowed.
"./afs_auth.c", line 198.22: 1506-098 (E) Missing argument(s).
"./afs_auth.c", line 198.10: 1506-068 (W) Operation between types "struct
passwd*" and "int" is not allowed.
"./afs_auth.c", line 205.47: 1506-280 (W) Function argument assignment between
types "void**" and "const void**" is not allowed.
cc -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include -c ./afs_util.c -o afs_util.o
set -x; case "rs_aix61" in hp_ux* | ia64_hpux*) ld -c ./mapfile.hp
-o pam_afs.so.1 afs_setcred.o afs_auth.o afs_util.o afs_account.o
afs_session.o afs_password.o afs_pam_msg.o afs_message.o
AFS_component_version_number.o
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libkauth.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libprot.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libubik.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libauth.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/librxkad.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libsys.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libdes.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/librx.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/liblwp.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libaudit.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libcmd.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libcom_err.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/util.a ;; sun*_5*) ld -M
./mapfile -o pam_afs.so.1 afs_setcred.o afs_auth.o afs_util.o afs_account.o
afs_session.o afs_password.o afs_pam_msg.o afs_message.o
AFS_component_version_number.o
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libkauth.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libprot.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libubik.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libauth.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/librxkad.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libsys.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libdes.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/librx.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/liblwp.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libaudit.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libcmd.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libcom_err.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/util.a ;; *linux*) cc -o
pam_afs.so.1 afs_setcred.o afs_auth.o afs_util.o afs_account.o afs_session.o
afs_password.o afs_pam_msg.o afs_message.o AFS_component_version_number.o
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libkauth.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libprot.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libubik.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libauth.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/librxkad.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libsys.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libdes.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/librx.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/liblwp.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libaudit.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libcmd.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libcom_err.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/util.a ;; *fbsd*| *nbsd*) cc -o
pam_afs.so.1 afs_setcred.o afs_auth.o afs_util.o afs_account.o afs_session.o
afs_password.o afs_pam_msg.o afs_message.o AFS_component_version_number.o
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libkauth.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libprot.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libubik.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libauth.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/librxkad.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libsys.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libdes.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/librx.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/liblwp.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libaudit.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libcmd.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/libcom_err.a
/home/ckieffer/tmpbuild/openafs-1.4.11/lib/util.a ;; * ) echo No link line
for system rs_aix61. ;; esac
+ echo No link line for system rs_aix61.
No link line for system rs_aix61.
/home/ckieffer/tmpbuild/openafs-1.4.11/src/pinstall/pinstall
pam_afs.so.1 /home/ckieffer/tmpbuild/openafs-1.4.11/lib/pam_afs.so.1
Can't open source file ``pam_afs.so.1'': No such file or directory
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
[950] <r...@orion> /home/ckieffer/tmpbuild/openafs-1.4.11: find ./ -name "pam*"
-print
./src/packaging/Debian/patches/pam
./src/pam
./src/pam/pam_afs.5
ck
-----Original Message-----
From: Derrick Brashear [mailto:[email protected]]
Sent: Monday, March 15, 2010 1:52 PM
To: Kieffer, Catherine
Cc: [email protected]
Subject: Re: [OpenAFS] Request for Assistance with OpenAFS - AIX v6.1 build
attempt fails with .yylex undefined symbol
That should be fine. Try uninstalling bison, if it's segfaulting
there's not much point in leaving it installed.
On Mon, Mar 15, 2010 at 12:35 PM, Kieffer, Catherine
<[email protected]> wrote:
> Am looking for yacc now, but figured I had better mention this just in case.
> the bos.adt.utils does include yacc.
> Any chance I need something set in my environment?
>
> [900] <r...@orion> /home/ckieffer/tmpbuild/openafs-1.4.11: lslpp -l
> bos.adt.utils
> Fileset Level State Description
> ----------------------------------------------------------------------------
> Path: /usr/lib/objrepos
> bos.adt.utils 6.1.4.0 COMMITTED Base Application Development
> Utilities - lex and yacc
>
> [901] <r...@orion> /home/ckieffer/tmpbuild/openafs-1.4.11: ls -al
> /usr/bin/yacc
> lrwxrwxrwx 1 bin bin 17 Nov 19 15:03 /usr/bin/yacc ->
> /usr/ccs/bin/yacc
>
> ck
>
> -----Original Message-----
> From: Derrick Brashear [mailto:[email protected]]
> Sent: Monday, March 15, 2010 10:39 AM
> To: Kieffer, Catherine
> Cc: [email protected]
> Subject: Re: [OpenAFS] Request for Assistance with OpenAFS - AIX v6.1 build
> attempt fails with .yylex undefined symbol
>
> On Mon, Mar 15, 2010 at 9:35 AM, Kieffer, Catherine
> <[email protected]> wrote:
>> bison -y error_table.y
>> make: 1254-059 The signal code from the last command is 13.
>>
> bison's broken, apparently. it crashed. see if you can find and install yacc.
>
> --
> Derrick
>
> <DIV><FONT size="1">
>
> E-mail confidentiality.
> --------------------------------
> This e-mail contains confidential and / or privileged information belonging
> to Spirent Communications plc, its affiliates and / or subsidiaries. If you
> are not the intended recipient, you are hereby notified that any disclosure,
> copying, distribution and / or the taking of any action based upon reliance
> on the contents of this transmission is strictly forbidden. If you have
> received this message in error please notify the sender by return e-mail and
> delete it from your system. If you require assistance, please contact our IT
> department at [email protected].
>
> Spirent Communications plc,
> Northwood Park, Gatwick Road, Crawley,
> West Sussex, RH10 9XN, United Kingdom.
> Tel No. +44 (0) 1293 767676
> Fax No. +44 (0) 1293 767677
>
> Registered in England Number 470893
> Registered at Northwood Park, Gatwick Road, Crawley, West Sussex, RH10 9XN,
> United Kingdom.
>
> Or if within the US,
>
> Spirent Communications,
> 26750 Agoura Road, Calabasas, CA, 91302, USA.
> Tel No. 1-818-676- 2300
>
> </FONT></DIV>
>
--
Derrick
<DIV><FONT size="1">
E-mail confidentiality.
--------------------------------
This e-mail contains confidential and / or privileged information belonging to
Spirent Communications plc, its affiliates and / or subsidiaries. If you are
not the intended recipient, you are hereby notified that any disclosure,
copying, distribution and / or the taking of any action based upon reliance on
the contents of this transmission is strictly forbidden. If you have received
this message in error please notify the sender by return e-mail and delete it
from your system. If you require assistance, please contact our IT department
at [email protected].
Spirent Communications plc,
Northwood Park, Gatwick Road, Crawley,
West Sussex, RH10 9XN, United Kingdom.
Tel No. +44 (0) 1293 767676
Fax No. +44 (0) 1293 767677
Registered in England Number 470893
Registered at Northwood Park, Gatwick Road, Crawley, West Sussex, RH10 9XN,
United Kingdom.
Or if within the US,
Spirent Communications,
26750 Agoura Road, Calabasas, CA, 91302, USA.
Tel No. 1-818-676- 2300
</FONT></DIV>
_______________________________________________
OpenAFS-info mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-info