pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/53554: yelp build error
The following reply was made to PR pkg/53554; it has been noted by GNATS.
From: Benjamin Lorenz <ben@pocket.services>
To: gnats-bugs%NetBSD.org@localhost
Cc: pkg-manager%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost,
pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/53554: yelp build error
Date: Sun, 26 Aug 2018 09:42:18 +0200
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.=20
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
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
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=3D pulseaudio
# mono does not work on NetBSD/arm yet
.if ${OPSYS} !=3D "SunOS" && (${OPSYS} !=3D "NetBSD" || =
empty(MACHINE_ARCH:M*arm*))
-PKG_SUGGESTED_OPTIONS+=3D mono
.endif
.include "../../mk/bsd.options.mk"
=20
@@ -104,7 +103,7 @@
DEPENDS+=3D gvfs>=3D1.2.3:../../sysutils/gvfs
DEPENDS+=3D hamster-applet>=3D2.26.2:../../time/hamster-applet
DEPENDS+=3D libgail-gnome>=3D1.20.1:../../devel/libgail-gnome
-DEPENDS+=3D libgnomekbd>=3D2.26.0:../../x11/libgnomekbd
+DEPENDS+=3D libgnomekbd2>=3D2.26.0:../../x11/libgnomekbd2
DEPENDS+=3D libgnomeprint>=3D2.18.6:../../print/libgnomeprint
DEPENDS+=3D libgnomeprintui>=3D2.18.4:../../print/libgnomeprintui
DEPENDS+=3D libgtop>=3D2.26.1:../../sysutils/libgtop
@@ -136,7 +135,6 @@
#DEPENDS+=3D vino>=3D2.26.2:../../net/vino
DEPENDS+=3D vino>=3D2.24.1:../../net/vino
DEPENDS+=3D vte>=3D0.20.2<0.32:../../x11/vte
-DEPENDS+=3D yelp>=3D2.26.0:../../misc/yelp
DEPENDS+=3D zenity>=3D2.26.0:../../x11/zenity
=20
.include "../../mk/bsd.pkg.mk=94
Regards,
B.
> Log message:
> Mark packages that require C++03 (or the GNU variants) if they fail =
with
> C++14 default language.
>=20
> (so, try cvs update -APdC in xulrunner192)
>=20
> Your build error is missing, you're just showing the warning in the
> tail. The build error likely contains the text 'error: ' somewhere.
>=20
Home |
Main Index |
Thread Index |
Old Index