GNU bug report logs -
#21974
can't build guix without 'makeinfo'
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#21974: can't build guix without 'makeinfo'
which was filed against the guix package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 21974 <at> debbugs.gnu.org.
--
21974: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21974
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Jan Synáček <jan.synacek <at> gmail.com> skribis:
> On Sat, Nov 21, 2015 at 9:40 PM, Ludovic Courtès <ludo <at> gnu.org> wrote:
>> Jan Synáček <jan.synacek <at> 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’.
[Message part 3 (message/rfc822, inline)]
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
This bug report was last modified 9 years and 188 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.