The following packages will be installed: perl-Data-UUID Fetching README... 0%100%100%100%100%100%Done Fetching perl-Data-UUID.SlackBuild... 0%100%100%100%100%100%Done Fetching perl-Data-UUID.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Data-UUID-1.219/ Data-UUID-1.219/Changes Data-UUID-1.219/LICENSE Data-UUID-1.219/Makefile.PL Data-UUID-1.219/MANIFEST Data-UUID-1.219/META.json Data-UUID-1.219/META.yml Data-UUID-1.219/ptable.h Data-UUID-1.219/README Data-UUID-1.219/smp-test/ Data-UUID-1.219/t/ Data-UUID-1.219/typemap Data-UUID-1.219/UUID.h Data-UUID-1.219/UUID.pm Data-UUID-1.219/UUID.xs Data-UUID-1.219/t/basic.t Data-UUID-1.219/t/from-name-collisions.t Data-UUID-1.219/t/leaky_dollar_bang.t Data-UUID-1.219/t/pod-coverage.t Data-UUID-1.219/t/pod.t Data-UUID-1.219/t/segv.t Data-UUID-1.219/t/threads.t Data-UUID-1.219/smp-test/collision.t Data-UUID-1.219/smp-test/uuid-fork.pl Checking if your kit is complete... Looks good Configured options (run perl Makefile.PL --help for how to change this): UUID state storage: /tmp default umask: 0007 Generating a Unix-style Makefile Writing Makefile for Data::UUID Writing MYMETA.yml and MYMETA.json cp UUID.pm blib/lib/Data/UUID.pm Running Mkbootstrap for UUID () chmod 644 "UUID.bs" "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- UUID.bs blib/arch/auto/Data/UUID/UUID.bs 644 "/usr/bin/perl5.34.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/usr/src/slapt-src/perl/perl-Data-UUID/Data-UUID-1.219/typemap' UUID.xs > UUID.xsc mv UUID.xsc UUID.c cc -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 -D_FORTIFY_SOURCE=2 -O2 -march=i586 -mtune=i686 -DVERSION=\"1.219\" -DXS_VERSION=\"1.219\" -fPIC "-I/usr/lib/perl5/CORE" -D_STDIR=\"/tmp\" -D__linux__ -D_DEFAULT_UMASK=0007 UUID.c In file included from UUID.xs:4: UUID.c: In function ‘XS_Data__UUID_DESTROY’: UUID.h:102:33: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 102 | # define LOCK(f) lockf(fileno(f),F_LOCK,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~ UUID.h:102:33: note: in definition of macro ‘LOCK’ 102 | # define LOCK(f) lockf(fileno(f),F_LOCK,0); | ^~~~~ UUID.h:103:33: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 103 | # define UNLOCK(f) lockf(fileno(f),F_ULOCK,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ UUID.h:103:33: note: in definition of macro ‘UNLOCK’ 103 | # define UNLOCK(f) lockf(fileno(f),F_ULOCK,0); | ^~~~~ UUID.c: In function ‘XS_Data__UUID_create’: UUID.h:102:33: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 102 | # define LOCK(f) lockf(fileno(f),F_LOCK,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~ UUID.h:102:33: note: in definition of macro ‘LOCK’ 102 | # define LOCK(f) lockf(fileno(f),F_LOCK,0); | ^~~~~ UUID.h:103:33: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 103 | # define UNLOCK(f) lockf(fileno(f),F_ULOCK,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ UUID.h:103:33: note: in definition of macro ‘UNLOCK’ 103 | # define UNLOCK(f) lockf(fileno(f),F_ULOCK,0); | ^~~~~ UUID.c: In function ‘XS_Data__UUID_new’: UUID.xs:360:7: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 360 | fread(&(RETVAL->state), sizeof(uuid_state_t), 1, fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ UUID.xs:367:7: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 367 | fread(&(RETVAL->nodeid), sizeof(uuid_node_t), 1, fd ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/Data/UUID/UUID.so cc -shared -O2 -march=i586 -mtune=i686 -L/usr/local/lib -fstack-protector-strong UUID.o -o blib/arch/auto/Data/UUID/UUID.so \ \ chmod 755 blib/arch/auto/Data/UUID/UUID.so Manifying 1 pod document "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- UUID.bs blib/arch/auto/Data/UUID/UUID.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl5.34.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/basic.t ................. ok t/from-name-collisions.t .. ok t/leaky_dollar_bang.t ..... ok t/pod-coverage.t .......... skipped: Pod coverage tests are not active. Please set $ENV{AUTHOR_TESTING} to activate. t/pod.t ................... skipped: Pod coverage tests are not active. Please set $ENV{AUTHOR_TESTING} to activate. t/segv.t .................. ok t/threads.t ............... ok All tests successful. Files=7, Tests=36, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.26 cusr 0.02 csys = 0.29 CPU) Result: PASS "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- UUID.bs blib/arch/auto/Data/UUID/UUID.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/slapt-src/perl/perl-Data-UUID/package-perl-Data-UUID/usr/lib/perl5/vendor_perl/auto/Data/UUID/UUID.so Installing /usr/src/slapt-src/perl/perl-Data-UUID/package-perl-Data-UUID/usr/lib/perl5/vendor_perl/Data/UUID.pm Installing /usr/src/slapt-src/perl/perl-Data-UUID/package-perl-Data-UUID/usr/man/man3/Data::UUID.3 Appending installation info to /usr/src/slapt-src/perl/perl-Data-UUID/package-perl-Data-UUID/usr/lib/perl5/perllocal.pod Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/perl/perl-Data-UUID/perl-Data-UUID-1.219-i486-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/perl-Data-UUID-1.219/ usr/doc/perl-Data-UUID-1.219/Changes usr/doc/perl-Data-UUID-1.219/LICENSE usr/doc/perl-Data-UUID-1.219/README usr/doc/perl-Data-UUID-1.219/perl-Data-UUID.SlackBuild usr/lib/ usr/lib/perl5/ usr/lib/perl5/vendor_perl/ usr/lib/perl5/vendor_perl/Data/ usr/lib/perl5/vendor_perl/Data/UUID.pm usr/lib/perl5/vendor_perl/auto/ usr/lib/perl5/vendor_perl/auto/Data/ usr/lib/perl5/vendor_perl/auto/Data/UUID/ usr/lib/perl5/vendor_perl/auto/Data/UUID/UUID.so usr/man/ usr/man/man3/ usr/man/man3/Data::UUID.3.gz Slackware package /usr/src/slapt-src/perl/perl-Data-UUID/perl-Data-UUID-1.219-i486-1salix15.0.txz created. Installing package perl-Data-UUID-1.219-i486-1salix15.0... | perl-Data-UUID (extension for generating UUIDs) | | This module provides a framework for generating v3 UUIDs (Universally | Unique Identifiers, also known as GUIDS (Globally Unique | Identifiers)). A UUID is 128 bits long, and is guaranteed to be | different from all other UUIDs/GUIDs generated until 3400 CE. | | Homepage: https://metacpan.org/release/RJBS/Data-UUID-1.219 | | | | |