pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/44105 (installing devel/doxygen fails on Solaris)
The following reply was made to PR pkg/44105; it has been noted by GNATS.
From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/44105 (installing devel/doxygen fails on Solaris)
Date: Fri, 19 Nov 2010 18:47:10 +0100
On Thu, Nov 18, 2010 at 09:15:07PM +0000, Tim Zingelman wrote:
> p.s. even after this fix doxygen's bmake install fails when pdftex
> dies unless many of the tex* packages are built with "CONFIGURE_ARGS+=
> --disable-largefile" for all big endian machines... (such as
> solaris-sparc) my patch for that is:
> .include "../../mk/endian.mk"
> .if ${MACHINE_ENDIAN} == "big"
> # largefile support is broken in pdftex on big endian machines
> CONFIGURE_ARGS+= --disable-largefile
> .endif
> added to all the packages that use texlive-*-source as a DISTNAME
The most likely cause is that some of the tex sources are either using
implicit prototypes (and off_t is interpreted as int effectively) or are
lacking the right LFS macros. Can you check for missing prototype
warnings?
Joerg
Home |
Main Index |
Thread Index |
Old Index