View Single Post
  #1   (View Single Post)  
Old 24th December 2016
philo_neo71 philo_neo71 is offline
Spam Deminer
 
Join Date: Jul 2009
Posts: 278
Default install-recursive

Hi,
I want to update my PC dell workstation i386 xeon with NetBSD 7.0.
Before i used pkgsrc-2016Q1, i'm just download 2016Q3, and like i don't understand how to update with CVS, i delete all files and dependency manualy.
Now XFCE4 is down, then i try to compile a new windows manager, like "mate" or "xfce4", i have always this issue :
Quote:
In file included from /usr/pkgsrc/x11/gtk2/work/.buildlink/include/glib/gio-unix-2.0/gio/gdesktopappinfo.h:24:0,
from gdkapplaunchcontext-x11.c:29:
/usr/pkgsrc/x11/gtk2/work/.buildlink/include/glib/glib-2.0/gio/gio.h:47:32: fatal error: gio/gdatagrambased.h: No such file or directory
#include <gio/gdatagrambased.h>
^
compilation terminated.
Makefile:835: recipe for target 'gdkapplaunchcontext-x11.lo' failed
gmake[3]: *** [gdkapplaunchcontext-x11.lo] Error 1
gmake[3]: Leaving directory '/usr/pkgsrc/x11/gtk2/work/gtk+-2.24.31/gdk/x11'
Makefile:1377: recipe for target 'install-recursive' failed
gmake[2]: *** [install-recursive] Error 1
gmake[2]: Leaving directory '/usr/pkgsrc/x11/gtk2/work/gtk+-2.24.31/gdk'
Makefile:1708: recipe for target 'install' failed
gmake[1]: *** [install] Error 2
gmake[1]: Leaving directory '/usr/pkgsrc/x11/gtk2/work/gtk+-2.24.31/gdk'
Makefile:729: recipe for target 'install-recursive' failed
gmake: *** [install-recursive] Error 1
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/x11/gtk2
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/x11/gtk2
dct-chanel#
It's a first time that meet this error >>> 'install-recursive'

I don't understand !

Regards
Philippe
Reply With Quote