****************************************************
NOTE: Set SAGE_MATPLOTLIB_GUI to anything but 'no' to try to build the Matplotlib GUI.
Not building any matplotlib graphical backends.
patching file lib/matplotlib/__init__.py
patching file lib/matplotlib/finance.py
patching file lib/matplotlib/texmanager.py
patching file setupext.py
basedirlist is: ['/build/buildd/sagemath-monolithic-0.1ubuntu3/local']
============================================================================
BUILDING MATPLOTLIB
matplotlib: 1.1.0
python: 2.7.3 (default, Jul 13 2012, 09:58:03) [GCC 4.6.3]
platform: linux2
REQUIRED DEPENDENCIES
./spkg-install: line 31: 14233 Aborted python setup.py build
Error building matplotlib package.
real 0m0.238s
user 0m0.176s
sys 0m0.040s
************************************************************************
Error installing package matplotlib-1.1.0
************************************************************************Can you build using "make -k" instead of "make"? This will make the
build continue after errors (but it will still respect dependencies).
Can you build using "make -k" instead of "make"? This will make the
build continue after errors (but it will still respect dependencies).
No idea how. Our rules file say to run:
0 jan@snapperkob:~/src/sagemath-monolithic/sagemath-monolithic-0.1ubuntu3$cat debian/rules
#!/usr/bin/make -f
# -*- makefile -*-
Maybe I am saying something stupid here, but cannot you just change the first line to this?#!/usr/bin/make -f -k
On 13/07/2012 15:43, Jeroen Demeyer wrote:
On 2012-07-13 15:06, Javier López Peña wrote:
Sorry, that should beNo, you can't do that. "#!" scripts support at most 1 command line option.
#!/usr/bin/make -k -f
But you should be able to do
#!/usr/bin/make -kf
HiOn 13 July 2012 17:18, Rob McMahon <RobMcM...@gmail.com> wrote:On 13/07/2012 15:43, Jeroen Demeyer wrote:But you should be able to do
On 2012-07-13 15:06, Javier López Peña wrote:
Sorry, that should beNo, you can't do that. "#!" scripts support at most 1 command line option.
#!/usr/bin/make -k -f
#!/usr/bin/make -kf
Le 13/07/2012 14:53, Jan Groenewald a écrit :
On 13 July 2012 13:42, Jeroen Demeyer <jdem...@cage.ugent.be<mailto:jdem...@cage.ugent.be>> wrote:
Can you build using "make -k" instead of "make"? This will make the
build continue after errors (but it will still respect dependencies).
Well, if you have a look at "man 7 debhelper", you'll seeSomehow those debhelper (dh) commands will call make somewhere.
Maybe Julien can help us out.
dh_auto_build is how it's done ; so you just have to add this rule to your debian/rules :
override_dh_auto_build:
make -k
But notice that "make -k" will still fail in the end, so I don't know what you hope to gain with that!
On 13 July 2012 13:42, Jeroen Demeyer <jdem...@cage.ugent.be<mailto:jdem...@cage.ugent.be>> wrote:
Can you build using "make -k" instead of "make"? This will make the
build continue after errors (but it will still respect dependencies).
Well, if you have a look at "man 7 debhelper", you'll seeSomehow those debhelper (dh) commands will call make somewhere.
Maybe Julien can help us out.
dh_auto_build is how it's done ; so you just have to add this rule to your debian/rules :
override_dh_auto_build:
make -k
Thanks, I will update and upoload that.
Le 14/07/2012 21:22, Jan Groenewald a écrit :
> (many things)
I downloaded a buildlog and had a look, but there was nothing interesting to see :-/
Le 14/07/2012 21:47, Jan Groenewald a écrit :
On 14 July 2012 21:26, Julien Puydt <julien...@laposte.net
<mailto:julien.puydt@laposte.net>> wrote:
Le 14/07/2012 21:22, Jan Groenewald a écrit :
> (many things)
I downloaded a buildlog and had a look, but there was nothing
interesting to see :-/
I can do two things when time allows.
1. debuild -b locally, and
Uh... you mean you haven't even tested if your package built locally before sending it afar!?
From the package directory, just "dpkg-buildpackage -us -uc" should be enough. It only assumes that (1) you are in package-3.14/ (2) upstream's sources are in ../package_3.14.orig.tar.gz.
2. learn to use pbuilder and I've heard there is a launchpad-likeI don't know if there's a launchpad-like pbuilder mode, but using it is trivial:
pbuilder mode.
- first, run "pbuilder --create" to initialize it ;
- then any time you have a package you'd like to test : "pbuilder --build <name of the dsc>"
Le 15/07/2012 08:53, Jan Groenewald a écrit :Uh... "pbuilder --update" then retry?
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or
specify a solution).
I think I hit that one once and got away like this, but I'm not sure :-/
Le 15/07/2012 09:29, Jan Groenewald a écrit :
<mailto:julien.puydt@laposte.net>> wrote:
Snark on #sagemath
--
--
To post to this group, send an email to sage-...@googlegroups.com
To unsubscribe from this group, send an email to sage-devel+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.or