Thread: [Arsperl-users] ARSPerl-1.9 for remedy 7.1v on Solaris 10
Brought to you by:
jeffmurphy
|
From: Rani, R. <Rag...@gs...> - 2008-04-09 08:38:35
|
I want to know if any one of you have used ARSPerl-1.90 to work against remedy 7.1v server which I have installed on Solaris 10 server. Regards, Ragini |
|
From: Rani, R. <Rag...@gs...> - 2008-04-09 11:44:34
|
When I ran 'make' command I got following error. bash-3.00$ pwd /opt/ar/ARSPerl/ARSperl-1.90 make gcc -c -I/opt/ar/Remedy5-7/api/include -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -DBUILT_BY_ACTIVESTATE -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.90\" -DXS_VERSION=\"1.90\" -fPIC "-I/opt/gsperl-5.8.6_1/lib/5.8.6/sun4-solaris-thread-multi/CORE" -g -Wno-unused-variable -Wuninitialized -DARS32 -DARS452 -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=6 -DPERL_BASEREV_IS=50 ARS.c ARS.xs: In function `XS_ARS_ars_GetFilter': ARS.xs:1573: warning: passing arg 16 of `ARGetFilter' from incompatible pointer type ARS.xs:1573: error: too few arguments to function `ARGetFilter' ARS.xs: In function `XS_ARS_ars_CreateFilter': ARS.xs:5907: warning: passing arg 14 of `ARCreateFilter' makes integer from pointer without a cast ARS.xs:5907: error: too few arguments to function `ARCreateFilter' ARS.xs: In function `XS_ARS_ars_SetFilter': ARS.xs:6047: warning: passing arg 15 of `ARSetFilter' from incompatible pointer type ARS.xs:6047: error: too few arguments to function `ARSetFilter' *** Error code 1 make: Fatal error: Command failed for target `ARS.o' > _____________________________________________ > From: Rani, Ragini > Sent: Wednesday, April 09, 2008 2:08 PM > To: 'ars...@ar...' > Subject: ARSPerl-1.9 for remedy 7.1v on Solaris 10 > > I want to know if any one of you have used ARSPerl-1.90 to work > against remedy 7.1v server which I have installed on Solaris 10 > server. > > Regards, > Ragini |
|
From: Thilo S. <thi...@ap...> - 2008-04-09 12:59:57
|
It looks like you are trying to compile ARSperl against the 7.1 API, which doesn't work with ARSperl 1.90. ARSperl 1.90 can be compiled with the 7.0 API, which should run against a 7.1 server without problems. (If you don't have the libraries, you can download them from http://arswiki.org/projects/arapi/downloads). Alternatively you might download the developer version of ARSperl via CVS, which can be compiled with the ARS 7.1 API (See the section "Anonymous CVS Access" at http://sourceforge.net/cvs/?group_id=116013). Regards, Thilo Rani, Ragini wrote: > When I ran 'make' command I got following error. > > bash-3.00$ pwd > /opt/ar/ARSPerl/ARSperl-1.90 > make > gcc -c -I/opt/ar/Remedy5-7/api/include -D_POSIX_PTHREAD_SEMANTICS > -D_REENTRANT -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -DBUILT_BY_ACTIVESTATE > -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -O -DVERSION=\"1.90\" -DXS_VERSION=\"1.90\" -fPIC > "-I/opt/gsperl-5.8.6_1/lib/5.8.6/sun4-solaris-thread-multi/CORE" -g > -Wno-unused-variable -Wuninitialized -DARS32 -DARS452 > -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=6 -DPERL_BASEREV_IS=50 ARS.c > > ARS.xs: In function `XS_ARS_ars_GetFilter': > ARS.xs:1573: warning: passing arg 16 of `ARGetFilter' from incompatible > pointer type > ARS.xs:1573: error: too few arguments to function `ARGetFilter' > ARS.xs: In function `XS_ARS_ars_CreateFilter': > ARS.xs:5907: warning: passing arg 14 of `ARCreateFilter' makes integer > from pointer without a cast > ARS.xs:5907: error: too few arguments to function `ARCreateFilter' > ARS.xs: In function `XS_ARS_ars_SetFilter': > ARS.xs:6047: warning: passing arg 15 of `ARSetFilter' from incompatible > pointer type > ARS.xs:6047: error: too few arguments to function `ARSetFilter' > *** Error code 1 > make: Fatal error: Command failed for target `ARS.o' > > _____________________________________________ > *From: * Rani, Ragini > *Sent: * Wednesday, April 09, 2008 2:08 PM > *To: * 'ars...@ar...' > *Subject: * ARSPerl-1.9 for remedy 7.1v on Solaris 10 > > I want to know if any one of you have used ARSPerl-1.90 to work against > remedy 7.1v server which I have installed on Solaris 10 server. > > Regards, > Ragini > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > > > ------------------------------------------------------------------------ > > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users |
|
From: Rani, R. <Rag...@gs...> - 2008-06-05 09:22:38
|
Hi Thilo, Is this http://arswiki.org/projects/arapi/downloads site is down. Or the site url got changed? Regards, Ragini -----Original Message----- From: ars...@ar... [mailto:ars...@ar...] On Behalf Of Thilo Stapff Sent: Wednesday, April 09, 2008 6:29 PM To: ARSperl User Discussion Subject: Re: [Arsperl-users] ARSPerl-1.9 for remedy 7.1v on Solaris 10 It looks like you are trying to compile ARSperl against the 7.1 API, which doesn't work with ARSperl 1.90. ARSperl 1.90 can be compiled with the 7.0 API, which should run against a 7.1 server without problems. (If you don't have the libraries, you can download them from http://arswiki.org/projects/arapi/downloads). Alternatively you might download the developer version of ARSperl via CVS, which can be compiled with the ARS 7.1 API (See the section "Anonymous CVS Access" at http://sourceforge.net/cvs/?group_id=116013). Regards, Thilo Rani, Ragini wrote: > When I ran 'make' command I got following error. > > bash-3.00$ pwd > /opt/ar/ARSPerl/ARSperl-1.90 > make > gcc -c -I/opt/ar/Remedy5-7/api/include -D_POSIX_PTHREAD_SEMANTICS > -D_REENTRANT -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -DBUILT_BY_ACTIVESTATE > -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -O -DVERSION=\"1.90\" -DXS_VERSION=\"1.90\" -fPIC > "-I/opt/gsperl-5.8.6_1/lib/5.8.6/sun4-solaris-thread-multi/CORE" -g > -Wno-unused-variable -Wuninitialized -DARS32 -DARS452 > -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=6 -DPERL_BASEREV_IS=50 ARS.c > > ARS.xs: In function `XS_ARS_ars_GetFilter': > ARS.xs:1573: warning: passing arg 16 of `ARGetFilter' from incompatible > pointer type > ARS.xs:1573: error: too few arguments to function `ARGetFilter' > ARS.xs: In function `XS_ARS_ars_CreateFilter': > ARS.xs:5907: warning: passing arg 14 of `ARCreateFilter' makes integer > from pointer without a cast > ARS.xs:5907: error: too few arguments to function `ARCreateFilter' > ARS.xs: In function `XS_ARS_ars_SetFilter': > ARS.xs:6047: warning: passing arg 15 of `ARSetFilter' from incompatible > pointer type > ARS.xs:6047: error: too few arguments to function `ARSetFilter' > *** Error code 1 > make: Fatal error: Command failed for target `ARS.o' > > _____________________________________________ > *From: * Rani, Ragini > *Sent: * Wednesday, April 09, 2008 2:08 PM > *To: * 'ars...@ar...' > *Subject: * ARSPerl-1.9 for remedy 7.1v on Solaris 10 > > I want to know if any one of you have used ARSPerl-1.90 to work against > remedy 7.1v server which I have installed on Solaris 10 server. > > Regards, > Ragini > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------ - > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/j avaone > > > ------------------------------------------------------------------------ > > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users ------------------------------------------------------------------------ - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/j avaone _______________________________________________ Arsperl-users mailing list Ars...@ar... https://lists.sourceforge.net/lists/listinfo/arsperl-users |
|
From: Michiel B. <mic...@gm...> - 2008-06-05 10:33:09
|
Ragini, The site seems to be down on this moment. You can also of course extract the /api directory from any server installation, or from a server package from the Remedy patch site, to get access to the libraries. Regards, Michiel Beijen Freelance Software Consultant Bee Free IT On 6/5/08, Rani, Ragini <Rag...@gs...> wrote: > > Hi Thilo, > > Is this http://arswiki.org/projects/arapi/downloads site is down. Or the > site url got changed? > > Regards, > Ragini > > -----Original Message----- > From: ars...@ar... > [mailto:ars...@ar...] On Behalf Of Thilo Stapff > Sent: Wednesday, April 09, 2008 6:29 PM > To: ARSperl User Discussion > Subject: Re: [Arsperl-users] ARSPerl-1.9 for remedy 7.1v on Solaris 10 > > It looks like you are trying to compile ARSperl against the 7.1 API, > which doesn't work with ARSperl 1.90. > > ARSperl 1.90 can be compiled with the 7.0 API, which should run against > a 7.1 server without problems. (If you don't have the libraries, you can > > download them from http://arswiki.org/projects/arapi/downloads). > > Alternatively you might download the developer version of ARSperl via > CVS, which can be compiled with the ARS 7.1 API (See the section > "Anonymous CVS Access" at http://sourceforge.net/cvs/?group_id=116013). > > > Regards, > Thilo > > > > Rani, Ragini wrote: > > When I ran 'make' command I got following error. > > > > bash-3.00$ pwd > > /opt/ar/ARSPerl/ARSperl-1.90 > > make > > gcc -c -I/opt/ar/Remedy5-7/api/include -D_POSIX_PTHREAD_SEMANTICS > > -D_REENTRANT -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -DBUILT_BY_ACTIVESTATE > > > -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > > -O -DVERSION=\"1.90\" -DXS_VERSION=\"1.90\" -fPIC > > "-I/opt/gsperl-5.8.6_1/lib/5.8.6/sun4-solaris-thread-multi/CORE" -g > > > -Wno-unused-variable -Wuninitialized -DARS32 -DARS452 > > -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=6 -DPERL_BASEREV_IS=50 > ARS.c > > > > ARS.xs: In function `XS_ARS_ars_GetFilter': > > ARS.xs:1573: warning: passing arg 16 of `ARGetFilter' from > incompatible > > pointer type > > ARS.xs:1573: error: too few arguments to function `ARGetFilter' > > ARS.xs: In function `XS_ARS_ars_CreateFilter': > > ARS.xs:5907: warning: passing arg 14 of `ARCreateFilter' makes integer > > > from pointer without a cast > > ARS.xs:5907: error: too few arguments to function `ARCreateFilter' > > ARS.xs: In function `XS_ARS_ars_SetFilter': > > ARS.xs:6047: warning: passing arg 15 of `ARSetFilter' from > incompatible > > pointer type > > ARS.xs:6047: error: too few arguments to function `ARSetFilter' > > *** Error code 1 > > make: Fatal error: Command failed for target `ARS.o' > > > > _____________________________________________ > > *From: * Rani, Ragini > > *Sent: * Wednesday, April 09, 2008 2:08 PM > > *To: * 'ars...@ar...' > > *Subject: * ARSPerl-1.9 for remedy 7.1v on Solaris 10 > > > > I want to know if any one of you have used ARSPerl-1.90 to work > against > > remedy 7.1v server which I have installed on Solaris 10 server. > > > > Regards, > > Ragini > > > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------ > - > > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > > Don't miss this year's exciting event. There's still time to save > $100. > > Use priority code J8TL2D2. > > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/j > avaone > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Arsperl-users mailing list > > Ars...@ar... > > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > > ------------------------------------------------------------------------ > - > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/j > avaone > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > |
|
From: <Tom...@Ve...> - 2008-06-05 11:24:13
|
Hi Ragini, We used the ARSPerl-1.91 which will compile against Remedy 7.1v on Solaris 10 box. We only had one problem which was having 64 bit libraries in gcc path. We corrected that by using a force 32bit flag ( -m32 ). We have been testing it for about month and it seems to be working fine. regards, Tommy Bowles ________________________________ From: ars...@ar... [mailto:ars...@ar...] On Behalf Of Michiel Beijen Sent: Thursday, June 05, 2008 6:27 AM To: ARSperl User Discussion Subject: Re: [Arsperl-users] ARSPerl-1.9 for remedy 7.1v on Solaris 10 Ragini, The site seems to be down on this moment. You can also of course extract the /api directory from any server installation, or from a server package from the Remedy patch site, to get access to the libraries. Regards, Michiel Beijen Freelance Software Consultant Bee Free IT On 6/5/08, Rani, Ragini <Rag...@gs...> wrote: Hi Thilo, Is this http://arswiki.org/projects/arapi/downloads site is down. Or the site url got changed? Regards, Ragini -----Original Message----- From: ars...@ar... [mailto:ars...@ar...] On Behalf Of Thilo Stapff Sent: Wednesday, April 09, 2008 6:29 PM To: ARSperl User Discussion Subject: Re: [Arsperl-users] ARSPerl-1.9 for remedy 7.1v on Solaris 10 It looks like you are trying to compile ARSperl against the 7.1 API, which doesn't work with ARSperl 1.90. ARSperl 1.90 can be compiled with the 7.0 API, which should run against a 7.1 server without problems. (If you don't have the libraries, you can download them from http://arswiki.org/projects/arapi/downloads). Alternatively you might download the developer version of ARSperl via CVS, which can be compiled with the ARS 7.1 API (See the section "Anonymous CVS Access" at http://sourceforge.net/cvs/?group_id=116013). Regards, Thilo Rani, Ragini wrote: > When I ran 'make' command I got following error. > > bash-3.00$ pwd > /opt/ar/ARSPerl/ARSperl-1.90 > make > gcc -c -I/opt/ar/Remedy5-7/api/include -D_POSIX_PTHREAD_SEMANTICS > -D_REENTRANT -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -DBUILT_BY_ACTIVESTATE > -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -O -DVERSION=\"1.90\" -DXS_VERSION=\"1.90\" -fPIC > "-I/opt/gsperl-5.8.6_1/lib/5.8.6/sun4-solaris-thread-multi/CORE" -g > -Wno-unused-variable -Wuninitialized -DARS32 -DARS452 > -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=6 -DPERL_BASEREV_IS=50 ARS.c > > ARS.xs: In function `XS_ARS_ars_GetFilter': > ARS.xs:1573: warning: passing arg 16 of `ARGetFilter' from incompatible > pointer type > ARS.xs:1573: error: too few arguments to function `ARGetFilter' > ARS.xs: In function `XS_ARS_ars_CreateFilter': > ARS.xs:5907: warning: passing arg 14 of `ARCreateFilter' makes integer > from pointer without a cast > ARS.xs:5907: error: too few arguments to function `ARCreateFilter' > ARS.xs: In function `XS_ARS_ars_SetFilter': > ARS.xs:6047: warning: passing arg 15 of `ARSetFilter' from incompatible > pointer type > ARS.xs:6047: error: too few arguments to function `ARSetFilter' > *** Error code 1 > make: Fatal error: Command failed for target `ARS.o' > > _____________________________________________ > *From: * Rani, Ragini > *Sent: * Wednesday, April 09, 2008 2:08 PM > *To: * 'ars...@ar...' > *Subject: * ARSPerl-1.9 for remedy 7.1v on Solaris 10 > > I want to know if any one of you have used ARSPerl-1.90 to work against > remedy 7.1v server which I have installed on Solaris 10 server. > > Regards, > Ragini > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------ - > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/j avaone > > > ------------------------------------------------------------------------ > > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users ------------------------------------------------------------------------ - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/j avaone _______________________________________________ Arsperl-users mailing list Ars...@ar... https://lists.sourceforge.net/lists/listinfo/arsperl-users ------------------------------------------------------------------------ - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Arsperl-users mailing list Ars...@ar... https://lists.sourceforge.net/lists/listinfo/arsperl-users The information contained in this message and any attachment may be proprietary, confidential, and privileged or subject to the work product doctrine and thus protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify me immediately by replying to this message and deleting it and all copies and backups thereof. Thank you. |