From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 17 01:40:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADEA416A418 for ; Mon, 17 Sep 2007 01:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8920A13C458 for ; Mon, 17 Sep 2007 01:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l8H1e2ea015196 for ; Mon, 17 Sep 2007 01:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l8H1e2Rb015195; Mon, 17 Sep 2007 01:40:02 GMT (envelope-from gnats) Resent-Date: Mon, 17 Sep 2007 01:40:02 GMT Resent-Message-Id: <200709170140.l8H1e2Rb015195@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 381BE16A418 for ; Mon, 17 Sep 2007 01:32:49 +0000 (UTC) (envelope-from root@soralx.cydem.org) Received: from soralx.cydem.org (S0106000103ce4c9c.vc.shawcable.net [24.87.3.133]) by mx1.freebsd.org (Postfix) with ESMTP id E90C413C46A for ; Mon, 17 Sep 2007 01:32:46 +0000 (UTC) (envelope-from root@soralx.cydem.org) Received: from soralx.cydem.org (localhost [127.0.0.1]) by soralx.cydem.org (8.14.1/8.14.1) with ESMTP id l8H1Wkl5009848 for ; Sun, 16 Sep 2007 18:32:46 -0700 (PDT) (envelope-from root@soralx.cydem.org) Received: (from root@localhost) by soralx.cydem.org (8.14.1/8.14.1/Submit) id l8H1Wkae009847; Sun, 16 Sep 2007 18:32:46 -0700 (PDT) (envelope-from root) Message-Id: <200709170132.l8H1Wkae009847@soralx.cydem.org> Date: Sun, 16 Sep 2007 18:32:46 -0700 (PDT) From: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/116408: devel/avr-libc is BROKEN: fails when building docs [FIX] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 01:40:02 -0000 >Number: 116408 >Category: ports >Synopsis: devel/avr-libc is BROKEN: fails when building docs [FIX] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 17 01:40:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD soralx.cydem.org 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Sep 15 20:20:15 PDT 2007 root@soralx.cydem.org:/usr/obj/usr/src/sys/SORALX i386 >Description: gmake[4]: Entering directory `/usr/ports/devel/avr-libc/work/avr-libc-1.4.6/doc/api/latex_src' echo "Running latex..." Running latex... latex refman.tex This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) entering extended mode (./refman.tex LaTeX2e <2003/12/01> Babel and hyphenation patterns for american, french, german, ngerman, b ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch, esperanto, e stonian, finnish, greek, icelandic, irish, italian, latin, magyar, norsk, polis h, portuges, romanian, russian, serbian, slovak, slovene, spanish, swedish, tur kish, ukrainian, nohyphenation, loaded. gmake[4]: *** [refman.dvi] Error 1 gmake[4]: Leaving directory `/usr/ports/devel/avr-libc/work/avr-libc-1.4.6/doc/api/latex_src' gmake[3]: *** [avr-libc-user-manual.ps] Error 2 gmake[3]: Leaving directory `/usr/ports/devel/avr-libc/work/avr-libc-1.4.6/doc/api' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/avr-libc/work/avr-libc-1.4.6/doc' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/avr-libc/work/avr-libc-1.4.6' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/devel/avr-libc. >How-To-Repeat: >Fix: The snag is because 'latex' exits with error code 1, but actually it produces all the needed files. To fix this properly, one would need to investigate what is going on with latex, or at least change the Makefile so that make overrides the error. I've no idea how to do that. But one can build the port by hand: just cd to work/avr-libc-1.4.6/doc/api/latex_src, remove the 'clean' target from 'all:', then go through the steps of building 'refman.dvi' by hand. For a final touch, `cd work/avr-libc-1.4.6/doc/api/latex-pdf_src`, rinse, laher, repeat. >Release-Note: >Audit-Trail: >Unformatted: >How-To-Repeate `cd ports/devel/avr-libc` && Override BROKEN tag && `make`