[Bug 251385] devel/binutils: update to 2.36.1

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 09 Jul 2021 10:17:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251385

--- Comment #16 from Fernando ApesteguĂ­a <fernape@FreeBSD.org> ---
Hi Yasuhiro,

Sorry for the late response. This update fails to build:

(pod2man --center="GNU Development Tools" --release="binutils-2.36.1"
--section=1 as.pod | \
        sed -e '/^.if n .na/d' > as.1.T$$ && \
        mv -f as.1.T$$ as.1) || \
        (rm -f as.1.T$$ && exit 1)
/bin/sh: pod2man: not found
rm -f as.pod
/wrkdirs/usr/ports/devel/binutils/work-native/binutils-2.36.1/missing:
makeinfo: not found
WARNING: 'makeinfo' is missing on your system.
         You should only need it if you modified a '.texi' file, or
         any other file indirectly affecting the aspect of the manual.
         You might want to install the Texinfo package:
         <http://www.gnu.org/software/texinfo/>
         The spurious makeinfo call might also be the consequence of
         using a buggy 'make' (AIX, DU, IRIX), in which case you might
         want to install GNU make:
         <http://www.gnu.org/software/make/>
gmake[5]: *** [Makefile:508: as.info] Error 127
gmake[5]: Leaving directory
'/wrkdirs/usr/ports/devel/binutils/work-native/binutils-2.36.1/gas/doc'
gmake[4]: *** [Makefile:1275: all-recursive] Error 1
gmake[4]: Leaving directory
'/wrkdirs/usr/ports/devel/binutils/work-native/binutils-2.36.1/gas'
gmake[3]: *** [Makefile:817: all] Error 2
gmake[3]: Leaving directory
'/wrkdirs/usr/ports/devel/binutils/work-native/binutils-2.36.1/gas'
gmake[2]: *** [Makefile:4939: all-gas] Error 2
gmake[2]: Leaving directory
'/wrkdirs/usr/ports/devel/binutils/work-native/binutils-2.36.1'
gmake[1]: *** [Makefile:853: all] Error 2
gmake[1]: Leaving directory
'/wrkdirs/usr/ports/devel/binutils/work-native/binutils-2.36.1'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

-- 
You are receiving this mail because:
You are the assignee for the bug.