Re: [Arsperl-users] Make test errors for ARSperl-1.91 on Solaris 10
Brought to you by:
jeffmurphy
|
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
>
>
|