unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#21974: can't build guix without 'makeinfo'
@ 2015-11-21 20:19 Jan Synáček
  2015-11-21 20:40 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Synáček @ 2015-11-21 20:19 UTC (permalink / raw)
  To: 21974

The build fails with an error if the 'makeinfo' binary is missing on
the system. The configure script should check for 'makeinfo' and fail
if not found (or maybe warn that the docs won't be built?).

-- 
Jan Synáček

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#21974: can't build guix without 'makeinfo'
  2015-11-21 20:19 bug#21974: can't build guix without 'makeinfo' Jan Synáček
@ 2015-11-21 20:40 ` Ludovic Courtès
  2015-11-21 20:48   ` Jan Synáček
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2015-11-21 20:40 UTC (permalink / raw)
  To: Jan Synáček; +Cc: 21974

Jan Synáček <jan.synacek@gmail.com> skribis:

> The build fails with an error if the 'makeinfo' binary is missing on
> the system. The configure script should check for 'makeinfo' and fail
> if not found (or maybe warn that the docs won't be built?).

‘makeinfo’ is necessary when building from a checkout or otherwise
modifying the manual, but it’s not necessary when building from a
tarball.  See
<https://www.gnu.org/software/guix/manual/html_node/Building-from-Git.html>.

Can you confirm you were building from a checkout?

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#21974: can't build guix without 'makeinfo'
  2015-11-21 20:40 ` Ludovic Courtès
@ 2015-11-21 20:48   ` Jan Synáček
  2015-11-22 10:31     ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Synáček @ 2015-11-21 20:48 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 21974

On Sat, Nov 21, 2015 at 9:40 PM, Ludovic Courtès <ludo@gnu.org> wrote:
> Jan Synáček <jan.synacek@gmail.com> skribis:
>
>> The build fails with an error if the 'makeinfo' binary is missing on
>> the system. The configure script should check for 'makeinfo' and fail
>> if not found (or maybe warn that the docs won't be built?).
>
> ‘makeinfo’ is necessary when building from a checkout or otherwise
> modifying the manual, but it’s not necessary when building from a
> tarball.  See
> <https://www.gnu.org/software/guix/manual/html_node/Building-from-Git.html>.
>
> Can you confirm you were building from a checkout?

Yes, I was building from a checkout. Maybe it would make sense to make
it optional,
as 'help2man' is? I was only trying to test the latest version of guix
and wasn't really
interested in the documentation changes.

-- 
Jan Synáček

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#21974: can't build guix without 'makeinfo'
  2015-11-21 20:48   ` Jan Synáček
@ 2015-11-22 10:31     ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2015-11-22 10:31 UTC (permalink / raw)
  To: Jan Synáček; +Cc: 21974-done

Jan Synáček <jan.synacek@gmail.com> skribis:

> On Sat, Nov 21, 2015 at 9:40 PM, Ludovic Courtès <ludo@gnu.org> wrote:
>> Jan Synáček <jan.synacek@gmail.com> skribis:
>>
>>> The build fails with an error if the 'makeinfo' binary is missing on
>>> the system. The configure script should check for 'makeinfo' and fail
>>> if not found (or maybe warn that the docs won't be built?).
>>
>> ‘makeinfo’ is necessary when building from a checkout or otherwise
>> modifying the manual, but it’s not necessary when building from a
>> tarball.  See
>> <https://www.gnu.org/software/guix/manual/html_node/Building-from-Git.html>.
>>
>> Can you confirm you were building from a checkout?
>
> Yes, I was building from a checkout.

OK.

> Maybe it would make sense to make it optional, as 'help2man' is? I was
> only trying to test the latest version of guix and wasn't really
> interested in the documentation changes.

I think it cannot be made more optional than it currently is.
‘MAKEINFO’ is currently defined as:

  MAKEINFO = ${SHELL} …/build-aux/missing makeinfo

meaning that you get a warning when ‘makeinfo’ is missing.

Regardless, I would recommend the following to set up a development
environment for Guix:

  guix environment guix

I realize this wasn’t documented, so I’ve added it to “Building from
Git.”

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-11-22 10:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-21 20:19 bug#21974: can't build guix without 'makeinfo' Jan Synáček
2015-11-21 20:40 ` Ludovic Courtès
2015-11-21 20:48   ` Jan Synáček
2015-11-22 10:31     ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).