> > > consider setting MPLCONFIGDIR to a writable directory for matplotlib > > > configuration data > > The issue seems to have been the use of PWD as opposed to CURDIR, as > > was pointed out to me by Cyril and Jakub. The new package seems to > > have built on s390, so I'd presume that that fixed the issue. > I meant not the issue you've introduced with .1 NMU but original issue?
> anyway -- testing as of speaking...
cool, it seems that a simple
- export PYTHONPATH=$$PWD/`/bin/ls -d build/lib.*`; cd doc; $(MAKE) html pdf
+ export PYTHONPATH=$$PWD/`/bin/ls -d build/lib.*`
MPLCONFIGDIR=$(CURDIR)/build; cd doc; $(MAKE) html pdf
is sufficient enough. With your patch to fix fortran issues (thanks!),
it now indeed makes sense to close this bugreport ;)
May be you have an atomic patch for fortran issue so I could use
it instead of my editing of output interdiff between -2 and -2.1 in attempt
to get it ?
Cheers,
--
.-.
=------------------------------ /v\ ----------------------------=
Keep in touch // \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko /( )\ ICQ#: 60653192
Linux User ^^-^^ [175555]
signature.asc
Description: Digital signature

