On Thu, Oct 03, 2002 at 11:59:24PM -0700, Brian Ingerson wrote:
> http://ttul.org/~ingy/release/Inline-0.44-TRIAL2.tar.gz
> 
> Another day, another release.
> 
> This should cover most of what everybody requested today. I'd be
> appreciative if the people who requested changes could test them:
> 
>   C++ modules: Piers
>   Type modifiers: Nicholas & Clint
>   Inline::MakeMaker: Mark

I take it that this is very wrong:

$ PERL_DL_NONLAZY=1 /usr/local/bin/perl -Mblib t/01usages.t
1..7
# Running under perl version 5.009 for freebsd
# Current time local: Fri Oct  4 21:50:53 2002
# Current time GMT:   Fri Oct  4 22:50:53 2002
# Using Test.pm version 1.21
Uncaught exception from user code:
        Error. You have specified 'Foo' as an Inline programming language.

I currently only know about the following languages:
    C, c

If you have installed a support module for this language, try deleting the
config file from the following Inline DIRECTORY, and run again:

    /stuff/build/Inline-0.44-TRIAL2/_Inline_test

 at t/01usages.t line 18
BEGIN failed--compilation aborted at t/01usages.t line 18.



After a clean extraction, run of Makefile.PL, and make test I fail:

t/00init......ok                                                             
t/01usages....Uncaught exception from user code:
        Error. You have specified 'Foo' as an Inline programming language.

I currently only know about the following languages:
    C, c

If you have installed a support module for this language, try deleting the
config file from the following Inline DIRECTORY, and run again:

    /stuff/build/Inline-0.44-TRIAL2/_Inline_test

 at t/01usages.t line 18
BEGIN failed--compilation aborted at t/01usages.t line 18.
t/01usages....dubious                                                        
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-7
        Failed 7/7 tests, 0.00% okay
t/02config....Uncaught exception from user code:
        Error. You have specified 'Foo' as an Inline programming language.

I currently only know about the following languages:
    C, c

If you have installed a support module for this language, try deleting the
config file from the following Inline DIRECTORY, and run again:

    /stuff/build/Inline-0.44-TRIAL2/_Inline_test

 at t/02config.t line 17
BEGIN failed--compilation aborted at t/02config.t line 21.
t/02config....dubious                                                        
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
        Failed 2/2 tests, 0.00% okay
t/03errors....ok 2/3Undefined subroutine &Inline::Foo::usage_config called at 
t/03errors.t line 41.
BEGIN failed--compilation aborted at t/03errors.t line 42 (#1)
Uncaught exception from user code:
        Undefined subroutine &Inline::Foo::usage_config called at t/03errors.t line 41.
BEGIN failed--compilation aborted at t/03errors.t line 42.
t/03errors....dubious                                                        
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 3
        Failed 1/3 tests, 66.67% okay
t/04create....Error. You have specified 'Foo' as an Inline programming language.

I currently only know about the following languages:
    C, c

If you have installed a support module for this language, try deleting the
config file from the following Inline DIRECTORY, and run again:

    /stuff/build/Inline-0.44-TRIAL2/_Inline

 at t/04create.t line 0
INIT failed--call queue aborted (#1)
    (F) An untrapped exception was raised while executing a CHECK, INIT, or
    END subroutine.  Processing of the remainder of the queue of such
    routines has been prematurely ended.
    
Uncaught exception from user code:
        Error. You have specified 'Foo' as an Inline programming language.

I currently only know about the following languages:
    C, c

If you have installed a support module for this language, try deleting the
config file from the following Inline DIRECTORY, and run again:

    /stuff/build/Inline-0.44-TRIAL2/_Inline

 at t/04create.t line 0
INIT failed--call queue aborted.
t/04create....dubious                                                        
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
        Failed 1/1 tests, 0.00% okay
t/05files.....skipped
        all skipped: no reason given
Failed Test  Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/01usages.t  255 65280     7    7 100.00%  1-7
t/02config.t  255 65280     2    2 100.00%  1-2
t/03errors.t  255 65280     3    1  33.33%  3
t/04create.t  255 65280     1    1 100.00%  1
1 test skipped.
Failed 4/6 test scripts, 33.33% okay. 11/14 subtests failed, 21.43% okay.


I'm not quite sure what is wrong. /usr/local/bin/perl -V looks like this:

Summary of my perl5 (revision 5.0 version 9 subversion 0 patch 17937) configuration:
  Platform:
    osname=freebsd, osvers=4.6-release, archname=i386-freebsd
    uname='freebsd thinking-cap.moo 4.6-release freebsd 4.6-release #0: sat jul 13 
18:39:23 gmt 2002 [EMAIL PROTECTED]:usrlocalobjusrsrcsysthinkingcap i386 '
    config_args='-de -Dcc=ccache gcc -Dld=gcc -Dusedevel -Ubincompat5005 
-Doptimize=-Os -Uinstallusrbinperl [EMAIL PROTECTED] [EMAIL PROTECTED] 
-Dinc_version_list=  -Dinc_version_list_init=0 -Dinstallman1dir=none 
-Dinstallman3dir=none'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='ccache gcc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H 
-fno-strict-aliasing -I/usr/local/include',
    optimize='-Os',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing 
-I/usr/local/include'
    ccversion='', gccversion='2.95.3 20010315 (release) [FreeBSD]', gccosandvers=''
    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, prototype=define
  Linker and Libraries:
    ld='gcc', ldflags ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lm -lc -lcrypt -lutil
    perllibs=-lm -lc -lcrypt -lutil
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fpic', lddlflags='-shared  -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: USE_LARGE_FILES
  Locally applied patches:
        DEVEL17881
  Built under freebsd
  Compiled at Sep 27 2002 21:08:05
  @INC:
    /usr/local/lib/perl5/5.9.0/i386-freebsd
    /usr/local/lib/perl5/5.9.0
    /usr/local/lib/perl5/site_perl/5.9.0/i386-freebsd
    /usr/local/lib/perl5/site_perl/5.9.0
    /usr/local/lib/perl5/site_perl
    .


That's not the first perl in my $PATH

Nicholas Clark
-- 
Even better than the real thing:        http://nms-cgi.sourceforge.net/

Reply via email to