The following packages will be installed: perl-Text-CharWidth Fetching README... 0%100%100%100%100%100%Done Fetching perl-Text-CharWidth.SlackBuild... 0%100%100%100%100%100%Done Fetching perl-Text-CharWidth.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Text-CharWidth-0.04/ Text-CharWidth-0.04/CharWidth.xs Text-CharWidth-0.04/ppport.h Text-CharWidth-0.04/t/ Text-CharWidth-0.04/t/use.t Text-CharWidth-0.04/Changes Text-CharWidth-0.04/CharWidth.pm Text-CharWidth-0.04/MANIFEST Text-CharWidth-0.04/Makefile.PL Text-CharWidth-0.04/README Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Text::CharWidth Writing MYMETA.yml and MYMETA.json cp CharWidth.pm blib/lib/Text/CharWidth.pm Running Mkbootstrap for Text::CharWidth () chmod 644 "CharWidth.bs" "/usr/bin/perl5.22.2" "/usr/share/perl5/ExtUtils/xsubpp" -typemap "/usr/share/perl5/ExtUtils/typemap" CharWidth.xs > CharWidth.xsc && mv CharWidth.xsc CharWidth.c Please specify prototyping behavior for CharWidth.xs (see perlxs manual) cc -c -I. -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=\"0.04\" -DXS_VERSION=\"0.04\" -fPIC "-I/usr/lib/perl5/CORE" CharWidth.c In file included from CharWidth.xs:5:0: ppport.h:227:0: warning: "PERL_UNUSED_DECL" redefined # define PERL_UNUSED_DECL ^ In file included from CharWidth.xs:2:0: /usr/lib/perl5/CORE/perl.h:313:0: note: this is the location of the previous definition # define PERL_UNUSED_DECL __attribute__unused__ ^ rm -f blib/arch/auto/Text/CharWidth/CharWidth.so cc -shared -O2 -march=i586 -mtune=i686 -L/usr/local/lib -fstack-protector-strong CharWidth.o -o blib/arch/auto/Text/CharWidth/CharWidth.so \ \ chmod 755 blib/arch/auto/Text/CharWidth/CharWidth.so "/usr/bin/perl5.22.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- CharWidth.bs blib/arch/auto/Text/CharWidth/CharWidth.bs 644 Manifying 1 pod document Running Mkbootstrap for Text::CharWidth () chmod 644 "CharWidth.bs" PERL_DL_NONLAZY=1 "/usr/bin/perl5.22.2" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/use.t .. ok All tests successful. Files=1, Tests=5, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.03 cusr 0.00 csys = 0.06 CPU) Result: PASS 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-Text-CharWidth/package-perl-Text-CharWidth/usr/lib/perl5/vendor_perl/auto/Text/CharWidth/CharWidth.so Installing /usr/src/slapt-src/perl/perl-Text-CharWidth/package-perl-Text-CharWidth/usr/lib/perl5/vendor_perl/Text/CharWidth.pm Installing /usr/src/slapt-src/perl/perl-Text-CharWidth/package-perl-Text-CharWidth/usr/man/man3/Text::CharWidth.3 Appending installation info to /usr/src/slapt-src/perl/perl-Text-CharWidth/package-perl-Text-CharWidth/usr/lib/perl5/perllocal.pod Slackware package maker, version 3.141593. 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-Text-CharWidth/perl-Text-CharWidth-0.04-i486-1salix.txz ./ usr/ usr/lib/ usr/lib/perl5/ usr/lib/perl5/vendor_perl/ usr/lib/perl5/vendor_perl/Text/ usr/lib/perl5/vendor_perl/Text/CharWidth.pm usr/lib/perl5/vendor_perl/auto/ usr/lib/perl5/vendor_perl/auto/Text/ usr/lib/perl5/vendor_perl/auto/Text/CharWidth/ usr/lib/perl5/vendor_perl/auto/Text/CharWidth/CharWidth.so usr/man/ usr/man/man3/ usr/man/man3/Text::CharWidth.3.gz usr/doc/ usr/doc/perl-Text-CharWidth-0.04/ usr/doc/perl-Text-CharWidth-0.04/Changes usr/doc/perl-Text-CharWidth-0.04/README usr/doc/perl-Text-CharWidth-0.04/perl-Text-CharWidth.SlackBuild install/ install/slack-desc Slackware package /usr/src/slapt-src/perl/perl-Text-CharWidth/perl-Text-CharWidth-0.04-i486-1salix.txz created. Installing package perl-Text-CharWidth-0.04-i486-1salix... | perl-Text-CharWidth (Column Computer) | | This perl module, Text::CharWidth, gets number of occupied columns of | a string on a terminal. | This module supplies features similar as wcwidth(3) and wcswidth(3) | in C language. | It computes number of columns ocuuied on the terminal by a text | string, which is not always equal to its number of characters and | depends on the encoding used. | | Parameters are to be given in locale encoding, not always in UTF-8. | |