<86>Dec 11 06:58:18 userdel[112652]: delete user 'rooter' <86>Dec 11 06:58:18 userdel[112652]: removed group 'rooter' owned by 'rooter' <86>Dec 11 06:58:18 userdel[112652]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 11 06:58:18 groupadd[112722]: group added to /etc/group: name=rooter, GID=564 <86>Dec 11 06:58:18 groupadd[112722]: group added to /etc/gshadow: name=rooter <86>Dec 11 06:58:18 groupadd[112722]: new group: name=rooter, GID=564 <86>Dec 11 06:58:18 useradd[112776]: new user: name=rooter, UID=564, GID=564, home=/root, shell=/bin/bash <86>Dec 11 06:58:18 userdel[112812]: delete user 'builder' <86>Dec 11 06:58:18 userdel[112812]: removed group 'builder' owned by 'builder' <86>Dec 11 06:58:18 userdel[112812]: removed shadow group 'builder' owned by 'builder' <86>Dec 11 06:58:18 groupadd[112824]: group added to /etc/group: name=builder, GID=565 <86>Dec 11 06:58:18 groupadd[112824]: group added to /etc/gshadow: name=builder <86>Dec 11 06:58:18 groupadd[112824]: new group: name=builder, GID=565 <86>Dec 11 06:58:18 useradd[112843]: new user: name=builder, UID=565, GID=565, 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 warning: Macro %perl_license not found <13>Dec 11 06:58:21 rpmi: perl-Filter-1.59-alt1 1533737242 installed <13>Dec 11 06:58:21 rpmi: libgdbm-1.8.3-alt10 1454943334 installed <13>Dec 11 06:58:21 rpmi: libgdbm-devel-1.8.3-alt10 1454943334 installed <13>Dec 11 06:58:21 rpmi: libdb4.7-devel-4.7.25-alt9 1490438479 installed <13>Dec 11 06:58:22 rpmi: perl-devel-1:5.26.2-alt2 1534850821 installed <13>Dec 11 06:58:22 rpmi: perl-Encode-2.98-alt1 1525447819 installed <13>Dec 11 06:58:22 rpmi: rpm-build-licenses-2.0.5-alt2 1454794749 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/perl-Crypt-Ed25519-1.04-alt1.1.nosrc.rpm Installing perl-Crypt-Ed25519-1.04-alt1.1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.34524 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf Crypt-Ed25519-1.04 + echo 'Source #0 (Crypt-Ed25519-1.04.tar.gz):' Source #0 (Crypt-Ed25519-1.04.tar.gz): + /bin/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/Crypt-Ed25519-1.04.tar.gz + cd Crypt-Ed25519-1.04 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.34524 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Crypt-Ed25519-1.04 + 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 + tee .perl.req + /usr/bin/perl Makefile.PL PRINT_PREREQ=1 *** *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK *** ================================================= *** *** Hi! *** *** I do my best to provide predictable and reliable software. *** *** However, in recent releases, P5P (who maintain perl) have been *** introducing regressions that are sometimes subtle and at other times *** catastrophic, often for personal preferences with little or no concern *** for existing code, most notably CPAN. *** *** For this reason, it has become very hard for me to maintain the level *** of reliability and support I have committed myself to in the past, at *** least with some perl versions: I simply can't keep up working around new *** bugs or gratituous incompatibilities, and in turn you might suffer from *** unanticipated problems. *** *** Therefore I have introduced a support and compatibility check, the results *** of which follow below, together with a FAQ and some recommendations. *** *** This check is just to let you know that there might be a risk, so you can *** make judgement calls on how to proceed - it will not keep the module from *** installing or working. *** *** The stability canary says: (nothing, it was driven away by harsh weather) *** *** It seems you are running perl version 5.026002, likely the "official" or *** "standard" version. While there is nothing wrong with doing that, *** standard perl versions 5.022 and up are not supported by Crypt::Ed25519. *** While this might be fatal, it might also be all right - if you run into *** problems, you might want to downgrade your perl or switch to the *** stability branch. *** *** If everything works fine, you can ignore this message. *** *** Stability canary mini-FAQ: *** *** Do I need to do anything? *** With luck, no. While some distributions are known to fail *** already, most should probably work. This message is here *** to alert you that your perl is not supported by Crypt::Ed25519, *** and if things go wrong, you either need to downgrade, or *** sidegrade to the stability variant of your perl version, *** or simply live with the consequences. *** *** What is this canary thing? *** It's purpose is to check support status of Crypt::Ed25519 with *** respect to your perl version. *** *** What is this "stability branch"? *** It's a branch or fork of the official perl, by schmorp, to *** improve stability and compatibility with existing modules. *** *** How can I skip this prompt on automated installs? *** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment. *** More info is in the Canary::Stability manpage. *** *** Long version of this FAQ: http://stableperl.schmorp.de/faq.html *** Stability Branch homepage: http://stableperl.schmorp.de/ *** Continue anyways? [y] y + : writing Makefile + /usr/bin/perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor *** *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK *** ================================================= *** *** Hi! *** *** I do my best to provide predictable and reliable software. *** *** However, in recent releases, P5P (who maintain perl) have been *** introducing regressions that are sometimes subtle and at other times *** catastrophic, often for personal preferences with little or no concern *** for existing code, most notably CPAN. *** *** For this reason, it has become very hard for me to maintain the level *** of reliability and support I have committed myself to in the past, at *** least with some perl versions: I simply can't keep up working around new *** bugs or gratituous incompatibilities, and in turn you might suffer from *** unanticipated problems. *** *** Therefore I have introduced a support and compatibility check, the results *** of which follow below, together with a FAQ and some recommendations. *** *** This check is just to let you know that there might be a risk, so you can *** make judgement calls on how to proceed - it will not keep the module from *** installing or working. *** *** The stability canary says: (nothing, it was driven away by harsh weather) *** *** It seems you are running perl version 5.026002, likely the "official" or *** "standard" version. While there is nothing wrong with doing that, *** standard perl versions 5.022 and up are not supported by Crypt::Ed25519. *** While this might be fatal, it might also be all right - if you run into *** problems, you might want to downgrade your perl or switch to the *** stability branch. *** *** If everything works fine, you can ignore this message. *** *** Stability canary mini-FAQ: *** *** Do I need to do anything? *** With luck, no. While some distributions are known to fail *** already, most should probably work. This message is here *** to alert you that your perl is not supported by Crypt::Ed25519, *** and if things go wrong, you either need to downgrade, or *** sidegrade to the stability variant of your perl version, *** or simply live with the consequences. *** *** What is this canary thing? *** It's purpose is to check support status of Crypt::Ed25519 with *** respect to your perl version. *** *** What is this "stability branch"? *** It's a branch or fork of the official perl, by schmorp, to *** improve stability and compatibility with existing modules. *** *** How can I skip this prompt on automated installs? *** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment. *** More info is in the Canary::Stability manpage. *** *** Long version of this FAQ: http://stableperl.schmorp.de/faq.html *** Stability Branch homepage: http://stableperl.schmorp.de/ *** Continue anyways? [y] y Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::Ed25519 + : running make + make -j8 'OPTIMIZE=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' 'CP=/bin/cp -p' make: Entering directory '/usr/src/RPM/BUILD/Crypt-Ed25519-1.04' cp Ed25519.pm blib/lib/Crypt/Ed25519.pm make: Leaving directory '/usr/src/RPM/BUILD/Crypt-Ed25519-1.04' make: Entering directory '/usr/src/RPM/BUILD/Crypt-Ed25519-1.04' Running Mkbootstrap for Ed25519 () chmod 644 "Ed25519.bs" make: Leaving directory '/usr/src/RPM/BUILD/Crypt-Ed25519-1.04' make: Entering directory '/usr/src/RPM/BUILD/Crypt-Ed25519-1.04' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Ed25519.bs blib/arch/auto/Crypt/Ed25519/Ed25519.bs 644 make: Leaving directory '/usr/src/RPM/BUILD/Crypt-Ed25519-1.04' make: Entering directory '/usr/src/RPM/BUILD/Crypt-Ed25519-1.04' "/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' Ed25519.xs > Ed25519.xsc Warning: Aliases 'eddsa_verify_croak' and 'verify_croak' have identical values in Ed25519.xs, line 164 mv Ed25519.xsc Ed25519.c make: Leaving directory '/usr/src/RPM/BUILD/Crypt-Ed25519-1.04' make: Entering directory '/usr/src/RPM/BUILD/Crypt-Ed25519-1.04' 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=\"1.04\" -DXS_VERSION=\"1.04\" -fPIC "-I/usr/lib/perl5/CORE" Ed25519.c In file included from /usr/lib/perl5/CORE/perl.h:5644, from Ed25519.xs:2: Ed25519.xs: In function 'XS_Crypt__Ed25519_eddsa_secret_key': Ed25519.xs:63:28: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness [-Wpointer-sign] RETVAL = newSVpvn (seed, sizeof seed); ^~~~ /usr/lib/perl5/CORE/embed.h:420:44: note: in definition of macro 'newSVpvn' #define newSVpvn(a,b) Perl_newSVpvn(aTHX_ a,b) ^ In file included from /usr/lib/perl5/CORE/perl.h:5609, from Ed25519.xs:2: /usr/lib/perl5/CORE/proto.h:2316:19: note: expected 'const char * const' but argument is of type 'unsigned char *' PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const s, const STRLEN len) ^~~~~~~~~~~~~ Ed25519.xs: In function 'XS_Crypt__Ed25519_generate_keypair': Ed25519.xs:88:62: warning: pointer targets in passing argument 3 of 'ed25519_create_keypair' differ in signedness [-Wpointer-sign] ed25519_create_keypair (public_key, private_key, secret_p); ^~~~~~~~ In file included from Ed25519.xs:34: ed25519/src/keypair.c:6:6: note: expected 'const unsigned char *' but argument is of type 'char *' void ed25519_create_keypair(unsigned char *public_key, unsigned char *private_key, const unsigned char *seed) { ^~~~~~~~~~~~~~~~~~~~~~ Ed25519.xs:101:22: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] secret_p = seed; ^ Ed25519.xs:103:62: warning: pointer targets in passing argument 3 of 'ed25519_create_keypair' differ in signedness [-Wpointer-sign] ed25519_create_keypair (public_key, private_key, secret_p); ^~~~~~~~ In file included from Ed25519.xs:34: ed25519/src/keypair.c:6:6: note: expected 'const unsigned char *' but argument is of type 'char *' void ed25519_create_keypair(unsigned char *public_key, unsigned char *private_key, const unsigned char *seed) { ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/perl5/CORE/perl.h:5589, from Ed25519.xs:2: Ed25519.xs:109:38: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness [-Wpointer-sign] PUSHs (sv_2mortal (newSVpvn (public_key, sizeof public_key))); ^~~~~~~~~~ /usr/lib/perl5/CORE/pp.h:421:28: note: in definition of macro 'PUSHs' #define PUSHs(s) (*++sp = (s)) ^ Ed25519.xs:109:16: note: in expansion of macro 'sv_2mortal' PUSHs (sv_2mortal (newSVpvn (public_key, sizeof public_key))); ^~~~~~~~~~ Ed25519.xs:109:28: note: in expansion of macro 'newSVpvn' PUSHs (sv_2mortal (newSVpvn (public_key, sizeof public_key))); ^~~~~~~~ In file included from /usr/lib/perl5/CORE/perl.h:5609, from Ed25519.xs:2: /usr/lib/perl5/CORE/proto.h:2316:19: note: expected 'const char * const' but argument is of type 'unsigned char *' PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const s, const STRLEN len) ^~~~~~~~~~~~~ In file included from /usr/lib/perl5/CORE/perl.h:5589, from Ed25519.xs:2: Ed25519.xs:112:40: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness [-Wpointer-sign] PUSHs (sv_2mortal (newSVpvn (private_key, sizeof private_key))); ^~~~~~~~~~~ /usr/lib/perl5/CORE/pp.h:421:28: note: in definition of macro 'PUSHs' #define PUSHs(s) (*++sp = (s)) ^ Ed25519.xs:112:18: note: in expansion of macro 'sv_2mortal' PUSHs (sv_2mortal (newSVpvn (private_key, sizeof private_key))); ^~~~~~~~~~ Ed25519.xs:112:30: note: in expansion of macro 'newSVpvn' PUSHs (sv_2mortal (newSVpvn (private_key, sizeof private_key))); ^~~~~~~~ In file included from /usr/lib/perl5/CORE/perl.h:5609, from Ed25519.xs:2: /usr/lib/perl5/CORE/proto.h:2316:19: note: expected 'const char * const' but argument is of type 'unsigned char *' PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const s, const STRLEN len) ^~~~~~~~~~~~~ Ed25519.xs: In function 'XS_Crypt__Ed25519_sign': Ed25519.xs:136:21: warning: pointer targets in passing argument 1 of 'sha512' differ in signedness [-Wpointer-sign] sha512 (private_key_p, 32, hash); ^~~~~~~~~~~~~ In file included from Ed25519.xs:37: ed25519/src/sha512.c:267:5: note: expected 'const unsigned char *' but argument is of type 'char *' int sha512(const unsigned char *message, size_t message_len, unsigned char *out) ^~~~~~ Ed25519.xs:142:27: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] private_key_p = hash; ^ Ed25519.xs:151:34: warning: pointer targets in passing argument 2 of 'ed25519_sign' differ in signedness [-Wpointer-sign] ed25519_sign (signature, message_p, message_l, public_key_p, private_key_p); ^~~~~~~~~ In file included from Ed25519.xs:39: ed25519/src/sign.c:7:6: note: expected 'const unsigned char *' but argument is of type 'char *' void ed25519_sign(unsigned char *signature, const unsigned char *message, size_t message_len, const unsigned char *public_key, const unsigned char *private_key) { ^~~~~~~~~~~~ Ed25519.xs:151:56: warning: pointer targets in passing argument 4 of 'ed25519_sign' differ in signedness [-Wpointer-sign] ed25519_sign (signature, message_p, message_l, public_key_p, private_key_p); ^~~~~~~~~~~~ In file included from Ed25519.xs:39: ed25519/src/sign.c:7:6: note: expected 'const unsigned char *' but argument is of type 'char *' void ed25519_sign(unsigned char *signature, const unsigned char *message, size_t message_len, const unsigned char *public_key, const unsigned char *private_key) { ^~~~~~~~~~~~ Ed25519.xs:151:70: warning: pointer targets in passing argument 5 of 'ed25519_sign' differ in signedness [-Wpointer-sign] ed25519_sign (signature, message_p, message_l, public_key_p, private_key_p); ^~~~~~~~~~~~~ In file included from Ed25519.xs:39: ed25519/src/sign.c:7:6: note: expected 'const unsigned char *' but argument is of type 'char *' void ed25519_sign(unsigned char *signature, const unsigned char *message, size_t message_len, const unsigned char *public_key, const unsigned char *private_key) { ^~~~~~~~~~~~ In file included from /usr/lib/perl5/CORE/perl.h:5644, from Ed25519.xs:2: Ed25519.xs:154:28: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness [-Wpointer-sign] RETVAL = newSVpvn (signature, sizeof signature); ^~~~~~~~~ /usr/lib/perl5/CORE/embed.h:420:44: note: in definition of macro 'newSVpvn' #define newSVpvn(a,b) Perl_newSVpvn(aTHX_ a,b) ^ In file included from /usr/lib/perl5/CORE/perl.h:5609, from Ed25519.xs:2: /usr/lib/perl5/CORE/proto.h:2316:19: note: expected 'const char * const' but argument is of type 'unsigned char *' PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const s, const STRLEN len) ^~~~~~~~~~~~~ Ed25519.xs: In function 'XS_Crypt__Ed25519_verify': Ed25519.xs:175:34: warning: pointer targets in passing argument 1 of 'ed25519_verify' differ in signedness [-Wpointer-sign] RETVAL = ed25519_verify (signature_p, message_p, message_l, public_key_p); ^~~~~~~~~~~ In file included from Ed25519.xs:40: ed25519/src/verify.c:47:5: note: expected 'const unsigned char *' but argument is of type 'char *' int ed25519_verify(const unsigned char *signature, const unsigned char *message, size_t message_len, const unsigned char *public_key) { ^~~~~~~~~~~~~~ Ed25519.xs:175:47: warning: pointer targets in passing argument 2 of 'ed25519_verify' differ in signedness [-Wpointer-sign] RETVAL = ed25519_verify (signature_p, message_p, message_l, public_key_p); ^~~~~~~~~ In file included from Ed25519.xs:40: ed25519/src/verify.c:47:5: note: expected 'const unsigned char *' but argument is of type 'char *' int ed25519_verify(const unsigned char *signature, const unsigned char *message, size_t message_len, const unsigned char *public_key) { ^~~~~~~~~~~~~~ Ed25519.xs:175:69: warning: pointer targets in passing argument 4 of 'ed25519_verify' differ in signedness [-Wpointer-sign] RETVAL = ed25519_verify (signature_p, message_p, message_l, public_key_p); ^~~~~~~~~~~~ In file included from Ed25519.xs:40: ed25519/src/verify.c:47:5: note: expected 'const unsigned char *' but argument is of type 'char *' int ed25519_verify(const unsigned char *signature, const unsigned char *message, size_t message_len, const unsigned char *public_key) { ^~~~~~~~~~~~~~ In file included from Ed25519.xs:30: Ed25519.c: At top level: ed25519/src/ed25519.h:35:23: warning: 'ed25519_add_scalar' declared 'static' but never defined [-Wunused-function] void ED25519_DECLSPEC ed25519_add_scalar(unsigned char *public_key, unsigned char *private_key, const unsigned char *scalar); ^~~~~~~~~~~~~~~~~~ ed25519/src/ed25519.h:37:23: warning: 'ed25519_key_exchange' declared 'static' but never defined [-Wunused-function] void ED25519_DECLSPEC ed25519_key_exchange(unsigned char *shared_secret, const unsigned char *public_key, const unsigned char *private_key); ^~~~~~~~~~~~~~~~~~~~ In file included from Ed25519.xs:36: ed25519/src/seed.c: In function 'ed25519_create_seed': ed25519/src/seed.c:33:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(seed, 1, 32, f); ^~~~~~~~~~~~~~~~~~~~~ In file included from Ed25519.xs:45: At top level: ed25519/src/fe.c:779:6: warning: 'fe_mul121666' defined but not used [-Wunused-function] void fe_mul121666(fe h, fe f) { ^~~~~~~~~~~~ ed25519/src/fe.c:197:6: warning: 'fe_cswap' defined but not used [-Wunused-function] void fe_cswap(fe f,fe g,unsigned int b) { ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/Crypt-Ed25519-1.04' make: Entering directory '/usr/src/RPM/BUILD/Crypt-Ed25519-1.04' rm -f blib/arch/auto/Crypt/Ed25519/Ed25519.so gcc -lpthread -shared -L/usr/local/lib -fstack-protector-strong Ed25519.o -o blib/arch/auto/Crypt/Ed25519/Ed25519.so \ \ -L/usr/lib/perl5/CORE -lperl -lpthread chmod 755 blib/arch/auto/Crypt/Ed25519/Ed25519.so make: Leaving directory '/usr/src/RPM/BUILD/Crypt-Ed25519-1.04' + : 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/Crypt-Ed25519-1.04' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Ed25519.bs blib/arch/auto/Crypt/Ed25519/Ed25519.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_load.t .... ok t/01_python.t .. ok t/02_native.t .. ok All tests successful. Files=3, Tests=3159, 1 wallclock secs ( 0.17 usr 0.00 sys + 0.83 cusr 0.07 csys = 1.07 CPU) Result: PASS make: Leaving directory '/usr/src/RPM/BUILD/Crypt-Ed25519-1.04' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.49407 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Crypt-Ed25519-buildroot + : + /bin/rm -rf -- /usr/src/tmp/perl-Crypt-Ed25519-buildroot + cd Crypt-Ed25519-1.04 + 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-Crypt-Ed25519-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install make: Entering directory '/usr/src/RPM/BUILD/Crypt-Ed25519-1.04' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Ed25519.bs blib/arch/auto/Crypt/Ed25519/Ed25519.bs 644 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/tmp/perl-Crypt-Ed25519-buildroot/usr/lib/perl5/auto/Crypt/Ed25519/Ed25519.so Installing /usr/src/tmp/perl-Crypt-Ed25519-buildroot/usr/lib/perl5/Crypt/Ed25519.pm make: Leaving directory '/usr/src/RPM/BUILD/Crypt-Ed25519-1.04' + _perl_vendor_check_buildroot + : prompting for files that contain /usr/local + find /usr/src/tmp/perl-Crypt-Ed25519-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';' Binary file /usr/src/tmp/perl-Crypt-Ed25519-buildroot/usr/lib/perl5/auto/Crypt/Ed25519/Ed25519.so matches + : prompting for files that contain /tmp + find /usr/src/tmp/perl-Crypt-Ed25519-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-Crypt-Ed25519-buildroot (auto) removed './usr/lib/perl5/auto/Crypt/Ed25519/.packlist' mode of './usr/lib/perl5/auto/Crypt/Ed25519/Ed25519.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/perl-Crypt-Ed25519-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/perl-Crypt-Ed25519-buildroot/ (default) Compressing files in /usr/src/tmp/perl-Crypt-Ed25519-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-Crypt-Ed25519-buildroot ./usr/lib: Verifying ELF objects in /usr/src/tmp/perl-Crypt-Ed25519-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-Crypt-Ed25519-1.04-alt1.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.49407 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Crypt-Ed25519-1.04 + DOCDIR=/usr/src/tmp/perl-Crypt-Ed25519-buildroot/usr/share/doc/perl-Crypt-Ed25519-1.04 + export DOCDIR + rm -rf /usr/src/tmp/perl-Crypt-Ed25519-buildroot/usr/share/doc/perl-Crypt-Ed25519-1.04 + /bin/mkdir -p /usr/src/tmp/perl-Crypt-Ed25519-buildroot/usr/share/doc/perl-Crypt-Ed25519-1.04 + cp -prL Changes README /usr/src/tmp/perl-Crypt-Ed25519-buildroot/usr/share/doc/perl-Crypt-Ed25519-1.04 + chmod -R go-w /usr/src/tmp/perl-Crypt-Ed25519-buildroot/usr/share/doc/perl-Crypt-Ed25519-1.04 + chmod -R a+rX /usr/src/tmp/perl-Crypt-Ed25519-buildroot/usr/share/doc/perl-Crypt-Ed25519-1.04 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FEUrPh 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.FI5KHL find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) /usr/src/tmp/perl-Crypt-Ed25519-buildroot/usr/lib/perl5/Crypt/Ed25519.pm syntax OK Provides: perl(Crypt/Ed25519.pm) = 1.040 Requires: /usr/lib/perl5, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.4), libperl-5.26.so >= set:okjB3gOlgpCTTFhKuP7paLcLuV5gx0MKmFUZffvR1, libpthread.so.0(GLIBC_2.0), perl(XSLoader.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.8KsCYx Creating perl-Crypt-Ed25519-debuginfo package Processing files: perl-Crypt-Ed25519-debuginfo-1.04-alt1.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sYZUwA find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Kn4PHO find-requires: running scripts (debuginfo) Requires: perl-Crypt-Ed25519 = 1.04-alt1.1, debug(libc.so.6), debug(libperl-5.26.so), debug(libpthread.so.0) Wrote: /usr/src/RPM/RPMS/i586/perl-Crypt-Ed25519-1.04-alt1.1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/perl-Crypt-Ed25519-debuginfo-1.04-alt1.1.i586.rpm 6.82user 0.62system 0:12.46elapsed 59%CPU (0avgtext+0avgdata 64856maxresident)k 0inputs+0outputs (0major+213773minor)pagefaults 0swaps 15.71user 3.17system 0:28.89elapsed 65%CPU (0avgtext+0avgdata 122508maxresident)k 16inputs+0outputs (0major+615674minor)pagefaults 0swaps