OVH Cloud OVH Cloud

Compile conflictuelle

11 réponses
Avatar
jeanpierre.libre
bonjour,

j'essaie de compiler maxima qui utilise clisp mais qui semble mal monté
et donc j'essaie d'installer clisp mais
dpkg: regarding .../clisp_2.32-2_darwin-powerpc.deb containing clisp:
clisp conflicts with maxima (<= 5.9.0.0-20)
maxima (version 5.9.0.0-2) is installed.

comment résoudre un conflit ?

--
jean-pierre gerbal

(inverser mon nom et libre)

10 réponses

1 2
Avatar
Patrick Stadelmann
In article <1glc8sj.19rm6pj1q2fh6oN%,
(Jean-Pierre Gerbal) wrote:

bonjour,

j'essaie de compiler maxima qui utilise clisp mais qui semble mal monté
et donc j'essaie d'installer clisp mais
dpkg: regarding .../clisp_2.32-2_darwin-powerpc.deb containing clisp:
clisp conflicts with maxima (<= 5.9.0.0-20)
maxima (version 5.9.0.0-2) is installed.

comment résoudre un conflit ?


Dans Fink il y a "clisp-maxima" qui est compatible avec Maxima.

Patrick
--
Patrick Stadelmann

Avatar
jeanpierre.libre
Patrick Stadelmann wrote:

Dans Fink il y a "clisp-maxima" qui est compatible avec Maxima.


j'ai repris la compile de maxima, il a remis le clisp qui lui convient
------------------------
(Unpacking replacement clisp ...
Setting up clisp (2.29-13) ...
dpkg -i
/sw/fink/dists/unstable/crypto/binary-darwin-powerpc/maxima_5.9.0.0-2_da
rwin-powerpc.deb
Selecting previously deselected package maxima.
(Reading database ... 23871 files and directories currently installed.)
Unpacking maxima (from .../maxima_5.9.0.0-2_darwin-powerpc.deb) ...
Setting up maxima (5.9.0.0-2) ...
* Maxima: (maxima). A computer algebra system.
------------------------
puis lorsque je lance maxima, il me dit line 179:clisp:command not found
à n'y rien comprendre



--
jean-pierre gerbal

(inverser mon nom et libre)

Avatar
jeanpierre.libre
Jean-Pierre Gerbal wrote:

puis lorsque je lance maxima, il me dit line 179:clisp:command not found
à n'y rien comprendre


comment faire ? voici ce que dit maxima :
4.2. CLISP
clisp includes GNU readline support, so Maxima will have advanced
command-line editing facilities when built with it. Get it from
http://clisp.cons.org. Maxima will fail to build with 2.26 because of a
bug in clisp. 2.28 and 2.29 are known to work. There are currently
unresolved problems with floating point numbers in Maxima with clisp
2.30. 2.29 is recommended.

or la version recommandée de clisp sous panther est la 2.32...


--
jean-pierre gerbal

(inverser mon nom et libre)

Avatar
Martin Costabel
Jean-Pierre Gerbal wrote:
Patrick Stadelmann wrote:


Dans Fink il y a "clisp-maxima" qui est compatible avec Maxima.


j'ai repris la compile de maxima, il a remis le clisp qui lui convient
------------------------
(Unpacking replacement clisp ...
Setting up clisp (2.29-13) ...


Tu es sur quelle version de Mac OSX? Si c'est du 10.3, je conseillerais
fortement de lancer un "fink selfupdate" ou carrément d'installer la
nouvelle version 0.7.1. La version de clisp que tu montres ici est
ancienne. Je suis aussi étonné que maxima n'ait pas demandé le paquet
"clisp-maxima".

La distribution binaire de Fink-0.7.1 contient maxima-5.9.0.0-3.

--
Martin


Avatar
jeanpierre.libre
Martin Costabel wrote:

La distribution binaire de Fink-0.7.1 contient maxima-5.9.0.0-3.


current maxima 5.9.0.0-3
current clisp-maxima 2.29-2
current clisp 2.32-3

mais au lancer de maxima
maxima-run-lisp: line 179: clisp-maxima not found

je suppose que je dois reprendre "en bon ordre" mais comment ?


--
jean-pierre gerbal

(inverser mon nom et libre)

Avatar
Patrick Stadelmann
In article <1glpdaw.blwo4a4wo9cwN%,
(Jean-Pierre Gerbal) wrote:

Martin Costabel wrote:

La distribution binaire de Fink-0.7.1 contient maxima-5.9.0.0-3.


current maxima 5.9.0.0-3
current clisp-maxima 2.29-2
current clisp 2.32-3

mais au lancer de maxima
maxima-run-lisp: line 179: clisp-maxima not found

je suppose que je dois reprendre "en bon ordre" mais comment ?


Désinstalle les trois packages :

sudo apt-get remove maxima clisp-maxima clisp

puis réinstalle maxima :

sudo apt-get install maxima

Ca va automatiquement installer clisp-maxima avec.

Patrick
--
Patrick Stadelmann


Avatar
jeanpierre.libre
Patrick Stadelmann wrote:

Désinstalle les trois packages :

sudo apt-get remove maxima clisp-maxima clisp


ok


puis réinstalle maxima :

sudo apt-get install maxima

Ca va automatiquement installer clisp-maxima avec.


argh, ça n'a rien à voir mais il me dit :

dpkg (subprocess): failed to exec dpkg-split to see if it's part of a
multiparter: No such file or directory

ça m'est déjà arrivé mais j'arrive pas à comprendre le problème avec
dpkg

--
jean-pierre gerbal

(inverser mon nom et libre)

Avatar
jeanpierre.libre
Jean-Pierre Gerbal wrote:

a m'est déjà arrivé mais j'arrive pas à comprendre le problème avec
dpkg


et je suis allé chercher un rustine... bon dpkg-split fonctionne mais :

The following package will be installed or updated:
maxima
The following additional package will be installed:
clisp
Do you want to continue? [Y/n] y
dpkg -i
/sw/fink/dists/unstable/main/binary-darwin-powerpc/languages/clisp_2.29-
13_darwin-powerpc.deb
Selecting previously deselected package clisp.
(Reading database ... 26423 files and directories currently installed.)
Unpacking clisp (from .../clisp_2.29-13_darwin-powerpc.deb) ...
Setting up clisp (2.29-13) ...

dpkg -i
/sw/fink/dists/unstable/crypto/binary-darwin-powerpc/maxima_5.9.0.0-2_da
rwin-powerpc.deb
Selecting previously deselected package maxima.
(Reading database ... 26496 files and directories currently installed.)
Unpacking maxima (from .../maxima_5.9.0.0-2_darwin-powerpc.deb) ...
Setting up maxima (5.9.0.0-2) ...
* Maxima: (maxima). A computer algebra system.
install-info(/sw/share/info/maxima.info): no section specified for new
entry, placing at end

ordibureaujp:~ jp$ /sw/bin/maxima
/sw/lib/maxima/5.9.0/maxima-run-lisp: line 179: clisp: command not found

vertigineux ;-)

--
jean-pierre gerbal

(inverser mon nom et libre)

Avatar
jeanpierre.libre
Patrick Stadelmann wrote:

sudo apt-get install maxima

Ca va automatiquement installer clisp-maxima avec.


dpkg-deb -b root-maxima-5.9.0.0-3
/sw/fink/dists/unstable/crypto/binary-darwin-powerpc
warning, `root-maxima-5.9.0.0-3/DEBIAN/control' contains user-defined
field `BuildDependsOnly'
dpkg-deb: building package `maxima' in
`/sw/fink/dists/unstable/crypto/binary-darwin-powerpc/maxima_5.9.0.0-3_d
arwin-powerpc.deb'.
dpkg-deb: ignoring 1 warnings about the control file(s)
.....
ordibureaujp:~ jp$ /sw/bin/maxima
/sw/lib/maxima/5.9.0/maxima-run-lisp: line 179: clisp: command not found

t'es sûr que ça tourne sous panther ?
--
jean-pierre gerbal

(inverser mon nom et libre)

Avatar
Patrick Stadelmann
In article <1glprd2.164xoisl33l5oN%,
(Jean-Pierre Gerbal) wrote:

Patrick Stadelmann wrote:

sudo apt-get install maxima

Ca va automatiquement installer clisp-maxima avec.


dpkg-deb -b root-maxima-5.9.0.0-3
/sw/fink/dists/unstable/crypto/binary-darwin-powerpc
warning, `root-maxima-5.9.0.0-3/DEBIAN/control' contains user-defined
field `BuildDependsOnly'
dpkg-deb: building package `maxima' in
`/sw/fink/dists/unstable/crypto/binary-darwin-powerpc/maxima_5.9.0.0-3_d
arwin-powerpc.deb'.
dpkg-deb: ignoring 1 warnings about the control file(s)
.....
ordibureaujp:~ jp$ /sw/bin/maxima
/sw/lib/maxima/5.9.0/maxima-run-lisp: line 179: clisp: command not found

t'es sûr que ça tourne sous panther ?


Oui :

% sudo apt-get install maxima
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
clisp-maxima
The following NEW packages will be installed:
clisp-maxima maxima

A la fin il me dit :

Setting up clisp-maxima (2.29-2) ...
Setting up maxima (5.9.0.0-3) ...

et je peux le lancer :

% maxima
i i i i i i i ooooo o ooooooo ooooo ooooo
I I I I I I I 8 8 8 8 8 o 8 8
I `+' / I 8 8 8 8 8 8
`-+-' / 8 8 8 ooooo 8oooo
`-__|__-' 8 8 8 8 8
| 8 o 8 8 o 8 8
------+------ ooooo 8oooooo ooo8ooo ooooo 8

Copyright (c) Bruno Haible, Michael Stoll 1992, 1993
Copyright (c) Bruno Haible, Marcus Daniels 1994-1997
Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998
Copyright (c) Bruno Haible, Sam Steingold 1999-2002

Maxima 5.9.0 http://maxima.sourceforge.net
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
This is a development version of Maxima. The function bug_report()
provides bug reporting information.


Patrick
--
Patrick Stadelmann


1 2