On 23-May 6:53, Matthias Kilian wrote:
[resent to ports@]
Hi,
Based on your diffs, I end up with the diff below. For now, only
test-built and packaged on amd64; I'll do some testing with some
of my old .ly fikes next weekend. Testbuilds (and real functional
tests) on other platforms (at least i386) are welcome, of course.
Some more notes:
- make port-lib-depends-check compains about some extra libraries
(gmodule-2.0.4000 gthread-2.0.4000 iconv.6), but running ldd(1) on the
lilypond executable lists them, so I keep them in WANTLIB-main.
- there three warnings about %d format strings used for
size_t arguments; I did *not* add appropriate patches for now,
because at least in one case using %zd would be wrong (that check
against the the SCM object 'max-markup-depth'). I'll have to talk to
upstream about this.
Ciao,
Kili
I've tested it now on both i386 and amd64 platforms
I ran a 50+ page score and a 30+ page Violin Etude book (among other
things) on both platforms running current as of the 22nd of May. Of
note is that the amd64 platform uses double the memory footprint to
compile the document and hits the default ulimit on larger works.
Thanks!
Graeme