Re: automatically showing test-suite.log on failure?

2018-09-21 Thread Eric Blake
[adding autoconf, as this also affects testsuite.log generated by projects using autotest instead of automake's built-in support] On 9/21/18 12:37 PM, Bob Proulx wrote: Bob Friesenhahn wrote: Karl Berry wrote: However, this seems like it would be fairly commonly useful and easy enough to do i

non standard name of a dependency

2018-09-21 Thread Catonano
I don't know if this is the right place to ask. If it's not, I apologize I'd like to build guile-commonmark ( https://github.com/OrangeShark/guile-commonmark/ ) on Fedora 28 I'd like to build it against guile 2.2.2 On Fedora 28 x86_64 there are 2 versions of Guile Guile 2.0.14 and Guile 2.2.

Re: non standard name of a dependency

2018-09-21 Thread Bob Friesenhahn
On Fri, 21 Sep 2018, Catonano wrote: How can I build guile-commonmark against guile 2.2.2 ? Is this a task for the package author ? Or can I instruct the build system somehow about which guile to use ? This depends on how the configure script is searching for guile. If it is using pkg-conf

Re: non standard name of a dependency

2018-09-21 Thread Eric Blake
On 9/21/18 2:44 PM, Catonano wrote: I don't know if this is the right place to ask. If it's not, I apologize I'd like to build guile-commonmark ( https://github.com/OrangeShark/guile-commonmark/ ) on Fedora 28 I'd like to build it against guile 2.2.2 On Fedora 28 x86_64 there are 2 versions o