Subject: wm/sawfish doesn't compile.
To: None <tech-pkg@netbsd.org>
From: Konrad Neuwirth <konrad@mailathome.or.at>
List: tech-pkg
Date: 02/15/2004 01:57:02
I seem to be on a streak of bad luck.  Now that I was able to compile
GNOME after sufficient updating of the pkgsrc tree, Sawfish fails in
an interesting way: 

| [amelie:/usr/pkgsrc/wm/sawfish]# make
| ===> Checking for vulnerabilities in sawfish-1.2nb7
| => Checksum OK for sawfish-1.2-gtk1.tar.gz.
| ===> Extracting for sawfish-1.2nb7
| ===> Required package sawfish-replibs-1.2nb4: NOT found
| ===> Verifying reinstall for ../../wm/sawfish-replibs
| ===> Checking for vulnerabilities in sawfish-replibs-1.2nb4
| => Checksum OK for sawfish-1.2-gtk1.tar.gz.
| ===> Extracting for sawfish-replibs-1.2nb4
| ===> Required package rep-gtk>=0.15nb2: NOT found
| ===> Verifying reinstall for ../../x11/rep-gtk
| ===> Checking for vulnerabilities in rep-gtk-0.15nb5
| ===> Building for rep-gtk-0.15nb5
| /usr/pkg/libexec/rep/i386--netbsdelf/libtool --mode=compile gcc -c
| -I/usr/X11R6/include/libglade-1.0 -I/usr/X11R6/include/gdk-pixbuf-1.0
| -I/usr/pkg/include -I/usr/X11R6/include -DHAVE_CONFIG_H -I. -O2
| -I/usr/pkg/include -I/usr/X11R6/include
| -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include
| -I/usr/X11R6/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2
| -I/usr/pkg/lib/glib/include -I/usr/X11R6/include -I/usr/pkg/include
| -I/usr/pkg/libexec/rep/i386--netbsdelf -I/usr/pkg/include/gnome-xml
| -I/usr/X11R6/include/libglade-1.0 -I/usr/X11R6/include/gtk-1.2
| -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include
| -I/usr/X11R6/include -I/usr/X11R6/include/gnome-1.0
| -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include
| -I/usr/X11R6/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2
| -I/usr/pkg/lib/glib/include -I/usr/X11R6/include
| -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk-1.2
| -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include
| -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0
| -I/usr/X11R6/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2
| -I/usr/pkg/lib/glib/include -I/usr/X11R6/include rep-types.c
| gmake: execvp: /usr/pkg/libexec/rep/i386--netbsdelf/libtool: Too many levels of symbolic links
| gmake: *** [rep-types.lo] Error 127
| *** Error code 2

I do not even pretend to sufficiently understand libtool, but I
haven't seen this error before. 

Konrad