Re: Outstanding Issues

2021-03-15 Thread Carl Sorensen
On 3/15/21, 5:09 PM, "lilypond-devel on behalf of Al Rice" wrote: Is there a list of outstanding issues for LilyPond? https://gitlab.com/lilypond/lilypond/-/issues There are a lot of them! Carl

Outstanding Issues

2021-03-15 Thread Al Rice
Is there a list of outstanding issues for LilyPond?

Re: guile libraries

2021-03-15 Thread Al Rice
Thanks.  I have actually managed to build the necessary 1.8 libraries and am now able to compile without error. Al On 3/15/21 3:55 PM, Valentin Petzel wrote: Hello Al, The problem is that guile-1.8 is not supported by modern distros anymore. I’m not sure if Ubuntu handles this well, but

Re: guile libraries

2021-03-15 Thread Valentin Petzel
Hello Al, The problem is that guile-1.8 is not supported by modern distros anymore. I’m not sure if Ubuntu handles this well, but under Debian you can fetch the source code with apt-get source lilypond. (Ubuntu just uses the version maintained by Debian, so I think this should work out.) This

Re: Segmentation fault during `make check'

2021-03-15 Thread Michael Käppler
Hi Jonas, I do not know if the stack trace of the optimized binary is useful, but: #0  0x7780aa1c in scm_dapply (proc=0x404, arg1=, args=0x7fffec751010) at eval.c:4989 #1  0x55669b84 in Engraver::internal_make_grob(scm_unused_struct*, scm_unused_struct*, char const*,

Re: guile libraries

2021-03-15 Thread Werner LEMBERG
> I am attempting to compile lilypond 2.22 on xubuntu 20.04 using "make > all".  I get the error: > > /usr/bin/ld: cannot find -lguile > > Should be a simple thing to set a path to the guile 1.8 libraries - > but I cannot find them, either. Most likely you have to compile guile 1.8 by

-lguile -- cannot be found [SOLVED]

2021-03-15 Thread Al Rice
OK, it looks as though hijacked a previous thread. Sorry about that. Although I did install the guile-2.2-dev I still get the same error: /usr/bin/ld: cannot find -lguile In config.make is the following line: CONFIG_LIBS = -lglib-2.0 -L/usr/local/lib -lguile I solved my problem by running

Re: Segmentation fault during `make check'

2021-03-15 Thread Jonas Hahnfeld
Hi Michael, Am Montag, dem 15.03.2021 um 12:03 +0100 schrieb Michael Käppler: > Hi all, > I encountered a segmentation fault that happens sporadically during a > 'make check' run. > See https://gitlab.com/lilypond/lilypond/-/merge_requests/683 for some > context. > > It is not reproducable with

Re: guile libraries

2021-03-15 Thread Benkő Pál
There's a quick path for an underperforming lilypond: sudo apt install guile-2.2-dev. The slow path for good performance is installing guile-1.8 from its git repository, which I never did. Al Rice ezt írta (időpont: 2021. márc. 15., H, 18:36): > > Greetings, > > My name is Al. I am a retied

guile libraries

2021-03-15 Thread Al Rice
Greetings, My name is Al.  I am a retied design engineer.  15 years embedded in assembly followed by 20 in the Windows environment programming C and its derivatives.  Since retiring I moved all my development machines to linux and started looking at opensource projects to keep my hand in.  I

Re: Segmentation fault during `make check'

2021-03-15 Thread Michael Käppler
Am 15.03.2021 um 12:03 schrieb Michael Käppler: Unfortunately, it seems somehow related to optimization, because the identical setup with an unoptimized lilypond binary (compiled in a different tree from same 'master') does not fail. Pretty hard to track it down... Ouch, I cannot reproduce it

Segmentation fault during `make check'

2021-03-15 Thread Michael Käppler
Hi all, I encountered a segmentation fault that happens sporadically during a 'make check' run. See https://gitlab.com/lilypond/lilypond/-/merge_requests/683 for some context. It is not reproducable with a specific snippet, but I could reproduce it on top of a failed 'make check' run by running