[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pkg install -forge linear-algebra.............fails
From: |
Leloup |
Subject: |
Re: pkg install -forge linear-algebra.............fails |
Date: |
Sat, 6 Oct 2018 08:36:39 -0500 (CDT) |
Bonjour Mike,
1)..."You need to have GNU makeinfo installed to build the package
documentation. "
address@hidden ~ $ sudo apt-get install texinfo
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Le paquet suivant a été installé automatiquement et n'est plus nécessaire :
libapparmor1:i386
Veuillez utiliser « sudo apt autoremove » pour le supprimer.
Les paquets supplémentaires suivants seront installés :
libtext-unidecode-perl libxml-libxml-perl libxml-namespacesupport-perl
libxml-sax-base-perl libxml-sax-perl tex-common
Paquets suggérés :
texlive-base texlive-latex-base texlive-generic-recommended
texinfo-doc-nonfree
Paquets recommandés :
libxml-sax-expat-perl
Les NOUVEAUX paquets suivants seront installés :
libtext-unidecode-perl libxml-libxml-perl libxml-namespacesupport-perl
libxml-sax-base-perl libxml-sax-perl tex-common texinfo
ect....
-->Looks OK
2)...."You will also need to patch the communications package to be able to
build against Octave 4."
Open communications-1.2.1.tar.gz
Introduce octave-4.4.patch in the communications-1.2.1/src repository and
in the /communications one
address@hidden ~/communications $ make release
Creating package version 1.2.1 release ...
rm -rf communications-1.2.1
hg archive --exclude ".hg*" --exclude Makefile --type files
communications-1.2.1
cd communications-1.2.1/doc && make all
make[1] : on entre dans le répertoire
« /home/leloup/communications/communications-1.2.1/doc »
/bin/sh images.sh > images.mk
Making texinfo comms.texi
Function commsimages, does not contain texinfo help
makeinfo --no-split -o comms.info comms.texi
make[1] : on quitte le répertoire
« /home/leloup/communications/communications-1.2.1/doc »
cd communications-1.2.1/src && autoconf -Wall
rm -rf communications-1.2.1/src/autom4te.cache
chmod -R a+rX,u+w,go-w communications-1.2.1
tar cf - --posix communications-1.2.1 | gzip -9n >
communications-1.2.1.tar.gz
rm -rf communications-1.2.1
Installing package locally ...
octave --silent --eval 'pkg install communications-1.2.1.tar.gz;'
make: octave : commande introuvable
Makefile:73 : la recette pour la cible « install » a échouée
make: *** [install] Erreur 127
Try manually from octave /home/leloup/communications pkg install
communications-1.2.1.tar.gz
In file included from galois-def.cc:21:0:
galois.h:24:27: fatal error: octave/config.h: No such file or directory
#include <octave/config.h>
^
Something is wrong...
Regards,
Leloup
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
- Re: pkg install -forge linear-algebra.............fails, Kai Torben Ohlhus, 2018/10/01
- Re: pkg install -forge linear-algebra.............fails, Leloup, 2018/10/04
- Re: pkg install -forge linear-algebra.............fails, Kai Torben Ohlhus, 2018/10/04
- Re: pkg install -forge linear-algebra.............fails, Leloup, 2018/10/05
- Re: pkg install -forge linear-algebra.............fails, Kai Torben Ohlhus, 2018/10/05
- Re: pkg install -forge linear-algebra.............fails, Leloup, 2018/10/05
- Re: pkg install -forge linear-algebra.............fails, Leloup, 2018/10/05
- Re: pkg install -forge linear-algebra.............fails, Mike Miller, 2018/10/05
- Re: pkg install -forge linear-algebra.............fails,
Leloup <=
- Re: pkg install -forge linear-algebra.............fails, Leloup, 2018/10/07
- Solved: pkg install -forge linear-algebra.............fails, Leloup, 2018/10/09