The following packages will be installed: perl-Math-GSL-Linalg-SVD Fetching README... 0%100%100%100%100%100%Done Fetching perl-Math-GSL-Linalg-SVD.SlackBuild... 0%100%100%100%100%100%Done Fetching perl-Math-GSL-Linalg-SVD.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Math-GSL-Linalg-SVD/ Math-GSL-Linalg-SVD/README Math-GSL-Linalg-SVD/t/ Math-GSL-Linalg-SVD/t/Math-GSL-Linalg-SVD.t Math-GSL-Linalg-SVD/Changes Math-GSL-Linalg-SVD/ppport.h Math-GSL-Linalg-SVD/SVD.c Math-GSL-Linalg-SVD/MANIFEST Math-GSL-Linalg-SVD/Makefile.PL Math-GSL-Linalg-SVD/lib/ Math-GSL-Linalg-SVD/lib/Math/ Math-GSL-Linalg-SVD/lib/Math/GSL/ Math-GSL-Linalg-SVD/lib/Math/GSL/Linalg/ Math-GSL-Linalg-SVD/lib/Math/GSL/Linalg/SVD.pm Math-GSL-Linalg-SVD/gsl.h Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Math::GSL::Linalg::SVD Writing MYMETA.yml and MYMETA.json cp lib/Math/GSL/Linalg/SVD.pm blib/lib/Math/GSL/Linalg/SVD.pm AutoSplitting blib/lib/Math/GSL/Linalg/SVD.pm (blib/lib/auto/Math/GSL/Linalg/SVD) Running Mkbootstrap for SVD () chmod 644 "SVD.bs" "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- SVD.bs blib/arch/auto/Math/GSL/Linalg/SVD/SVD.bs 644 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.0.2\" -DXS_VERSION=\"0.0.2\" -fPIC "-I/usr/lib/perl5/CORE" SVD.c SVD.xs: In function ‘XS_Math__GSL__Linalg__SVD__Matrix_new’: SVD.xs:64:12: warning: assignment to ‘Math__GSL__Linalg__SVD__Matrix’ {aka ‘gsl_vector *’} from incompatible pointer type ‘gsl_matrix *’ [-Wincompatible-pointer-types] SVD.xs: In function ‘XS_Math__GSL__Linalg__SVD__Matrix_matrix_set’: SVD.xs:75:25: warning: passing argument 1 of ‘gsl_matrix_set’ from incompatible pointer type [-Wincompatible-pointer-types] In file included from SVD.xs:4: gsl.h:42:67: note: expected ‘gsl_matrix *’ but argument is of type ‘Math__GSL__Linalg__SVD__Matrix’ {aka ‘gsl_vector *’} 42 | extern void gsl_matrix_set (gsl_matrix * m, const size_t i, const size_t j, const double x); | ~~~~~~~~~~~~~^ SVD.xs: In function ‘XS_Math__GSL__Linalg__SVD__Matrix_matrix_get’: SVD.xs:83:29: warning: passing argument 1 of ‘gsl_matrix_get’ from incompatible pointer type [-Wincompatible-pointer-types] In file included from SVD.xs:4: gsl.h:53:73: note: expected ‘const gsl_matrix *’ but argument is of type ‘Math__GSL__Linalg__SVD__Matrix’ {aka ‘gsl_vector *’} 53 | extern double gsl_matrix_get (const gsl_matrix * m, const size_t i, const size_t j); | ~~~~~~~~~~~~~~~~~~~^ SVD.xs: In function ‘XS_Math__GSL__Linalg__SVD__Matrix_SV_decomp’: SVD.xs:95:37: warning: passing argument 1 of ‘gsl_linalg_SV_decomp’ from incompatible pointer type [-Wincompatible-pointer-types] In file included from SVD.xs:4: gsl.h:51:67: note: expected ‘gsl_matrix *’ but argument is of type ‘Math__GSL__Linalg__SVD__Matrix’ {aka ‘gsl_vector *’} 51 | extern int gsl_linalg_SV_decomp (gsl_matrix * A, gsl_matrix * V, gsl_vector * S, gsl_vector * work); | ~~~~~~~~~~~~~^ SVD.xs:95:41: warning: passing argument 2 of ‘gsl_linalg_SV_decomp’ from incompatible pointer type [-Wincompatible-pointer-types] In file included from SVD.xs:4: gsl.h:51:83: note: expected ‘gsl_matrix *’ but argument is of type ‘Math__GSL__Linalg__SVD__Matrix’ {aka ‘gsl_vector *’} 51 | extern int gsl_linalg_SV_decomp (gsl_matrix * A, gsl_matrix * V, gsl_vector * S, gsl_vector * work); | ~~~~~~~~~~~~~^ SVD.xs: In function ‘XS_Math__GSL__Linalg__SVD__Matrix_SV_decomp_mod’: SVD.xs:107:41: warning: passing argument 1 of ‘gsl_linalg_SV_decomp_mod’ from incompatible pointer type [-Wincompatible-pointer-types] In file included from SVD.xs:4: gsl.h:59:67: note: expected ‘gsl_matrix *’ but argument is of type ‘Math__GSL__Linalg__SVD__Matrix’ {aka ‘gsl_vector *’} 59 | extern int gsl_linalg_SV_decomp_mod (gsl_matrix * A, gsl_matrix * X, gsl_matrix * V, gsl_vector * S, gsl_vector * work); | ~~~~~~~~~~~~~^ SVD.xs:107:44: warning: passing argument 2 of ‘gsl_linalg_SV_decomp_mod’ from incompatible pointer type [-Wincompatible-pointer-types] In file included from SVD.xs:4: gsl.h:59:83: note: expected ‘gsl_matrix *’ but argument is of type ‘Math__GSL__Linalg__SVD__Matrix’ {aka ‘gsl_vector *’} 59 | extern int gsl_linalg_SV_decomp_mod (gsl_matrix * A, gsl_matrix * X, gsl_matrix * V, gsl_vector * S, gsl_vector * work); | ~~~~~~~~~~~~~^ SVD.xs:107:47: warning: passing argument 3 of ‘gsl_linalg_SV_decomp_mod’ from incompatible pointer type [-Wincompatible-pointer-types] In file included from SVD.xs:4: gsl.h:59:99: note: expected ‘gsl_matrix *’ but argument is of type ‘Math__GSL__Linalg__SVD__Matrix’ {aka ‘gsl_vector *’} 59 | extern int gsl_linalg_SV_decomp_mod (gsl_matrix * A, gsl_matrix * X, gsl_matrix * V, gsl_vector * S, gsl_vector * work); | ~~~~~~~~~~~~~^ SVD.xs: In function ‘XS_Math__GSL__Linalg__SVD__Matrix_SV_decomp_jacobi’: SVD.xs:117:44: warning: passing argument 1 of ‘gsl_linalg_SV_decomp_jacobi’ from incompatible pointer type [-Wincompatible-pointer-types] In file included from SVD.xs:4: gsl.h:61:67: note: expected ‘gsl_matrix *’ but argument is of type ‘Math__GSL__Linalg__SVD__Matrix’ {aka ‘gsl_vector *’} 61 | extern int gsl_linalg_SV_decomp_jacobi (gsl_matrix * A, gsl_matrix * V, gsl_vector * S); | ~~~~~~~~~~~~~^ SVD.xs:117:48: warning: passing argument 2 of ‘gsl_linalg_SV_decomp_jacobi’ from incompatible pointer type [-Wincompatible-pointer-types] In file included from SVD.xs:4: gsl.h:61:83: note: expected ‘gsl_matrix *’ but argument is of type ‘Math__GSL__Linalg__SVD__Matrix’ {aka ‘gsl_vector *’} 61 | extern int gsl_linalg_SV_decomp_jacobi (gsl_matrix * A, gsl_matrix * V, gsl_vector * S); | ~~~~~~~~~~~~~^ SVD.xs: In function ‘XS_Math__GSL__Linalg__SVD__Matrix_Eigen_decomp’: SVD.xs:129:32: warning: passing argument 1 of ‘gsl_eigen_symmv’ from incompatible pointer type [-Wincompatible-pointer-types] In file included from SVD.xs:4: gsl.h:67:83: note: expected ‘gsl_matrix *’ but argument is of type ‘Math__GSL__Linalg__SVD__Matrix’ {aka ‘gsl_vector *’} 67 | extern int gsl_eigen_symmv (gsl_matrix * A, gsl_vector * eval, gsl_matrix * evec, gsl_eigen_symmv_workspace * w); | ~~~~~~~~~~~~~^ SVD.xs:129:40: warning: passing argument 3 of ‘gsl_eigen_symmv’ from incompatible pointer type [-Wincompatible-pointer-types] In file included from SVD.xs:4: gsl.h:67:118: note: expected ‘gsl_matrix *’ but argument is of type ‘Math__GSL__Linalg__SVD__Matrix’ {aka ‘gsl_vector *’} 67 | extern int gsl_eigen_symmv (gsl_matrix * A, gsl_vector * eval, gsl_matrix * evec, gsl_eigen_symmv_workspace * w); | ~~~~~~~~~~~~~^~~~ rm -f blib/arch/auto/Math/GSL/Linalg/SVD/SVD.so LD_RUN_PATH="/usr/lib" cc -shared -O2 -march=i586 -mtune=i686 -L/usr/local/lib -fstack-protector-strong SVD.o -o blib/arch/auto/Math/GSL/Linalg/SVD/SVD.so \ -lgsl -lgslcblas \ chmod 755 blib/arch/auto/Math/GSL/Linalg/SVD/SVD.so Manifying 1 pod document "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- SVD.bs blib/arch/auto/Math/GSL/Linalg/SVD/SVD.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/Math-GSL-Linalg-SVD.t .. ok All tests successful. Files=1, Tests=1, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.03 cusr 0.00 csys = 0.04 CPU) Result: PASS "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- SVD.bs blib/arch/auto/Math/GSL/Linalg/SVD/SVD.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-Math-GSL-Linalg-SVD/package-perl-Math-GSL-Linalg-SVD/usr/lib/perl5/vendor_perl/auto/Math/GSL/Linalg/SVD/SVD.so Installing /usr/src/slapt-src/perl/perl-Math-GSL-Linalg-SVD/package-perl-Math-GSL-Linalg-SVD/usr/lib/perl5/vendor_perl/Math/GSL/Linalg/SVD.pm Installing /usr/src/slapt-src/perl/perl-Math-GSL-Linalg-SVD/package-perl-Math-GSL-Linalg-SVD/usr/lib/perl5/vendor_perl/auto/Math/GSL/Linalg/SVD/autosplit.ix Installing /usr/src/slapt-src/perl/perl-Math-GSL-Linalg-SVD/package-perl-Math-GSL-Linalg-SVD/usr/man/man3/Math::GSL::Linalg::SVD.3 Appending installation info to /usr/src/slapt-src/perl/perl-Math-GSL-Linalg-SVD/package-perl-Math-GSL-Linalg-SVD/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-Math-GSL-Linalg-SVD/perl-Math-GSL-Linalg-SVD-0.0.2-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/perl-Math-GSL-Linalg-SVD-0.0.2/ usr/doc/perl-Math-GSL-Linalg-SVD-0.0.2/Changes usr/doc/perl-Math-GSL-Linalg-SVD-0.0.2/README usr/doc/perl-Math-GSL-Linalg-SVD-0.0.2/perl-Math-GSL-Linalg-SVD.SlackBuild usr/lib/ usr/lib/perl5/ usr/lib/perl5/vendor_perl/ usr/lib/perl5/vendor_perl/Math/ usr/lib/perl5/vendor_perl/Math/GSL/ usr/lib/perl5/vendor_perl/Math/GSL/Linalg/ usr/lib/perl5/vendor_perl/Math/GSL/Linalg/SVD.pm usr/lib/perl5/vendor_perl/auto/ usr/lib/perl5/vendor_perl/auto/Math/ usr/lib/perl5/vendor_perl/auto/Math/GSL/ usr/lib/perl5/vendor_perl/auto/Math/GSL/Linalg/ usr/lib/perl5/vendor_perl/auto/Math/GSL/Linalg/SVD/ usr/lib/perl5/vendor_perl/auto/Math/GSL/Linalg/SVD/SVD.so usr/lib/perl5/vendor_perl/auto/Math/GSL/Linalg/SVD/autosplit.ix usr/man/ usr/man/man3/ usr/man/man3/Math::GSL::Linalg::SVD.3.gz Slackware package /usr/src/slapt-src/perl/perl-Math-GSL-Linalg-SVD/perl-Math-GSL-Linalg-SVD-0.0.2-i586-1salix15.0.txz created. Installing package perl-Math-GSL-Linalg-SVD-0.0.2-i586-1salix15.0... | perl-Math-GSL-Linalg-SVD (Performing SVD and eigenvector decomp) | | The singular value decomposition (SVD) is an important factorization | of a rectangular real matrix. Eigendecomposition is the factorization | of a matrix into a canonical form, whereby the matrix is represented | in terms of its eigenvalues and eigenvectors. This module implements | the SVD and Eigen decomposition routines of the The GSL. | | Homepage: https://metacpan.org/pod/Math::GSL::Linalg::SVD | | | |