From owner-freebsd-ports-bugs@freebsd.org Sun Nov 27 22:39:23 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 054DFC591CA for ; Sun, 27 Nov 2016 22:39:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D33FC2157 for ; Sun, 27 Nov 2016 22:39:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uARMdM7l001324 for ; Sun, 27 Nov 2016 22:39:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 214892] [PATCH] lang/guile2: fix missing dependency on makeinfo Date: Sun, 27 Nov 2016 22:39:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: freebsd@skinc.ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bofh@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2016 22:39:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214892 Bug ID: 214892 Summary: [PATCH] lang/guile2: fix missing dependency on makeinfo Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: bofh@freebsd.org Reporter: freebsd@skinc.ru Keywords: patch Flags: maintainer-feedback?(bofh@freebsd.org) Assignee: bofh@freebsd.org Created attachment 177466 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D177466&action= =3Dedit Patch to fixes missing dependency on makeinfo and portlint warnings Currently, building of this port fails with messages: gmake[5]: Entering directory '/usr/obj/usr/ports/lang/guile2/work/guile-2.0.11/doc' Making install in ref gmake[6]: Entering directory '/usr/obj/usr/ports/lang/guile2/work/guile-2.0.11/doc/ref' restore=3D: && backupdir=3D".am$$" && \ am__cwd=3D`pwd` && CDPATH=3D"${ZSH_VERSION+.}:" && cd . && \ rm -rf $backupdir && mkdir $backupdir && \ if (/bin/sh /usr/obj/usr/ports/lang/guile2/work/guile-2.0.11/build-aux/miss= ing makeinfo --version) >/dev/null 2>&1; then \ for f in guile.info guile.info-[0-9] guile.info-[0-9][0-9] guile.i[0-9] guile.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=3Dmv; else :; fi; \ done; \ else :; fi && \ cd "$am__cwd"; \ if /bin/sh /usr/obj/usr/ports/lang/guile2/work/guile-2.0.11/build-aux/missi= ng makeinfo -I . \ -o guile.info guile.texi; \ then \ rc=3D0; \ CDPATH=3D"${ZSH_VERSION+.}:" && cd .; \ else \ rc=3D$?; \ CDPATH=3D"${ZSH_VERSION+.}:" && cd . && \ $restore $backupdir/* `echo "./guile.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc /usr/obj/usr/ports/lang/guile2/work/guile-2.0.11/build-aux/missing: makeinf= o: 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: 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: gmake[6]: *** [Makefile:1726: guile.info] Error 127 gmake[6]: Leaving directory '/usr/obj/usr/ports/lang/guile2/work/guile-2.0.11/doc/ref' gmake[5]: *** [Makefile:1694: install-recursive] Error 1 gmake[5]: Leaving directory '/usr/obj/usr/ports/lang/guile2/work/guile-2.0.11/doc' gmake[4]: *** [Makefile:1821: install-recursive] Error 1 gmake[4]: Leaving directory '/usr/obj/usr/ports/lang/guile2/work/guile-2.0.= 11' gmake[3]: *** [Makefile:2214: install] Error 2 gmake[3]: Leaving directory '/usr/obj/usr/ports/lang/guile2/work/guile-2.0.= 11' gmake[2]: *** [Makefile:2224: install-strip] Error 2 gmake[2]: Leaving directory '/usr/obj/usr/ports/lang/guile2/work/guile-2.0.= 11' *** Error code 2 Stop. make[1]: stopped in /usr/ports/lang/guile2 *** Error code 1 Stop. make: stopped in /usr/ports/lang/guile2 =3D=3D=3D>>> make stage failed for lang/guile2 =3D=3D=3D>>> Aborting update This problem occurs due to the missing dependency on makeinfo. My patch fixes not only missing dependency, but also portlint warnings in Makefile. How to use: 1. Use patch in ports/lang 2. Remove all *.orig from guile2/ and guile2/files/ 3. Remove guile2/files/patch-libguile___scm.h (it will has zero size) 4. Use portlint in ports/lang/guile2 to see "looks fine" output --=20 You are receiving this mail because: You are the assignee for the bug.=