On Thu, 09 Aug 2012 20:08:38 +0200
Patrick Dupre <pdupre@kegtux.org> wrote:
Hello,
To install giac, I need libgmp.so.10, but it is not available under
Fedora 16
(only in Fedora 17 et Fedora 18, with gmp-5).
Is there a way to install this library?
I'm assuming you're speaking of this giac:
http://www-fourier.ujf-grenoble.fr/~parisse/giac.html
And yes, it is possible. Just don't try to use a binary compiled for
another OS, instead compile a version for the one you have.
I compiled:
gmp-5.0.5-3.fc16.x86_64.rpm
but when I try to install it with rpm it says that it is confliting
with
gmp-1:4.3.2-5.fc16.x86_64
How can I solve this issue?
Thank.
Jussi Lehtola
Fedora Project Contributor
jussilehtola@fedoraproject.org
--
================================================== ====================
Patrick DUPRÉ | | email: pdupre@kegtux.org
================================================== ====================
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
08-09-2012, 06:43 PM
Reindl Harald
libgmp.so.10
Am 09.08.2012 20:38, schrieb Patrick Dupre:
>>> To install giac, I need libgmp.so.10, but it is not available under
>>> Fedora 16
>>> (only in Fedora 17 et Fedora 18, with gmp-5).
>>> Is there a way to install this library?
>>
>> I'm assuming you're speaking of this giac:
>> http://www-fourier.ujf-grenoble.fr/~parisse/giac.html
>>
>> And yes, it is possible. Just don't try to use a binary compiled for
>> another OS, instead compile a version for the one you have.
>
> I compiled:
> gmp-5.0.5-3.fc16.x86_64.rpm
> but when I try to install it with rpm it says that it is confliting with
> gmp-1:4.3.2-5.fc16.x86_64
> How can I solve this issue?
please post always real outputs instead interpretations
if yum want to INSTALL it this must fail because there is a
package installed with a lower version (4.3.2)
so you have to UPDATE the package what may fail because
other packages are depending on the installed version of fedora
so the better choice would be install gmp-devel and build
giac for the library version fedora ships!
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
08-09-2012, 07:07 PM
Patrick Dupre
libgmp.so.10
On 2012-08-09 20:43, Reindl Harald wrote:
Am 09.08.2012 20:38, schrieb Patrick Dupre:
To install giac, I need libgmp.so.10, but it is not available
under
Fedora 16
(only in Fedora 17 et Fedora 18, with gmp-5).
Is there a way to install this library?
I'm assuming you're speaking of this giac:
http://www-fourier.ujf-grenoble.fr/~parisse/giac.html
And yes, it is possible. Just don't try to use a binary compiled
for
another OS, instead compile a version for the one you have.
I compiled:
gmp-5.0.5-3.fc16.x86_64.rpm
but when I try to install it with rpm it says that it is confliting
with
gmp-1:4.3.2-5.fc16.x86_64
How can I solve this issue?
please post always real outputs instead interpretations
if yum want to INSTALL it this must fail because there is a
package installed with a lower version (4.3.2)
correct
so you have to UPDATE the package what may fail because
other packages are depending on the installed version of fedora
correct
so the better choice would be install gmp-devel and build
giac for the library version fedora ships!
gmp-devel-4.3.2-5.fc16.x86_64 is already installed
but there is no libgmp.so.10
I do not see any gmp-devel-5 src
Regards.
--
================================================== ====================
Patrick DUPRÉ | | email: pdupre@kegtux.org
================================================== ====================
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
08-09-2012, 07:16 PM
Reindl Harald
libgmp.so.10
Am 09.08.2012 21:07, schrieb Patrick Dupre:
>> if yum want to INSTALL it this must fail because there is a
>> package installed with a lower version (4.3.2)
>
> correct
>
>> so you have to UPDATE the package what may fail because
>> other packages are depending on the installed version of fedora
> correct
>
>> so the better choice would be install gmp-devel and build
>> giac for the library version fedora ships!
>
> gmp-devel-4.3.2-5.fc16.x86_64 is already installed
> but there is no libgmp.so.10
>
> I do not see any gmp-devel-5 src
you refuse to understand me
you CAN NOT replace gmp with a different version
because half of the operating system depends on the
one shipped with fedora
you have to COMPILE GIAC against the gmp-version
which is shipped with fedora or if this is not possible
upgrade to F17 which ships gmp-5
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
08-09-2012, 09:17 PM
Jussi Lehtola
libgmp.so.10
On Thu, 09 Aug 2012 20:38:12 +0200
Patrick Dupre <pdupre@kegtux.org> wrote:
> On 2012-08-09 20:20, Jussi Lehtola wrote:
> > On Thu, 09 Aug 2012 20:08:38 +0200
> > Patrick Dupre <pdupre@kegtux.org> wrote:
> >
> >> Hello,
> >>
> >> To install giac, I need libgmp.so.10, but it is not available under
> >> Fedora 16
> >> (only in Fedora 17 et Fedora 18, with gmp-5).
> >> Is there a way to install this library?
> >
> > I'm assuming you're speaking of this giac:
> > http://www-fourier.ujf-grenoble.fr/~parisse/giac.html
> >
> > And yes, it is possible. Just don't try to use a binary compiled for
> > another OS, instead compile a version for the one you have.
>
> I compiled:
> gmp-5.0.5-3.fc16.x86_64.rpm
> but when I try to install it with rpm it says that it is confliting
> with
> gmp-1:4.3.2-5.fc16.x86_64
> How can I solve this issue?
Don't try to compile GMP. Compile GIAC instead. Just make sure you have
all of the relevant development packages installed, i.e., gmp-devel and
the like.
--
Jussi Lehtola
Fedora Project Contributor
jussilehtola@fedoraproject.org
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
08-10-2012, 06:01 PM
Patrick Dupre
libgmp.so.10
On 2012-08-09 23:17, Jussi Lehtola wrote:
On Thu, 09 Aug 2012 20:38:12 +0200
Patrick Dupre <pdupre@kegtux.org> wrote:
On 2012-08-09 20:20, Jussi Lehtola wrote:
> On Thu, 09 Aug 2012 20:08:38 +0200
> Patrick Dupre <pdupre@kegtux.org> wrote:
>
>> Hello,
>>
>> To install giac, I need libgmp.so.10, but it is not available
under
>> Fedora 16
>> (only in Fedora 17 et Fedora 18, with gmp-5).
>> Is there a way to install this library?
>
> I'm assuming you're speaking of this giac:
> http://www-fourier.ujf-grenoble.fr/~parisse/giac.html
>
> And yes, it is possible. Just don't try to use a binary compiled
for
> another OS, instead compile a version for the one you have.
I compiled:
gmp-5.0.5-3.fc16.x86_64.rpm
but when I try to install it with rpm it says that it is confliting
with
gmp-1:4.3.2-5.fc16.x86_64
How can I solve this issue?
Don't try to compile GMP. Compile GIAC instead. Just make sure you
have
all of the relevant development packages installed, i.e., gmp-devel
and
the like.
--
OK,
I compiled from giac-0.9.8-9.1.src.rpm, but then, I still cannot
install giac:
Transaction Check Error:
file /usr/share/info/dir from install of giac-0.9.8-9.1.x86_64
conflicts with file from package info-4.13a-15.fc15.x86_64
--
================================================== ====================
Patrick DUPRÉ | | email: pdupre@kegtux.org
================================================== ====================
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
08-11-2012, 07:20 PM
Jussi Lehtola
libgmp.so.10
On Fri, 10 Aug 2012 20:01:09 +0200
Patrick Dupre <pdupre@kegtux.org> wrote:
> On 2012-08-09 23:17, Jussi Lehtola wrote:
> > Don't try to compile GMP. Compile GIAC instead. Just make sure you
> > have
> > all of the relevant development packages installed, i.e., gmp-devel
> > and
> > the like.
> > --
> OK,
>
> I compiled from giac-0.9.8-9.1.src.rpm, but then, I still cannot
> install giac:
>
> Transaction Check Error:
> file /usr/share/info/dir from install of giac-0.9.8-9.1.x86_64
> conflicts with file from package info-4.13a-15.fc15.x86_64
And where did you get this .src.rpm? It looks like the spec file is
of low quality since the rpm owns files it's not supposed to.
--
Jussi Lehtola
Fedora Project Contributor
jussilehtola@fedoraproject.org
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
08-11-2012, 07:25 PM
Patrick Dupre
libgmp.so.10
On 2012-08-11 21:20, Jussi Lehtola wrote:
On Fri, 10 Aug 2012 20:01:09 +0200
Patrick Dupre <pdupre@kegtux.org> wrote:
On 2012-08-09 23:17, Jussi Lehtola wrote:
> Don't try to compile GMP. Compile GIAC instead. Just make sure you
> have
> all of the relevant development packages installed, i.e.,
gmp-devel
> and
> the like.
> --
OK,
I compiled from giac-0.9.8-9.1.src.rpm, but then, I still cannot
install giac:
Transaction Check Error:
file /usr/share/info/dir from install of giac-0.9.8-9.1.x86_64
conflicts with file from package info-4.13a-15.fc15.x86_64
And where did you get this .src.rpm?
It is a good question, I do not remember.
Where should I download it?
It looks like the spec file is
of low quality since the rpm owns files it's not supposed to.
--
Jussi Lehtola
Fedora Project Contributor
jussilehtola@fedoraproject.org
--
================================================== ====================
Patrick DUPRÉ | | email: pdupre@kegtux.org
================================================== ====================
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
08-14-2012, 04:44 PM
Patrick Dupre
libgmp.so.10
On 2012-08-11 21:20, Jussi Lehtola wrote:
On Fri, 10 Aug 2012 20:01:09 +0200
Patrick Dupre <pdupre@kegtux.org> wrote:
On 2012-08-09 23:17, Jussi Lehtola wrote:
> Don't try to compile GMP. Compile GIAC instead. Just make sure you
> have
> all of the relevant development packages installed, i.e.,
gmp-devel
> and
> the like.
> --
OK,
I compiled from giac-0.9.8-9.1.src.rpm, but then, I still cannot
install giac:
Transaction Check Error:
file /usr/share/info/dir from install of giac-0.9.8-9.1.x86_64
conflicts with file from package info-4.13a-15.fc15.x86_64
And where did you get this .src.rpm? It looks like the spec file is
of low quality since the rpm owns files it's not supposed to.
--
Jussi Lehtola
Fedora Project Contributor
jussilehtola@fedoraproject.org
Could you please tell me where I should download the sources?
Thank.
--
================================================== ====================
Patrick DUPRÉ | | email: pdupre@kegtux.org
================================================== ====================
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
08-17-2012, 07:38 PM
Jussi Lehtola
libgmp.so.10
On Tue, 14 Aug 2012 18:44:13 +0200
Patrick Dupre <pdupre@kegtux.org> wrote:
> On 2012-08-11 21:20, Jussi Lehtola wrote:
> > On Fri, 10 Aug 2012 20:01:09 +0200
> > Patrick Dupre <pdupre@kegtux.org> wrote:
> >> I compiled from giac-0.9.8-9.1.src.rpm, but then, I still cannot
> >> install giac:
> >>
> >> Transaction Check Error:
> >> file /usr/share/info/dir from install of giac-0.9.8-9.1.x86_64
> >> conflicts with file from package info-4.13a-15.fc15.x86_64
> >
> > And where did you get this .src.rpm? It looks like the spec file is
> > of low quality since the rpm owns files it's not supposed to.
>
> Could you please tell me where I should download the sources?
Download the tarball from the giac web page and compile it by hand, if
you don't want to start fixing the rpm yourself.
--
Jussi Lehtola
Fedora Project Contributor
jussilehtola@fedoraproject.org
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org