Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Hi Monks, I am having difficulties installing Bio::SCF ( https://metacpan.org/release/LDS/Bio-SCF-1.01 ) packages. My earlier attempts were successful (https://bioinformaticsonline.com/pages/view/36185/installing-bioscf-perl-module), but this time it got little messy. It return following errors, can you please enlightens me with your experience.

$/Bio-SCF-1.03$ make cp SCF/Arrays.pm blib/lib/Bio/SCF/Arrays.pm cp SCF.pm blib/lib/Bio/SCF.pm Running Mkbootstrap for SCF () chmod 644 "SCF.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SCF.bs bli +b/arch/auto/Bio/SCF/SCF.bs 644 "/usr/bin/perl" "/usr/local/share/perl/5.26.1/ExtUtils/xsubpp" -typem +ap '/usr/share/perl/5.26/ExtUtils/typemap' SCF.xs > SCF.xsc Please specify prototyping behavior for SCF.xs (see perlxs manual) mv SCF.xsc SCF.c x86_64-linux-gnu-gcc -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv +-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE - +D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"1.03\" -DXS_VERSION=\"1.03 +\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.26/CORE" -DLITTLE_ENDIA +N SCF.c In file included from /usr/lib/x86_64-linux-gnu/perl/5.26/CORE/perl.h: +5644:0, from SCF.xs:5: SCF.xs: In function ‘XS_Bio__SCF_get_scf_pointer’: SCF.xs:57:20: warning: cast from pointer to integer of different size +[-Wpointer-to-int-cast] ret_val = newSViv((int)scf_data); ^ /usr/lib/x86_64-linux-gnu/perl/5.26/CORE/embed.h:413:40: note: in defi +nition of macro ‘newSViv’ #define newSViv(a) Perl_newSViv(aTHX_ a) ^ SCF.xs: In function ‘XS_Bio__SCF_get_scf_fpointer’: SCF.xs:80:20: warning: cast from pointer to integer of different size +[-Wpointer-to-int-cast] ret_val = newSViv((int)scf_data); ^ /usr/lib/x86_64-linux-gnu/perl/5.26/CORE/embed.h:413:40: note: in defi +nition of macro ‘newSViv’ #define newSViv(a) Perl_newSViv(aTHX_ a) ^ SCF.xs: In function ‘XS_Bio__SCF_scf_free’: SCF.xs:89:17: warning: cast to pointer from integer of different size +[-Wint-to-pointer-cast] scf_deallocate((Scf *)scf_pointer); ^ SCF.xs: In function ‘XS_Bio__SCF_get_comments’: SCF.xs:95:18: warning: cast to pointer from integer of different size +[-Wint-to-pointer-cast] Scf *scf_data = (Scf *)scf_pointer; ^ SCF.xs: In function ‘XS_Bio__SCF_set_comments’: SCF.xs:108:18: warning: cast to pointer from integer of different size + [-Wint-to-pointer-cast] Scf *scf_data = (Scf *)scf_pointer; ^ SCF.xs: In function ‘XS_Bio__SCF_scf_write’: SCF.xs:121:18: warning: cast to pointer from integer of different size + [-Wint-to-pointer-cast] Scf *scf_data = (Scf *)scf_pointer; ^ SCF.xs: In function ‘XS_Bio__SCF_scf_fwrite’: SCF.xs:137:18: warning: cast to pointer from integer of different size + [-Wint-to-pointer-cast] Scf *scf_data = (Scf *)scf_pointer; ^ SCF.xs: In function ‘XS_Bio__SCF_get_from_header’: SCF.xs:159:18: warning: cast to pointer from integer of different size + [-Wint-to-pointer-cast] Scf *scf_data = (Scf *)scf_pointer; ^ SCF.xs: In function ‘XS_Bio__SCF_get_at’: SCF.xs:186:18: warning: cast to pointer from integer of different size + [-Wint-to-pointer-cast] Scf *scf_data = (Scf *)scf_pointer; ^ SCF.xs: In function ‘XS_Bio__SCF_set_base_at’: SCF.xs:242:18: warning: cast to pointer from integer of different size + [-Wint-to-pointer-cast] Scf *scf_data = (Scf *)scf_pointer; ^ SCF.xs: In function ‘XS_Bio__SCF_set_at’: SCF.xs:255:18: warning: cast to pointer from integer of different size + [-Wint-to-pointer-cast] Scf *scf_data = (Scf *)scf_pointer; ^ rm -f blib/arch/auto/Bio/SCF/SCF.so LD_RUN_PATH="/usr/local/lib" x86_64-linux-gnu-gcc -shared -L/usr/loca +l/lib -fstack-protector-strong SCF.o -o blib/arch/auto/Bio/SCF/SCF. +so \ -lstaden-read -lz \ chmod 755 blib/arch/auto/Bio/SCF/SCF.so Manifying 1 pod document $/Bio-SCF-1.03$ make test "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SCF.bs bli +b/arch/auto/Bio/SCF/SCF.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::H +arness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/l +ib', 'blib/arch')" t/*.t t/scf.t .. Failed 17/18 subtests Test Summary Report ------------------- t/scf.t (Wstat: 139 Tests: 1 Failed: 0) Non-zero wait status: 139 Parse errors: Bad plan. You planned 18 tests but ran 1. Files=1, Tests=1, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.12 cusr + 0.02 csys = 0.17 CPU) Result: FAIL Failed 1/1 test programs. 0/1 subtests failed.

In reply to Bio::SCF installation error ! by jnarayan81

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-04-23 20:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found