Skip Menu |

This queue is for tickets about the Math-Pari CPAN distribution.

Report information
The Basics
Id: 54117
Status: open
Priority: 0/
Queue: Math-Pari

People
Owner: Nobody in particular
Requestors: mark_kacanda [...] qvc.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: error: unknown opcode "usr" & line 1: error: statement syntax
Sorry forgot to add subject on previous ticket....Newbee Ultimately trying to get perl script calling Net::SFTP working. Having difficulty compiling Math::Pari on Solaris 8. Any help is appreciated....Thanks, Mark Get following errors during make: ...Assembler is not GNU assembler Writing Makefile for Math::PARI::libPARI Writing Makefile for Math::Pari cpt# make cd libPARI && make LIBPERL_A="libperl.a" LINKTYPE="dynamic" OPTIMIZE="- O" PREFIX ="/usr/local" PASTHRU_DEFINE="" PASTHRU_INC="" make[1]: Entering directory `/home/staff/billmast/Math-Pari- 2.01080603/libPARI' gcc -c -I ../../pari-2.3.4/src -I ../../pari-2.3.4/src/headers - I ../../pari-2. 3.4/src/graph -I . -fno-strict-aliasing -pipe -Wdeclaration-after- statement -I/u sr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O - DVERSION=\"\" -DXS_VERSION=\"\" -fPIC -Derr=pari_err -DSOLARIS -DASMINLINE - DGCC_INLINE -DDYNA MIC_PLOTTING -o es.o ../../pari-2.3.4/src/language/es.c /usr/ccs/bin/as: "<stdin>", line 1: error: unknown opcode "usr" /usr/ccs/bin/as: "<stdin>", line 1: error: statement syntax make[1]: *** [es.o] Error 1 make[1]: Leaving directory `/home/staff/billmast/Math-Pari- 2.01080603/libPARI' make: *** [libPARI/libPARI.a] Error 2 cpt# ------------------------------------------------------------------------ -------- ...Assembler is not GNU assembler Writing Makefile for Math::PARI::libPARI Writing Makefile for Math::Pari cpt# make cd libPARI && make LIBPERL_A="libperl.a" LINKTYPE="dynamic" OPTIMIZE="- O" PREFIX ="/usr/local" PASTHRU_DEFINE="" PASTHRU_INC="" make[1]: Entering directory `/home/staff/billmast/Math-Pari- 2.01080603/libPARI' gcc -c -I ../../pari-2.3.4/src -I ../../pari-2.3.4/src/headers - I ../../pari-2. 3.4/src/graph -I . -fno-strict-aliasing -pipe -Wdeclaration-after- statement -I/u sr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O - DVERSION=\"\" -DXS_VERSION=\"\" -fPIC -Derr=pari_err -DSOLARIS -DASMINLINE - DGCC_INLINE -DDYNA MIC_PLOTTING -o es.o ../../pari-2.3.4/src/language/es.c /usr/ccs/bin/as: "<stdin>", line 1: error: unknown opcode "usr" /usr/ccs/bin/as: "<stdin>", line 1: error: statement syntax make[1]: *** [es.o] Error 1 make[1]: Leaving directory `/home/staff/billmast/Math-Pari- 2.01080603/libPARI' make: *** [libPARI/libPARI.a] Error 2 cpt#
CC: undisclosed-recipients: ;
Subject: Re: [rt.cpan.org #54117] error: unknown opcode "usr" & line 1: error: statement syntax
Date: Fri, 29 Jan 2010 09:10:32 -0800
To: mkacanda via RT <bug-Math-Pari [...] rt.cpan.org>
From: Ilya Zakharevich <nospam-abuse [...] ilyaz.org>
On Fri, Jan 29, 2010 at 08:11:29AM -0500, mkacanda via RT wrote: Show quoted text
> Fri Jan 29 08:11:28 2010: Request 54117 was acted upon. > Transaction: Ticket created by mkacanda > Queue: Math-Pari > Subject: error: unknown opcode "usr" & line 1: error: statement syntax > Broken in: (no value) > Severity: Important > Owner: Nobody > Requestors: mark_kacanda@qvc.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=54117 > > > > Sorry forgot to add subject on previous ticket....Newbee > > Ultimately trying to get perl script calling Net::SFTP working. > > Having difficulty compiling Math::Pari on Solaris 8. > > Any help is appreciated....Thanks, Mark
And how would reading README not help? Ilya
Subject: RE: [rt.cpan.org #54117] error: unknown opcode "usr" & line 1: error: statement syntax
Date: Fri, 29 Jan 2010 12:53:49 -0500
To: "bug-Math-Pari [...] rt.cpan.org" <bug-Math-Pari [...] rt.cpan.org>
From: Mark Kacanda <Mark.Kacanda [...] qvc.com>
Hello Ilya, Thanks for your reply...... README is always helpful. In this case, I was able to compile the MATH::Pari and hence the Net:SFTP module on another server with no issue and was following my own notes for that build. I will follow through with some of the optional install instructions specified in the README file for this build: Given this, in most cases, this module can be installed as all the others: perl -MCPAN -e shell Show quoted text
CPAN> install Math::Pari
or perl -MCPAN -e 'install Math::Pari' or (if you manually downloaded the archive, and change version numbers): tar -zxfv Math-Pari-2.001200.tar.gz cd Math-Pari-2.001200 perl Makefile.PL && make && make test && make install Possible complications are addressed in the file INSTALL: x) Not having Net::FTP installed and working, and not having GP/PARI build directory "nearby" (as parent, kid or sibling); x) Failing compile or configuration: wrong assembler architecture, wrong paricfg.h (CLK_TCK etc.); x) the rest of it... IMPORTANT REMARK: If you try to compile with a different configuration, please run make realclean This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient of this e-mail (even if the e-mail address above is yours), (i) you may not use, copy or retransmit it, (ii) please delete this message and (iii) please notify the sender immediately. Any disclosure, copying, or distribution of this message or the taking of any action based on it, is strictly prohibited. Show quoted text
-----Original Message----- From: Ilya Zakharevich via RT [mailto:bug-Math-Pari@rt.cpan.org] Sent: Friday, January 29, 2010 12:12 PM To: Mark Kacanda Subject: Re: [rt.cpan.org #54117] error: unknown opcode "usr" & line 1: error: statement syntax <URL: http://rt.cpan.org/Ticket/Display.html?id=54117 > On Fri, Jan 29, 2010 at 08:11:29AM -0500, mkacanda via RT wrote:
> Fri Jan 29 08:11:28 2010: Request 54117 was acted upon. > Transaction: Ticket created by mkacanda > Queue: Math-Pari > Subject: error: unknown opcode "usr" & line 1: error: statement syntax > Broken in: (no value) > Severity: Important > Owner: Nobody > Requestors: mark_kacanda@qvc.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=54117 > > > > Sorry forgot to add subject on previous ticket....Newbee > > Ultimately trying to get perl script calling Net::SFTP working. > > Having difficulty compiling Math::Pari on Solaris 8. > > Any help is appreciated....Thanks, Mark
And how would reading README not help? Ilya
Subject: RE: [rt.cpan.org #54117] error: unknown opcode "usr" & line 1: error: statement syntax
Date: Mon, 1 Feb 2010 14:04:42 -0500
To: "bug-Math-Pari [...] rt.cpan.org" <bug-Math-Pari [...] rt.cpan.org>
From: Mark Kacanda <Mark.Kacanda [...] qvc.com>
Hello Ilya, Have successfully built Math::Pari and hence Net::SFTP on two additional systems but am still being challenged by a remote system with the following errors during make, I thought the "perl Makefile.PL machine=none" from the README file would help. Any suggestions are appreciated. Best Reagards, Mark # cd Math-Pari-2.01080603 # perl Makefile.PL machine=none # make cd libPARI && make LIBPERL_A="libperl.a" LINKTYPE="dynamic" OPTIMIZE="-O" PREFIX ="/usr/local" PASTHRU_DEFINE="" PASTHRU_INC="" make[1]: Entering directory `/home/staff/billmast/Math-Pari-2.01080603/libPARI' gcc -c -I ../../pari-2.3.4/src -I ../../pari-2.3.4/src/headers -I ../../pari-2. 3.4/src/graph -I . -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/u sr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC -Derr=pari_err -DSOLARIS -DASMINLINE -DGCC_INLINE -DDYNA MIC_PLOTTING -o es.o ../../pari-2.3.4/src/language/es.c /usr/ccs/bin/as: "<stdin>", line 1: error: unknown opcode "usr" /usr/ccs/bin/as: "<stdin>", line 1: error: statement syntax make[1]: *** [es.o] Error 1 make[1]: Leaving directory `/home/staff/billmast/Math-Pari-2.01080603/libPARI' make: *** [libPARI/libPARI.a] Error 2 This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient of this e-mail (even if the e-mail address above is yours), (i) you may not use, copy or retransmit it, (ii) please delete this message and (iii) please notify the sender immediately. Any disclosure, copying, or distribution of this message or the taking of any action based on it, is strictly prohibited. Show quoted text
-----Original Message----- From: Ilya Zakharevich via RT [mailto:bug-Math-Pari@rt.cpan.org] Sent: Friday, January 29, 2010 12:12 PM To: Mark Kacanda Subject: Re: [rt.cpan.org #54117] error: unknown opcode "usr" & line 1: error: statement syntax <URL: http://rt.cpan.org/Ticket/Display.html?id=54117 > On Fri, Jan 29, 2010 at 08:11:29AM -0500, mkacanda via RT wrote:
> Fri Jan 29 08:11:28 2010: Request 54117 was acted upon. > Transaction: Ticket created by mkacanda > Queue: Math-Pari > Subject: error: unknown opcode "usr" & line 1: error: statement syntax > Broken in: (no value) > Severity: Important > Owner: Nobody > Requestors: mark_kacanda@qvc.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=54117 > > > > Sorry forgot to add subject on previous ticket....Newbee > > Ultimately trying to get perl script calling Net::SFTP working. > > Having difficulty compiling Math::Pari on Solaris 8. > > Any help is appreciated....Thanks, Mark
And how would reading README not help? Ilya