86>Dec 6 02:18:17 userdel[326245]: delete user 'rooter'
<86>Dec 6 02:18:17 userdel[326245]: removed group 'rooter' owned by 'rooter'
<86>Dec 6 02:18:17 userdel[326245]: removed shadow group 'rooter' owned by 'rooter'
<86>Dec 6 02:18:17 groupadd[326250]: group added to /etc/group: name=rooter, GID=672
<86>Dec 6 02:18:17 groupadd[326250]: group added to /etc/gshadow: name=rooter
<86>Dec 6 02:18:17 groupadd[326250]: new group: name=rooter, GID=672
<86>Dec 6 02:18:17 useradd[326254]: new user: name=rooter, UID=672, GID=672, home=/root, shell=/bin/bash
<86>Dec 6 02:18:17 userdel[326262]: delete user 'builder'
<86>Dec 6 02:18:17 userdel[326262]: removed group 'builder' owned by 'builder'
<86>Dec 6 02:18:17 userdel[326262]: removed shadow group 'builder' owned by 'builder'
<86>Dec 6 02:18:17 groupadd[326267]: group added to /etc/group: name=builder, GID=673
<86>Dec 6 02:18:17 groupadd[326267]: group added to /etc/gshadow: name=builder
<86>Dec 6 02:18:17 groupadd[326267]: new group: name=builder, GID=673
<86>Dec 6 02:18:17 useradd[326271]: new user: name=builder, UID=673, GID=673, home=/usr/src, shell=/bin/bash
<13>Dec 6 02:18:19 rpmi: libp11-kit-0.23.15-alt2 p9+254920.2400.19.1 1601385869 installed
<13>Dec 6 02:18:19 rpmi: libtasn1-4.14-alt1 p9+235792.100.2.1 1565425233 installed
<13>Dec 6 02:18:19 rpmi: rpm-macros-alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed
<13>Dec 6 02:18:19 rpmi: alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed
<13>Dec 6 02:18:19 rpmi: ca-certificates-2020.06.29-alt1 p9+258899.100.3.1 1601998604 installed
<13>Dec 6 02:18:19 rpmi: ca-trust-0.1.2-alt1 p9+233349.100.1.1 1561655062 installed
<13>Dec 6 02:18:19 rpmi: p11-kit-trust-0.23.15-alt2 p9+254920.2400.19.1 1601385869 installed
<13>Dec 6 02:18:19 rpmi: libcrypto1.1-1.1.1g-alt1 p9+250580.100.5.1 1588175208 installed
<13>Dec 6 02:18:19 rpmi: libssl1.1-1.1.1g-alt1 p9+250580.100.5.1 1588175208 installed
<13>Dec 6 02:18:19 rpmi: libssl-devel-1.1.1g-alt1 p9+250580.100.5.1 1588175208 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/mini_httpd-1.19-alt2.1.nosrc.rpm
Installing mini_httpd-1.19-alt2.1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.67581
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf mini_httpd-1.19
+ echo 'Source #0 (mini_httpd-1.19.tar):'
Source #0 (mini_httpd-1.19.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/mini_httpd-1.19.tar
+ cd mini_httpd-1.19
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.67581
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd mini_httpd-1.19
+ make BINDIR=/usr/bin MANDIR=/usr/share/man 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing '
make: Entering directory '/usr/src/RPM/BUILD/mini_httpd-1.19'
rm -f mime_encodings.h
sed < mime_encodings.txt > mime_encodings.h \
-e 's/#.*//' -e 's/[ ]*$//' -e '/^$/d' \
-e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/'
rm -f mime_types.h
sed < mime_types.txt > mime_types.h \
-e 's/#.*//' -e 's/[ ]*$//' -e '/^$/d' \
-e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -c mini_httpd.c
mini_httpd.c: In function 'main':
mini_httpd.c:623:7: warning: implicit declaration of function 'setgroups'; did you mean 'getgroups'? [-Wimplicit-function-declaration]
if ( setgroups( 0, (gid_t*) 0 ) < 0 )
^~~~~~~~~
getgroups
mini_httpd.c:637:7: warning: implicit declaration of function 'initgroups'; did you mean 'getgroups'? [-Wimplicit-function-declaration]
if ( initgroups( user, gid ) < 0 )
^~~~~~~~~~
getgroups
mini_httpd.c:678:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
if ( logfile != (char*) 0 )
^
mini_httpd.c:808:45: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign]
conn_fd = accept( listen4_fd, &usa.sa, &sz );
^~~
In file included from mini_httpd.c:49:
/usr/include/sys/socket.h:232:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *'
extern int accept (int __fd, __SOCKADDR_ARG __addr,
^~~~~~
mini_httpd.c:810:45: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign]
conn_fd = accept( listen6_fd, &usa.sa, &sz );
^~~
In file included from mini_httpd.c:49:
/usr/include/sys/socket.h:232:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *'
extern int accept (int __fd, __SOCKADDR_ARG __addr,
^~~~~~
mini_httpd.c: In function 'file_details':
mini_httpd.c:1650:64: warning: format '%lld' expects argument of type 'long long int', but argument 7 has type 'long int' [-Wformat=]
buf, sizeof( buf ), "%-32.32s %15s %14lld\n",
~~~~~^
%14ld
encname, name, f_time, (int64_t) sb.st_size );
~~~~~~~~~~~~~~~~~~~~
mini_httpd.c: In function 'virtual_file':
mini_httpd.c:2322:38: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign]
if ( getsockname( conn_fd, &usa.sa, &sz ) < 0 )
^~~
In file included from mini_httpd.c:49:
/usr/include/sys/socket.h:116:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *'
extern int getsockname (int __fd, __SOCKADDR_ARG __addr,
^~~~~~~~~~~
mini_httpd.c: In function 'add_headers':
mini_httpd.c:2490:44: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int' [-Wformat=]
buf, sizeof(buf), "Content-Length: %lld\015\012", (int64_t) bytes );
~~~^ ~~~~~~~~~~~~~~~
%ld
mini_httpd.c: In function 'make_log_entry':
mini_httpd.c:2736:40: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int' [-Wformat=]
bytes_str, sizeof(bytes_str), "%lld", (int64_t) bytes );
~~~^ ~~~~~~~~~~~~~~~
%ld
mini_httpd.c: In function 'main':
mini_httpd.c:660:12: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
(void) getcwd( cwd, sizeof(cwd) - 1 );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mini_httpd.c: In function 'do_cgi':
mini_httpd.c:1821:12: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result]
(void) nice( CGI_NICE );
^~~~~~~~~~~~~~~~
mini_httpd.c:1834:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
(void) chdir( directory ); /* ignore errors */
^~~~~~~~~~~~~~~~~~
mini_httpd.c: In function 'post_post_garbage_hack':
mini_httpd.c:1922:12: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
(void) read( conn_fd, buf, sizeof(buf) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At top level:
mini_httpd.c:2581:1: warning: 'send_via_write' defined but not used [-Wunused-function]
send_via_write( int fd, off_t size )
^~~~~~~~~~~~~~
mini_httpd.c: In function 'add_headers':
mini_httpd.c:2758:46: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 99 [-Wformat-truncation=]
(void) snprintf( date, sizeof(date), "%s %c%04d", date_nozone, sign, zone );
^~
mini_httpd.c:2758:42: note: directive argument in the range [0, 2147483647]
(void) snprintf( date, sizeof(date), "%s %c%04d", date_nozone, sign, zone );
^~~~~~~~~~~
In file included from /usr/include/stdio.h:862,
from mini_httpd.c:34:
/usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 7 and 112 bytes into a destination of size 100
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mini_httpd.c: In function 'do_file':
mini_httpd.c:2141:38: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 256 [-Wformat-truncation=]
(void) snprintf( buf, sizeof(buf), "%s%s", cwd, pathinfo );
^~ ~~~
In file included from /usr/include/stdio.h:862,
from mini_httpd.c:34:
/usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output 1 or more bytes (assuming 4096) into a destination of size 256
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:508,
from mini_httpd.c:35:
In function 'strcpy',
inlined from 'main' at mini_httpd.c:681:10:
/usr/include/bits/string_fortified.h:90:10: warning: '__builtin_strcpy' accessing 1 byte at offsets 0 and [0, 9223372036854775807] may overlap 1 byte at offset 0 [-Wrestrict]
return __builtin___strcpy_chk (__dest, __src, __bos (__dest));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -c match.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -c tdate_parse.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -s mini_httpd.o match.o tdate_parse.o -lcrypt -o mini_httpd
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -c htpasswd.c
htpasswd.c: In function 'main':
htpasswd.c:216:5: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
system(command);
^~~~~~~~~~~~~~~
htpasswd.c: In function 'add_password':
htpasswd.c:117:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
(void) fgets( pass, sizeof(pass), stdin );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -s htpasswd.o -lcrypt -o htpasswd
make: Leaving directory '/usr/src/RPM/BUILD/mini_httpd-1.19'
+ mv mini_httpd mini_httpd-single
+ make clean
make: Entering directory '/usr/src/RPM/BUILD/mini_httpd-1.19'
rm -f mini_httpd mime_encodings.h mime_types.h htpasswd mini_httpd.rnd *.o core core.* *.core
make: Leaving directory '/usr/src/RPM/BUILD/mini_httpd-1.19'
+ make SSL_INCDIR=/usr/include/openssl SSL_LIBDIR=/usr/lib64 SSL_DEFS=-DUSE_SSL SSL_INC=-I/usr/include/openssl 'SSL_LIBS=-lssl -lcrypto' BINDIR=/usr/bin MANDIR=/usr/share/man 'CFLAGS=-DUSE_SSL -I/usr/include/openssl -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing '
make: Entering directory '/usr/src/RPM/BUILD/mini_httpd-1.19'
rm -f mime_encodings.h
sed < mime_encodings.txt > mime_encodings.h \
-e 's/#.*//' -e 's/[ ]*$//' -e '/^$/d' \
-e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/'
rm -f mime_types.h
sed < mime_types.txt > mime_types.h \
-e 's/#.*//' -e 's/[ ]*$//' -e '/^$/d' \
-e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/'
gcc -DUSE_SSL -I/usr/include/openssl -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -c mini_httpd.c
mini_httpd.c: In function 'main':
mini_httpd.c:623:7: warning: implicit declaration of function 'setgroups'; did you mean 'getgroups'? [-Wimplicit-function-declaration]
if ( setgroups( 0, (gid_t*) 0 ) < 0 )
^~~~~~~~~
getgroups
mini_httpd.c:637:7: warning: implicit declaration of function 'initgroups'; did you mean 'getgroups'? [-Wimplicit-function-declaration]
if ( initgroups( user, gid ) < 0 )
^~~~~~~~~~
getgroups
mini_httpd.c:678:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
if ( logfile != (char*) 0 )
^
mini_httpd.c:808:45: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign]
conn_fd = accept( listen4_fd, &usa.sa, &sz );
^~~
In file included from mini_httpd.c:49:
/usr/include/sys/socket.h:232:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *'
extern int accept (int __fd, __SOCKADDR_ARG __addr,
^~~~~~
mini_httpd.c:810:45: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign]
conn_fd = accept( listen6_fd, &usa.sa, &sz );
^~~
In file included from mini_httpd.c:49:
/usr/include/sys/socket.h:232:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *'
extern int accept (int __fd, __SOCKADDR_ARG __addr,
^~~~~~
mini_httpd.c: In function 'file_details':
mini_httpd.c:1650:64: warning: format '%lld' expects argument of type 'long long int', but argument 7 has type 'long int' [-Wformat=]
buf, sizeof( buf ), "%-32.32s %15s %14lld\n",
~~~~~^
%14ld
encname, name, f_time, (int64_t) sb.st_size );
~~~~~~~~~~~~~~~~~~~~
mini_httpd.c: In function 'virtual_file':
mini_httpd.c:2322:38: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign]
if ( getsockname( conn_fd, &usa.sa, &sz ) < 0 )
^~~
In file included from mini_httpd.c:49:
/usr/include/sys/socket.h:116:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *'
extern int getsockname (int __fd, __SOCKADDR_ARG __addr,
^~~~~~~~~~~
mini_httpd.c: In function 'add_headers':
mini_httpd.c:2490:44: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int' [-Wformat=]
buf, sizeof(buf), "Content-Length: %lld\015\012", (int64_t) bytes );
~~~^ ~~~~~~~~~~~~~~~
%ld
mini_httpd.c: In function 'make_log_entry':
mini_httpd.c:2736:40: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int' [-Wformat=]
bytes_str, sizeof(bytes_str), "%lld", (int64_t) bytes );
~~~^ ~~~~~~~~~~~~~~~
%ld
mini_httpd.c: In function 'main':
mini_httpd.c:660:12: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
(void) getcwd( cwd, sizeof(cwd) - 1 );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mini_httpd.c: In function 'do_cgi':
mini_httpd.c:1821:12: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result]
(void) nice( CGI_NICE );
^~~~~~~~~~~~~~~~
mini_httpd.c:1834:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
(void) chdir( directory ); /* ignore errors */
^~~~~~~~~~~~~~~~~~
mini_httpd.c: In function 'post_post_garbage_hack':
mini_httpd.c:1922:12: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
(void) read( conn_fd, buf, sizeof(buf) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mini_httpd.c: In function 'add_headers':
mini_httpd.c:2758:46: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 99 [-Wformat-truncation=]
(void) snprintf( date, sizeof(date), "%s %c%04d", date_nozone, sign, zone );
^~
mini_httpd.c:2758:42: note: directive argument in the range [0, 2147483647]
(void) snprintf( date, sizeof(date), "%s %c%04d", date_nozone, sign, zone );
^~~~~~~~~~~
In file included from /usr/include/stdio.h:862,
from mini_httpd.c:34:
/usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 7 and 112 bytes into a destination of size 100
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mini_httpd.c: In function 'do_file':
mini_httpd.c:2141:38: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 256 [-Wformat-truncation=]
(void) snprintf( buf, sizeof(buf), "%s%s", cwd, pathinfo );
^~ ~~~
In file included from /usr/include/stdio.h:862,
from mini_httpd.c:34:
/usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output 1 or more bytes (assuming 4096) into a destination of size 256
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:508,
from mini_httpd.c:35:
In function 'strcpy',
inlined from 'main' at mini_httpd.c:681:10:
/usr/include/bits/string_fortified.h:90:10: warning: '__builtin_strcpy' accessing 1 byte at offsets 0 and [0, 9223372036854775807] may overlap 1 byte at offset 0 [-Wrestrict]
return __builtin___strcpy_chk (__dest, __src, __bos (__dest));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DUSE_SSL -I/usr/include/openssl -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -c match.c
gcc -DUSE_SSL -I/usr/include/openssl -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -c tdate_parse.c
gcc -DUSE_SSL -I/usr/include/openssl -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -s mini_httpd.o match.o tdate_parse.o -lssl -lcrypto -lcrypt -o mini_httpd
gcc -DUSE_SSL -I/usr/include/openssl -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -c htpasswd.c
htpasswd.c: In function 'main':
htpasswd.c:216:5: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
system(command);
^~~~~~~~~~~~~~~
htpasswd.c: In function 'add_password':
htpasswd.c:117:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
(void) fgets( pass, sizeof(pass), stdin );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DUSE_SSL -I/usr/include/openssl -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -s htpasswd.o -lcrypt -o htpasswd
make: Leaving directory '/usr/src/RPM/BUILD/mini_httpd-1.19'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.80699
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/mini_httpd-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/mini_httpd-buildroot
+ cd mini_httpd-1.19
+ rm -rf /usr/src/tmp/mini_httpd-buildroot
+ install -d /usr/src/tmp/mini_httpd-buildroot/etc/rc.d/init.d
+ install -d /usr/src/tmp/mini_httpd-buildroot/usr/bin
+ install -d /usr/src/tmp/mini_httpd-buildroot/usr/share/man/man1 /usr/src/tmp/mini_httpd-buildroot/usr/share/man/man8
+ install -d /usr/src/tmp/mini_httpd-buildroot/etc/sysconfig
+ install mini_httpd /usr/src/tmp/mini_httpd-buildroot/usr/bin
+ install mini_httpd-single /usr/src/tmp/mini_httpd-buildroot/usr/bin
+ install htpasswd /usr/src/tmp/mini_httpd-buildroot/usr/bin/htpasswd
+ install htpasswd.1 /usr/src/tmp/mini_httpd-buildroot/usr/share/man/man1/htpasswd.1
+ install mini_httpd.8 /usr/src/tmp/mini_httpd-buildroot/usr/share/man/man8
+ install /usr/src/RPM/SOURCES/mini_httpd.init /usr/src/tmp/mini_httpd-buildroot//etc/rc.d/init.d/mini_httpd
+ sed -e s,@DOCROOT@,/var/www/html, /usr/src/RPM/SOURCES/mini_httpd.config
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/mini_httpd-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/mini_httpd-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/mini_httpd-buildroot/ (default)
Compressing files in /usr/src/tmp/mini_httpd-buildroot (auto)
mode of '/usr/src/tmp/mini_httpd-buildroot/usr/share/man/man8/mini_httpd.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/mini_httpd-buildroot/usr/share/man/man1/htpasswd.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
056-debuginfo.brp: WARNING: You have 3 stripped ELF objects. Please compile with debugging information!
056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows:
./usr/bin/htpasswd
./usr/bin/mini_httpd
./usr/bin/mini_httpd-single
Verifying ELF objects in /usr/src/tmp/mini_httpd-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: mini_httpd-1.19-alt2.1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.67759
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd mini_httpd-1.19
+ DOCDIR=/usr/src/tmp/mini_httpd-buildroot/usr/share/doc/mini_httpd-1.19
+ export DOCDIR
+ rm -rf /usr/src/tmp/mini_httpd-buildroot/usr/share/doc/mini_httpd-1.19
+ /bin/mkdir -p /usr/src/tmp/mini_httpd-buildroot/usr/share/doc/mini_httpd-1.19
+ cp -prL README /usr/src/tmp/mini_httpd-buildroot/usr/share/doc/mini_httpd-1.19
+ chmod -R go-w /usr/src/tmp/mini_httpd-buildroot/usr/share/doc/mini_httpd-1.19
+ chmod -R a+rX /usr/src/tmp/mini_httpd-buildroot/usr/share/doc/mini_httpd-1.19
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7yE70s
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.lZWcXp
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VUNgYs
Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9yTwAz
Requires: webserver-common, /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(SourceIfNotEmpty), /etc/rc.d/init.d(is_yes), /etc/rc.d/init.d(msg_reloading), /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.15)(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), libc.so.6(GLIBC_2.7)(64bit), libcrypt.so.1()(64bit) >= set:ihuTa, libcrypt.so.1(XCRYPT_2.0)(64bit), libcrypto.so.1.1()(64bit) >= set:qpa523, libcrypto.so.1.1(OPENSSL_1_1_0)(64bit), libssl.so.1.1()(64bit) >= set:mikIZjAvO5QmaGG0ZAGmx4uVoawPI2h9kmatqve, libssl.so.1.1(OPENSSL_1_1_0)(64bit), rtld(GNU_HASH)
Requires(interp): /bin/sh
Requires(rpmlib): rpmlib(SetVersions)
Requires(post): /bin/sh, /usr/sbin/post_service
Requires(preun): /bin/sh, /usr/sbin/preun_service
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fhNEvJ
Processing files: mini_httpd-htpasswd-1.19-alt2.1
warning: File listed twice: /usr/bin/htpasswd
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3rgBHW
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.5RPq6c
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: htpasswd
Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libcrypt.so.1()(64bit) >= set:ihuTa, libcrypt.so.1(XCRYPT_2.0)(64bit), rtld(GNU_HASH)
Requires(rpmlib): rpmlib(SetVersions)
Obsoletes: htpasswd
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.x5HNPw
Processing files: mini_httpd-single-1.19-alt2.1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3oQ9OT
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.L0Ms6j
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.15)(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), libc.so.6(GLIBC_2.7)(64bit), libcrypt.so.1()(64bit) >= set:ihuTa, libcrypt.so.1(XCRYPT_2.0)(64bit), 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.dMu7JN
Wrote: /usr/src/RPM/RPMS/x86_64/mini_httpd-1.19-alt2.1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/mini_httpd-htpasswd-1.19-alt2.1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/mini_httpd-single-1.19-alt2.1.x86_64.rpm
6.13user 0.99system 0:18.95elapsed 37%CPU (0avgtext+0avgdata 62572maxresident)k
0inputs+0outputs (0major+481469minor)pagefaults 0swaps
10.37user 3.46system 0:25.52elapsed 54%CPU (0avgtext+0avgdata 117452maxresident)k
0inputs+0outputs (0major+839420minor)pagefaults 0swaps
--- mini_httpd-1.19-alt2.1.x86_64.rpm.repo 2018-09-01 01:45:15.000000000 +0000
+++ mini_httpd-1.19-alt2.1.x86_64.rpm.hasher 2020-12-06 02:18:41.052892726 +0000
@@ -9,3 +9,2 @@
Requires: /bin/sh
-Requires: /bin/sh
Requires: /etc/rc.d/init.d
@@ -26,6 +25,6 @@
Requires: libc.so.6(GLIBC_2.7)(64bit)
-Requires: libcrypt.so.1()(64bit) >= set:hguT2
+Requires: libcrypt.so.1()(64bit) >= set:ihuTa
Requires: rpmlib(SetVersions)
Requires: libcrypt.so.1(XCRYPT_2.0)(64bit)
-Requires: libcrypto.so.1.1()(64bit) >= set:poB2x1
+Requires: libcrypto.so.1.1()(64bit) >= set:qpa523
Requires: libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)
--- mini_httpd-htpasswd-1.19-alt2.1.x86_64.rpm.repo 2018-09-01 01:45:15.000000000 +0000
+++ mini_httpd-htpasswd-1.19-alt2.1.x86_64.rpm.hasher 2020-12-06 02:18:41.099893157 +0000
@@ -7,3 +7,3 @@
Requires: libc.so.6(GLIBC_2.4)(64bit)
-Requires: libcrypt.so.1()(64bit) >= set:hguT2
+Requires: libcrypt.so.1()(64bit) >= set:ihuTa
Requires: rpmlib(SetVersions)
--- mini_httpd-single-1.19-alt2.1.x86_64.rpm.repo 2018-09-01 01:45:15.000000000 +0000
+++ mini_httpd-single-1.19-alt2.1.x86_64.rpm.hasher 2020-12-06 02:18:41.133893468 +0000
@@ -8,3 +8,3 @@
Requires: libc.so.6(GLIBC_2.7)(64bit)
-Requires: libcrypt.so.1()(64bit) >= set:hguT2
+Requires: libcrypt.so.1()(64bit) >= set:ihuTa
Requires: rpmlib(SetVersions)