Re: Attempting to build Lilypond 2.23.6 from source using Fedora 35 Linux with Docker

2022-03-10 Thread Kenneth Wolcott
Thank you, Federico!

On Thu, Mar 10, 2022 at 11:08 PM Federico Bruni  wrote:
>
> On Thu, Mar 10 2022 at 15:04:15 -0800, Kenneth Wolcott
>  wrote:
> > sudo dnf builddep lilypond --nogpgcheck
> >
> >   This does not work since I am using Fedora 35 and the docs state
> > that this works with Fedora 22 and 23.
> >
> > The error is that "builddep" apparently is no longer a supported
> > subcommand to dnf.
> >
> > Does anyone know how to obtain the equivalent functionality of "dnf
> > builddep lilypond" using Fedora 35?
>
> This is still a valid command.
> dnf should have told you that you may miss a dnf plugin. The builddep
> is in dnf-plugins-core package.
>
>
>



Re: Attempting to build Lilypond 2.23.6 from source using Fedora 35 Linux with Docker

2022-03-10 Thread Federico Bruni
On Thu, Mar 10 2022 at 15:04:15 -0800, Kenneth Wolcott 
 wrote:

sudo dnf builddep lilypond --nogpgcheck

  This does not work since I am using Fedora 35 and the docs state
that this works with Fedora 22 and 23.

The error is that "builddep" apparently is no longer a supported
subcommand to dnf.

Does anyone know how to obtain the equivalent functionality of "dnf
builddep lilypond" using Fedora 35?


This is still a valid command.
dnf should have told you that you may miss a dnf plugin. The builddep 
is in dnf-plugins-core package.







Re: Attempting to build Lilypond 2.23.6 from source using Fedora 35 Linux with Docker

2022-03-10 Thread Kenneth Wolcott
Update:

I am specifying packages in my Fedora Dockerfile.

The dependencies are being worked out automatically so far.

It is working fine until I need to obtain Guile 1.8.8, which I am
working on a computer architecture definition problem, which I think I
can solve.

After that it is only installing some fonts...

It looks like I'll have it together soon.

Thanks,
Ken

On Thu, Mar 10, 2022 at 3:04 PM Kenneth Wolcott
 wrote:
>
> Hi;
>
>   Attempting to build Lilypond 2.23 from source using Fedora 35 Linux
> with Docker hosted by MacOS (on Apple Silicon)
>
>   The following command given in the Lilypond development build manual:
>
> sudo dnf builddep lilypond --nogpgcheck
>
>   This does not work since I am using Fedora 35 and the docs state
> that this works with Fedora 22 and 23.
>
> The error is that "builddep" apparently is no longer a supported
> subcommand to dnf.
>
> Does anyone know how to obtain the equivalent functionality of "dnf
> builddep lilypond" using Fedora 35?
>
> I've looked in the DNF Command Reference and do not see what I need to
> get where I need to go.
>
> Thanks,
> Ken Wolcott



Attempting to build Lilypond 2.23.6 from source using Fedora 35 Linux with Docker

2022-03-10 Thread Kenneth Wolcott
Hi;

  Attempting to build Lilypond 2.23 from source using Fedora 35 Linux
with Docker hosted by MacOS (on Apple Silicon)

  The following command given in the Lilypond development build manual:

sudo dnf builddep lilypond --nogpgcheck

  This does not work since I am using Fedora 35 and the docs state
that this works with Fedora 22 and 23.

The error is that "builddep" apparently is no longer a supported
subcommand to dnf.

Does anyone know how to obtain the equivalent functionality of "dnf
builddep lilypond" using Fedora 35?

I've looked in the DNF Command Reference and do not see what I need to
get where I need to go.

Thanks,
Ken Wolcott