RE: [Arsperl-users] Install problems 1.83 on Solaris 8...
Brought to you by:
jeffmurphy
|
From: Misi M. <mi...@rr...> - 2005-04-20 14:58:47
|
Mark,
I did a 'make clean', 'perl Makefile.PL' multiple times to start from
scratch. I even deleted the directory and started all over. This did not
help...
I had to do the manual steps to get it installed ok.
Best Regards - Misi, RRR AB, http://www.rrr.se
> Misi,
> I saw something in a previous message:
>> # ls -l /data/urbekl/ARSperl-1.83/blib/lib/auto/ARS
>> total 0
>
> This tells me that the directory already exists. I checked on my system
> and could not get the .ix file to be generated when the directory existed
> either. I did a 'make clean' followed by 'perl Makefile.PL' and, finally,
> by 'make'. The file then showed up.
>
> I hope this helps,
> Mark Vaughan
>
> Programmer III
>
>
>
> Direct: +1 303 802 2426
>
> Cell: +1 303 601 4434
>
> Fax: +1 303 802 1420
>
> mar...@ev...
>
> Evolving Systems, Inc.
>
> 9777 Mt. Pyramid Court, Suite 100, Englewood, CO USA 80112
>
> www.evolving.com
>
> -----Original Message-----
> From: ars...@ar...
> [mailto:ars...@ar...] On Behalf Of Misi Mladoniczky
> Sent: Friday, April 15, 2005 1:10 AM
> To: ars...@ar...
> Subject: RE: [Arsperl-users] Install problems 1.83 on Solaris 8...
>
> Hi Mark,
>
> The command you suggested created the autosplit.ix. Is there some problem
> in my Makefile!?
>
> "make test" was more successfull, and I got it to work.
>
> The "make install" did only copy the autosplit.ix, and I had to manually
> copy the following files to
> /usr/local/lib/perl5/site_perl/5.8.5/sun4-solaris/:
> _h2ph_pre.ph
> ARS.pm
> ARSar-h.pm
> ARSarerrno-h.pm
> ARSnparm.pm
> ARSnt-h.pm
> ARSnterrno-h.pm
> ARSOOform.pm
> ARSOOmsgs.pm
> ARSOOsup.pm
>
> Best Regards - Misi, RRR AB, http://www.rrr.se
>
>> It doesn't appear to be running the autosplit correctly.
>>
>> Does the file show up if you do (from the ARSperl-1.83 dir):
>> perl -e 'use AutoSplit;autosplit("ARS.pm","blib/lib/auto",0,1,1)'
>>
>> If this command works correctly you should see:
>> AutoSplitting ARS.pm (blib/lib/auto/ARS)
>>
>> and the file blib/lib/auto/ARS/autosplit.ix should now exist.
>> This should remove that 'make test' error about autosplit.ix
>>
>> Mark
>>
>> Mark Vaughan
>>
>> Programmer III
>>
>>
>>
>> Direct: +1 303 802 2426
>>
>> Cell: +1 303 601 4434
>>
>> Fax: +1 303 802 1420
>>
>> mar...@ev...
>>
>> Evolving Systems, Inc.
>>
>> 9777 Mt. Pyramid Court, Suite 100, Englewood, CO USA 80112
>>
>> www.evolving.com
>>
>>
>> -----Original Message-----
>> From: ars...@ar...
>> [mailto:ars...@ar...] On Behalf Of Misi Mladoniczky
>> Sent: Thursday, April 14, 2005 12:48 PM
>> To: ars...@ar...
>> Subject: RE: [Arsperl-users] Install problems 1.83 on Solaris 8...
>>
>> Hi Mark and Jeff,
>>
>> I am trying to compile against the 6.3 API.
>>
>> I see no errors when doing a make (after getting all the packages right
>> anyhow...).
>>
>> This is the complete output from "make":
>>
>> # make
>> cp artypes.ph blib/lib/artypes.ph
>> /usr/local/bin/perl /usr/local/lib/perl5/5.8.5/ExtUtils/xsubpp -typemap
>> /usr/local/lib/perl5/5.8.5/ExtUtils/typemap -typemap typemap ARS.xs >
>> ARS.xsc && mv ARS.xsc ARS.c
>> gcc -B/usr/ccs/bin/ -c -I/opt/arsystem/api/include -fno-strict-aliasing
>> -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O
>> -DVERSION=\"1.83\" -DXS_VERSION=\"1.83\" -fPIC
>> "-I/usr/local/lib/perl5/5.8.5/sun4-solaris/CORE" -g -DARS32 -DARS452
>> -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=5 -DPERL_BASEREV_IS=50
>> ARS.c
>> gcc -B/usr/ccs/bin/ -c -I/opt/arsystem/api/include -fno-strict-aliasing
>> -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O
>> -DVERSION=\"1.83\" -DXS_VERSION=\"1.83\" -fPIC
>> "-I/usr/local/lib/perl5/5.8.5/sun4-solaris/CORE" -g -DARS32 -DARS452
>> -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=5 -DPERL_BASEREV_IS=50
>> support.c
>> gcc -B/usr/ccs/bin/ -c -I/opt/arsystem/api/include -fno-strict-aliasing
>> -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O
>> -DVERSION=\"1.83\" -DXS_VERSION=\"1.83\" -fPIC
>> "-I/usr/local/lib/perl5/5.8.5/sun4-solaris/CORE" -g -DARS32 -DARS452
>> -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=5 -DPERL_BASEREV_IS=50
>> supportrev.c
>> Running Mkbootstrap for ARS ()
>> chmod 644 ARS.bs
>> rm -f blib/arch/auto/ARS/ARS.so
>> LD_RUN_PATH="/usr/lib" gcc -B/usr/ccs/bin/ -G -L/usr/local/lib ARS.o
>> support.o supportrev.o /opt/arsystem/api/lib/libar.a -o
>> blib/arch/auto/ARS/ARS.so -L/opt/arsystem/api/lib -lpthread
>> chmod 755 blib/arch/auto/ARS/ARS.so
>> cp ARS.bs blib/arch/auto/ARS/ARS.bs
>> chmod 644 blib/arch/auto/ARS/ARS.bs
>> # pwd
>> /data/urbekl/ARSperl-1.83
>> # ls -l /data/urbekl/ARSperl-1.83/blib/lib/auto/ARS
>> total 0
>> #
>>
>> Thanks - Misi, RRR AB, http://www.rrr.se
>>
>>> Misi,
>>> I just installed the 1.83 with the 6.0 api (from 6.3 ARServer), but I'm
>>> using Perl 5.6.1, but it shouldn't matter.
>>>
>>> Did the 'make complete okay? It should have put the autosplit.ix file
>>> in /data/urbekl/ARSperl-1.83/blib/lib/auto/ARS.
>>> Are you running the 'make test' from your install directory (presumably
>>> '/data/urbekl/ARSperl-1.83')?
>>> I ran into the 'RPC: Can't encode arguments) (ARERR #91)' error when I
>>> did not define ARTCPPORT to that matching the AR Server.
>>>
>>> I hope this helps,
>>> Mark
>>>
>>> Mark Vaughan
>>>
>>> Programmer III
>>>
>>>
>>>
>>> Direct: +1 303 802 2426
>>>
>>> Cell: +1 303 601 4434
>>>
>>> Fax: +1 303 802 1420
>>>
>>> mar...@ev...
>>>
>>> Evolving Systems, Inc.
>>>
>>> 9777 Mt. Pyramid Court, Suite 100, Englewood, CO USA 80112
>>>
>>> www.evolving.com
>>>
>>> -----Original Message-----
>>> From: ars...@ar...
>>> [mailto:ars...@ar...] On Behalf Of Misi Mladoniczky
>>> Sent: Thursday, April 14, 2005 12:03 PM
>>> To: ars...@ar...
>>> Subject: [Arsperl-users] Install problems 1.83 on Solaris 8...
>>>
>>> Hi,
>>>
>>> I am having problems doing "make test" on Solaris 8 with ARSPerl 1.83
>>> and
>>> ARAPI version 6.3.
>>>
>>> "make test" gives me a lot of errors, but I did a "make install"
>>> anyway.
>>> This is what happens when i try to use ARS:
>>> # perl
>>> use ARS;
>>> Can't locate auto/ARS/autosplit.ix in @INC (@INC contains:
>>> /usr/local/lib/perl5/5.8.5/sun4-solaris /usr/local/lib/perl5/5.8.5
>>> /usr/local/lib/perl5/site_perl/5.8.5/sun4-solaris
>>> /usr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl .)
>>> at
>>> /usr/local/lib/perl5/5.8.5/AutoLoader.pm line 160.
>>> at ARS.pm line 64
>>>
>>> This is some of the output from "make test":
>>> # make test
>>> ...
>>> t/10getlist..........Can't locate auto/ARS/autosplit.ix in @INC (@INC
>>> contains: /data/urbekl/ARSperl-1.83/blib/lib
>>> /data/urbekl/ARSperl-1.83/blib/arch
>>> /usr/local/lib/perl5/5.8.5/sun4-solaris
>>> /usr/local/lib/perl5/5.8.5/sun4-solaris /usr/local/lib/perl5/5.8.5
>>> /usr/local/lib/perl5/site_perl/5.8.5/sun4-solaris
>>> /usr/local/lib/perl5/site_perl/5.8.5/sun4-solaris
>>> /usr/local/lib/perl5/site_perl/5.8.5
>>> /usr/local/lib/perl5/site_perl/5.8.5/sun4-solaris
>>> /usr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl .
>>> /usr/local/lib/perl5/5.8.5/sun4-solaris /usr/local/lib/perl5/5.8.5
>>> /usr/local/lib/perl5/site_perl/5.8.5/sun4-solaris
>>> /usr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl .)
>>> at
>>> /usr/local/lib/perl5/5.8.5/AutoLoader.pm line 160.
>>> at ARS.pm line 64
>>> t/10getlist..........NOK 2# Failed test (t/10getlist.t at line 20)
>>> # GetListEscalation (-1) [ERROR] RPC call failed (RPC: Can't encode
>>> arguments) (ARERR #91)
>>> t/10getlist..........NOK 4# Failed test (t/10getlist.t at line 28)
>>> # GetListFilter (-1) [ERROR] RPC call failed (RPC: Can't encode
>>> arguments)
>>> (ARERR #91)
>>> t/10getlist..........NOK 6# Failed test (t/10getlist.t at line 36)
>>> # GetListSchema [ERROR] RPC call failed (RPC: Can't encode arguments)
>>> (ARERR #91)
>>> t/10getlist..........ok 9/9# Looks like you failed 3 tests of 9.
>>> t/10getlist..........dubious
>>> Test returned status 3 (wstat 768, 0x300)
>>> DIED. FAILED tests 2, 4, 6
>>> Failed 3/9 tests, 66.67% okay
>>> ...
>>> Failed Test Stat Wstat Total Fail Failed List of Failed
>>> ------------------------------------------------------------------------
>>> -------
>>> t/02export.t 0 139 ?? ?? % ??
>>> t/10alink.t 0 139 ?? ?? % ??
>>> t/10entry.t 22 5632 10 18 180.00% 2-10
>>> t/10getlist.t 3 768 9 3 33.33% 2 4 6
>>> t/12lotsoffields.t 104 102 98.08% 3-104
>>> t/13join.t 7 5 71.43% 3-7
>>> t/20merge.t 5 2 40.00% 4 6
>>> Failed 7/13 test scripts, 46.15% okay. 119/154 subtests failed, 22.73%
>>> okay.
>>> make: *** [test_dynamic] Error 29
>>> #
>>>
>>> These are the system specific things i installed prior to arsperl:
>>> binutils-2.11.2-sol8-sparc-local
>>> gcc_small-3.4.2-sol8-sparc-local
>>> libiconv-1.8-sol8-sparc-local
>>> make-3.80-sol8-sparc-local
>>> perl-5.8.5-sol8-sparc-local
>>> SUNWarc
>>> SUNWhea
>>> SUNWlibm
>>>
>>> Best Regards - Misi, RRR AB, http://www.rrr.se
>>>
>>>
>>>
>>> -------------------------------------------------------
>>> SF email is sponsored by - The IT Product Guide
>>> Read honest & candid reviews on hundreds of IT Products from real
>>> users.
>>> Discover which products truly live up to the hype. Start reading now.
>>> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>>> _______________________________________________
>>> Arsperl-users mailing list
>>> Ars...@ar...
>>> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>>>
>>>
>>>
>>> -------------------------------------------------------
>>> SF email is sponsored by - The IT Product Guide
>>> Read honest & candid reviews on hundreds of IT Products from real
>>> users.
>>> Discover which products truly live up to the hype. Start reading now.
>>> http://ads.osdn.com/?ad_ide95&alloc_id 396&opÌk
>>> _______________________________________________
>>> Arsperl-users mailing list
>>> Ars...@ar...
>>> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>>>
>>
>>
>>
>> -------------------------------------------------------
>> SF email is sponsored by - The IT Product Guide
>> Read honest & candid reviews on hundreds of IT Products from real users.
>> Discover which products truly live up to the hype. Start reading now.
>> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>> _______________________________________________
>> Arsperl-users mailing list
>> Ars...@ar...
>> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>>
>>
>>
>> -------------------------------------------------------
>> SF email is sponsored by - The IT Product Guide
>> Read honest & candid reviews on hundreds of IT Products from real users.
>> Discover which products truly live up to the hype. Start reading now.
>> http://ads.osdn.com/?ad_ide95&alloc_id 396&opÌk
>> _______________________________________________
>> Arsperl-users mailing list
>> Ars...@ar...
>> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>>
>
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Arsperl-users mailing list
> Ars...@ar...
> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_ide95&alloc_id396&opÌk
> _______________________________________________
> Arsperl-users mailing list
> Ars...@ar...
> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>
|