svn commit: r457260 - head/x11/xscreensaver

Cy Schubert Cy.Schubert at komquats.com
Wed Dec 27 18:53:05 UTC 2017


In message <953df345-5b93-290a-491b-88ac23fdaef9 at freebsd.org>, Niclas 
Zeising w
rites:
> On 12/27/17 08:21, Cy Schubert wrote:
> > 
> > As of this commit this port fails to build if the XFT option is deselected.
> > 
>
> I'll have  a look tonight, sorry about that.  I thought I tested all 
> combinations of options, but I must have missed this.  Do you have an 
> error message?

cc -pedantic -Wall -Wstrict-prototypes -Wnested-externs 
-Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement 
-std=c89 -U__STRICT_ANSI__ -c -I. -I..  -I/usr/local/include/gtk-2.0 
-I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/local/include 
-I/usr/local/include/cairo -I/usr/local/include/pixman-1 
-I/usr/local/include/freetype2 -I/usr/local/include/libpng16 
-I/usr/local/include/libdrm -I/usr/local/include/harfbuzz 
-I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 
-I/usr/local/include/libxml2 -I/usr/local/include/libglade-2.0 
-D_THREAD_SAFE -pthread  -I/usr/local/include/gdk-pixbuf-2.0 
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/local/include -I/usr/local/include/libpng16 -pthread  
-DHAVE_CONFIG_H -I/usr/local/include -O2 -pipe -pipe  -fstack-protector 
-fno-strict-aliasing -std=gnu99 -I/usr/local/include  -I/usr/local/include 
xft.c
xft.c:201:39: error: no member named 'rgba_masks' in 'Visual'
      red_shift   = maskbase (visual->rgba_masks[0]);
                              ~~~~~~  ^
xft.c:202:39: error: no member named 'rgba_masks' in 'Visual'
      red_len     = masklen  (visual->rgba_masks[0]);
                              ~~~~~~  ^
xft.c:203:39: error: no member named 'rgba_masks' in 'Visual'
      green_shift = maskbase (visual->rgba_masks[1]);
                              ~~~~~~  ^
xft.c:204:38: error: no member named 'rgba_masks' in 'Visual'
      green_len   = masklen (visual->rgba_masks[1]);
                             ~~~~~~  ^
xft.c:205:39: error: no member named 'rgba_masks' in 'Visual'
      blue_shift  = maskbase (visual->rgba_masks[2]);
                              ~~~~~~  ^
xft.c:206:38: error: no member named 'rgba_masks' in 'Visual'
      blue_len    = masklen (visual->rgba_masks[2]);
                             ~~~~~~  ^
6 errors generated.
gmake[3]: *** [Makefile:192: xft.o] Error 1
gmake[3]: *** Waiting for unfinished jobs....
1 warning generated.
gmake[3]: Leaving directory '/export/wrkdir/amd64/usr/ports/x11/xscreensaver
/work/xscreensaver-5.38/utils'
gmake[2]: *** [Makefile:27: all] Error 5
gmake[2]: Leaving directory '/export/wrkdir/amd64/usr/ports/x11/xscreensaver
/work/xscreensaver-5.38'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/x11/xscreensaver
*** Error code 1

Stop.
make: stopped in /usr/ports/x11/xscreensaver


-- 
Cheers,
Cy Schubert <Cy.Schubert at cschubert.com>
FreeBSD UNIX:  <cy at FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.





More information about the svn-ports-head mailing list