Skip Menu |

This queue is for tickets about the GSSAPI CPAN distribution.

Report information
The Basics
Id: 20682
Status: resolved
Priority: 0/
Queue: GSSAPI

People
Owner: pause [...] grolmsnet.de
Requestors: andy [...] ela.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.22
  • 0.18
  • 0.19
  • 0.20
  • 0.21
Fixed in: 0.23



Subject: GSSAPI fails to make
Hi there. I am trying to install the module GSSAPI-0.22, and I have tried directly installing it through the CPAN interface (/usr/bin/perl - MCPAN -e 'install "GSSAPI"') or by downloading the tarball CPAN and trying to make it directly. In all cases the make dies with the following error... Welcome to GSSAPI.pm setup! run "perl Makefile.PL --help" to see further installation options ---------------------------------------------------------- Searching krb5-config command... /usr/kerberos/bin/krb5-config ---------------------------------------------------------- using GSSAPI implementation Kerberos 5 release 1.2.7 ---------------------------------------------------------- Using LIBS -L/usr/kerberos/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err ---------------------------------------------------------- Using INC includeconfiguration -I/usr/kerberos/include ---------------------------------------------------------- Checking if your kit is complete... Looks good Writing Makefile for GSSAPI CPAN: YAML loaded ok 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/local/lib/perl5/5.8.8/ExtUtils/xsubpp - typemap /usr/local/lib/perl5/5.8.8/ExtUtils/typemap -typemap typemap GSSAPI.xs > GSSAPI.xsc && mv GSSAPI.xsc GSSAPI.c gcc -c -I/usr/kerberos/include -fno-strict-aliasing -pipe - Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE - D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -DVERSION=\"0.22\" - DXS_VERSION=\"0.22\" -fpic "-I/usr/local/lib/perl5/5.8.8/i686- linux/CORE" GSSAPI.c xs/OID.xs: In function `XS_GSSAPI__OID_gss_nt_user_name': xs/OID.xs:85: `GSS_C_NT_USER_NAME' undeclared (first use in this function) xs/OID.xs:85: (Each undeclared identifier is reported only once xs/OID.xs:85: for each function it appears in.) xs/OID.xs: In function `XS_GSSAPI__OID_gss_nt_machine_uid_name': xs/OID.xs:92: `GSS_C_NT_MACHINE_UID_NAME' undeclared (first use in this function) xs/OID.xs: In function `XS_GSSAPI__OID_gss_nt_string_uid_name': xs/OID.xs:99: `GSS_C_NT_STRING_UID_NAME' undeclared (first use in this function) xs/OID.xs: In function `XS_GSSAPI__OID_gss_nt_service_name': xs/OID.xs:106: `GSS_C_NT_HOSTBASED_SERVICE' undeclared (first use in this function) xs/OID.xs: In function `XS_GSSAPI__OID_gss_nt_exported_name': xs/OID.xs:113: `GSS_C_NT_EXPORT_NAME' undeclared (first use in this function) xs/OID.xs: In function `XS_GSSAPI__OID_gss_nt_service_name_v2': xs/OID.xs:120: `GSS_C_NT_HOSTBASED_SERVICE' undeclared (first use in this function) xs/OID.xs: In function `XS_GSSAPI__OID_gss_nt_hostbased_service': xs/OID.xs:174: `GSS_C_NT_HOSTBASED_SERVICE' undeclared (first use in this function) make: *** [GSSAPI.o] Error 1 /usr/local/bin/make -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible Some information for you.. perl -version This is perl, v5.8.8 built for i686-linux Copyright 1987-2006, Larry Wall uname -a Linux hqlsrv01.ela.local 2.4.21-40.ELsmp #1 SMP Thu Feb 2 22:22:39 EST 2006 i686 i686 i386 GNU/Linux Here is hoping that you can help. Am I missing something and just being stupid (probably!)??? Thanks for the help - I sincerely appreciate it. Cheers Andy
From: pause [...] grolmsnet.de
Andy, you are using GSSAPI-Implementation "Kerberos 5 release 1.2.7" from MIT. GSSAPI.pm does not support this (old) version 1.2.7. Can you try to update you environment to an actuel Implementation like 1.4 or 1.5? See http://web.mit.edu/kerberos/www/ for details. Thank you, Achim
Subject: RE: [rt.cpan.org #20682] GSSAPI fails to make
Date: Tue, 25 Jul 2006 09:18:00 -0700
To: <bug-GSSAPI [...] rt.cpan.org>
From: "Andy Copper" <andy [...] ela.com>
Fantastic! Thank you so much for this. Will try and let you know. I appreciate the quick response! Thank you. Cheers Andy ---------------------------- Andy Copper Director Test Technology andy@ela.com E L & Associates. http://www.ela.com 4377 First Street STE D Pleasanton CA 94566 Tel: 415-867-8517 Fax: 270-573-2654 Show quoted text
-----Original Message----- From: Achim Grolms via RT [mailto:bug-GSSAPI@rt.cpan.org] Sent: Tuesday, July 25, 2006 9:15 AM To: Andy Copper Subject: [rt.cpan.org #20682] GSSAPI fails to make <URL: http://rt.cpan.org/Ticket/Display.html?id=20682 > Andy, you are using GSSAPI-Implementation "Kerberos 5 release 1.2.7" from MIT. GSSAPI.pm does not support this (old) version 1.2.7. Can you try to update you environment to an actuel Implementation like 1.4 or 1.5? See http://web.mit.edu/kerberos/www/ for details. Thank you, Achim
Subject: [rt.cpan.org #20682] GSSAPI fails to make
Date: Mon, 31 Jul 2006 20:21:55 +0200
To: lile [...] anim.dreamworks.com, bug-GSSAPI [...] rt.cpan.org, perlgssapi-developer [...] lists.sourceforge.net
From: Achim Grolms <achim [...] grolmsnet.de>
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
Download (untitled)
application/pgp-signature 189b

Message body not shown because it is not plain text.

CC: lile [...] anim.dreamworks.com, bug-GSSAPI [...] rt.cpan.org, perlgssapi-developer [...] lists.sourceforge.net
Subject: Re: [Perlgssapi-developer] [rt.cpan.org #20682] GSSAPI fails to make
Date: Tue, 01 Aug 2006 13:22:46 +1000
To: achim [...] grolmsnet.de
From: David Leonard <David.Leonard [...] quest.com>
Achim Grolms wrote: Show quoted text
>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 >Perlgssapi-developer@lists.sourceforge.net >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
On Mon Jul 31 14:22:30 2006, achim@grolmsnet.de wrote: Show quoted text
> The changes I have made are available now in Subversion-repository
Available now a 0.23 on CPAN. Achim
Subject: RE: [rt.cpan.org #20682] Resolved: GSSAPI fails to make
Date: Wed, 2 Aug 2006 11:32:00 -0700
To: <bug-GSSAPI [...] rt.cpan.org>
From: "Andy Copper" <andy [...] ela.com>
FANTASTIC! Thank you so much for this! I was having problems upgrading Kerberos, and now this means I do not have to do it. Thanks once again. Great support! Cheers Andy ---------------------------- Andy Copper Director Test Technology andy@ela.com E L & Associates. http://www.ela.com 4377 First Street STE D Pleasanton CA 94566 Tel: 415-867-8517 Fax: 270-573-2654 Show quoted text
-----Original Message----- From: Achim Grolms via RT [mailto:bug-GSSAPI@rt.cpan.org] Sent: Wednesday, August 02, 2006 11:10 AM To: Andy Copper Subject: [rt.cpan.org #20682] Resolved: GSSAPI fails to make <URL: http://rt.cpan.org/Ticket/Display.html?id=20682 > According to our records, your request has been resolved. If you have any further questions or concerns, please respond to this message.