Thread: [Arsperl-users] Make test errors for ARSperl-1.91 on Solaris 10
Brought to you by:
jeffmurphy
|
From: Andrews, A. <Ant...@de...> - 2008-09-03 17:50:22
|
# perl Makefile.PL
Building against perl 5.008004
Generating support.h file..
Processing AR_STRUCT_ITEM codes..
Processing AR_SERVER_STAT codes..
Processing AR_SCHEMA codes..
Processing AR_COM_PARM codes..
Processing AR_COM_METHOD codes..
Processing AR_DDE codes..
Processing AR_ACTIVE_LINK_ACTION codes..
Processing AR_ACTIVE_LINK_ACTION_OPEN codes..
Processing AR_CHAR_MENU_DD type codes..
Processing AR_CHAR_MENU_DD name codes..
Processing AR_CHAR_MENU_DD value format..
Processing AR_CHAR_MENU codes..
Processing AR_FILTER_ACTION codes..
Processing AR_MENU_REFRESH codes..
Processing AR_PERMISSIONS (Schema) codes..
Processing AR_PERMISSIONS (Field) codes..
Processing AR_DATA_TYPE codes..
Processing AR_BYTE_LIST codes..
Processing AR_NO_MATCH codes..
Processing AR_MULTI_MATCH codes..
Processing AR_RETURN codes..
Processing AR_FUNCTION codes..
Processing ARCON codes..
Processing ARCONOWNER codes..
Processing ARREF codes..
Processing AR_KEYWORD codes..
Processing AR_SERVER_INFO codes..
Generating serverTypeInfoHints.h ..
Converting C header files to perl modules ..
Configuring with options:
ARSVERSION = 7.10
ARSAPI = /opt/remedy/api
AUTODEFINES = -g -DARS32 -DARS452 -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=4 -DPERL_BASEREV_IS=50
Checking if your kit is complete...
Looks good
Writing Makefile for ARS
=== ARSperl 'make test' configuration. ===
Please enter the following information. This information will be
recorded in ./t/config.cache
If you want to skip the 'make test' step, just hit ENTER
three times. You can configure it later by either re-running
'perl Makefile.PL' or by editting ./t/config.cache
Fair warning: you probably don't want to run 'make test' against a
production ARSystem server.
Server Name [maverick]:
Admin Username [NetcoolANN]:
Admin Password [netcool]:
Type 'make' (windows: 'nmake') to build ARSperl.
Type 'make test' to test ARSperl before installing.
Type 'make install' to install ARSperl. |
|
From: Axton <axt...@gm...> - 2008-09-03 18:10:45
|
Can't load '/tmp/ARSperl-1.91/blib/arch/auto/ARS/ARS.so' for module ARS: ld.so.1: perl: fatal: libicudatabmc.so.32: open failed: No such file or directory at /usr/perl5/5.8.4/lib/sun4-solaris-64int/DynaLoader.pm line 230. The test can not link to libicudatabmc.so.32. Make sure libicudatabmc.so.32 is included in your LD_LIBRARY_PATH. Also, it appears you are using a 64-bit perl interpreter. Axton Grams On Wed, Sep 3, 2008 at 1:35 PM, Andrews, Anthony < Ant...@de...> wrote: > I am trying to install ARSperl-1.91 on to a Sun Sparc box running Solaris > 10 and perl 5.8.4. The output of the makefile.pl, make and make test are > attached as well as the perl-V output. > > The settings from the Makefile.PL that I am using are: > $ARSAPI = "/opt/remedy/api" > $ARSVERSION = 7.1 > $ENCRYPT = 0 > > > $PATH=/usr/openwin/bin:/usr/dt/bin:/usr/bin:/usr/sbin:/usr/local/bin:/opt/SUNWspro/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/S > > The sun C and C++ compilers are installed as well as gcc which came with > Solaris10 > ** > ** > ** > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > -- > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > |
|
From: Andrews, A. <Ant...@de...> - 2008-09-03 18:49:48
|
# make
cp ARSarerrno-h.pm blib/lib/ARSarerrno-h.pm
cp ARSnparm.pm blib/lib/ARSnparm.pm
cp artypes.ph blib/lib/artypes.ph
cp _h2ph_pre.ph blib/lib/_h2ph_pre.ph
cp ARSar-h.pm blib/lib/ARSar-h.pm
cp ARSnterrno-h.pm blib/lib/ARSnterrno-h.pm
cp ARSnt-h.pm blib/lib/ARSnt-h.pm
cp ARSOOsup.pm blib/lib/ARSOOsup.pm
cp ARSOOmsgs.pm blib/lib/ARSOOmsgs.pm
cp ARSOOform.pm blib/lib/ARSOOform.pm
cp ARS.pm blib/lib/ARS.pm
AutoSplitting blib/lib/ARS.pm (blib/lib/auto/ARS)
/usr/bin/perl /usr/perl5/5.8.4/lib/ExtUtils/xsubpp -typemap /usr/perl5/5.8.4/lib/ExtUtils/typemap -typemap typemap ARS.xs > ARS.xsc && mv ARS.xsc ARS.c
cc -c -I/opt/remedy/api/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff -DVERSION=\"1.91\" -DXS_VERSION=\"1.91\" -KPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" -g -DARS32 -DARS452 -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=4 -DPERL_BASEREV_IS=50 ARS.c
cc -c -I/opt/remedy/api/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff -DVERSION=\"1.91\" -DXS_VERSION=\"1.91\" -KPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" -g -DARS32 -DARS452 -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=4 -DPERL_BASEREV_IS=50 support.c
"support.c", line 3358: warning: argument #2 is incompatible with prototype:
prototype: pointer to unsigned int : "support.c", line 825
argument : pointer to int
cc -c -I/opt/remedy/api/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff -DVERSION=\"1.91\" -DXS_VERSION=\"1.91\" -KPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" -g -DARS32 -DARS452 -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=4 -DPERL_BASEREV_IS=50 supportrev.c
"supportrev.c", line 1244: warning: argument #2 is incompatible with prototype:
prototype: pointer to unsigned int : "/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE/proto.h", line 1289
argument : pointer to int
cc -c -I/opt/remedy/api/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff -DVERSION=\"1.91\" -DXS_VERSION=\"1.91\" -KPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" -g -DARS32 -DARS452 -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=4 -DPERL_BASEREV_IS=50 supportrev_generated.c
Running Mkbootstrap for ARS ()
chmod 644 ARS.bs
rm -f blib/arch/auto/ARS/ARS.so
LD_RUN_PATH="/lib:/opt/remedy/api/lib" cc -G ARS.o support.o supportrev.o supportrev_generated.o /opt/remedy/api/lib/libar.a -o blib/arch/auto/ARS/ARS.so -L/opt/remedy/api/lib -lpthread -licuucbmc -licui18nbmc
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
[root@netcool2 ARSperl-1.91] # make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00connect.............ok
t/01import..............ok
t/02export..............ok
t/09qualifier...........ok
t/10alink...............ok
t/10entry...............ok
t/10getescalation.......ok
t/10getftinfo...........ok
t/10getlist.............ok
t/11entry...............ok
t/12lotsoffields........ok
t/13join................ok
t/20merge...............ok
t/21setlogging..........Use of uninitialized value in sprintf at /tmp/ARSperl-1.91/blib/lib/ARS.pm line 49.
Use of uninitialized value in sprintf at /tmp/ARSperl-1.91/blib/lib/ARS.pm line 49.
Use of uninitialized value in sprintf at /tmp/ARSperl-1.91/blib/lib/ARS.pm line 49.
t/21setlogging..........ok
t/31createschema........ok 2/6ars_SetVUI( ARSperl Test3 (copy), 536870912 ): [ERROR] Message not in catalog; Message number = 102 (-) (ARERR #102)
t/31createschema........dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 3-6
Failed 4/6 tests, 33.33% okay
t/32createcontainer.....ok 1/2Use of uninitialized value in subroutine entry at t/32createcontainer.t line 62.
Use of uninitialized value in subroutine entry at t/32createcontainer.t line 62.
Use of uninitialized value in subroutine entry at t/32createcontainer.t line 62.
Use of uninitialized value in subroutine entry at t/32createcontainer.t line 62.
t/32createcontainer.....ok
t/33setcontainer........ok 1/2Use of uninitialized value in subroutine entry at t/33setcontainer.t line 83.
Use of uninitialized value in subroutine entry at t/33setcontainer.t line 83.
Use of uninitialized value in subroutine entry at t/33setcontainer.t line 83.
Use of uninitialized value in subroutine entry at t/33setcontainer.t line 83.
Use of uninitialized value in subroutine entry at t/33setcontainer.t line 83.
Use of uninitialized value in subroutine entry at t/33setcontainer.t line 83.
Use of uninitialized value in subroutine entry at t/33setcontainer.t line 83.
Use of uninitialized value in subroutine entry at t/33setcontainer.t line 83.
Use of uninitialized value in subroutine entry at t/33setcontainer.t line 83.
Use of uninitialized value in subroutine entry at t/33setcontainer.t line 83.
t/33setcontainer........ok
t/34createactlink.......ok
t/35setactlink..........ok
t/36createfilter........ok
t/37setfilter...........ok
t/38createescalation....ok
t/39setescalation.......ok
t/40createcharmenu......ok 1/2Use of uninitialized value in subroutine entry at t/40createcharmenu.t line 59.
Use of uninitialized value in subroutine entry at t/40createcharmenu.t line 59.
Use of uninitialized value in subroutine entry at t/40createcharmenu.t line 59.
Use of uninitialized value in subroutine entry at t/40createcharmenu.t line 59.
t/40createcharmenu......ok
t/41setcharmenu.........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/31createschema.t 2 512 6 8 133.33% 3-6
Failed 1/25 test scripts, 96.00% okay. 4/200 subtests failed, 98.00% okay.
*** Error code 29
make: Fatal error: Command failed for target `test_dynamic' |
|
From: Axton <axt...@gm...> - 2008-09-03 23:00:57
|
What version/patch of the api is located in /opt/remedy/api? Axton Grams On Wed, Sep 3, 2008 at 2:49 PM, Andrews, Anthony < Ant...@de...> wrote: > I took the first bit of your advice and did a search for that file to add > it's location to the LD_LIBRARY_PATH. > > # find / -name libicudatabmc.so > /opt/remedy/api/lib/libicudatabmc.so > /tmp/lib/libicudatabmc.so > > # export LD_LIBRARY_PATH=/usr/openwin/lib:/opt/remedy/api/lib > > # echo $LD_LIBRARY_PATH > /usr/openwin/lib:/opt/remedy/api/lib > > With the new path I received the output from the make and make test at 98% > successful but still had a fatal error. (see attached). > > Can I make the interpretor use the 32 bit version manually? > ** > > ------------------------------ > *From:* ars...@ar... [mailto: > ars...@ar...] *On Behalf Of *Axton > *Sent:* Wednesday, September 03, 2008 2:03 PM > *To:* ARSperl User Discussion > *Subject:* Re: [Arsperl-users] Make test errors for ARSperl-1.91 on > Solaris 10 > > Can't load '/tmp/ARSperl-1.91/blib/arch/auto/ARS/ARS.so' for module ARS: > ld.so.1: perl: fatal: libicudatabmc.so.32: open failed: No such file or > directory at /usr/perl5/5.8.4/lib/sun4-solaris-64int/DynaLoader.pm line 230. > > The test can not link to libicudatabmc.so.32. Make sure > libicudatabmc.so.32 is included in your LD_LIBRARY_PATH. Also, it appears > you are using a 64-bit perl interpreter. > > Axton Grams > > On Wed, Sep 3, 2008 at 1:35 PM, Andrews, Anthony < > Ant...@de...> wrote: > >> I am trying to install ARSperl-1.91 on to a Sun Sparc box running >> Solaris 10 and perl 5.8.4. The output of the makefile.pl, make and make >> test are attached as well as the perl-V output. >> >> The settings from the Makefile.PL that I am using are: >> $ARSAPI = "/opt/remedy/api" >> $ARSVERSION = 7.1 >> $ENCRYPT = 0 >> >> >> $PATH=/usr/openwin/bin:/usr/dt/bin:/usr/bin:/usr/sbin:/usr/local/bin:/opt/SUNWspro/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/S >> >> The sun C and C++ compilers are installed as well as gcc which came with >> Solaris10 >> ** >> ** >> ** >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> >> >> -- >> Arsperl-users mailing list >> Ars...@ar... >> https://lists.sourceforge.net/lists/listinfo/arsperl-users >> >> > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > -- > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > |
|
From: Andrews, A. <Ant...@de...> - 2008-09-04 14:02:08
|
The person that installed remedy is telling me that it is 7.1 p1. Anthony Andrews Systems Engineer I ITS Network Operations Support deltacomz (919) 277-7178 ________________________________ From: ars...@ar... [mailto:ars...@ar...] On Behalf Of Axton Sent: Wednesday, September 03, 2008 7:01 PM To: ARSperl User Discussion Subject: Re: [Arsperl-users] Make test errors for ARSperl-1.91 on Solaris 10 What version/patch of the api is located in /opt/remedy/api? Axton Grams On Wed, Sep 3, 2008 at 2:49 PM, Andrews, Anthony <Ant...@de...> wrote: I took the first bit of your advice and did a search for that file to add it's location to the LD_LIBRARY_PATH. # find / -name libicudatabmc.so /opt/remedy/api/lib/libicudatabmc.so /tmp/lib/libicudatabmc.so # export LD_LIBRARY_PATH=/usr/openwin/lib:/opt/remedy/api/lib # echo $LD_LIBRARY_PATH /usr/openwin/lib:/opt/remedy/api/lib With the new path I received the output from the make and make test at 98% successful but still had a fatal error. (see attached). Can I make the interpretor use the 32 bit version manually? ________________________________ From: ars...@ar... [mailto:ars...@ar...] On Behalf Of Axton Sent: Wednesday, September 03, 2008 2:03 PM To: ARSperl User Discussion Subject: Re: [Arsperl-users] Make test errors for ARSperl-1.91 on Solaris 10 Can't load '/tmp/ARSperl-1.91/blib/arch/auto/ARS/ARS.so' for module ARS: ld.so.1: perl: fatal: libicudatabmc.so.32: open failed: No such file or directory at /usr/perl5/5.8.4/lib/sun4-solaris-64int/DynaLoader.pm line 230. The test can not link to libicudatabmc.so.32. Make sure libicudatabmc.so.32 is included in your LD_LIBRARY_PATH. Also, it appears you are using a 64-bit perl interpreter. Axton Grams On Wed, Sep 3, 2008 at 1:35 PM, Andrews, Anthony <Ant...@de...> wrote: I am trying to install ARSperl-1.91 on to a Sun Sparc box running Solaris 10 and perl 5.8.4. The output of the makefile.pl, make and make test are attached as well as the perl-V output. The settings from the Makefile.PL that I am using are: $ARSAPI = "/opt/remedy/api" $ARSVERSION = 7.1 $ENCRYPT = 0 $PATH=/usr/openwin/bin:/usr/dt/bin:/usr/bin:/usr/sbin:/usr/local/bin:/op t/SUNWspro/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/S The sun C and C++ compilers are installed as well as gcc which came with Solaris10 ------------------------------------------------------------------------ - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ -- Arsperl-users mailing list Ars...@ar... https://lists.sourceforge.net/lists/listinfo/arsperl-users ------------------------------------------------------------------------ - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ -- Arsperl-users mailing list Ars...@ar... https://lists.sourceforge.net/lists/listinfo/arsperl-users |
|
From: Axton <axt...@gm...> - 2008-09-04 15:01:27
|
t/31createschema........ok 2/6ars_SetVUI( ARSperl Test3 (copy), 536870912 ):
[ERROR] Message not in catalog; Message number = 102 (-) (ARERR #102)
t/31createschema........dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 3-6
Failed 4/6 tests, 33.33% okay
The function prototype for ARSetVUI has not changed between 7.1 and 6.0.1.
ARERR 102: "Name parameter (or name field in a parameter) is empty.
The operation being performed requires a name specification for an item, but
no name was specified. Specify a value for the name parameter, and retry the
operation."
The breakage occurs here in 31createschema.t:
$vuiSt->{vuiName} .= " $vuiId_New";
print "SET VUI $vuiId_New\n";
$ret = ars_SetVUI( $ctrl, $formNew, $vuiId_New, $vuiSt );
die "ars_SetVUI( $formNew, $vuiId_New ): $ars_errstr\n" if $ars_errstr;
printStatus( $ret, 3, 'set vui' );
Is there more detailed output from the tests that is available?
Specifically, where does the output from "print "SET VUI $vuiId_New\n";" and
family go?
Axton Grams
On Thu, Sep 4, 2008 at 10:02 AM, Andrews, Anthony <
Ant...@de...> wrote:
> The person that installed remedy is telling me that it is 7.1 p1.
>
> *Anthony Andrews*
> *Systems Engineer I*
> *ITS Network Operations Support*
> *deltacomz*
> *(919) 277-7178*
>
>
> ------------------------------
> *From:* ars...@ar... [mailto:
> ars...@ar...] *On Behalf Of *Axton
> *Sent:* Wednesday, September 03, 2008 7:01 PM
>
> *To:* ARSperl User Discussion
> *Subject:* Re: [Arsperl-users] Make test errors for ARSperl-1.91 on
> Solaris 10
>
> What version/patch of the api is located in /opt/remedy/api?
>
> Axton Grams
>
> On Wed, Sep 3, 2008 at 2:49 PM, Andrews, Anthony <
> Ant...@de...> wrote:
>
>> I took the first bit of your advice and did a search for that file to
>> add it's location to the LD_LIBRARY_PATH.
>>
>> # find / -name libicudatabmc.so
>> /opt/remedy/api/lib/libicudatabmc.so
>> /tmp/lib/libicudatabmc.so
>>
>> # export LD_LIBRARY_PATH=/usr/openwin/lib:/opt/remedy/api/lib
>>
>> # echo $LD_LIBRARY_PATH
>> /usr/openwin/lib:/opt/remedy/api/lib
>>
>> With the new path I received the output from the make and make test at 98%
>> successful but still had a fatal error. (see attached).
>>
>> Can I make the interpretor use the 32 bit version manually?
>> **
>>
>> ------------------------------
>> *From:* ars...@ar... [mailto:
>> ars...@ar...] *On Behalf Of *Axton
>> *Sent:* Wednesday, September 03, 2008 2:03 PM
>> *To:* ARSperl User Discussion
>> *Subject:* Re: [Arsperl-users] Make test errors for ARSperl-1.91 on
>> Solaris 10
>>
>> Can't load '/tmp/ARSperl-1.91/blib/arch/auto/ARS/ARS.so' for module
>> ARS: ld.so.1: perl: fatal: libicudatabmc.so.32: open failed: No such file or
>> directory at /usr/perl5/5.8.4/lib/sun4-solaris-64int/DynaLoader.pm line 230.
>>
>> The test can not link to libicudatabmc.so.32. Make sure
>> libicudatabmc.so.32 is included in your LD_LIBRARY_PATH. Also, it appears
>> you are using a 64-bit perl interpreter.
>>
>> Axton Grams
>>
>> On Wed, Sep 3, 2008 at 1:35 PM, Andrews, Anthony <
>> Ant...@de...> wrote:
>>
>>> I am trying to install ARSperl-1.91 on to a Sun Sparc box running
>>> Solaris 10 and perl 5.8.4. The output of the makefile.pl, make and make
>>> test are attached as well as the perl-V output.
>>>
>>> The settings from the Makefile.PL that I am using are:
>>> $ARSAPI = "/opt/remedy/api"
>>> $ARSVERSION = 7.1
>>> $ENCRYPT = 0
>>>
>>>
>>> $PATH=/usr/openwin/bin:/usr/dt/bin:/usr/bin:/usr/sbin:/usr/local/bin:/opt/SUNWspro/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/S
>>>
>>> The sun C and C++ compilers are installed as well as gcc which came with
>>> Solaris10
>>> **
>>> **
>>> **
>>>
>>> -------------------------------------------------------------------------
>>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>>> challenge
>>> Build the coolest Linux based applications with Moblin SDK & win great
>>> prizes
>>> Grand prize is a trip for two to an Open Source event anywhere in the
>>> world
>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>>>
>>>
>>> --
>>> Arsperl-users mailing list
>>> Ars...@ar...
>>> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>>>
>>>
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the
>> world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>>
>>
>> --
>> Arsperl-users mailing list
>> Ars...@ar...
>> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>>
>>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>
>
> --
> Arsperl-users mailing list
> Ars...@ar...
> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>
>
|
|
From: Andrews, A. <Ant...@de...> - 2008-09-04 19:12:05
|
Axton,
I had the admin who is using ARSperl to give it a try just to see if it
works and he says that it is working so far.
As far as more detailed output goes, I have no clue as to where the
output from "print "SET VUI $vuiId_New\n";" goes. The only output I can
capture that I know how to do is what I have already sent you.
Sorry I can not help you any more, I am still pretty inexperienced with
trouble shooting applications. Thank you for all of you help though.
________________________________
From: ars...@ar...
[mailto:ars...@ar...] On Behalf Of Axton
Sent: Thursday, September 04, 2008 11:01 AM
To: ARSperl User Discussion
Subject: Re: [Arsperl-users] Make test errors for ARSperl-1.91 on
Solaris 10
t/31createschema........ok 2/6ars_SetVUI( ARSperl Test3 (copy),
536870912 ): [ERROR] Message not in catalog; Message number = 102 (-)
(ARERR #102)
t/31createschema........dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 3-6
Failed 4/6 tests, 33.33% okay
The function prototype for ARSetVUI has not changed between 7.1 and
6.0.1.
ARERR 102: "Name parameter (or name field in a parameter) is empty.
The operation being performed requires a name specification for an item,
but no name was specified. Specify a value for the name parameter, and
retry the operation."
The breakage occurs here in 31createschema.t:
$vuiSt->{vuiName} .= " $vuiId_New";
print "SET VUI $vuiId_New\n";
$ret = ars_SetVUI( $ctrl, $formNew, $vuiId_New, $vuiSt );
die "ars_SetVUI( $formNew, $vuiId_New ): $ars_errstr\n" if
$ars_errstr;
printStatus( $ret, 3, 'set vui' );
Is there more detailed output from the tests that is available?
Specifically, where does the output from "print "SET VUI $vuiId_New\n";"
and family go?
Axton Grams
On Thu, Sep 4, 2008 at 10:02 AM, Andrews, Anthony
<Ant...@de...> wrote:
The person that installed remedy is telling me that it is 7.1
p1.
________________________________
From: ars...@ar...
[mailto:ars...@ar...] On Behalf Of Axton
Sent: Wednesday, September 03, 2008 7:01 PM
To: ARSperl User Discussion
Subject: Re: [Arsperl-users] Make test errors for ARSperl-1.91
on Solaris 10
What version/patch of the api is located in /opt/remedy/api?
Axton Grams
On Wed, Sep 3, 2008 at 2:49 PM, Andrews, Anthony
<Ant...@de...> wrote:
I took the first bit of your advice and did a search for
that file to add it's location to the LD_LIBRARY_PATH.
# find / -name libicudatabmc.so
/opt/remedy/api/lib/libicudatabmc.so
/tmp/lib/libicudatabmc.so
# export
LD_LIBRARY_PATH=/usr/openwin/lib:/opt/remedy/api/lib
# echo $LD_LIBRARY_PATH
/usr/openwin/lib:/opt/remedy/api/lib
With the new path I received the output from the make
and make test at 98% successful but still had a fatal error. (see
attached).
Can I make the interpretor use the 32 bit version
manually?
________________________________
From: ars...@ar...
[mailto:ars...@ar...] On Behalf Of Axton
Sent: Wednesday, September 03, 2008 2:03 PM
To: ARSperl User Discussion
Subject: Re: [Arsperl-users] Make test errors for
ARSperl-1.91 on Solaris 10
Can't load '/tmp/ARSperl-1.91/blib/arch/auto/ARS/ARS.so'
for module ARS: ld.so.1: perl: fatal: libicudatabmc.so.32: open failed:
No such file or directory at
/usr/perl5/5.8.4/lib/sun4-solaris-64int/DynaLoader.pm line 230.
The test can not link to libicudatabmc.so.32. Make sure
libicudatabmc.so.32 is included in your LD_LIBRARY_PATH. Also, it
appears you are using a 64-bit perl interpreter.
Axton Grams
On Wed, Sep 3, 2008 at 1:35 PM, Andrews, Anthony
<Ant...@de...> wrote:
I am trying to install ARSperl-1.91 on to a Sun
Sparc box running Solaris 10 and perl 5.8.4. The output of the
makefile.pl, make and make test are attached as well as the perl-V
output.
The settings from the Makefile.PL that I am
using are:
$ARSAPI = "/opt/remedy/api"
$ARSVERSION = 7.1
$ENCRYPT = 0
$PATH=/usr/openwin/bin:/usr/dt/bin:/usr/bin:/usr/sbin:/usr/local/bin:/op
t/SUNWspro/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/S
The sun C and C++ compilers are installed as
well as gcc which came with Solaris10
------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin
Your Move Developer's challenge
Build the coolest Linux based applications with
Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source
event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
--
Arsperl-users mailing list
Ars...@ar...
https://lists.sourceforge.net/lists/listinfo/arsperl-users
------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move
Developer's challenge
Build the coolest Linux based applications with Moblin
SDK & win great prizes
Grand prize is a trip for two to an Open Source event
anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
--
Arsperl-users mailing list
Ars...@ar...
https://lists.sourceforge.net/lists/listinfo/arsperl-users
------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move
Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win
great prizes
Grand prize is a trip for two to an Open Source event anywhere
in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
--
Arsperl-users mailing list
Ars...@ar...
https://lists.sourceforge.net/lists/listinfo/arsperl-users
|
|
From: Thilo S. <thi...@ap...> - 2008-09-05 08:28:43
|
To get more detailed output from the test script, run the following
command (from the ARSperl directory):
perl -Iblib/arch -Iblib/lib t/31createschema.t
I'd be very interested in this, too.
Regards,
Thilo Stapff
Andrews, Anthony wrote:
> Axton,
>
> I had the admin who is using ARSperl to give it a try just to see if it
> works and he says that it is working so far.
>
> As far as more detailed output goes, I have no clue as to where the
> output from "print "SET VUI $vuiId_New\n";" goes. The only output I can
> capture that I know how to do is what I have already sent you.
>
> Sorry I can not help you any more, I am still pretty inexperienced with
> trouble shooting applications. Thank you for all of you help though.
> **
>
> ------------------------------------------------------------------------
> *From:* ars...@ar...
> [mailto:ars...@ar...] *On Behalf Of *Axton
> *Sent:* Thursday, September 04, 2008 11:01 AM
> *To:* ARSperl User Discussion
> *Subject:* Re: [Arsperl-users] Make test errors for ARSperl-1.91 on
> Solaris 10
>
> t/31createschema........ok 2/6ars_SetVUI( ARSperl Test3 (copy),
> 536870912 ): [ERROR] Message not in catalog; Message number = 102 (-)
> (ARERR #102)
> t/31createschema........dubious
>
> Test returned status 2 (wstat 512, 0x200)
> DIED. FAILED tests 3-6
> Failed 4/6 tests, 33.33% okay
>
> The function prototype for ARSetVUI has not changed between 7.1 and
> 6.0.1. <http://6.0.1.>
>
> ARERR 102: "Name parameter (or name field in a parameter) is empty.
> The operation being performed requires a name specification for an item,
> but no name was specified. Specify a value for the name parameter, and
> retry the operation."
>
> The breakage occurs here in 31createschema.t:
>
> $vuiSt->{vuiName} .= " $vuiId_New";
> print "SET VUI $vuiId_New\n";
> $ret = ars_SetVUI( $ctrl, $formNew, $vuiId_New, $vuiSt );
> die "ars_SetVUI( $formNew, $vuiId_New ): $ars_errstr\n" if $ars_errstr;
> printStatus( $ret, 3, 'set vui' );
>
> Is there more detailed output from the tests that is available?
> Specifically, where does the output from "print "SET VUI $vuiId_New\n";"
> and family go?
>
> Axton Grams
>
>
> On Thu, Sep 4, 2008 at 10:02 AM, Andrews, Anthony
> <Ant...@de... <mailto:Ant...@de...>> wrote:
>
> The person that installed remedy is telling me that it is 7.1 p1.
> **
>
> ------------------------------------------------------------------------
> *From:* ars...@ar...
> <mailto:ars...@ar...>
> [mailto:ars...@ar...
> <mailto:ars...@ar...>] *On Behalf Of *Axton
> *Sent:* Wednesday, September 03, 2008 7:01 PM
>
> *To:* ARSperl User Discussion
> *Subject:* Re: [Arsperl-users] Make test errors for ARSperl-1.91 on
> Solaris 10
>
> What version/patch of the api is located in /opt/remedy/api?
>
> Axton Grams
>
> On Wed, Sep 3, 2008 at 2:49 PM, Andrews, Anthony
> <Ant...@de... <mailto:Ant...@de...>>
> wrote:
>
> I took the first bit of your advice and did a search for that
> file to add it's location to the LD_LIBRARY_PATH.
>
> # find / -name libicudatabmc.so
> /opt/remedy/api/lib/libicudatabmc.so
> /tmp/lib/libicudatabmc.so
>
> # export LD_LIBRARY_PATH=/usr/openwin/lib:/opt/remedy/api/lib
>
> # echo $LD_LIBRARY_PATH
> /usr/openwin/lib:/opt/remedy/api/lib
>
> With the new path I received the output from the make and make
> test at 98% successful but still had a fatal error. (see attached).
>
> Can I make the interpretor use the 32 bit version manually?
> **
>
> ------------------------------------------------------------------------
> *From:* ars...@ar...
> <mailto:ars...@ar...>
> [mailto:ars...@ar...
> <mailto:ars...@ar...>] *On Behalf Of *Axton
> *Sent:* Wednesday, September 03, 2008 2:03 PM
> *To:* ARSperl User Discussion
> *Subject:* Re: [Arsperl-users] Make test errors for ARSperl-1.91
> on Solaris 10
>
> Can't load '/tmp/ARSperl-1.91/blib/arch/auto/ARS/ARS.so' for
> module ARS: ld.so.1: perl: fatal: libicudatabmc.so.32: open
> failed: No such file or directory at
> /usr/perl5/5.8.4/lib/sun4-solaris-64int/DynaLoader.pm line 230.
>
> The test can not link to libicudatabmc.so.32. Make sure
> libicudatabmc.so.32 is included in your LD_LIBRARY_PATH. Also,
> it appears you are using a 64-bit perl interpreter.
>
> Axton Grams
>
> On Wed, Sep 3, 2008 at 1:35 PM, Andrews, Anthony
> <Ant...@de...
> <mailto:Ant...@de...>> wrote:
>
> I am trying to install ARSperl-1.91 on to a Sun Sparc box
> running Solaris 10 and perl 5.8.4. <http://5.8.4.> The
> output of the makefile.pl, make and make test are attached
> as well as the perl-V output.
>
> The settings from the Makefile.PL that I am using are:
> $ARSAPI = "/opt/remedy/api"
> $ARSVERSION = 7.1
> $ENCRYPT = 0
>
> $PATH=/usr/openwin/bin:/usr/dt/bin:/usr/bin:/usr/sbin:/usr/local/bin:/opt/SUNWspro/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/S
>
> The sun C and C++ compilers are installed as well as gcc
> which came with Solaris10
> **
> **
> **
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move
> Developer's challenge
> Build the coolest Linux based applications with Moblin SDK &
> win great prizes
> Grand prize is a trip for two to an Open Source event
> anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> <http://moblin-contest.org/redirect.php?banner_id=100&url=/>
>
>
> --
> Arsperl-users mailing list
> Ars...@ar... <mailto:Ars...@ar...>
> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move
> Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win
> great prizes
> Grand prize is a trip for two to an Open Source event anywhere
> in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> <http://moblin-contest.org/redirect.php?banner_id=100&url=/>
>
>
> --
> Arsperl-users mailing list
> Ars...@ar... <mailto:Ars...@ar...>
> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win
> great prizes
> Grand prize is a trip for two to an Open Source event anywhere in
> the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> <http://moblin-contest.org/redirect.php?banner_id=100&url=/>
>
>
> --
> Arsperl-users mailing list
> Ars...@ar... <mailto:Ars...@ar...>
> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>
>
> ------------------------------------------------------------------------
>
>
>
> --
> Arsperl-users mailing list
> Ars...@ar...
> https://lists.sourceforge.net/lists/listinfo/arsperl-users
|
|
From: Andrews, A. <Ant...@de...> - 2010-01-08 20:02:07
|
Somehow I always seem to screw the setup with arsperl, can someone lend
some insight into this error?
[root@ ARSperl-1.91] # perl Makefile.PL
Building against perl 5.008004
Generating support.h file..
Processing AR_STRUCT_ITEM codes..
Processing AR_SERVER_STAT codes..
Processing AR_SCHEMA codes..
Processing AR_COM_PARM codes..
Processing AR_COM_METHOD codes..
Processing AR_DDE codes..
Processing AR_ACTIVE_LINK_ACTION codes..
Processing AR_ACTIVE_LINK_ACTION_OPEN codes..
Processing AR_CHAR_MENU_DD type codes..
Processing AR_CHAR_MENU_DD name codes..
Processing AR_CHAR_MENU_DD value format..
Processing AR_CHAR_MENU codes..
Processing AR_FILTER_ACTION codes..
Processing AR_MENU_REFRESH codes..
Processing AR_PERMISSIONS (Schema) codes..
Processing AR_PERMISSIONS (Field) codes..
Processing AR_DATA_TYPE codes..
Processing AR_BYTE_LIST codes..
Processing AR_NO_MATCH codes..
Processing AR_MULTI_MATCH codes..
Processing AR_RETURN codes..
Processing AR_FUNCTION codes..
Processing ARCON codes..
Processing ARCONOWNER codes..
Processing ARREF codes..
Processing AR_KEYWORD codes..
Processing AR_SERVER_INFO codes..
Generating serverTypeInfoHints.h ..
cant map "The" to an artype for "AR_SERVER_INFO_MAX_ATTACH_SIZE"
something went wrong when i ran ""/usr/perl5/5.8.4/bin/perl"
infra/exsi.pl < "/opt/remedy/api/include/ar.h" > serverTypeInfoHints.h"
(rv = 65280, expected 0) at Makefile.PL line 242.
I have perl 5.8.4 installed with version 7.1 of ARS running on a solaris
10.
The api libraries are installed in /opt/remedy/api
I have the sun c compiler installed on this server.
Prior to running the Makefile.pl I installed the latest version of CPAN
and updated Bundle::CPAN.
The only thing I found about this error related to using ars version 7.1
with arsperl 1.90 and that is not the case in my situation
Thank you for any help you can provide.
[root@ infra] # echo $PATH
/usr/openwin/bin:/usr/dt/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/loca
l/sbin:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/SUNW,SPAR
C-Enterprise/sbin
Here is the perl -V output:
[root@ infra] # perl -V
Summary of my perl5 (revision 5 version 8 subversion 4) configuration:
Platform:
osname=solaris, osvers=2.10, archname=sun4-solaris-64int
uname='sunos localhost 5.10 sun4u sparc SUNW,Ultra-2'
config_args=''
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=define use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-xarch=v8 -D_TS_ERRNO',
optimize='-xO3 -xspace -xildoff',
cppflags=''
ccversion='Sun WorkShop', gccversion='', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=87654321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long long', ivsize=8, nvtype='double', nvsize=8,
Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =''
libpth=/lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -ldl -lm -lc
perllibs=-lsocket -lnsl -ldl -lm -lc
libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-R
/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE'
cccdlflags='-KPIC', lddlflags='-G'
Characteristics of this binary (from libperl):
Compile-time options: USE_64_BIT_INT USE_LARGE_FILES
Locally applied patches:
22667 The optree builder was looping when constructing the ops
...
22715 Upgrade to FileCache 1.04
22733 Missing copyright in the README.
22746 fix a coredump caused by rv2gv not fully converting a PV
...
22755 Fix 29149 - another UTF8 cache bug hit by substr.
22774 [perl #28938] split could leave an array without ...
22775 [perl #29127] scalar delete of empty slice returned
garbage
22776 [perl #28986] perl -e "open m" crashes Perl
22777 add test for change #22776 ("open m" crashes Perl)
22778 add test for change #22746 ([perl #29102] Crash on assign
...
22781 [perl #29340] Bizarre copy of ARRAY make sure a pad op's
...
22796 [perl #29346] Double warning for int(undef) and abs(undef)
...
22818 BOM-marked and (BOMless) UTF-16 scripts not working
22823 [perl #29581] glob() misses a lot of matches
22827 Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1
cpu)
22830 [perl #29637] Thread creation time is hypersensitive
22831 improve hashing algorithm for ptr tables in perl_clone:
...
22839 [perl #29790] Optimization busted: '@a = "b", sort @a' ...
22850 [PATCH] 'perl -v' fails if local_patches contains code
snippets
22852 TEST needs to ignore SCM files
22886 Pod::Find should ignore SCM files and dirs
22888 Remove redundant %SIG assignments from FileCache
23006 [perl #30509] use encoding and "eq" cause memory leak
23074 Segfault using HTML::Entities
23106 Numeric comparison operators mustn't compare addresses of
...
23320 [perl #30066] Memory leak in nested shared data structures
...
23321 [perl #31459] Bug in read()
27722 perlio.c breaks on Solaris/gcc when > 256 FDs are
available
SPRINTF0 - fixes for sprintf formatting issues - CVE-2005-3962
6663288 Upgrade to CGI.pm 3.33
REGEXP0 - fix for UTF-8 recoding in regexps - CVE-2007-5116
6758953 Perl Sys::Syslog can log messages with wrong severity
Built under solaris
Compiled at May 18 2009 02:52:06
@INC:
/usr/perl5/5.8.4/lib/sun4-solaris-64int
/usr/perl5/5.8.4/lib
/usr/perl5/site_perl/5.8.4/sun4-solaris-64int
/usr/perl5/site_perl/5.8.4
/usr/perl5/site_perl
/usr/perl5/vendor_perl/5.8.4/sun4-solaris-64int
/usr/perl5/vendor_perl/5.8.4
/usr/perl5/vendor_perl
|
|
From: <Con...@t-...> - 2010-01-08 20:29:07
|
it seems that you have a strange ar.h file
normally it would read like this
#define AR_SERVER_INFO_DB_MAX_ATTACH_SIZE 249 /* The maximum size (in
bytes) allowed */
/* for attachments in
Oracle */
but in your case the red marked part seems to be missing.
What patchlevel of ARS 7.1.0 do you have? Can you send me the whole ar.h
file?
Kind Regards Conny
________________________________
Von: Andrews, Anthony [mailto:Ant...@de...]
Gesendet: Freitag, 8. Januar 2010 20:47
An: ARSperl User Discussion
Betreff: [Arsperl-users] Make test errors for ARSperl-1.91 on Solaris 10
Somehow I always seem to screw the setup with arsperl, can someone lend
some insight into this error?
[root@ ARSperl-1.91] # perl Makefile.PL
Building against perl 5.008004
Generating support.h file..
Processing AR_STRUCT_ITEM codes..
Processing AR_SERVER_STAT codes..
Processing AR_SCHEMA codes..
Processing AR_COM_PARM codes..
Processing AR_COM_METHOD codes..
Processing AR_DDE codes..
Processing AR_ACTIVE_LINK_ACTION codes..
Processing AR_ACTIVE_LINK_ACTION_OPEN codes..
Processing AR_CHAR_MENU_DD type codes..
Processing AR_CHAR_MENU_DD name codes..
Processing AR_CHAR_MENU_DD value format..
Processing AR_CHAR_MENU codes..
Processing AR_FILTER_ACTION codes..
Processing AR_MENU_REFRESH codes..
Processing AR_PERMISSIONS (Schema) codes..
Processing AR_PERMISSIONS (Field) codes..
Processing AR_DATA_TYPE codes..
Processing AR_BYTE_LIST codes..
Processing AR_NO_MATCH codes..
Processing AR_MULTI_MATCH codes..
Processing AR_RETURN codes..
Processing AR_FUNCTION codes..
Processing ARCON codes..
Processing ARCONOWNER codes..
Processing ARREF codes..
Processing AR_KEYWORD codes..
Processing AR_SERVER_INFO codes..
Generating serverTypeInfoHints.h ..
cant map "The" to an artype for "AR_SERVER_INFO_MAX_ATTACH_SIZE"
something went wrong when i ran ""/usr/perl5/5.8.4/bin/perl"
infra/exsi.pl < "/opt/remedy/api/include/ar.h" > serverTypeInfoHints.h"
(rv = 65280, expected 0) at Makefile.PL line 242.
I have perl 5.8.4 installed with version 7.1 of ARS running on a solaris
10.
The api libraries are installed in /opt/remedy/api
I have the sun c compiler installed on this server.
Prior to running the Makefile.pl I installed the latest version of CPAN
and updated Bundle::CPAN.
The only thing I found about this error related to using ars version 7.1
with arsperl 1.90 and that is not the case in my situation
Thank you for any help you can provide.
[root@ infra] # echo $PATH
/usr/openwin/bin:/usr/dt/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/loca
l/sbin:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/SUNW,SPAR
C-Enterprise/sbin
Here is the perl -V output:
[root@ infra] # perl -V
Summary of my perl5 (revision 5 version 8 subversion 4) configuration:
Platform:
osname=solaris, osvers=2.10, archname=sun4-solaris-64int
uname='sunos localhost 5.10 sun4u sparc SUNW,Ultra-2'
config_args=''
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=define use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-xarch=v8 -D_TS_ERRNO',
optimize='-xO3 -xspace -xildoff',
cppflags=''
ccversion='Sun WorkShop', gccversion='', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=87654321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long long', ivsize=8, nvtype='double', nvsize=8,
Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =''
libpth=/lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -ldl -lm -lc
perllibs=-lsocket -lnsl -ldl -lm -lc
libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-R
/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE'
cccdlflags='-KPIC', lddlflags='-G'
Characteristics of this binary (from libperl):
Compile-time options: USE_64_BIT_INT USE_LARGE_FILES
Locally applied patches:
22667 The optree builder was looping when constructing the ops
...
22715 Upgrade to FileCache 1.04
22733 Missing copyright in the README.
22746 fix a coredump caused by rv2gv not fully converting a PV
...
22755 Fix 29149 - another UTF8 cache bug hit by substr.
22774 [perl #28938] split could leave an array without ...
22775 [perl #29127] scalar delete of empty slice returned
garbage
22776 [perl #28986] perl -e "open m" crashes Perl
22777 add test for change #22776 ("open m" crashes Perl)
22778 add test for change #22746 ([perl #29102] Crash on assign
...
22781 [perl #29340] Bizarre copy of ARRAY make sure a pad op's
...
22796 [perl #29346] Double warning for int(undef) and abs(undef)
...
22818 BOM-marked and (BOMless) UTF-16 scripts not working
22823 [perl #29581] glob() misses a lot of matches
22827 Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1
cpu)
22830 [perl #29637] Thread creation time is hypersensitive
22831 improve hashing algorithm for ptr tables in perl_clone:
...
22839 [perl #29790] Optimization busted: '@a = "b", sort @a' ...
22850 [PATCH] 'perl -v' fails if local_patches contains code
snippets
22852 TEST needs to ignore SCM files
22886 Pod::Find should ignore SCM files and dirs
22888 Remove redundant %SIG assignments from FileCache
23006 [perl #30509] use encoding and "eq" cause memory leak
23074 Segfault using HTML::Entities
23106 Numeric comparison operators mustn't compare addresses of
...
23320 [perl #30066] Memory leak in nested shared data structures
...
23321 [perl #31459] Bug in read()
27722 perlio.c breaks on Solaris/gcc when > 256 FDs are
available
SPRINTF0 - fixes for sprintf formatting issues - CVE-2005-3962
6663288 Upgrade to CGI.pm 3.33
REGEXP0 - fix for UTF-8 recoding in regexps - CVE-2007-5116
6758953 Perl Sys::Syslog can log messages with wrong severity
Built under solaris
Compiled at May 18 2009 02:52:06
@INC:
/usr/perl5/5.8.4/lib/sun4-solaris-64int
/usr/perl5/5.8.4/lib
/usr/perl5/site_perl/5.8.4/sun4-solaris-64int
/usr/perl5/site_perl/5.8.4
/usr/perl5/site_perl
/usr/perl5/vendor_perl/5.8.4/sun4-solaris-64int
/usr/perl5/vendor_perl/5.8.4
/usr/perl5/vendor_perl
|
|
From: Thilo S. <thi...@ap...> - 2008-09-04 09:49:53
|
The "make test" output looks like everything works fine, except for the ars_SetVUI function. As long as you don't use these, there should be no problems. Regards, Thilo Stapff Andrews, Anthony wrote: > I took the first bit of your advice and did a search for that file to > add it's location to the LD_LIBRARY_PATH. > > # find / -name libicudatabmc.so > /opt/remedy/api/lib/libicudatabmc.so > /tmp/lib/libicudatabmc.so > > # export LD_LIBRARY_PATH=/usr/openwin/lib:/opt/remedy/api/lib > > # echo $LD_LIBRARY_PATH > /usr/openwin/lib:/opt/remedy/api/lib > > With the new path I received the output from the make and make test at > 98% successful but still had a fatal error. (see attached). > > Can I make the interpretor use the 32 bit version manually? > ** > > ------------------------------------------------------------------------ > *From:* ars...@ar... > [mailto:ars...@ar...] *On Behalf Of *Axton > *Sent:* Wednesday, September 03, 2008 2:03 PM > *To:* ARSperl User Discussion > *Subject:* Re: [Arsperl-users] Make test errors for ARSperl-1.91 on > Solaris 10 > > Can't load '/tmp/ARSperl-1.91/blib/arch/auto/ARS/ARS.so' for module ARS: > ld.so.1: perl: fatal: libicudatabmc.so.32: open failed: No such file or > directory at /usr/perl5/5.8.4/lib/sun4-solaris-64int/DynaLoader.pm line 230. > > The test can not link to libicudatabmc.so.32. Make sure > libicudatabmc.so.32 is included in your LD_LIBRARY_PATH. Also, it > appears you are using a 64-bit perl interpreter. > > Axton Grams > > On Wed, Sep 3, 2008 at 1:35 PM, Andrews, Anthony > <Ant...@de... <mailto:Ant...@de...>> wrote: > > I am trying to install ARSperl-1.91 on to a Sun Sparc box running > Solaris 10 and perl 5.8.4. <http://5.8.4.> The output of the > makefile.pl, make and make test are attached as well as the perl-V > output. > > The settings from the Makefile.PL that I am using are: > $ARSAPI = "/opt/remedy/api" > $ARSVERSION = 7.1 > $ENCRYPT = 0 > > $PATH=/usr/openwin/bin:/usr/dt/bin:/usr/bin:/usr/sbin:/usr/local/bin:/opt/SUNWspro/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/S > > The sun C and C++ compilers are installed as well as gcc which came > with Solaris10 > ** > ** > ** > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > <http://moblin-contest.org/redirect.php?banner_id=100&url=/> > > > -- > Arsperl-users mailing list > Ars...@ar... <mailto:Ars...@ar...> > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > ------------------------------------------------------------------------ > > > > -- > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users |