<86>Apr 21 00:43:03 userdel[11209]: delete user 'rooter' <86>Apr 21 00:43:03 userdel[11209]: removed group 'rooter' owned by 'rooter' <86>Apr 21 00:43:03 groupadd[11220]: group added to /etc/group: name=rooter, GID=567 <86>Apr 21 00:43:03 groupadd[11220]: group added to /etc/gshadow: name=rooter <86>Apr 21 00:43:03 groupadd[11220]: new group: name=rooter, GID=567 <86>Apr 21 00:43:03 useradd[11229]: new user: name=rooter, UID=567, GID=567, home=/root, shell=/bin/bash <86>Apr 21 00:43:03 userdel[11241]: delete user 'builder' <86>Apr 21 00:43:03 userdel[11241]: removed group 'builder' owned by 'builder' <86>Apr 21 00:43:03 userdel[11241]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 00:43:03 groupadd[11251]: group added to /etc/group: name=builder, GID=568 <86>Apr 21 00:43:03 groupadd[11251]: group added to /etc/gshadow: name=builder <86>Apr 21 00:43:03 groupadd[11251]: new group: name=builder, GID=568 <86>Apr 21 00:43:03 useradd[11262]: new user: name=builder, UID=568, GID=568, home=/usr/src, shell=/bin/bash <13>Apr 21 00:43:06 rpmi: perl-devel-1:5.22.3-alt0.M80P.1 1485958065 installed Installing perl-Authen-Smb-0.91-alt5.1.1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.99873 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf Authen-Smb-0.91 + echo 'Source #0 (Authen-Smb-0.91.tar.gz):' Source #0 (Authen-Smb-0.91.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/Authen-Smb-0.91.tar.gz + /bin/tar -xf - + cd Authen-Smb-0.91 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.99873 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Authen-Smb-0.91 + perl_vendor_build + export PERL_EXTUTILS_AUTOINSTALL=--skip + PERL_EXTUTILS_AUTOINSTALL=--skip + export XSUBPP_STATIC_XS=1 + XSUBPP_STATIC_XS=1 + _perl_vendor_fixin + find . -type f -print0 + xargs -r0 /usr/bin/subst -p '1s,^#![[:space:]]*\([^[:space:]]*/\)\?perl\([^/[:alpha:][:space:]][^/[:space:]]*\)\?\([[:space:]]\|$\),#!/usr/bin/perl\3,' + /bin/grep -qs -Ew '((dist|module)_name|Build_PL|Module::Build)' Build.PL + _perl_vendor_MM_build + : looking for PREREQ dependencies + /usr/bin/perl Makefile.PL PRINT_PREREQ=1 + tee .perl.req + : writing Makefile + /usr/bin/perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Authen::Smb::smbvalid Generating a Unix-style Makefile Writing Makefile for Authen::Smb + : running make + '[' -n '' ']' + NPROCS=8 + make -j8 'OPTIMIZE=-pipe -Wall -g -O2' 'CP=/bin/cp -p' make: Entering directory `/usr/src/RPM/BUILD/Authen-Smb-0.91' cd smbval && make LIBPERL_A="libperl.a" LINKTYPE="dynamic" OPTIMIZE="-pipe -Wall -g -O2" PREFIX="/usr" PASTHRU_DEFINE="" PASTHRU_INC="" Running Mkbootstrap for Authen::Smb () "/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap "/usr/share/perl5/ExtUtils/typemap" Smb.xs > Smb.xsc && mv Smb.xsc Smb.c make[1]: Entering directory `/usr/src/RPM/BUILD/Authen-Smb-0.91/smbval' gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -g -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib64/perl5/CORE" valid.c gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -g -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib64/perl5/CORE" session.c chmod 644 "Smb.bs" gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -g -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib64/perl5/CORE" rfcnb-util.c valid.c: In function 'Valid_User': valid.c:22:3: warning: implicit declaration of function 'SMB_Init' [-Wimplicit-function-declaration] SMB_Init(); ^ valid.c:30:7: warning: implicit declaration of function 'SMB_Negotiate' [-Wimplicit-function-declaration] if (SMB_Negotiate(con, SMB_Prots) < 0) { /* An error */ ^ valid.c:31:5: warning: implicit declaration of function 'SMB_Discon' [-Wimplicit-function-declaration] SMB_Discon(con,0); ^ valid.c:42:7: warning: implicit declaration of function 'SMB_Logon_Server' [-Wimplicit-function-declaration] if (SMB_Logon_Server(con, USERNAME, PASSWORD) < 0) { ^ In file included from valid.c:4:0: valid.c: At top level: smblib-priv.h:497:14: warning: 'SMB_Prots' defined but not used [-Wunused-variable] static char *SMB_Prots[] = {"PC NETWORK PROGRAM 1.0", ^ smblib-priv.h:511:12: warning: 'SMB_Types' defined but not used [-Wunused-variable] static int SMB_Types[] = {SMB_P_Core, ^ gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -g -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib64/perl5/CORE" rfcnb-io.c cp Smb.pm blib/lib/Authen/Smb.pm AutoSplitting blib/lib/Authen/Smb.pm (blib/lib/auto/Authen/Smb) gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -g -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib64/perl5/CORE" smblib-util.c gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -g -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib64/perl5/CORE" smblib.c gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -g -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib64/perl5/CORE" smbencrypt.c In file included from rfcnb-util.c:31:0: rfcnb-util.c: In function 'RFCNB_Session_Req': rfcnb-priv.h:104:45: warning: suggest parentheses around '-' inside '>>' [-Wparentheses] #define RFCNB_Put_Pkt_Len(p, v) (p[1] = ((v >> 16) & 1)); \ ^ rfcnb-util.c:438:3: note: in expansion of macro 'RFCNB_Put_Pkt_Len' RFCNB_Put_Pkt_Len(sess_pkt, RFCNB_Pkt_Sess_Len-RFCNB_Pkt_Hdr_Len); ^ rfcnb-priv.h:105:17: warning: suggest parentheses around '-' inside '>>' [-Wparentheses] (p[2] = ((v >> 8) & 0xFF)); \ ^ rfcnb-util.c:438:3: note: in expansion of macro 'RFCNB_Put_Pkt_Len' RFCNB_Put_Pkt_Len(sess_pkt, RFCNB_Pkt_Sess_Len-RFCNB_Pkt_Hdr_Len); ^ gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -g -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib64/perl5/CORE" smbdes.c rfcnb-priv.h:106:16: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] (p[3] = (v & 0xFF)); ^ rfcnb-util.c:438:3: note: in expansion of macro 'RFCNB_Put_Pkt_Len' RFCNB_Put_Pkt_Len(sess_pkt, RFCNB_Pkt_Sess_Len-RFCNB_Pkt_Hdr_Len); ^ In file included from rfcnb-priv.h:32:0, from rfcnb-util.c:31: rfcnb-util.c: At top level: rfcnb-error.h:52:14: warning: 'RFCNB_Error_Strings' defined but not used [-Wunused-variable] static char *RFCNB_Error_Strings[] = { ^ session.c: In function 'RFCNB_Get_Error_Msg': session.c:360:40: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration] strncpy(msg_buf, RFCNB_Error_Strings[abs(code)], len); ^ smblib.c: In function 'SMBlib_Set_Sock_NoDelay': smblib.c:93:7: warning: implicit declaration of function 'RFCNB_Set_Sock_NoDelay' [-Wimplicit-function-declaration] if (RFCNB_Set_Sock_NoDelay(Con_Handle -> Trans_Connect, yn) < 0) { ^ smblib.c: In function 'SMB_Connect_Server': smblib.c:133:3: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(con -> service, ""); ^ smblib.c:133:3: warning: incompatible implicit declaration of built-in function 'strcpy' smblib.c:133:3: note: include '' or provide a declaration of 'strcpy' smblib.c:144:3: warning: implicit declaration of function 'SMB_Get_My_Name' [-Wimplicit-function-declaration] SMB_Get_My_Name(con -> myname, sizeof(con -> myname)); ^ smblib.c:158:17: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] for (i=0; i < strlen(server); i++) ^ smblib.c:158:17: warning: incompatible implicit declaration of built-in function 'strlen' smblib.c:158:17: note: include '' or provide a declaration of 'strlen' smblib.c:159:17: warning: implicit declaration of function 'toupper' [-Wimplicit-function-declaration] called[i] = toupper(server[i]); ^ smblib.c:161:10: warning: incompatible implicit declaration of built-in function 'strlen' called[strlen(server)] = 0; /* Make it a string */ ^ smblib.c:161:10: note: include '' or provide a declaration of 'strlen' smblib.c:168:7: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (strcmp(con -> address, "") == 0) ^ smblib.c:113:8: warning: unused variable 'temp' [-Wunused-variable] char temp[80], called[80], calling[80], *address; ^ smblib.c: In function 'SMB_Connect': smblib.c:230:3: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(con -> service, service); ^ smblib.c:230:3: note: include '' or provide a declaration of 'strcpy' smblib.c:254:10: warning: implicit declaration of function 'strtok' [-Wimplicit-function-declaration] host = strtok(temp, "/\\"); /* Separate host name portion */ ^ smblib.c:254:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] host = strtok(temp, "/\\"); /* Separate host name portion */ ^ smblib.c:260:17: warning: incompatible implicit declaration of built-in function 'strlen' for (i=0; i < strlen(host); i++) ^ smblib.c:260:17: note: include '' or provide a declaration of 'strlen' smblib.c:263:10: warning: incompatible implicit declaration of built-in function 'strlen' called[strlen(host)] = 0; /* Make it a string */ ^ smblib.c:263:10: note: include '' or provide a declaration of 'strlen' smblib.c:295:7: warning: implicit declaration of function 'SMB_Negotiate' [-Wimplicit-function-declaration] if (SMB_Negotiate(con, SMB_Prots_Restrict) < 0) { ^ smblib.c: In function 'SMB_Logon_Server': smblib.c:337:3: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(pword, PassWord); ^ smblib.c:337:3: note: include '' or provide a declaration of 'strcpy' smblib.c:342:5: warning: implicit declaration of function 'SMBencrypt' [-Wimplicit-function-declaration] SMBencrypt((uchar *) PassWord, (uchar *)Con_Handle -> Encrypt_Key,(uchar *)pword); ^ smblib.c:345:11: warning: incompatible implicit declaration of built-in function 'strlen' pass_len=strlen(pword); ^ smblib.c:345:11: note: include '' or provide a declaration of 'strlen' smblib.c:352:17: warning: incompatible implicit declaration of built-in function 'strlen' param_len = strlen(UserName) + 1 + pass_len + 1 + ^ smblib.c:352:17: note: include '' or provide a declaration of 'strlen' smblib.c:392:5: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(p, pword, pass_len); ^ smblib.c:392:5: warning: incompatible implicit declaration of built-in function 'memcpy' smblib.c:392:5: note: include '' or provide a declaration of 'memcpy' smblib.c:416:17: warning: incompatible implicit declaration of built-in function 'strlen' param_len = strlen(UserName) + 1 + pass_len + ^ smblib.c:416:17: note: include '' or provide a declaration of 'strlen' Please specify prototyping behavior for Smb.xs (see perlxs manual) smblib.c:459:5: warning: incompatible implicit declaration of built-in function 'memcpy' memcpy(p, pword, pass_len); ^ smblib.c:459:5: note: include '' or provide a declaration of 'memcpy' smblib.c:493:5: warning: implicit declaration of function 'RFCNB_Free_Pkt' [-Wimplicit-function-declaration] RFCNB_Free_Pkt(pkt); ^ smblib.c:323:39: warning: unused variable 'a' [-Wunused-variable] int param_len, i, pkt_len, pass_len,a; ^ smblib.c:323:18: warning: unused variable 'i' [-Wunused-variable] int param_len, i, pkt_len, pass_len,a; ^ In file included from smblib.c:33:0: smblib.c: At top level: smblib-priv.h:497:14: warning: 'SMB_Prots' defined but not used [-Wunused-variable] static char *SMB_Prots[] = {"PC NETWORK PROGRAM 1.0", ^ smblib-priv.h:511:12: warning: 'SMB_Types' defined but not used [-Wunused-variable] static int SMB_Types[] = {SMB_P_Core, ^ In file included from rfcnb.h:28:0, from smblib.c:35: rfcnb-error.h:52:14: warning: 'RFCNB_Error_Strings' defined but not used [-Wunused-variable] static char *RFCNB_Error_Strings[] = { ^ gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -g -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib64/perl5/CORE" md4.c smblib-util.c: In function 'SMB_AtrToStr': smblib-util.c:87:5: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] strcat(SMB_Attrib_Temp, (verbose?"Read Only ":"R")); ^ smblib-util.c:87:5: warning: incompatible implicit declaration of built-in function 'strcat' smblib-util.c:87:5: note: include '' or provide a declaration of 'strcat' smblib-util.c:90:5: warning: incompatible implicit declaration of built-in function 'strcat' strcat(SMB_Attrib_Temp, (verbose?"Hidden ":"H")); ^ smblib-util.c:90:5: note: include '' or provide a declaration of 'strcat' smblib-util.c:93:5: warning: incompatible implicit declaration of built-in function 'strcat' strcat(SMB_Attrib_Temp, (verbose?"System ":"S")); ^ smblib-util.c:93:5: note: include '' or provide a declaration of 'strcat' smblib-util.c:96:5: warning: incompatible implicit declaration of built-in function 'strcat' strcat(SMB_Attrib_Temp, (verbose?"Volume ":"V")); ^ smblib-util.c:96:5: note: include '' or provide a declaration of 'strcat' smblib-util.c:99:5: warning: incompatible implicit declaration of built-in function 'strcat' strcat(SMB_Attrib_Temp, (verbose?"Directory ":"D")); ^ smblib-util.c:99:5: note: include '' or provide a declaration of 'strcat' smblib-util.c:102:5: warning: incompatible implicit declaration of built-in function 'strcat' strcat(SMB_Attrib_Temp, (verbose?"Archive ":"A")); ^ smblib-util.c:102:5: note: include '' or provide a declaration of 'strcat' smblib-util.c: In function 'SMB_Figure_Protocol': smblib-util.c:178:11: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (strcmp(dialects[prot_index], SMB_Prots[i]) == 0) { /* A match */ ^ smblib-util.c: In function 'SMB_Negotiate': smblib-util.c:214:29: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] prots_len = prots_len + strlen(Prots[i]) + 2; /* Account for null etc */ ^ smblib-util.c:214:29: warning: incompatible implicit declaration of built-in function 'strlen' smblib-util.c:214:29: note: include '' or provide a declaration of 'strlen' rfcnb-io.c: In function 'RFCNB_Set_Timeout': rfcnb-io.c:49:7: warning: unused variable 'temp' [-Wunused-variable] int temp; ^ smblib-util.c:266:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(p + 1, Prots[i]); ^ smblib-util.c:266:5: warning: incompatible implicit declaration of built-in function 'strcpy' smblib-util.c:266:5: note: include '' or provide a declaration of 'strcpy' smblib-util.c:267:13: warning: incompatible implicit declaration of built-in function 'strlen' p = p + strlen(Prots[i]) + 2; /* Adjust len of p for null plus dialectID */ ^ smblib-util.c:267:13: note: include '' or provide a declaration of 'strlen' gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -g -O2 -DVERSION=\"0.91\" -DXS_VERSION=\"0.91\" -fPIC "-I/usr/lib64/perl5/CORE" Smb.c In file included from rfcnb-priv.h:32:0, from rfcnb-io.c:27: rfcnb-io.c: At top level: rfcnb-error.h:52:14: warning: 'RFCNB_Error_Strings' defined but not used [-Wunused-variable] static char *RFCNB_Error_Strings[] = { ^ smblib-util.c:362:21: warning: format '%d' expects argument of type 'int', but argument 3 has type 'char *' [-Wformat=] fprintf(stderr, "%d", (char *)(SMB_Hdr(pkt) + SMB_negrLM_buf_offset)); ^ smblib-util.c:363:5: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(Con_Handle->Encrypt_Key, p, 8); ^ smblib-util.c:363:5: warning: incompatible implicit declaration of built-in function 'memcpy' smblib-util.c:363:5: note: include '' or provide a declaration of 'memcpy' smblib-util.c:367:5: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy(p, Con_Handle -> Svr_PDom, sizeof(Con_Handle -> Svr_PDom) - 1); ^ smblib-util.c:367:5: warning: incompatible implicit declaration of built-in function 'strncpy' smblib-util.c:367:5: note: include '' or provide a declaration of 'strncpy' smblib-util.c: In function 'SMB_Get_My_Name': smblib-util.c:421:5: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(name, "unknown", len); ^ smblib-util.c:421:5: note: include '' or provide a declaration of 'strncpy' smblib-util.c: In function 'SMB_TreeConnect': smblib-util.c:465:15: warning: incompatible implicit declaration of built-in function 'strlen' param_len = strlen(path) + 2 + strlen(password) + 2 + strlen(device) + 2; ^ smblib-util.c:465:15: note: include '' or provide a declaration of 'strlen' smblib-util.c:503:3: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(tree -> path, path, sizeof(tree -> path)); ^ smblib-util.c:503:3: note: include '' or provide a declaration of 'strncpy' smblib-util.c:523:3: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(p + 1, path); ^ smblib-util.c:523:3: note: include '' or provide a declaration of 'strcpy' smblib-util.c:594:5: warning: statement with no effect [-Wunused-value] Con_Handle -> first_tree == tree; ^ smblib-util.c:595:5: warning: statement with no effect [-Wunused-value] Con_Handle -> last_tree == tree; ^ smblib-util.c:446:18: warning: unused variable 'i' [-Wunused-variable] int param_len, i, pkt_len; ^ smblib-util.c: In function 'SMB_Get_Error_Msg': smblib-util.c:765:5: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(msgbuf, ^ smblib-util.c:765:5: note: include '' or provide a declaration of 'strncpy' smblib-util.c:776:5: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(msgbuf, ^ smblib-util.c:776:5: note: include '' or provide a declaration of 'strncpy' smblib-util.c:782:9: warning: incompatible implicit declaration of built-in function 'strlen' if (strlen(msgbuf) < len) { /* If there is space, put rest in */ ^ smblib-util.c:782:9: note: include '' or provide a declaration of 'strlen' smblib-util.c:784:7: warning: implicit declaration of function 'strncat' [-Wimplicit-function-declaration] strncat(msgbuf, "\n\t", len - strlen(msgbuf)); ^ smblib-util.c:784:7: warning: incompatible implicit declaration of built-in function 'strncat' smblib-util.c:784:7: note: include '' or provide a declaration of 'strncat' In file included from rfcnb.h:28:0, from smblib-util.c:29: smblib-util.c: At top level: rfcnb-error.h:52:14: warning: 'RFCNB_Error_Strings' defined but not used [-Wunused-variable] static char *RFCNB_Error_Strings[] = { ^ In file included from smbencrypt.c:30:0: smblib-priv.h:497:14: warning: 'SMB_Prots' defined but not used [-Wunused-variable] static char *SMB_Prots[] = {"PC NETWORK PROGRAM 1.0", ^ smblib-priv.h:511:12: warning: 'SMB_Types' defined but not used [-Wunused-variable] static int SMB_Types[] = {SMB_P_Core, ^ smblib-util.c: In function 'SMB_Get_Error_Msg': smblib-util.c:793:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ Smb.c: In function 'XS_Authen__Smb_Valid_User': Smb.c:308:11: warning: implicit declaration of function 'Valid_User' [-Wimplicit-function-declaration] RETVAL = Valid_User(username, password, server, backup, domain); ^ ar cr smbvalid.a valid.o session.o rfcnb-util.o rfcnb-io.o smblib-util.o smblib.o smbencrypt.o smbdes.o md4.o Smb.c: At top level: Smb.xs:12:1: warning: 'not_here' defined but not used [-Wunused-function] not_here(s) ^ : smbvalid.a make[1]: Leaving directory `/usr/src/RPM/BUILD/Authen-Smb-0.91/smbval' make[1]: Entering directory `/usr/src/RPM/BUILD/Authen-Smb-0.91/smbval' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/RPM/BUILD/Authen-Smb-0.91/smbval' rm -f blib/arch/auto/Authen/Smb/Smb.so gcc -shared -pipe -Wall -g -O2 -L/usr/local/lib -fstack-protector-strong Smb.o -o blib/arch/auto/Authen/Smb/Smb.so smbval/smbvalid.a \ \ -L/usr/lib64/perl5/CORE -lperl -lpthread chmod 755 blib/arch/auto/Authen/Smb/Smb.so "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Smb.bs blib/arch/auto/Authen/Smb/Smb.bs 644 make: Leaving directory `/usr/src/RPM/BUILD/Authen-Smb-0.91' + : running tests + LD_BIND_NOW=1 + PERL_DL_NONLAZY=1 + /usr/bin/make test 'CP=/bin/cp -p' make: Entering directory `/usr/src/RPM/BUILD/Authen-Smb-0.91' make[1]: Entering directory `/usr/src/RPM/BUILD/Authen-Smb-0.91/smbval' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/RPM/BUILD/Authen-Smb-0.91/smbval' Running Mkbootstrap for Authen::Smb () chmod 644 "Smb.bs" PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..1 ok 1 make[1]: Entering directory `/usr/src/RPM/BUILD/Authen-Smb-0.91/smbval' make[1]: Nothing to be done for `test'. make[1]: Leaving directory `/usr/src/RPM/BUILD/Authen-Smb-0.91/smbval' make: Leaving directory `/usr/src/RPM/BUILD/Authen-Smb-0.91' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.92912 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Authen-Smb-buildroot + : + /bin/rm -rf -- /usr/src/tmp/perl-Authen-Smb-buildroot + cd Authen-Smb-0.91 + perl_vendor_install + /bin/grep -qs -Ew Build_PL Build.PL + /bin/grep -qs -Ew '(dist|module)_name' Build.PL + _perl_vendor_MM_install + : installing + make 'INSTALL=/bin/install -p' 'CP=/bin/cp -p' DESTDIR=/usr/src/tmp/perl-Authen-Smb-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install make: Entering directory `/usr/src/RPM/BUILD/Authen-Smb-0.91' make[1]: Entering directory `/usr/src/RPM/BUILD/Authen-Smb-0.91/smbval' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/RPM/BUILD/Authen-Smb-0.91/smbval' Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/tmp/perl-Authen-Smb-buildroot/usr/lib64/perl5/auto/Authen/Smb/Smb.so Installing /usr/src/tmp/perl-Authen-Smb-buildroot/usr/lib64/perl5/auto/Authen/Smb/autosplit.ix Installing /usr/src/tmp/perl-Authen-Smb-buildroot/usr/lib64/perl5/Authen/Smb.pm make: Leaving directory `/usr/src/RPM/BUILD/Authen-Smb-0.91' + _perl_vendor_check_buildroot + : prompting for files that contain /usr/local + find /usr/src/tmp/perl-Authen-Smb-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';' + : prompting for files that contain /tmp + find /usr/src/tmp/perl-Authen-Smb-buildroot -type f -not -name .packlist -exec /bin/grep -FH /tmp '{}' ';' + _perl_vendor_save_prereq + /bin/grep -F 'perl(' .perl.req + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/perl-Authen-Smb-buildroot (auto) removed './usr/lib64/perl5/auto/Authen/Smb/.packlist' mode of './usr/lib64/perl5/auto/Authen/Smb/Smb.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/perl-Authen-Smb-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/perl-Authen-Smb-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-Authen-Smb-buildroot ./usr/lib64: Verifying ELF objects in /usr/src/tmp/perl-Authen-Smb-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: perl-Authen-Smb-0.91-alt5.1.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.15963 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Authen-Smb-0.91 + DOCDIR=/usr/src/tmp/perl-Authen-Smb-buildroot/usr/share/doc/perl-Authen-Smb-0.91 + export DOCDIR + rm -rf /usr/src/tmp/perl-Authen-Smb-buildroot/usr/share/doc/perl-Authen-Smb-0.91 + /bin/mkdir -p /usr/src/tmp/perl-Authen-Smb-buildroot/usr/share/doc/perl-Authen-Smb-0.91 + cp -prL Changes README /usr/src/tmp/perl-Authen-Smb-buildroot/usr/share/doc/perl-Authen-Smb-0.91 + chmod -R go-w /usr/src/tmp/perl-Authen-Smb-buildroot/usr/share/doc/perl-Authen-Smb-0.91 + chmod -R a+rX /usr/src/tmp/perl-Authen-Smb-buildroot/usr/share/doc/perl-Authen-Smb-0.91 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GHwJbP find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.q70X1P find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) /usr/src/tmp/perl-Authen-Smb-buildroot/usr/lib64/perl5/Authen/Smb.pm syntax OK Provides: perl(Authen/Smb.pm) = 0.910 Requires: /usr/lib64/perl5, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libperl-5.22.so()(64bit) >= set:okjB39nZBZLbNpMvD6w2Zw3gVZmjilaCRd8Zrx1, libpthread.so.0(GLIBC_2.2.5)(64bit), perl(AutoLoader.pm), perl(DynaLoader.pm), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.N4yzgW Creating perl-Authen-Smb-debuginfo package Processing files: perl-Authen-Smb-debuginfo-0.91-alt5.1.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EWZfp5 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UQ6klh find-requires: running scripts (debuginfo) Requires: perl-Authen-Smb = 0.91-alt5.1.1, debug64(libc.so.6), debug64(libperl-5.22.so), debug64(libpthread.so.0) Wrote: /usr/src/RPM/RPMS/x86_64/perl-Authen-Smb-0.91-alt5.1.1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/perl-Authen-Smb-debuginfo-0.91-alt5.1.1.x86_64.rpm 4.86user 1.60system 0:10.12elapsed 63%CPU (0avgtext+0avgdata 37956maxresident)k 0inputs+0outputs (0major+239150minor)pagefaults 0swaps 9.13user 5.82system 0:18.74elapsed 79%CPU (0avgtext+0avgdata 122100maxresident)k 0inputs+0outputs (0major+449441minor)pagefaults 0swaps