pkgsrc-Users archive

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

Re: problems w/boost, libcmis, et al. using 2017Q3 on netbsd-8?



On Fri, 17 Nov 2017, Joerg Sonnenberger wrote:

> > On Thu, 16 Nov 2017, John D. Baker wrote:
> > 
> > Everything using C++ in my usual complement except "devel/snappy" and
> > "games/enigma" is now linked with "/usr/lib/libstdc++.so.8".
> > 
> > Building "devel/snappy" fails with:

> gtest was not rebuild.

This appears to be a reference to "devel/googletest".  Based on that,
I explicitly rebuilt/replaced "devel/googletest".  After that "devel/snappy"
built without problems.

Thanks for the hint.


As per this short thread:

  http://mail-index.netbsd.org/pkgsrc-users/2017/09/29/msg025639.html

hacking "games/enigma/Makefile" as follows allows it to build:

+Index: games/enigma/Makefile
+===================================================================
+RCS file: /cvsroot/pkgsrc/games/enigma/Makefile,v
+retrieving revision 1.35
+diff -u -p -r1.35 Makefile
+--- games/enigma/Makefile	25 Apr 2015 14:22:54 -0000	1.35
++++ games/enigma/Makefile	17 Nov 2017 22:52:58 -0000
+@@ -15,7 +15,7 @@ DEPENDS+=		gettext-tools-[0-9]*:../../de
+ 
+ WRKSRC=			${WRKDIR}/${DISTNAME:S/-r1914//}
+ GCC_REQD+=		3.3
+-USE_LANGUAGES=		c c++
++USE_LANGUAGES=		c c++11
+ USE_PKGLOCALEDIR=	yes
+ USE_TOOLS+=		gmake
+ GNU_CONFIGURE=		yes



-- 
|/"\ 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