Back
From: metabase:user:313dc9fe-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN pcsc-perl-1.4.10 v5.10.1 GNU/Linux
Date: 2010-10-25T00:30:09Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Wolfgang Hommel,
This is a computer-generated report for pcsc-perl-1.4.10
on perl 5.10.1, created by CPAN-Reporter-1.1801.
Thank you for uploading your work to CPAN. However, attempting to
test your distribution gave an inconclusive result.
This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed. You may wish to consult the CPAN Testers Wiki:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make':
cp PCSC.pod blib/lib/Chipcard/PCSC.pod
cp PCSC.pm blib/lib/Chipcard/PCSC.pm
make[1]: Entering directory `/home/perl5101/.cpan/build/pcsc-perl-1.4.10-kUps_U/Card'
cp Card.pod ../blib/lib/Chipcard/PCSC/Card.pod
cp Card.pm ../blib/lib/Chipcard/PCSC/Card.pm
make[1]: Leaving directory `/home/perl5101/.cpan/build/pcsc-perl-1.4.10-kUps_U/Card'
/home/perl5101/perl/bin/perl /home/perl5101/perl/lib/5.10.1/ExtUtils/xsubpp -typemap /home/perl5101/perl/lib/5.10.1/ExtUtils/typemap -typemap typemap PCSC.xs > PCSC.xsc && mv PCSC.xsc PCSC.c
cc -c `pkg-config --cflags libpcsclite` -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/home/perl5101/perl/lib/5.10.1/CORE" -O2 -Wall PCSC.c
Package libpcsclite was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpcsclite.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libpcsclite' found
In file included from PCSC.xs:37:
PCSCperl.h:125:24: error: pcsclite.h: No such file or directory
In file included from PCSC.xs:37:
PCSCperl.h:143: error: expected declaration specifiers or â...â before â*â token
PCSCperl.h:143: warning: type defaults to âintâ in declaration of âLONGâ
PCSCperl.h:143: warning: parameter names (without types) in function declaration
PCSCperl.h:143: error: âLONGâ declared as function returning a function
PCSCperl.h:144: error: âTSCardReleaseContextâ declared as function returning a function
PCSCperl.h:144: warning: parameter names (without types) in function declaration
PCSCperl.h:145: error: âTSCardListReadersâ declared as function returning a function
PCSCperl.h:145: warning: parameter names (without types) in function declaration
PCSCperl.h:146: error: âTSCardConnectâ declared as function returning a function
PCSCperl.h:146: warning: parameter names (without types) in function declaration
PCSCperl.h:147: error: âTSCardReconnectâ declared as function returning a function
PCSCperl.h:147: warning: parameter names (without types) in function declaration
PCSCperl.h:148: error: âTSCardDisconnectâ declared as function returning a function
PCSCperl.h:148: warning: parameter names (without types) in function declaration
PCSCperl.h:149: error: âTSCardBeginTransactionâ declared as function returning a function
PCSCperl.h:149: warning: parameter names (without types) in function declaration
PCSCperl.h:150: error: âTSCardEndTransactionâ declared as function returning a function
PCSCperl.h:150: warning: parameter names (without types) in function declaration
PCSCperl.h:151: error: âTSCardTransmitâ declared as function returning a function
PCSCperl.h:151: warning: parameter names (without types) in function declaration
In file included from PCSC.xs:37:
PCSCperl.h:152: error: âTSCardControlâ declared as function returning a function
PCSCperl.h:152: warning: parameter names (without types) in function declaration
PCSCperl.h:153: error: âTSCardStatusâ declared as function returning a function
PCSCperl.h:153: warning: parameter names (without types) in function declaration
PCSCperl.h:154: error: expected â)â before â*â token
PCSCperl.h:155: error: âTSCardCancelâ declared as function returning a function
PCSCperl.h:155: warning: parameter names (without types) in function declaration
PCSCperl.h:156: error: âTSCardSetTimeoutâ declared as function returning a function
PCSCperl.h:156: warning: parameter names (without types) in function declaration
PCSCperl.h:170: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âhEstablishContextâ
PCSCperl.h:181: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âhGetStatusChangeâ
PCSCperl.h:187: error: function âgnLastErrorâ is initialized like a variable
PCSCperl.h:187: error: âSCARD_S_SUCCESSâ undeclared here (not in a function)
PCSC.xs: In function â_InitErrorCodesâ:
PCSC.xs:79: error: âSCARD_E_CANCELLEDâ undeclared (first use in this function)
PCSC.xs:79: error: (Each undeclared identifier is reported only once
PCSC.xs:79: error: for each function it appears in.)
PCSC.xs:81: error: âSCARD_E_CANT_DISPOSEâ undeclared (first use in this function)
PCSC.xs:83: error: âSCARD_E_INSUFFICIENT_BUFFERâ undeclared (first use in this function)
PCSC.xs:85: error: âSCARD_E_INVALID_ATRâ undeclared (first use in this function)
PCSC.xs:87: error: âSCARD_E_INVALID_HANDLEâ undeclared (first use in this function)
PCSC.xs:89: error: âSCARD_E_INVALID_PARAMETERâ undeclared (first use in this function)
PCSC.xs:91: error: âSCARD_E_INVALID_TARGETâ undeclared (first use in this function)
PCSC.xs:93: error: âSCARD_E_INVALID_VALUEâ undeclared (first use in this function)
PCSC.xs:95: error: âSCARD_E_NO_MEMORYâ undeclared (first use in this function)
PCSC.xs:97: error: âSCARD_E_UNKNOWN_READERâ undeclared (first use in this function)
PCSC.xs:99: error: âSCARD_E_TIMEOUTâ undeclared (first use in this function)
PCSC.xs:101: error: âSCARD_E_SHARING_VIOLATIONâ undeclared (first use in this function)
PCSC.xs:103: error: âSCARD_E_NO_SMARTCARDâ undeclared (first use in this function)
PCSC.xs:105: error: âSCARD_E_UNKNOWN_CARDâ undeclared (first use in this function)
PCSC.xs:107: error: âSCARD_E_PROTO_MISMATCHâ undeclared (first use in this function)
PCSC.xs:109: error: âSCARD_E_NOT_READYâ undeclared (first use in this function)
PCSC.xs:111: error: âSCARD_E_SYSTEM_CANCELLEDâ undeclared (first use in this function)
PCSC.xs:113: error: âSCARD_E_NOT_TRANSACTEDâ undeclared (first use in this function)
PCSC.xs:115: error: âSCARD_E_READER_UNAVAILABLEâ undeclared (first use in this function)
PCSC.xs:117: error: âSCARD_E_PCI_TOO_SMALLâ undeclared (first use in this function)
PCSC.xs:119: error: âSCARD_E_READER_UNSUPPORTEDâ undeclared (first use in this function)
PCSC.xs:121: error: âSCARD_E_DUPLICATE_READERâ undeclared (first use in this function)
PCSC.xs:123: error: âSCARD_E_CARD_UNSUPPORTEDâ undeclared (first use in this function)
PCSC.xs:125: error: âSCARD_E_NO_SERVICEâ undeclared (first use in this function)
PCSC.xs:127: error: âSCARD_E_SERVICE_STOPPEDâ undeclared (first use in this function)
PCSC.xs:129: error: âSCARD_E_UNSUPPORTED_FEATUREâ undeclared (first use in this function)
PCSC.xs:131: error: âSCARD_W_UNSUPPORTED_CARDâ undeclared (first use in this function)
PCSC.xs:133: error: âSCARD_W_UNRESPONSIVE_CARDâ undeclared (first use in this function)
PCSC.xs:135: error: âSCARD_W_UNPOWERED_CARDâ undeclared (first use in this function)
PCSC.xs:137: error: âSCARD_W_RESET_CARDâ undeclared (first use in this function)
PCSC.xs:139: error: âSCARD_W_REMOVED_CARDâ undeclared (first use in this function)
PCSC.xs:142: error: âSCARD_F_COMM_ERRORâ undeclared (first use in this function)
PCSC.xs:144: error: âSCARD_F_INTERNAL_ERRORâ undeclared (first use in this function)
PCSC.xs:146: error: âSCARD_F_UNKNOWN_ERRORâ undeclared (first use in this function)
PCSC.xs:148: error: âSCARD_F_WAITED_TOO_LONGâ undeclared (first use in this function)
PCSC.xs:164: error: âSCARD_SCOPE_USERâ undeclared (first use in this function)
PCSC.xs:166: error: âSCARD_SCOPE_TERMINALâ undeclared (first use in this function)
PCSC.xs:168: error: âSCARD_SCOPE_SYSTEMâ undeclared (first use in this function)
PCSC.xs:170: error: âSCARD_PROTOCOL_T0â undeclared (first use in this function)
PCSC.xs:172: error: âSCARD_PROTOCOL_T1â undeclared (first use in this function)
PCSC.xs:174: error: âSCARD_PROTOCOL_RAWâ undeclared (first use in this function)
PCSC.xs:176: error: âSCARD_SHARE_EXCLUSIVEâ undeclared (first use in this function)
PCSC.xs:178: error: âSCARD_SHARE_SHAREDâ undeclared (first use in this function)
PCSC.xs:180: error: âSCARD_SHARE_DIRECTâ undeclared (first use in this function)
PCSC.xs:182: error: âSCARD_LEAVE_CARDâ undeclared (first use in this function)
PCSC.xs:184: error: âSCARD_RESET_CARDâ undeclared (first use in this function)
PCSC.xs:186: error: âSCARD_UNPOWER_CARDâ undeclared (first use in this function)
PCSC.xs:188: error: âSCARD_EJECT_CARDâ undeclared (first use in this function)
PCSC.xs:190: error: âSCARD_UNKNOWNâ undeclared (first use in this function)
PCSC.xs:192: error: âSCARD_ABSENTâ undeclared (first use in this function)
PCSC.xs:194: error: âSCARD_PRESENTâ undeclared (first use in this function)
PCSC.xs:196: error: âSCARD_SWALLOWEDâ undeclared (first use in this function)
PCSC.xs:198: error: âSCARD_POWEREDâ undeclared (first use in this function)
PCSC.xs:200: error: âSCARD_NEGOTIABLEâ undeclared (first use in this function)
PCSC.xs:202: error: âSCARD_SPECIFICâ undeclared (first use in this function)
PCSC.xs:204: error: âSCARD_STATE_UNAWAREâ undeclared (first use in this function)
PCSC.xs:206: error: âSCARD_STATE_IGNOREâ undeclared (first use in this function)
PCSC.xs:208: error: âSCARD_STATE_CHANGEDâ undeclared (first use in this function)
PCSC.xs:210: error: âSCARD_STATE_UNKNOWNâ undeclared (first use in this function)
PCSC.xs:212: error: âSCARD_STATE_UNAVAILABLEâ undeclared (first use in this function)
PCSC.xs:214: error: âSCARD_STATE_EMPTYâ undeclared (first use in this function)
PCSC.xs:216: error: âSCARD_STATE_PRESENTâ undeclared (first use in this function)
PCSC.xs:218: error: âSCARD_STATE_ATRMATCHâ undeclared (first use in this function)
PCSC.xs:220: error: âSCARD_STATE_EXCLUSIVEâ undeclared (first use in this function)
PCSC.xs:222: error: âSCARD_STATE_INUSEâ undeclared (first use in this function)
PCSC.xs:224: error: âSCARD_STATE_MUTEâ undeclared (first use in this function)
PCSC.xs: In function â_StringifyErrorâ:
PCSC.xs:240: error: âSCARD_E_CANCELLEDâ undeclared (first use in this function)
PCSC.xs:241: error: âSCARD_E_CANT_DISPOSEâ undeclared (first use in this function)
PCSC.xs:242: error: âSCARD_E_CARD_UNSUPPORTEDâ undeclared (first use in this function)
PCSC.xs:243: error: âSCARD_E_DUPLICATE_READERâ undeclared (first use in this function)
PCSC.xs:244: error: âSCARD_E_INSUFFICIENT_BUFFERâ undeclared (first use in this function)
PCSC.xs:245: error: âSCARD_E_INVALID_ATRâ undeclared (first use in this function)
PCSC.xs:246: error: âSCARD_E_INVALID_HANDLEâ undeclared (first use in this function)
PCSC.xs:247: error: âSCARD_E_INVALID_PARAMETERâ undeclared (first use in this function)
PCSC.xs:248: error: âSCARD_E_INVALID_TARGETâ undeclared (first use in this function)
PCSC.xs:249: error: âSCARD_E_INVALID_VALUEâ undeclared (first use in this function)
PCSC.xs:250: error: âSCARD_E_NO_MEMORYâ undeclared (first use in this function)
PCSC.xs:251: error: âSCARD_E_NO_SERVICEâ undeclared (first use in this function)
PCSC.xs:252: error: âSCARD_E_NO_SMARTCARDâ undeclared (first use in this function)
PCSC.xs:253: error: âSCARD_E_NOT_READYâ undeclared (first use in this function)
PCSC.xs:254: error: âSCARD_E_NOT_TRANSACTEDâ undeclared (first use in this function)
PCSC.xs:255: error: âSCARD_E_PCI_TOO_SMALLâ undeclared (first use in this function)
PCSC.xs:256: error: âSCARD_E_PROTO_MISMATCHâ undeclared (first use in this function)
PCSC.xs:257: error: âSCARD_E_READER_UNAVAILABLEâ undeclared (first use in this function)
PCSC.xs:258: error: âSCARD_E_READER_UNSUPPORTEDâ undeclared (first use in this function)
PCSC.xs:259: error: âSCARD_E_SERVICE_STOPPEDâ undeclared (first use in this function)
PCSC.xs:260: error: âSCARD_E_SHARING_VIOLATIONâ undeclared (first use in this function)
PCSC.xs:261: error: âSCARD_E_SYSTEM_CANCELLEDâ undeclared (first use in this function)
PCSC.xs:262: error: âSCARD_E_TIMEOUTâ undeclared (first use in this function)
PCSC.xs:263: error: âSCARD_E_UNKNOWN_CARDâ undeclared (first use in this function)
PCSC.xs:264: error: âSCARD_E_UNKNOWN_READERâ undeclared (first use in this function)
PCSC.xs:265: error: âSCARD_E_UNSUPPORTED_FEATUREâ undeclared (first use in this function)
PCSC.xs:266: error: âSCARD_F_COMM_ERRORâ undeclared (first use in this function)
PCSC.xs:267: error: âSCARD_F_INTERNAL_ERRORâ undeclared (first use in this function)
PCSC.xs:268: error: âSCARD_F_UNKNOWN_ERRORâ undeclared (first use in this function)
PCSC.xs:269: error: âSCARD_F_WAITED_TOO_LONGâ undeclared (first use in this function)
PCSC.xs:270: error: âSCARD_W_REMOVED_CARDâ undeclared (first use in this function)
PCSC.xs:271: error: âSCARD_W_RESET_CARDâ undeclared (first use in this function)
PCSC.xs:272: error: âSCARD_W_UNPOWERED_CARDâ undeclared (first use in this function)
PCSC.xs:273: error: âSCARD_W_UNRESPONSIVE_CARDâ undeclared (first use in this function)
PCSC.xs:274: error: âSCARD_W_UNSUPPORTED_CARDâ undeclared (first use in this function)
PCSC.xs: In function âgnLastError_getâ:
PCSC.xs:293: error: pointer value used where a floating point value was expected
PCSC.xs:296: warning: passing argument 1 of â_StringifyErrorâ makes integer from pointer without a cast
PCSC.xs:237: note: expected âlong unsigned intâ but argument is of type âint (*)()â
PCSC.xs: In function âgnLastError_setâ:
PCSC.xs:309: error: lvalue required as left operand of assignment
PCSC.xs: In function âXS_Chipcard__PCSC__LoadPCSCLibraryâ:
PCSC.xs:353: error: âhEstablishContextâ undeclared (first use in this function)
PCSC.xs:353: error: âTSCardEstablishContextâ undeclared (first use in this function)
PCSC.xs:353: error: expected â;â before âdlsymâ
PCSC.xs:371: error: âhGetStatusChangeâ undeclared (first use in this function)
PCSC.xs:371: error: âTSCardGetStatusChangeâ undeclared (first use in this function)
PCSC.xs:371: error: expected â;â before âdlsymâ
PCSC.xs: In function âXS_Chipcard__PCSC__EstablishContextâ:
PCSC.xs:415: error: âSCARDCONTEXTâ undeclared (first use in this function)
PCSC.xs:415: error: expected â;â before âhContextâ
PCSC.xs:418: warning: implicit declaration of function âhEstablishContextâ
PCSC.xs:418: error: âhContextâ undeclared (first use in this function)
PCSC.c:486: warning: unused variable âRETVALâ
PCSC.xs: In function âXS_Chipcard__PCSC__ReleaseContextâ:
PCSC.xs:440: error: lvalue required as left operand of assignment
PCSC.xs: In function âXS_Chipcard__PCSC__ListReadersâ:
PCSC.xs:469: error: âDWORDâ undeclared (first use in this function)
PCSC.xs:469: error: expected â;â before ânBufferSizeâ
PCSC.xs:487: error: ânBufferSizeâ undeclared (first use in this function)
PCSC.xs:499: warning: left-hand operand of comma expression has no effect
PCSC.xs:501: error: âSCARD_E_NO_MEMORYâ undeclared (first use in this function)
PCSC.xs:521: error: âSCARD_F_INTERNAL_ERRORâ undeclared (first use in this function)
PCSC.c:554: warning: unused variable âRETVALâ
PCSC.xs: In function âXS_Chipcard__PCSC__Connectâ:
PCSC.xs:566: error: âSCARDHANDLEâ undeclared (first use in this function)
PCSC.xs:566: error: expected â;â before âhCardâ
PCSC.xs:567: error: âDWORDâ undeclared (first use in this function)
PCSC.xs:567: error: expected â;â before âdwActiveProtocolâ
PCSC.xs:569: error: âhCardâ undeclared (first use in this function)
PCSC.xs:569: error: âdwActiveProtocolâ undeclared (first use in this function)
PCSC.c:655: warning: unused variable âRETVALâ
PCSC.xs: In function âXS_Chipcard__PCSC__Reconnectâ:
PCSC.xs:598: error: âDWORDâ undeclared (first use in this function)
PCSC.xs:598: error: expected â;â before âdwActiveProtocolâ
PCSC.xs:601: error: âdwActiveProtocolâ undeclared (first use in this function)
PCSC.c:691: warning: unused variable âRETVALâ
PCSC.xs: In function âXS_Chipcard__PCSC__Disconnectâ:
PCSC.xs:625: error: lvalue required as left operand of assignment
PCSC.xs: In function âXS_Chipcard__PCSC__Statusâ:
PCSC.xs:669: error: âDWORDâ undeclared (first use in this function)
PCSC.xs:669: error: expected â;â before âcchReaderLenâ
PCSC.xs:671: error: expected â;â before âcbAtrLenâ
PCSC.xs:673: error: expected â;â before âdwStateâ
PCSC.xs:674: error: expected â;â before âdwProtocolâ
PCSC.xs:680: error: âcchReaderLenâ undeclared (first use in this function)
PCSC.xs:681: error: âdwStateâ undeclared (first use in this function)
PCSC.xs:681: error: âdwProtocolâ undeclared (first use in this function)
PCSC.xs:681: error: âBYTEâ undeclared (first use in this function)
PCSC.xs:681: error: expected expression before â)â token
PCSC.xs:686: error: âSCARD_E_INSUFFICIENT_BUFFERâ undeclared (first use in this function)
PCSC.xs:692: error: âcbAtrLenâ undeclared (first use in this function)
PCSC.xs:692: error: âMAX_ATR_SIZEâ undeclared (first use in this function)
PCSC.xs:695: error: âSCARD_F_INTERNAL_ERRORâ undeclared (first use in this function)
PCSC.xs:700: warning: left-hand operand of comma expression has no effect
PCSC.xs:702: error: âSCARD_E_NO_MEMORYâ undeclared (first use in this function)
PCSC.xs:714: warning: left-hand operand of comma expression has no effect
PCSC.xs:724: error: expected expression before â)â token
PCSC.c:771: warning: unused variable âRETVALâ
PCSC.xs: In function âXS_Chipcard__PCSC__Transmitâ:
PCSC.xs:801: error: âMAX_BUFFER_SIZEâ undeclared (first use in this function)
PCSC.xs:803: error: âDWORDâ undeclared (first use in this function)
PCSC.xs:803: error: expected â;â before âcbRecvLengthâ
PCSC.xs:804: error: âSCARD_IO_REQUESTâ undeclared (first use in this function)
PCSC.xs:804: error: expected â;â before âioSendPciâ
PCSC.xs:809: error: âSCARD_E_INVALID_PARAMETERâ undeclared (first use in this function)
PCSC.xs:828: error: âSCARD_PROTOCOL_T0â undeclared (first use in this function)
PCSC.xs:829: error: âSCARD_PROTOCOL_T1â undeclared (first use in this function)
PCSC.xs:831: error: âSCARD_PROTOCOL_RAWâ undeclared (first use in this function)
PCSC.xs:832: error: âioSendPciâ undeclared (first use in this function)
PCSC.xs:834: error: âioRecvPciâ undeclared (first use in this function)
PCSC.xs:841: error: âSCARD_E_INVALID_VALUEâ undeclared (first use in this function)
PCSC.xs:857: error: âSCARD_E_NO_MEMORYâ undeclared (first use in this function)
PCSC.xs:868: error: âBYTEâ undeclared (first use in this function)
PCSC.xs:868: error: expected expression before â)â token
PCSC.xs:886: error: âcbRecvLengthâ undeclared (first use in this function)
PCSC.c:902: warning: unused variable âRETVALâ
PCSC.xs:801: warning: unused variable âpbRecvBufferâ
PCSC.xs: In function âXS_Chipcard__PCSC__Controlâ:
PCSC.xs:916: error: âMAX_BUFFER_SIZEâ undeclared (first use in this function)
PCSC.xs:918: error: âDWORDâ undeclared (first use in this function)
PCSC.xs:918: error: expected â;â before âcbRecvLengthâ
PCSC.xs:923: error: âSCARD_E_INVALID_PARAMETERâ undeclared (first use in this function)
PCSC.xs:942: error: âSCARD_E_INVALID_VALUEâ undeclared (first use in this function)
PCSC.xs:949: error: âSCARD_E_NO_MEMORYâ undeclared (first use in this function)
PCSC.xs:960: error: âBYTEâ undeclared (first use in this function)
PCSC.xs:960: error: expected expression before â)â token
PCSC.xs:961: error: âcbRecvLengthâ undeclared (first use in this function)
PCSC.c:1022: warning: unused variable âRETVALâ
PCSC.xs:916: warning: unused variable âpbRecvBufferâ
PCSC.xs: In function âXS_Chipcard__PCSC__BeginTransactionâ:
PCSC.xs:1002: error: lvalue required as left operand of assignment
PCSC.xs: In function âXS_Chipcard__PCSC__EndTransactionâ:
PCSC.xs:1027: error: lvalue required as left operand of assignment
PCSC.xs: In function âXS_Chipcard__PCSC__GetStatusChangeâ:
PCSC.xs:1054: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
PCSC.xs:1054: error: ârgReaderStates_tâ undeclared (first use in this function)
PCSC.xs:1062: error: âSCARD_E_INVALID_PARAMETERâ undeclared (first use in this function)
PCSC.xs:1086: error: âSCARD_READERSTATEâ undeclared (first use in this function)
PCSC.xs:1086: error: expected expression before â)â token
PCSC.xs:1086: warning: left-hand operand of comma expression has no effect
PCSC.xs:1212: warning: implicit declaration of function âhGetStatusChangeâ
PCSC.xs:1291: warning: value computed is not used
PCSC.xs:1298: warning: value computed is not used
PCSC.c:1180: warning: unused variable âRETVALâ
PCSC.xs: In function âXS_Chipcard__PCSC__Cancelâ:
PCSC.xs:1319: error: lvalue required as left operand of assignment
PCSC.xs: In function âXS_Chipcard__PCSC__SetTimeoutâ:
PCSC.xs:1350: error: lvalue required as left operand of assignment
make: *** [PCSC.o] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
No requirements found
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
PATH = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 1024
PERL5_CPAN_IS_EXECUTING = /home/perl5101/.cpan/build/pcsc-perl-1.4.10-kUps_U/Makefile.PL
PERL5_CPAN_IS_RUNNING = 1024
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 2803,1024
PERL_CR_SMOKER_CURRENT = pcsc-perl-1.4.10
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = xterm
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/perl5101/perl/bin/perl
$UID/$EUID = 1004 / 1004
$GID = 1004 1004
$EGID = 1004 1004
Perl module toolchain versions installed:
Module Have
------------------- ------
CPAN 1.9402
Cwd 3.31
ExtUtils::CBuilder 0.2703
ExtUtils::Command 1.16
ExtUtils::Install 1.54
ExtUtils::MakeMaker 6.56
ExtUtils::Manifest 1.58
ExtUtils::ParseXS 2.2205
File::Spec 3.31
Module::Build 0.3607
Module::Signature n/a
Test::Harness 3.21
Test::More 0.94
YAML 0.71
YAML::Syck 1.09
version 0.82
--
Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
Platform:
osname=linux, osvers=2.6.31-20-generic, archname=i686-linux-thread-multi
uname='linux st47-laptop 2.6.31-20-generic #57-ubuntu smp mon feb 8 09:05:19 utc 2010 i686 gnulinux '
config_args=''
hint=previous, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
ccversion='', gccversion='4.4.1', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=/lib/libc-2.10.1.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.10.1'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_ITHREADS
USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API
Built under linux
Compiled at Mar 12 2010 10:45:32
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="1024"
PERL5_CPAN_IS_EXECUTING="/home/perl5101/.cpan/build/pcsc-perl-1.4.10-kUps_U/Makefile.PL"
PERL5_CPAN_IS_RUNNING="1024"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="2803,1024"
PERL_CR_SMOKER_CURRENT="pcsc-perl-1.4.10"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/perl5101/perl/lib/5.10.1
/home/perl5101/perl/lib/5.10.1
.