Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: rahed [...] e-last-minute.com
Cc:
AdminCc:

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



Subject: make fails on Solaris 10
make fails with similar symptoms as in 20908 ID: cd libPARI && /usr/ccs/bin/make LIB="" LIBPERL_A="libperl.a" LINKTYPE="dynamic" PREFIX="" OPTIMIZE="-O" PASTHRU_DEFINE="" PASTHRU_INC="" /usr/local/bin/perl -wle0 > pariinl.h /usr/local/bin/perl -pe1 ../pari-2.1.7/src/kernel/sparcv8/level0.h ../ pari-2.1.7/src/kernel/none/level1.h >> pariinl.h gcc -B/usr/ccs/bin/ -c -I ../pari-2.1.7/src -I../pari-2.1.7/src/ headers -I../pari-2.1.7/src/graph -I. -fno-strict-aliasing -pipe -I/ usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O - DVERSION=\"\" -DXS_VERSION=\"\" -fPIC -Derr=pari_err -DSOLARIS - DASMINLINE -DGCC_INLINE -DDYNAMIC_PLOTTING -o es.o ../pari-2.1.7/src/ language/es.c pariinl.h: In function `mulssmod': pariinl.h:887: error: asm-specifier for variable `hiremainder' conflicts with asm clobber list pariinl.h:887: confused by earlier errors, bailing out *** Error code 1 make: Fatal error: Command failed for target `es.o' Current working directory /.cpan/build/Math-Pari-2.010706/libPARI *** Error code 1 make: Fatal error: Command failed for target `libPARI/libPARI.a' This is on Solaris 10 with gcc 3.3.2 and perl 5.8.7. pari library 2.1.7, Math::Pari 2.010706 Should I get this issue as bug in Math::Pari? Regards Radek
CC: undisclosed-recipients: ;
Subject: Re: [rt.cpan.org #20983] make fails on Solaris 10
Date: Tue, 15 Aug 2006 02:18:58 -0700
To: "rahed [...] e-last-minute.com via RT" <bug-Math-Pari [...] rt.cpan.org>
From: Ilya Zakharevich <nospam-abuse [...] ilyaz.org>
On Mon, Aug 14, 2006 at 10:14:31AM -0400, rahed@e-last-minute.com via RT wrote: Show quoted text
> gcc -B/usr/ccs/bin/ -c -I ../pari-2.1.7/src -I../pari-2.1.7/src/ > headers -I../pari-2.1.7/src/graph -I. -fno-strict-aliasing -pipe -I/ > usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O - > DVERSION=\"\" -DXS_VERSION=\"\" -fPIC -Derr=pari_err -DSOLARIS - > DASMINLINE -DGCC_INLINE -DDYNAMIC_PLOTTING -o es.o ../pari-2.1.7/src/ > language/es.c > pariinl.h: In function `mulssmod': > pariinl.h:887: error: asm-specifier for variable `hiremainder' > conflicts with asm clobber list > pariinl.h:887: confused by earlier errors, bailing out > *** Error code 1 > make: Fatal error: Command failed for target `es.o' > Current working directory /.cpan/build/Math-Pari-2.010706/libPARI > *** Error code 1 > make: Fatal error: Command failed for target `libPARI/libPARI.a' > > > This is on Solaris 10 with gcc 3.3.2 and perl 5.8.7. > pari library 2.1.7, Math::Pari 2.010706 > > Should I get this issue as bug in Math::Pari?
So far not known. It might be a bug in gcc as well... Yours, Ilya
From: rahed [...] e-last-minute.com
Show quoted text
> > Should I get this issue as bug in Math::Pari?
> > So far not known. It might be a bug in gcc as well... >
Is there any workaround to use Math::Pari? It is needed by Net::SSH:: Perl. Thank you. Radek
CC: undisclosed-recipients: ;
Subject: Re: [rt.cpan.org #20983] make fails on Solaris 10
Date: Wed, 16 Aug 2006 00:16:15 -0700
To: "rahed [...] e-last-minute.com via RT" <bug-Math-Pari [...] rt.cpan.org>
From: Ilya Zakharevich <nospam-abuse [...] ilyaz.org>
On Tue, Aug 15, 2006 at 11:49:41AM -0400, rahed@e-last-minute.com via RT wrote: Show quoted text
> > Queue: Math-Pari > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=20983 > > >
> > > Should I get this issue as bug in Math::Pari?
> > > > So far not known. It might be a bug in gcc as well... > >
> > Is there any workaround to use Math::Pari? It is needed by Net::SSH:: > Perl.
Sure. Did not you read README and INSTALL? Ilya
From: rahed [...] e-last-minute.com
On st 16.srp.2006 03:16:31, nospam-abuse@ilyaz.org wrote: Show quoted text
> On Tue, Aug 15, 2006 at 11:49:41AM -0400, rahed@e-last-minute.com via > RT wrote:
> > > > Queue: Math-Pari > > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=20983 > > > > >
> > > > Should I get this issue as bug in Math::Pari?
> > > > > > So far not known. It might be a bug in gcc as well... > > >
> > > > Is there any workaround to use Math::Pari? It is needed by
> Net::SSH::
> > Perl.
> > Sure. Did not you read README and INSTALL? > > Ilya >
So I reread and realized it's something with assembler. After setting machine=none a module compiled and got installed. Radek