Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storable compilation warnings #2488

Closed
p5pRT opened this issue Aug 29, 2000 · 1 comment
Closed

Storable compilation warnings #2488

p5pRT opened this issue Aug 29, 2000 · 1 comment

Comments

@p5pRT
Copy link

p5pRT commented Aug 29, 2000

Migrated from rt.perl.org#3938 (status was 'resolved')

Searchable as RT3938$

@p5pRT
Copy link
Author

p5pRT commented Aug 29, 2000

From @gisle

Created by gisle@eik.g.aas.no

I got the following noise from the compilation of Storable.xs in perl@​6889​:

Writing Makefile for Storable
make[1]​: Entering directory `/local/perl/build/perl-a6889/ext/Storable'
make[1]​: Leaving directory `/local/perl/build/perl-a6889/ext/Storable'
make[1]​: Entering directory `/local/perl/build/perl-a6889/ext/Storable'
cp Storable.pm ../../lib/Storable.pm
AutoSplitting ../../lib/Storable.pm (../../lib/auto/Storable)
../../miniperl -I../../lib -I../../lib ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap Storable.xs > Storable.xsc && mv Storable.xsc Storable.c
cc -c -D_REENTRANT -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.703\" -DXS_VERSION=\"0.703\" -fpic -I../.. Storable.c
Storable.xs​: In function `init_perinterp'​:
Storable.xs​:794​: warning​: pointer/integer type mismatch in conditional expression
Storable.xs​: In function `is_storing'​:
Storable.xs​:1069​: warning​: pointer/integer type mismatch in conditional expression
Storable.xs​: In function `is_retrieving'​:
Storable.xs​:1081​: warning​: pointer/integer type mismatch in conditional expression
Storable.xs​: In function `last_op_in_netorder'​:
Storable.xs​:1096​: warning​: pointer/integer type mismatch in conditional expression
Storable.xs​: In function `do_store'​:
Storable.xs​:2560​: warning​: pointer/integer type mismatch in conditional expression
Storable.xs​: In function `mbuf2sv'​:
Storable.xs​:2700​: warning​: pointer/integer type mismatch in conditional expression
Storable.xs​: In function `mstore'​:
Storable.xs​:2713​: warning​: pointer/integer type mismatch in conditional expression
Storable.xs​: In function `net_mstore'​:
Storable.xs​:2732​: warning​: pointer/integer type mismatch in conditional expression
Storable.xs​: In function `do_retrieve'​:
Storable.xs​:4191​: warning​: pointer/integer type mismatch in conditional expression
Storable.xs​: In function `dclone'​:
Storable.xs​:4382​: warning​: pointer/integer type mismatch in conditional expression
Storable.xs​:4410​: warning​: pointer/integer type mismatch in conditional expression
Running Mkbootstrap for Storable ()
chmod 644 Storable.bs

Perl Info

Flags:
    category=core
    severity=low

Site configuration information for perl v5.7.0:

Configured by gisle at Tue Aug 29 18:03:26 CEST 2000.

Summary of my perl5 (revision 5.0 version 7 subversion 0) configuration:
  Platform:
    osname=linux, osvers=2.2.14, archname=i686-linux-thread-multi
    uname='linux eik 2.2.14 #1 fri mar 17 11:59:50 gmt 2000 i686 unknown '
    config_args='-Dprefix=/local/perl/a6889_thr -Dusethreads -Dusemymalloc'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
    useperlio=undef d_sfio=undef uselargefiles=define 
    use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef
  Compiler:
    cc='cc', optimize='-O2', gccversion=2.95.2 19991024 (release), gccosandvers=
    cppflags='-D_REENTRANT -fno-strict-aliasing -I/usr/local/include'
    ccflags ='-D_REENTRANT -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    stdchar='char', d_stdstdio=define, usevfork=false
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=4, usemymalloc=y, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lndbm -lgdbm -ldbm -ldb -ldl -lm -lpthread -lc -lposix -lcrypt -lutil
    libc=, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'

Locally applied patches:
    DEVEL6888


@INC for perl v5.7.0:
    /local/perl/a6889_thr/lib/5.7.0/i686-linux-thread-multi
    /local/perl/a6889_thr/lib/5.7.0
    /local/perl/a6889_thr/lib/site_perl/5.7.0/i686-linux-thread-multi
    /local/perl/a6889_thr/lib/site_perl/5.7.0
    /local/perl/a6889_thr/lib/site_perl
    .


Environment for perl v5.7.0:
    HOME=/home/gisle
    LANG=POSIX
    LANGUAGE (unset)
    LD_LIBRARY_PATH (unset)
    LOGDIR (unset)
    PATH=/local/perl/a6889_thr/bin:....
    PERL_BADLANG (unset)
    SHELL=/bin/bash


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant