pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/49826: pkgsrc-2015Q1 misc/libreoffice4 build fails on NetBSD 6.1.5



The following reply was made to PR pkg/49826; it has been noted by GNATS.

From: "John D. Baker" <jdbaker%mylinuxisp.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/49826: pkgsrc-2015Q1 misc/libreoffice4 build fails on NetBSD
 6.1.5
Date: Fri, 10 Jul 2015 02:45:48 -0500 (CDT)

 On Thu, 9 Jul 2015, John D. Baker wrote:
 
 > Earlier in this thread it was suggested that "boost-libs" also be built
 > with gcc48.  I suppose I can try that, but it probably means I'll need
 > to set "GCC_REQ+=4.8" for everything that depends on "boost-libs"
 
 I removed "boost-libs" and every package that registered an explicit
 dependency on "boost-libs", then set "GCC_REQD+=4.8" for all of them:
 
 [excerpt from mk.conf]
 # As of pkgsrc-2015Q2, "www/firefox" requires GCC 4.8, so override packages
 # requiring versions higher than in the base system, but less than the
 # highest required version.
 
 # attempt to work around pkg/49826 by building "boost-libs" and all
 # dependents with gcc48:
 
 .if "${PKGPATH}" == "misc/libreoffice4" || \
     "${PKGPATH}" == "multimedia/gnash" || \
     "${PKGPATH}" == "cad/kicad" || \
     "${PKGPATH}" == "games/pingus" || \
     "${PKGPATH}" == "graphics/inkscape" || \
     "${PKGPATH}" == "graphics/libgltf" || \
     "${PKGPATH}" == "net/libcmis" || \
     "${PKGPATH}" == "converters/libabw" || \
     "${PKGPATH}" == "converters/libcdr" || \
     "${PKGPATH}" == "converters/libe-book" || \
     "${PKGPATH}" == "converters/libetonyek" || \
     "${PKGPATH}" == "converters/libmspub" || \
     "${PKGPATH}" == "converters/libpagemaker" || \
     "${PKGPATH}" == "converters/libvisio" || \
     "${PKGPATH}" == "converters/orcus" || \
     "${PKGPATH}" == "devel/boost-libs" || \
     "${PKGPATH}" == "devel/mdds" || \
     "${PKGPATH}" == "textproc/libclucene" || \
     "${PKGPATH}" == "textproc/libodfgen"
 
   GCC_REQD+=    4.8
 .endif
 
 
 All of the dependencies built, but "libreoffice4" itself failed in the
 exact same fashion as in the previous addendum to this PR.
 
 -- 
 |/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
 |\ / jdbaker[snail]mylinuxisp[flyspeck]com    OpenBSD            FreeBSD
 | X  No HTML/proprietary data in email.   BSD just sits there and works!
 |/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645
 


Home | Main Index | Thread Index | Old Index