Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Feb 2005 18:25:51 GMT
From:      David Kelly <dkelly@hiwaay.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/77356: avr-libc  1.2.1 installs but does not install include/
Message-ID:  <200502101825.j1AIPpPb069626@www.freebsd.org>
Resent-Message-ID: <200502101830.j1AIUCT7042432@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         77356
>Category:       ports
>Synopsis:       avr-libc  1.2.1 installs but does not install include/
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 10 18:30:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     David Kelly
>Release:        5.3-STABLE
>Organization:
>Environment:
FreeBSD Opus.home 5.3-STABLE FreeBSD 5.3-STABLE #2: Sun Jan 30 12:16:09 CST 2005     dkelly@Opus.home:/usr5/obj/usr/src/sys/OPUS  i386

>Description:
Originally noticed the lack of /usr/local/avr/include/ after an upgrade, no matter that /var/db/pkg/avr-binutils-2.15_1/+CONTENTS said there should be one.

Seems to be two problems:

1) pdflatex is missing causing the make to fail.
2) when portinstall/portupgrade is used the above error is not noticed.

>How-To-Repeat:
portinstall avr-libc

Seems we are lacking pdflatex:
# cd /usr/ports/devel/avr-libc
# make
..
cd latex_pdf_src && \
        sed -e '/{demo.eps}/s/demo.eps/demo.pdf/' \
        group__demo__project.tex > tmp.$ && \
        mv -f tmp.$ group__demo__project.tex
cd latex_pdf_src && gmake refman.pdf
gmake[2]: Entering directory `/usr/ports/devel/avr-libc/work/avr-libc-1.2.1/build/doc/api/latex_pdf_src'
pdflatex refman.tex
gmake[2]: pdflatex: Command not found
gmake[2]: *** [refman.pdf] Error 127
gmake[2]: Leaving directory `/usr/ports/devel/avr-libc/work/avr-libc-1.2.1/build/doc/api/latex_pdf_src'
gmake[1]: *** [avr-libc-user-manual.pdf] Error 2
gmake[1]: Leaving directory `/usr/ports/devel/avr-libc/work/avr-libc-1.2.1/build/doc/api'
gmake: *** [all-recursive] Error 1
*** Error code 1

Stop in /usr/ports/devel/avr-libc/work/avr-libc-1.2.1/build.
dkelly@Opus {1052}
>Fix:
Creating a bogus pdflatex in my path didn't help.
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502101825.j1AIPpPb069626>