pkgsrc-Bugs archive

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

Re: pkg/53554: yelp build error



On 26 Aug 2018, at 09:15, coypu%sdf.org@localhost wrote:

> That said, you should say which branch you are using. This commit might
> have helped, but I don't know if you are past it.

pkgsrc-current, but it is the same with the last stable pkgsrc 2018Q2.

As long as we have the gnome meta package as part of pkgsrc, it should also work. 

Other build errors with NetBSD 8.0 RELEASE (i386) for gnome are:

 lang/mono (see 53516)
and libgnomekbd vs. libgnomekbd2

With this Makefile change the meta package builds again for me:

cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/meta-pkgs/gnome/Makefile,v
retrieving revision 1.141
diff -u -r1.141 Makefile
--- Makefile    19 Aug 2018 20:16:40 -0000      1.141
+++ Makefile    26 Aug 2018 07:39:56 -0000
@@ -20,7 +20,6 @@
 PKG_SUGGESTED_OPTIONS= pulseaudio
 # mono does not work on NetBSD/arm yet
 .if ${OPSYS} != "SunOS" && (${OPSYS} != "NetBSD" || empty(MACHINE_ARCH:M*arm*))
-PKG_SUGGESTED_OPTIONS+=        mono
 .endif
 .include "../../mk/bsd.options.mk"
 
@@ -104,7 +103,7 @@
 DEPENDS+=      gvfs>=1.2.3:../../sysutils/gvfs
 DEPENDS+=      hamster-applet>=2.26.2:../../time/hamster-applet
 DEPENDS+=      libgail-gnome>=1.20.1:../../devel/libgail-gnome
-DEPENDS+=      libgnomekbd>=2.26.0:../../x11/libgnomekbd
+DEPENDS+=      libgnomekbd2>=2.26.0:../../x11/libgnomekbd2
 DEPENDS+=      libgnomeprint>=2.18.6:../../print/libgnomeprint
 DEPENDS+=      libgnomeprintui>=2.18.4:../../print/libgnomeprintui
 DEPENDS+=      libgtop>=2.26.1:../../sysutils/libgtop
@@ -136,7 +135,6 @@
 #DEPENDS+=     vino>=2.26.2:../../net/vino
 DEPENDS+=      vino>=2.24.1:../../net/vino
 DEPENDS+=      vte>=0.20.2<0.32:../../x11/vte
-DEPENDS+=      yelp>=2.26.0:../../misc/yelp
 DEPENDS+=      zenity>=2.26.0:../../x11/zenity
 
 .include "../../mk/bsd.pkg.mk”

Regards,
B.





> Log message:
> Mark packages that require C++03 (or the GNU variants) if they fail with
> C++14 default language.
> 
> (so, try cvs update -APdC in xulrunner192)
> 
> Your build error is missing, you're just showing the warning in the
> tail. The build error likely contains the text 'error: ' somewhere.
> 




Home | Main Index | Thread Index | Old Index