<86>Mar 24 10:22:39 userdel[538359]: delete user 'rooter'
<86>Mar 24 10:22:39 userdel[538359]: removed group 'rooter' owned by 'rooter'
<86>Mar 24 10:22:39 userdel[538359]: removed shadow group 'rooter' owned by 'rooter'
<86>Mar 24 10:22:39 groupadd[538387]: group added to /etc/group: name=rooter, GID=1847
<86>Mar 24 10:22:39 groupadd[538387]: group added to /etc/gshadow: name=rooter
<86>Mar 24 10:22:39 groupadd[538387]: new group: name=rooter, GID=1847
<86>Mar 24 10:22:39 useradd[538415]: new user: name=rooter, UID=1847, GID=1847, home=/root, shell=/bin/bash
<86>Mar 24 10:22:39 userdel[538440]: delete user 'builder'
<86>Mar 24 10:22:39 userdel[538440]: removed group 'builder' owned by 'builder'
<86>Mar 24 10:22:39 userdel[538440]: removed shadow group 'builder' owned by 'builder'
<86>Mar 24 10:22:39 groupadd[538455]: group added to /etc/group: name=builder, GID=1848
<86>Mar 24 10:22:39 groupadd[538455]: group added to /etc/gshadow: name=builder
<86>Mar 24 10:22:39 groupadd[538455]: new group: name=builder, GID=1848
<86>Mar 24 10:22:39 useradd[538472]: new user: name=builder, UID=1848, GID=1848, home=/usr/src, shell=/bin/bash
<13>Mar 24 10:22:42 rpmi: libbsd-0.9.1-alt2 p9+236665.100.2.1 1567078758 installed
<13>Mar 24 10:22:42 rpmi: libbsd-devel-0.9.1-alt2 p9+236665.100.2.1 1567078758 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/clive-0.4.10-alt1.nosrc.rpm (w1.gzdio)
Installing clive-0.4.10-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.26958
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf clive-0.4.10
+ echo 'Source #0 (clive-0.4.10.tar.gz):'
Source #0 (clive-0.4.10.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/clive-0.4.10.tar.gz
+ /bin/tar -xf -
+ cd clive-0.4.10
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.26958
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd clive-0.4.10
+ autoreconf -fisv
autoreconf-default: Entering directory `.'
autoreconf-default: configure.ac: not using Gettext
autoreconf-default: running: aclocal --force 
autoreconf-default: configure.ac: tracing
autoreconf-default: configure.ac: not using Libtool
autoreconf-default: configure.ac: not using Intltool
autoreconf-default: configure.ac: not using gtk-doc
autoreconf-default: running: /usr/bin/autoconf-2.60 --force
autoreconf-default: running: /usr/bin/autoheader-2.60 --force
autoreconf-default: running: automake --add-missing --force-missing
configure.ac:8: installing './compile'
autoreconf-default: Leaving directory `.'
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export FFLAGS
+ FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export FCFLAGS
+ '[' -n '' ']'
++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2'
++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g'
+ ASFLAGS=
+ export ASFLAGS
+ export lt_cv_deplibs_check_method=pass_all
+ lt_cv_deplibs_check_method=pass_all
+ readlink -e -- ./configure
+ xargs -ri dirname -- '{}'
+ xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n'
+ sort -u
+ xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess
+ ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext
configure: WARNING: unrecognized options: --without-included-gettext
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-alt-linux-gcc accepts -g... yes
checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed
checking whether x86_64-alt-linux-gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of x86_64-alt-linux-gcc... none
checking for x86_64-alt-linux-ranlib... no
checking for ranlib... ranlib
checking whether make sets $(MAKE)... (cached) yes
checking how to run the C preprocessor... x86_64-alt-linux-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for ANSI C header files... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for string.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for gethostbyname... yes
checking for memset... yes
checking for socket... yes
checking for strftime... yes
checking for asprintf... yes
checking for vasprintf... yes
checking for library containing getopt_long... none required
checking for library containing iconv... none required
checking for library containing MD5Data... -lbsd
checking for --enable-debug... no
checking for --enable-DEBUG... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating include/Makefile
config.status: creating man/Makefile
config.status: creating include/config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --without-included-gettext
+ make -j16
Making all in doc
make[1]: Nothing to be done for 'all'.
Making all in include
make  all-am
Making all in man
make[1]: Nothing to be done for 'all'.
Making all in src
make[1]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include    -pipe -g -ggdb -g3 -W -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Winline -Wuninitialized -fshort-enums -funroll-loops -finline-functions -fexpensive-optimizations -fsigned-char -pipe -frecord-gcc-switches -Wall -g -O2 -c -o clive-lj_editfriends.o `test -f 'lj_editfriends.c' || echo './'`lj_editfriends.c
lj_editfriends.c: In function 'create_editfriends_request':
lj_editfriends.c:70:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
  asprintf(&ret,
  ^~~~~~~~~~~~~~
   "mode=editfriends&%s"
   ~~~~~~~~~~~~~~~~~~~~~
   "&editfriend_delete_user=%d"
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   "&editfriend_add_%d_user=%s",
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   user->auth,
   ~~~~~~~~~~~
   friendinfo->friendflags == DELETE_FRIEND,
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1, friendinfo->friends[0].user);
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include    -pipe -g -ggdb -g3 -W -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Winline -Wuninitialized -fshort-enums -funroll-loops -finline-functions -fexpensive-optimizations -fsigned-char -pipe -frecord-gcc-switches -Wall -g -O2 -c -o clive-lj_getfriends.o `test -f 'lj_getfriends.c' || echo './'`lj_getfriends.c
lj_getfriends.c: In function 'create_getfriends_request':
lj_getfriends.c:85:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
  asprintf(&ret,
  ^~~~~~~~~~~~~~
   "mode=getfriends&%s"
   ~~~~~~~~~~~~~~~~~~~~
   "&includefriendof=1"
   ~~~~~~~~~~~~~~~~~~~~
   "&includebdays=1",
   ~~~~~~~~~~~~~~~~~~
   user->auth);
   ~~~~~~~~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include    -pipe -g -ggdb -g3 -W -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Winline -Wuninitialized -fshort-enums -funroll-loops -finline-functions -fexpensive-optimizations -fsigned-char -pipe -frecord-gcc-switches -Wall -g -O2 -c -o clive-lj_getevents.o `test -f 'lj_getevents.c' || echo './'`lj_getevents.c
lj_getevents.c: In function 'create_getevents_request':
lj_getevents.c:84:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
  asprintf(&ret,
  ^~~~~~~~~~~~~~
   "mode=getevents&%s"
   ~~~~~~~~~~~~~~~~~~~
   "&truncate=100&prefersubject=1"
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   "&selecttype=lastn&howmany=%d"
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   "&noprops=1"
   ~~~~~~~~~~~~
   "&lineendings=unix"
   ~~~~~~~~~~~~~~~~~~~
   "&usejournal=%s",
   ~~~~~~~~~~~~~~~~~
   user->auth,
   ~~~~~~~~~~~
   eventinfo->eventflags,
   ~~~~~~~~~~~~~~~~~~~~~~
   eventinfo->usejournal ? eventinfo->usejournal : "");
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include    -pipe -g -ggdb -g3 -W -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Winline -Wuninitialized -fshort-enums -funroll-loops -finline-functions -fexpensive-optimizations -fsigned-char -pipe -frecord-gcc-switches -Wall -g -O2 -c -o clive-lj_getchallenge.o `test -f 'lj_getchallenge.c' || echo './'`lj_getchallenge.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include    -pipe -g -ggdb -g3 -W -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Winline -Wuninitialized -fshort-enums -funroll-loops -finline-functions -fexpensive-optimizations -fsigned-char -pipe -frecord-gcc-switches -Wall -g -O2 -c -o clive-lj_getcomments.o `test -f 'lj_getcomments.c' || echo './'`lj_getcomments.c
lj_getcomments.c: In function 'create_getcomments_request':
lj_getcomments.c:84:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
  asprintf(&ret,
  ^~~~~~~~~~~~~~
   "mode=getcomments&%s"
   ~~~~~~~~~~~~~~~~~~~~~
   "&truncate=100&prefersubject=1"
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   "&selecttype=lastn&howmany=%d"
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   "&lineendings=unix"
   ~~~~~~~~~~~~~~~~~~~
   "&eventid=%d"
   ~~~~~~~~~~~~~
   "&usejournal=%s",
   ~~~~~~~~~~~~~~~~~
   user->auth,
   ~~~~~~~~~~~
   20,
   ~~~
   commentinfo->journalid,
   ~~~~~~~~~~~~~~~~~~~~~~~
   commentinfo->usejournal ? commentinfo->usejournal : "");
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include    -pipe -g -ggdb -g3 -W -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Winline -Wuninitialized -fshort-enums -funroll-loops -finline-functions -fexpensive-optimizations -fsigned-char -pipe -frecord-gcc-switches -Wall -g -O2 -c -o clive-lj_login.o `test -f 'lj_login.c' || echo './'`lj_login.c
lj_login.c: In function 'create_login_request':
lj_login.c:119:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
  asprintf(&ret,
  ^~~~~~~~~~~~~~
   "mode=login&clientversion=%s&%s"
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   "&getmoods=%d"
   ~~~~~~~~~~~~~~
   "&getpicws=%d",
   ~~~~~~~~~~~~~~~
   clientversion, user->auth,
   ~~~~~~~~~~~~~~~~~~~~~~~~~~
   logininfo->mood ? 1 : 0,
   ~~~~~~~~~~~~~~~~~~~~~~~~
   logininfo->loginflags & getpickws ? 1 : 0);
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include    -pipe -g -ggdb -g3 -W -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Winline -Wuninitialized -fshort-enums -funroll-loops -finline-functions -fexpensive-optimizations -fsigned-char -pipe -frecord-gcc-switches -Wall -g -O2 -c -o clive-edit.o `test -f 'edit.c' || echo './'`edit.c
edit.c: In function 'get_event':
edit.c:38:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
    asprintf(&tempfile, "/tmp/%s", unique);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include    -pipe -g -ggdb -g3 -W -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Winline -Wuninitialized -fshort-enums -funroll-loops -finline-functions -fexpensive-optimizations -fsigned-char -pipe -frecord-gcc-switches -Wall -g -O2 -c -o clive-net.o `test -f 'net.c' || echo './'`net.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include    -pipe -g -ggdb -g3 -W -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Winline -Wuninitialized -fshort-enums -funroll-loops -finline-functions -fexpensive-optimizations -fsigned-char -pipe -frecord-gcc-switches -Wall -g -O2 -c -o clive-lj_postevent.o `test -f 'lj_postevent.c' || echo './'`lj_postevent.c
lj_postevent.c: In function 'create_post':
lj_postevent.c:406:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
   asprintf(&replace_text, "&itemid=%d", replace);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lj_postevent.c:410:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
  asprintf(&ret,
  ^~~~~~~~~~~~~~
   "mode=%s&%s"
   ~~~~~~~~~~~~
   "&event=%s"
   ~~~~~~~~~~~
   "&subject=%s"
   ~~~~~~~~~~~~~
   "&lineendings=%s"
   ~~~~~~~~~~~~~~~~~
   "&security=%s"
   ~~~~~~~~~~~~~~
   "&allowmask=%s"
   ~~~~~~~~~~~~~~~
   "&year=%s&mon=%s&day=%s&hour=%s&min=%s"
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   "&usejournal=%s"
   ~~~~~~~~~~~~~~~~
   "&prop_opt_nocomments=%d"
   ~~~~~~~~~~~~~~~~~~~~~~~~~
   "&prop_opt_preformatted=%d"
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
   "&backdated=%d"
   ~~~~~~~~~~~~~~~
   "&prop_current_moodid=%d"
   ~~~~~~~~~~~~~~~~~~~~~~~~~
   "&prop_current_mood=%s"
   ~~~~~~~~~~~~~~~~~~~~~~~
   "&prop_picture_keyword=%s"
   ~~~~~~~~~~~~~~~~~~~~~~~~~~
   "&prop_current_music=%s"
   ~~~~~~~~~~~~~~~~~~~~~~~~
   "&prop_current_location=%s"
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
   "&prop_taglist=%s"
   ~~~~~~~~~~~~~~~~~~
   "%s" /* replace=itemid */,
   ~~~~~~~~~~~~~~~~~~~~~~~~~~
   replace ? "editevent" : "postevent", auth,
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   STR(event),
   ~~~~~~~~~~~
   subject ? subject : "",
   ~~~~~~~~~~~~~~~~~~~~~~~
   lineendings,
   ~~~~~~~~~~~~
   security,
   ~~~~~~~~~
   STR(allowmask),
   ~~~~~~~~~~~~~~~
   year, mon, day, hour, min,
   ~~~~~~~~~~~~~~~~~~~~~~~~~~
   STR(usejournal),
   ~~~~~~~~~~~~~~~~
   nocomments,
   ~~~~~~~~~~~
   preformatted,
   ~~~~~~~~~~~~~
   backdated,
   ~~~~~~~~~~
   moodid,
   ~~~~~~~
   STR(mood),
   ~~~~~~~~~~
   STR(userpic),
   ~~~~~~~~~~~~~
   STR(music),
   ~~~~~~~~~~~
   STR(location),
   ~~~~~~~~~~~~~~
   STR(taglist),
   ~~~~~~~~~~~~~
   STR(replace_text));
   ~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include    -pipe -g -ggdb -g3 -W -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Winline -Wuninitialized -fshort-enums -funroll-loops -finline-functions -fexpensive-optimizations -fsigned-char -pipe -frecord-gcc-switches -Wall -g -O2 -c -o clive-util.o `test -f 'util.c' || echo './'`util.c
util.c: In function 'lj_urlencode':
util.c:120:23: warning: passing argument 2 of 'iconv' from incompatible pointer type [-Wincompatible-pointer-types]
   sum = iconv(utfenc, &inbound, &inlen, &outbuf, &outlen);
                       ^~~~~~~~
In file included from ../include/util.h:10,
                 from ../include/system.h:9,
                 from util.c:1:
/usr/include/iconv.h:42:54: note: expected 'char ** restrict' but argument is of type 'const char **'
 extern size_t iconv (iconv_t __cd, char **__restrict __inbuf,
                                    ~~~~~~~~~~~~~~~~~~^~~~~~~
util.c: In function 'lj_chardecode':
util.c:170:23: warning: passing argument 2 of 'iconv' from incompatible pointer type [-Wincompatible-pointer-types]
   sum = iconv(utfdec, &inbuf, &inlen, &outbuf, &outlen);
                       ^~~~~~
In file included from ../include/util.h:10,
                 from ../include/system.h:9,
                 from util.c:1:
/usr/include/iconv.h:42:54: note: expected 'char ** restrict' but argument is of type 'const char **'
 extern size_t iconv (iconv_t __cd, char **__restrict __inbuf,
                                    ~~~~~~~~~~~~~~~~~~^~~~~~~
util.c: In function 'lj_uniquename':
util.c:306:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
  asprintf(name, "clive.%d.%s", getuid(), timestring);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
util.c: In function 'lj_setauth':
util.c:351:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
   asprintf(&user->auth, "user=%s&password=%s&ver=1",
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    username, password);
    ~~~~~~~~~~~~~~~~~~~
util.c:357:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
   asprintf(&user->auth, "user=%s&hpassword=%s&ver=1",
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    username, password);
    ~~~~~~~~~~~~~~~~~~~
util.c:374:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
   asprintf(&temp, "%s%s", challenge.challenge, password);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
util.c:378:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
   asprintf(&user->auth, "user=%s&auth_method=challenge"
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    "&auth_challenge=%s&auth_response=%s&ver=1",
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    username, challenge.challenge, password);
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include    -pipe -g -ggdb -g3 -W -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Winline -Wuninitialized -fshort-enums -funroll-loops -finline-functions -fexpensive-optimizations -fsigned-char -pipe -frecord-gcc-switches -Wall -g -O2 -c -o clive-clive.o `test -f 'clive.c' || echo './'`clive.c
clive.c: In function 'main':
clive.c:389:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
   asprintf(&post.allowmask, "%d", mask);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include    -pipe -g -ggdb -g3 -W -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Winline -Wuninitialized -fshort-enums -funroll-loops -finline-functions -fexpensive-optimizations -fsigned-char -pipe -frecord-gcc-switches -Wall -g -O2 -c -o clive-hash.o `test -f 'hash.c' || echo './'`hash.c
hash.c: In function 'getp':
hash.c:181:2: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result]
  vasprintf(&buff, key, ap);
  ^~~~~~~~~~~~~~~~~~~~~~~~~
hash.c: In function 'getpi':
hash.c:214:2: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result]
  vasprintf(&buff, key, ap);
  ^~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include    -pipe -g -ggdb -g3 -W -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Winline -Wuninitialized -fshort-enums -funroll-loops -finline-functions -fexpensive-optimizations -fsigned-char -pipe -frecord-gcc-switches -Wall -g -O2 -c -o clive-configure.o `test -f 'configure.c' || echo './'`configure.c
configure.c: In function 'lj_init_config':
configure.c:193:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
   asprintf(&config->rcfile, "%s/.cliverc", getenv("HOME"));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
configure.c: In function 'lj_ask_username':
configure.c:468:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
   fgets(name, LJ_BUFFER_MAX, stdin);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
x86_64-alt-linux-gcc -pipe -g -ggdb -g3 -W -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Winline -Wuninitialized -fshort-enums -funroll-loops -finline-functions -fexpensive-optimizations -fsigned-char -pipe -frecord-gcc-switches -Wall -g -O2   -o clive clive-net.o clive-clive.o clive-util.o clive-lj_postevent.o clive-edit.o clive-configure.o clive-lj_login.o clive-lj_getfriends.o clive-lj_editfriends.o clive-lj_getevents.o clive-lj_getcomments.o clive-lj_getchallenge.o clive-hash.o  -lbsd 
make[1]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
make[1]: Nothing to be done for 'all-am'.
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.18677
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/clive-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/clive-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd clive-0.4.10
+ make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/clive-buildroot
make: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10'
Making install in doc
make[1]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/doc'
make[2]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/doc'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/usr/src/tmp/clive-buildroot/usr/share/clive'
 /usr/libexec/rpm-build/install -p -m 644 cliverc-example.conf '/usr/src/tmp/clive-buildroot/usr/share/clive'
make[2]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/doc'
make[1]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/doc'
Making install in include
make[1]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/include'
make[2]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/include'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/include'
make[1]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/include'
Making install in man
make[1]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/man'
make[2]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/man'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/usr/src/tmp/clive-buildroot/usr/share/man/man1'
 /usr/libexec/rpm-build/install -p -m 644 man1/clive.1 '/usr/src/tmp/clive-buildroot/usr/share/man/man1'
make[2]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/man'
make[1]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/man'
Making install in src
make[1]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
 /bin/mkdir -p '/usr/src/tmp/clive-buildroot/usr/bin'
  /usr/libexec/rpm-build/install -p clive '/usr/src/tmp/clive-buildroot/usr/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
make[1]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/clive-0.4.10'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10'
make[1]: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10'
make: Leaving directory '/usr/src/RPM/BUILD/clive-0.4.10'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/clive-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/clive-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/clive-buildroot/ (default)
Compressing files in /usr/src/tmp/clive-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/clive-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: clive-0.4.10-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.31008
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd clive-0.4.10
+ DOCDIR=/usr/src/tmp/clive-buildroot/usr/share/doc/clive-0.4.10
+ export DOCDIR
+ rm -rf /usr/src/tmp/clive-buildroot/usr/share/doc/clive-0.4.10
+ /bin/mkdir -p /usr/src/tmp/clive-buildroot/usr/share/doc/clive-0.4.10
+ cp -prL AUTHORS BUGS ChangeLog README /usr/src/tmp/clive-buildroot/usr/share/doc/clive-0.4.10
+ chmod -R go-w /usr/src/tmp/clive-buildroot/usr/share/doc/clive-0.4.10
+ chmod -R a+rX /usr/src/tmp/clive-buildroot/usr/share/doc/clive-0.4.10
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6lXv5o
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.SmIgh0
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, libbsd.so.0()(64bit) >= set:kjJdv, libbsd.so.0(LIBBSD_0.0)(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.8)(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.MH4qWE
Creating clive-debuginfo package
Processing files: clive-debuginfo-0.4.10-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.88GC4m
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gVOhG8
find-requires: running scripts (debuginfo)
Requires: clive = 0.4.10-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libbsd.so.0), debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/clive-0.4.10-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/clive-debuginfo-0.4.10-alt1.x86_64.rpm (w2.lzdio)
4.16user 3.04system 0:11.02elapsed 65%CPU (0avgtext+0avgdata 32712maxresident)k
0inputs+0outputs (0major+684707minor)pagefaults 0swaps
3.11user 2.11system 0:18.71elapsed 27%CPU (0avgtext+0avgdata 135456maxresident)k
0inputs+0outputs (0major+197247minor)pagefaults 0swaps
--- clive-0.4.10-alt1.x86_64.rpm.repo	2014-09-05 05:22:13.000000000 +0000
+++ clive-0.4.10-alt1.x86_64.rpm.hasher	2024-03-24 10:22:55.273422331 +0000
@@ -8,3 +8,3 @@
 /usr/share/doc/clive-0.4.10/README	100644	root:root	
-/usr/share/man/man1/clive.1.gz	100644	root:root	
+/usr/share/man/man1/clive.1.xz	100644	root:root	
 Requires: /lib64/ld-linux-x86-64.so.2  
@@ -13,3 +13,2 @@
 Requires: libbsd.so.0(LIBBSD_0.0)(64bit)  
-Requires: libc.so.6(GLIBC_2.14)(64bit)  
 Requires: libc.so.6(GLIBC_2.2.5)(64bit)  
@@ -22,3 +21,3 @@
 Provides: clive = 0.4.10-alt1
-File: /usr/bin/clive	100755	root:root	7ed714fbcee69e37fdfcb7a779a12d86	
+File: /usr/bin/clive	100755	root:root	da3854bc05766d922579feff5574a6c8	
 File: /usr/share/clive	40755	root:root		
@@ -30,3 +29,3 @@
 File: /usr/share/doc/clive-0.4.10/README	100644	root:root	3680ff73701907813dd490136fe81f69	
-File: /usr/share/man/man1/clive.1.gz	100644	root:root	5fd6a9da6c8b4fb3a013a1b55127f4b9	
-RPMIdentity: 8df6680566069ea9b2826af714caa9f695b79dcfd7ffca8d7ca5a75c86fc1febfc56f4bee26d33201f411890d9b45e255c6c0f3e303a46d1a7c28755c261373c
+File: /usr/share/man/man1/clive.1.xz	100644	root:root	2c6e736919f7d54b2dba2aaa9ed8a84d	
+RPMIdentity: 9e8c5f598045714f35516779ce0e28ed926beeac2e6d59f6bb30db6ef81982589c53f662937a2b58e3add96ad0576b0fe4e95080885a7c96b57106d63d66ef42
--- clive-debuginfo-0.4.10-alt1.x86_64.rpm.repo	2014-09-05 05:22:13.000000000 +0000
+++ clive-debuginfo-0.4.10-alt1.x86_64.rpm.hasher	2024-03-24 10:22:55.340423500 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/3d	40755	root:root	
-/usr/lib/debug/.build-id/3d/1290d9b65c8e3bf1d63b9931f23fbabc95b3f2	120777	root:root	../../../../bin/clive
-/usr/lib/debug/.build-id/3d/1290d9b65c8e3bf1d63b9931f23fbabc95b3f2.debug	120777	root:root	../../usr/bin/clive.debug
+/usr/lib/debug/.build-id/fc	40755	root:root	
+/usr/lib/debug/.build-id/fc/8ff4be0a1801666a4546c324343531f41bcb83	120777	root:root	../../../../bin/clive
+/usr/lib/debug/.build-id/fc/8ff4be0a1801666a4546c324343531f41bcb83.debug	120777	root:root	../../usr/bin/clive.debug
 /usr/lib/debug/usr/bin/clive.debug	100644	root:root	
@@ -37,6 +37,6 @@
 Provides: clive-debuginfo = 0.4.10-alt1
-File: /usr/lib/debug/.build-id/3d	40755	root:root		
-File: /usr/lib/debug/.build-id/3d/1290d9b65c8e3bf1d63b9931f23fbabc95b3f2	120777	root:root		../../../../bin/clive
-File: /usr/lib/debug/.build-id/3d/1290d9b65c8e3bf1d63b9931f23fbabc95b3f2.debug	120777	root:root		../../usr/bin/clive.debug
-File: /usr/lib/debug/usr/bin/clive.debug	100644	root:root	ef83a6e028485c73a8fc8df1a08b38ec	
+File: /usr/lib/debug/.build-id/fc	40755	root:root		
+File: /usr/lib/debug/.build-id/fc/8ff4be0a1801666a4546c324343531f41bcb83	120777	root:root		../../../../bin/clive
+File: /usr/lib/debug/.build-id/fc/8ff4be0a1801666a4546c324343531f41bcb83.debug	120777	root:root		../../usr/bin/clive.debug
+File: /usr/lib/debug/usr/bin/clive.debug	100644	root:root	8a02ed67dd9b39a834e88f4233ecb26b	
 File: /usr/src/debug/clive-0.4.10	40755	root:root		
@@ -68,2 +68,2 @@
 File: /usr/src/debug/clive-0.4.10/src/util.c	100644	root:root	b06f8fd9fbd4422f6f7660ca63eeb19b	
-RPMIdentity: 1ecaa387082cdcd78dae2c51813a71ca57d80d1a36e27487ee016914a4825c1a07872a33aafff009a433f88a1e256f20d7972f991a1a9fb5cfa672d3b93c03c1
+RPMIdentity: 9433594a48d7c5ae0b9ece4d73875af1c2f05587697b2c4897df5a97119ea800707ea96c96a3496df896eb9778083c4321dbe710588d4359d45f1eee9be5d8e6