<86>Mar 26 06:31:58 userdel[26200]: delete user 'rooter' <86>Mar 26 06:31:58 groupadd[26233]: group added to /etc/group: name=rooter, GID=639 <86>Mar 26 06:31:58 useradd[26239]: new user: name=rooter, UID=639, GID=639, home=/root, shell=/bin/bash <86>Mar 26 06:31:58 userdel[26402]: delete user 'builder' <86>Mar 26 06:31:58 groupadd[26437]: group added to /etc/group: name=builder, GID=640 <86>Mar 26 06:31:58 groupadd[26437]: new group: name=builder, GID=640 <86>Mar 26 06:31:59 useradd[26477]: new user: name=builder, UID=640, GID=640, home=/usr/src, shell=/bin/bash warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root <13>Mar 26 06:32:01 rpmi: libgdbm-1.8.3-alt10 1454943334 installed <13>Mar 26 06:32:01 rpmi: libgdbm-devel-1.8.3-alt10 1454943334 installed <13>Mar 26 06:32:01 rpmi: libdb4.7-devel-4.7.25-alt9 1490438479 installed <13>Mar 26 06:32:02 rpmi: perl-devel-1:5.28.1-alt1 sisyphus+219907.100.1.1 1548343222 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/perl-Authen-Smb-0.91-alt5.2.nosrc.rpm Installing perl-Authen-Smb-0.91-alt5.2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.1347 + 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/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/Authen-Smb-0.91.tar.gz + 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.1347 + 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 + : running make + make -j8 'OPTIMIZE=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' 'CP=/bin/cp -p' cd smbval && make LIBPERL_A="libperl.a" LINKTYPE="dynamic" OPTIMIZE="-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic" PREFIX="/usr" PASTHRU_DEFINE=' ' PASTHRU_INC=' ' make: Entering directory '/usr/src/RPM/BUILD/Authen-Smb-0.91' Running Mkbootstrap for Smb () chmod 644 "Smb.bs" make: Leaving directory '/usr/src/RPM/BUILD/Authen-Smb-0.91' make: Entering directory '/usr/src/RPM/BUILD/Authen-Smb-0.91' "/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' make: Entering directory '/usr/src/RPM/BUILD/Authen-Smb-0.91' cp Smb.pm blib/lib/Authen/Smb.pm AutoSplitting blib/lib/Authen/Smb.pm (blib/lib/auto/Authen/Smb) make: Leaving directory '/usr/src/RPM/BUILD/Authen-Smb-0.91' 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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/CORE" valid.c valid.c: In function 'Valid_User': valid.c:22:3: warning: implicit declaration of function 'SMB_Init'; did you mean 'SMBexit'? [-Wimplicit-function-declaration] SMB_Init(); ^~~~~~~~ SMBexit valid.c:30:7: warning: implicit declaration of function 'SMB_Negotiate'; did you mean 'SMBsetatr'? [-Wimplicit-function-declaration] if (SMB_Negotiate(con, SMB_Prots) < 0) { /* An error */ ^~~~~~~~~~~~~ SMBsetatr valid.c:31:5: warning: implicit declaration of function 'SMB_Discon'; did you mean 'SMBtcon'? [-Wimplicit-function-declaration] SMB_Discon(con,0); ^~~~~~~~~~ SMBtcon valid.c:42:7: warning: implicit declaration of function 'SMB_Logon_Server'; did you mean 'SMB_Connect_Server'? [-Wimplicit-function-declaration] if (SMB_Logon_Server(con, USERNAME, PASSWORD) < 0) { ^~~~~~~~~~~~~~~~ SMB_Connect_Server In file included from valid.c:4: At top level: smblib-priv.h:511:12: warning: 'SMB_Types' defined but not used [-Wunused-variable] static int SMB_Types[] = {SMB_P_Core, ^~~~~~~~~ smblib-priv.h:497:14: warning: 'SMB_Prots' defined but not used [-Wunused-variable] static char *SMB_Prots[] = {"PC NETWORK PROGRAM 1.0", ^~~~~~~~~ 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' 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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/CORE" smbencrypt.c In file included from smbencrypt.c:30: smblib-priv.h:511:12: warning: 'SMB_Types' defined but not used [-Wunused-variable] static int SMB_Types[] = {SMB_P_Core, ^~~~~~~~~ smblib-priv.h:497:14: warning: 'SMB_Prots' defined but not used [-Wunused-variable] static char *SMB_Prots[] = {"PC NETWORK PROGRAM 1.0", ^~~~~~~~~ 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' 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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/CORE" rfcnb-io.c rfcnb-io.c: In function 'RFCNB_Set_Timeout': rfcnb-io.c:49:7: warning: unused variable 'temp' [-Wunused-variable] int temp; ^~~~ In file included from rfcnb-priv.h:32, from rfcnb-io.c:27: At top level: rfcnb-error.h:52:14: warning: 'RFCNB_Error_Strings' defined but not used [-Wunused-variable] static char *RFCNB_Error_Strings[] = { ^~~~~~~~~~~~~~~~~~~ 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' 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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/CORE" smbdes.c make[1]: Leaving directory '/usr/src/RPM/BUILD/Authen-Smb-0.91/smbval' make: Entering directory '/usr/src/RPM/BUILD/Authen-Smb-0.91' "/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' Smb.xs > Smb.xsc Please specify prototyping behavior for Smb.xs (see perlxs manual) mv Smb.xsc Smb.c make: Leaving directory '/usr/src/RPM/BUILD/Authen-Smb-0.91' 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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/CORE" session.c 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); ^~~ 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' 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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/CORE" smblib.c smblib.c: In function 'SMBlib_Set_Sock_NoDelay': smblib.c:93:7: warning: implicit declaration of function 'RFCNB_Set_Sock_NoDelay'; did you mean 'SMBlib_Set_Sock_NoDelay'? [-Wimplicit-function-declaration] if (RFCNB_Set_Sock_NoDelay(Con_Handle -> Trans_Connect, yn) < 0) { ^~~~~~~~~~~~~~~~~~~~~~ SMBlib_Set_Sock_NoDelay 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:36:1: +#include smblib.c:133:3: strcpy(con -> service, ""); ^~~~~~ smblib.c:144:3: warning: implicit declaration of function 'SMB_Get_My_Name'; did you mean 'SMB_Sec_Mode_Share'? [-Wimplicit-function-declaration] SMB_Get_My_Name(con -> myname, sizeof(con -> myname)); ^~~~~~~~~~~~~~~ SMB_Sec_Mode_Share 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'; did you mean 'sbrk'? [-Wimplicit-function-declaration] host = strtok(temp, "/\\"); /* Separate host name portion */ ^~~~~~ sbrk smblib.c:254:8: warning: assignment to 'char *' from 'int' 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'; did you mean 'SMBsetatr'? [-Wimplicit-function-declaration] if (SMB_Negotiate(con, SMB_Prots_Restrict) < 0) { ^~~~~~~~~~~~~ SMBsetatr 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'; did you mean 'crypt'? [-Wimplicit-function-declaration] SMBencrypt((uchar *) PassWord, (uchar *)Con_Handle -> Encrypt_Key,(uchar *)pword); ^~~~~~~~~~ crypt 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' 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'; did you mean 'RFCNB_Alloc_Pkt'? [-Wimplicit-function-declaration] RFCNB_Free_Pkt(pkt); ^~~~~~~~~~~~~~ RFCNB_Alloc_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 rfcnb.h:28, from smblib.c:35: 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 smblib.c:33: smblib-priv.h:511:12: warning: 'SMB_Types' defined but not used [-Wunused-variable] static int SMB_Types[] = {SMB_P_Core, ^~~~~~~~~ smblib-priv.h:497:14: warning: 'SMB_Prots' defined but not used [-Wunused-variable] static char *SMB_Prots[] = {"PC NETWORK PROGRAM 1.0", ^~~~~~~~~ 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' 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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/CORE" md4.c 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' 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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/CORE" rfcnb-util.c In file included from rfcnb-util.c:31: 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); ^~~~~~~~~~~~~~~~~ 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, from rfcnb-util.c:31: At top level: rfcnb-error.h:52:14: warning: 'RFCNB_Error_Strings' defined but not used [-Wunused-variable] static char *RFCNB_Error_Strings[] = { ^~~~~~~~~~~~~~~~~~~ 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' 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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/CORE" smblib-util.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:30:1: +#include smblib-util.c:87:5: strcat(SMB_Attrib_Temp, (verbose?"Read Only ":"R")); ^~~~~~ 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' 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' smblib-util.c:362:23: 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)); ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %s 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:30: warning: statement with no effect [-Wunused-value] Con_Handle -> first_tree == tree; ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ smblib-util.c:595:29: 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' smblib-util.c:793:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ In file included from rfcnb.h:28, from smblib-util.c:29: 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: In function 'SMB_Negotiate': smblib-util.c:367:5: warning: 'strncpy' output may be truncated copying 79 bytes from a string of length 79 [-Wstringop-truncation] strncpy(p, Con_Handle -> Svr_PDom, sizeof(Con_Handle -> Svr_PDom) - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smblib-util.c:389:5: warning: 'strncpy' output may be truncated copying 79 bytes from a string of length 79 [-Wstringop-truncation] strncpy(p, Con_Handle -> Svr_PDom, sizeof(Con_Handle -> Svr_PDom) - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smblib-util.c: In function 'SMB_TreeConnect': smblib-util.c:503:3: warning: 'strncpy' specified bound 129 equals destination size [-Wstringop-truncation] strncpy(tree -> path, path, sizeof(tree -> path)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smblib-util.c:504:3: warning: 'strncpy' specified bound 20 equals destination size [-Wstringop-truncation] strncpy(tree -> device_type, device, sizeof(tree -> device_type)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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' 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 : smbvalid.a make[1]: Leaving directory '/usr/src/RPM/BUILD/Authen-Smb-0.91/smbval' make[1]: Nothing to be done for 'all'. make: Entering directory '/usr/src/RPM/BUILD/Authen-Smb-0.91' 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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DVERSION=\"0.91\" -DXS_VERSION=\"0.91\" -fPIC "-I/usr/lib/perl5/CORE" Smb.c 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); ^~~~~~~~~~ At top level: Smb.xs:12:1: warning: 'not_here' defined but not used [-Wunused-function] not_here(s) ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/Authen-Smb-0.91' make: Entering directory '/usr/src/RPM/BUILD/Authen-Smb-0.91' rm -f blib/arch/auto/Authen/Smb/Smb.so gcc -lpthread -shared -L/usr/local/lib -fstack-protector-strong Smb.o -o blib/arch/auto/Authen/Smb/Smb.so smbval/smbvalid.a \ \ -L/usr/lib/perl5/CORE -lperl -lpthread chmod 755 blib/arch/auto/Authen/Smb/Smb.so 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' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Smb.bs blib/arch/auto/Authen/Smb/Smb.bs 644 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' make[1]: Entering directory '/usr/src/RPM/BUILD/Authen-Smb-0.91/smbval' make[1]: Nothing to be done for 'test_dynamic'. make[1]: Leaving directory '/usr/src/RPM/BUILD/Authen-Smb-0.91/smbval' PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..1 ok 1 make: Leaving directory '/usr/src/RPM/BUILD/Authen-Smb-0.91' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.30938 + 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' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Smb.bs blib/arch/auto/Authen/Smb/Smb.bs 644 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/tmp/perl-Authen-Smb-buildroot/usr/lib/perl5/auto/Authen/Smb/Smb.so Installing /usr/src/tmp/perl-Authen-Smb-buildroot/usr/lib/perl5/auto/Authen/Smb/autosplit.ix Installing /usr/src/tmp/perl-Authen-Smb-buildroot/usr/lib/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 '{}' ';' Binary file /usr/src/tmp/perl-Authen-Smb-buildroot/usr/lib/perl5/auto/Authen/Smb/Smb.so matches + : 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/lib/perl5/auto/Authen/Smb/.packlist' mode of './usr/lib/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) Checking contents of files in /usr/src/tmp/perl-Authen-Smb-buildroot/ (default) Compressing files in /usr/src/tmp/perl-Authen-Smb-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-Authen-Smb-buildroot ./usr/lib: 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.2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.72615 + 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.0DYVLq find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZCFYjq 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/lib/perl5/Authen/Smb.pm syntax OK Provides: perl(Authen/Smb.pm) = 0.910 Requires: /usr/lib/perl5, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libperl-5.28.so >= set:okjB3WJu9e3Zrj36bwN8EzpylHrgWDY7Qr0, libpthread.so.0(GLIBC_2.0), 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.NnylQT Creating perl-Authen-Smb-debuginfo package Processing files: perl-Authen-Smb-debuginfo-0.91-alt5.2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IEi0JQ find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vwiK99 find-requires: running scripts (debuginfo) Requires: perl-Authen-Smb = 0.91-alt5.2, debug(libc.so.6), debug(libperl-5.28.so), debug(libpthread.so.0) Adding to perl-Authen-Smb-debuginfo a strict dependency on perl-Authen-Smb Wrote: /usr/src/RPM/RPMS/i586/perl-Authen-Smb-0.91-alt5.2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/perl-Authen-Smb-debuginfo-0.91-alt5.2.i586.rpm 4.71user 0.53system 0:14.72elapsed 35%CPU (0avgtext+0avgdata 45496maxresident)k 0inputs+0outputs (0major+257919minor)pagefaults 0swaps 8.89user 2.42system 0:24.89elapsed 45%CPU (0avgtext+0avgdata 118456maxresident)k 0inputs+0outputs (0major+556816minor)pagefaults 0swaps