Hi Kurt,
I tried to install fpm as shown in the indicated website but there
was an error message - see below.
Any suggestions on what to do would be helpful - thanks.
Regards,
Constantine.
sudo gem install fpm
Fetching: json-1.8.6.gem (100%)
Building native extensions. This could take a while...
ERROR: Error installing fpm:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.9.1 extconf.rb
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load
such file -- mkmf (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from extconf.rb:1:in `<main>'
Gem files will remain installed in /var/lib/gems/1.9.1/gems/json-1.8.6 for
inspection.
Results logged to
/var/lib/gems/1.9.1/gems/json-1.8.6/ext/json/ext/generator/gem_make.out
----- Original Message -----
From: "Kurt Pagani" <[email protected]>
To: "FriCAS - computer algebra system" <[email protected]>
Sent: Saturday, February 25, 2017 7:50:21 PM
Subject: [fricas-devel] Re: Debian package
Constanitne Frangos asked in a previous post:
(2) Is there a debian package for fricas that can be
conveniently installed with the synaptic package manager
in ubuntu based linux?
AFAIK there isn't one at the moment, right?
In case there is some interest I'd suggest using "fpm"
https://github.com/jordansissel/fpm/wiki
which is a really great tool to build various packages with ease.
The following command, for example, builds a .deb from the official "tar":
fpm -s tar -t deb -n fricas -v 1.3.1 fricas-1.3.1.amd64.tar.bz2
Check content with: dpkg -c fricas_1.3.1_amd64.deb
It is also possible to build it from an already installed distribution by
choosing "-s dir".
Of course one may configure a lot of other things and nicely wrap it up into a
script.
On Saturday, 11 April 2009 15:08:31 UTC+2, Gregory Vanuxem wrote:
Dear Fricas developper,
I have built a Debian package with what is in the debian subdirectory of
src/contrib. From memory I encountered the following things:
. the efricas script is not installed with the executable bit set
. the script that builds the debian package try to remove an unexisting
file ('axiom')
. several wrong things when trying to install the emacs lisp files.
Problem of path I think
Thats all if memory does not deserve me.
Regards,
Greg
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected] .
To post to this group, send email to [email protected] .
Visit this group at https://groups.google.com/group/fricas-devel .
For more options, visit https://groups.google.com/d/optout .
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.