Thread: [Perlgssapi-developer] [rt.cpan.org #20682] GSSAPI fails to make
Brought to you by:
achimgrolms
From: Achim G. <ac...@gr...> - 2006-07-31 18:22:16
|
Hello, I was asked by many people to re-add support of MIT Kerberos 1.2.x to GSSAPI.pm. The changes I have made are available now in Subversion-repository https://svn.sourceforge.net/svnroot/perlgssapi/GSSAPI/trunk I have done my tests against MIT Kerberos 1.2.7. Please test if that changes work for you. Please let me know if that changes mean problems for you or your code. Thank you, Achim |
From: David L. <Dav...@qu...> - 2006-08-01 03:22:58
|
Achim Grolms wrote: >Hello, > >I was asked by many people to re-add support of MIT Kerberos 1.2.x to >GSSAPI.pm. >The changes I have made are available now in Subversion-repository > >https://svn.sourceforge.net/svnroot/perlgssapi/GSSAPI/trunk > >I have done my tests against MIT Kerberos 1.2.7. >Please test if that changes work for you. >Please let me know if that changes mean problems for you or your code. > >Thank you, >Achim > >------------------------------------------------------------------------ > >------------------------------------------------------------------------- >Take Surveys. Earn Cash. Influence the Future of IT >Join SourceForge.net's Techsay panel and you'll get the chance to share your >opinions on IT & business topics through brief surveys -- and earn cash >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >------------------------------------------------------------------------ > >_______________________________________________ >Perlgssapi-developer mailing list >Per...@li... >https://lists.sourceforge.net/lists/listinfo/perlgssapi-developer > seems all good with VAS :) davidl@willy-wagtail:GSSAPI$ *svn info* Path: . URL: https://svn.sourceforge.net/svnroot/perlgssapi/GSSAPI/trunk/GSSAPI Repository UUID: 31cb990a-b40d-0410-a4a8-b60bf8f04707 Revision: 45 Node Kind: directory Schedule: normal Last Changed Author: achimgrolms Last Changed Rev: 45 Last Changed Date: 2006-08-01 04:12:16 +1000 (Tue, 01 Aug 2006) davidl@willy-wagtail:GSSAPI$ *perl Makefile.PL * Welcome to GSSAPI.pm setup! run "perl Makefile.PL --help" to see further installation options ---------------------------------------------------------- Searching krb5-config command... /opt/quest/bin/krb5-config ---------------------------------------------------------- using GSSAPI implementation VAS 3.0.2 (Heimdal 0.7) ---------------------------------------------------------- Adding from your Perlinstallation ($Config{lddlflags}) to LDDLFLAGS -shared ---------------------------------------------------------- Bypassing to LDDLFLAGS -shared -Wl,-rpath -Wl,/opt/quest/lib:/opt/quest/lib/support ---------------------------------------------------------- Adding own DEFINEs -DHEIMDAL ---------------------------------------------------------- Using LIBS -L/opt/quest/lib -lvas -L/opt/quest/lib/support -lgcc_s ---------------------------------------------------------- Using INC includeconfiguration -I/opt/quest/include ---------------------------------------------------------- Checking if your kit is complete... Looks good Writing Makefile for GSSAPI davidl@willy-wagtail:GSSAPI$ *make* cp GSSAPI.pm blib/lib/GSSAPI.pm cp GSSAPI/OID/Set.pm blib/lib/GSSAPI/OID/Set.pm cp GSSAPI/OID.pm blib/lib/GSSAPI/OID.pm cp GSSAPI/Status.pm blib/lib/GSSAPI/Status.pm /usr/bin/perl /usr/lib/perl5/5.8.6/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.6/ExtUtils/typemap -typemap typemap GSSAPI.xs > GSSAPI.xsc && mv GSSAPI.xsc GSSAPI.c cc -c -I/opt/quest/include -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -Wall -g -Wall -pipe -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\" -fPIC "-I/usr/lib/perl5/5.8.6/i586-linux-thread-multi/CORE" -DHEIMDAL GSSAPI.c GSSAPI.c: In function `XS_GSSAPI__Status_new': GSSAPI.c:262: warning: unused variable `class' GSSAPI.c: In function `XS_GSSAPI__Name_new': GSSAPI.c:512: warning: unused variable `class' GSSAPI.c: In function `XS_GSSAPI__Name_import': GSSAPI.c:562: warning: unused variable `class' GSSAPI.c: In function `XS_GSSAPI__OID_new': GSSAPI.c:865: warning: unused variable `class' GSSAPI.c: In function `XS_GSSAPI__OID_DESTROY': xs/OID.xs:14: warning: unused variable `minor' GSSAPI.c: In function `XS_GSSAPI__OID_from_str': GSSAPI.c:927: warning: unused variable `class' GSSAPI.c: In function `XS_GSSAPI__OID__Set_new': GSSAPI.c:1320: warning: unused variable `class' GSSAPI.c: In function `XS_GSSAPI__Binding_new': GSSAPI.c:1926: warning: unused variable `class' GSSAPI.c: In function `XS_GSSAPI__Context_new': GSSAPI.c:2278: warning: unused variable `class' GSSAPI.c: In function `XS_GSSAPI__Context_import': GSSAPI.c:3052: warning: unused variable `class' Running Mkbootstrap for GSSAPI () chmod 644 GSSAPI.bs rm -f blib/arch/auto/GSSAPI/GSSAPI.so LD_RUN_PATH="/opt/quest/lib:/opt/quest/lib/support" cc -shared -Wl,-rpath -Wl,/opt/quest/lib:/opt/quest/lib/support GSSAPI.o -o blib/arch/auto/GSSAPI/GSSAPI.so -L/opt/quest/lib -lvas -L/opt/quest/lib/support -lgcc_s chmod 755 blib/arch/auto/GSSAPI/GSSAPI.so cp GSSAPI.bs blib/arch/auto/GSSAPI/GSSAPI.bs chmod 644 blib/arch/auto/GSSAPI/GSSAPI.bs Manifying blib/man3/GSSAPI.3pm Manifying blib/man3/GSSAPI::OID::Set.3pm Manifying blib/man3/GSSAPI::OID.3pm Manifying blib/man3/GSSAPI::Status.3pm davidl@willy-wagtail:GSSAPI$ make check make: *** No rule to make target `check'. Stop. davidl@willy-wagtail:GSSAPI$ make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1constants....ok 1/72 skipped: GSS_S_CRED_UNAVAIL not defined on Heimdal t/2status.......ok t/checkoids.....ok t/pod...........skipped all skipped: Test::Pod 1.00 required for testing POD t/test..........ok 2/28 skipped: oid_to_str not supportetd on Heimdal t/zbugfixes.....ok All tests successful, 1 test and 3 subtests skipped. Files=6, Tests=146, 1 wallclock secs ( 0.51 cusr + 0.05 csys = 0.56 CPU) -- David Leonard Vintela Resource Central software engineer Quest Software; 303 Adelaide St, Brisbane, Australia; www.quest.com Phone: (US) +1 801 655 2755 (AU) +61 7 3023 5133 |