pkgsrc-Users archive

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

wip/xfce4-exo fails to build



Hi all,

Wanted to test the new xfce4.4 in pkgsrc-wip but one of the depends seems to 
fail to build. Here's the output
with the DEBUG level set to 2:

[wrapper.sh] note: The real command line, after the pkgsrc wrapper, was:
/usr/pkg/bin/libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -I. -I.. 
-DDATADIR=\"/usr/pkg/share\" -DEXO_COMPILATION -DG_LOG_DOMAIN=\"exo\" 
-DLIBEXECDIR=\"/usr/pkg/libexec\" -DLIBEXO_VERSION_API=\"0.3\" 
-DPACKAGE_LOCALE_DIR=\"/usr/pkg/share/locale\" -D__MMX__ 
-I/usr/pkgsrc/wip/xfce4-exo/work/.buildlink/include 
-I/usr/pkgsrc/wip/xfce4-exo/work/.buildlink/include/python2.4 
-I/usr/pkgsrc/wip/xfce4-exo/work/.buildlink/include/freetype2 
-DHAVE_GNUC_VISIBILITY -O2 -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API 
-DXNO_MTSAFE_PWDAPI -I/usr/pkgsrc/wip/xfce4-exo/work/.buildlink/include/gtk-2.0 
-I/usr/pkgsrc/wip/xfce4-exo/work/.buildlink/lib/gtk-2.0/include 
-I/usr/pkgsrc/wip/xfce4-exo/work/.buildlink/include/atk-1.0 
-I/usr/pkgsrc/wip/xfce4-exo/work/.buildlink/include/cairo 
-I/usr/pkgsrc/wip/xfce4-exo/work/.buildlink/include/pango-1.0 
-I/usr/pkgsrc/wip/xfce4-exo/work/.x11-buildlink/include 
-I/usr/pkgsrc/wip/xfce4-exo/work/.buildlink/include/glib/glib-2.0 
-I/usr/pkgsrc/wip/xfce4-exo/work/.buildlink/lib/glib-2.0/include 
-I/usr/pkgsrc/wip/xfce4-exo/work/.buildlink/include/libpng12 
-I/usr/pkgsrc/wip/xfce4-exo/work/.buildlink/include/xfce4 -O2 -DNDEBUG 
-DG_DISABLE_CAST_CHECKS -MT libexo_0_3_la-exo-gdk-pixbuf-extensions.lo -MD -MP 
-MF .deps/libexo_0_3_la-exo-gdk-pixbuf-extensions.Tpo -c -o 
libexo_0_3_la-exo-gdk-pixbuf-extensions.lo exo-gdk-pixbuf-extensions.c
gmake[3]: *** [libexo_0_3_la-exo-gdk-pixbuf-extensions.lo] Error 1
gmake[3]: Leaving directory `/usr/pkgsrc/wip/xfce4-exo/work/exo-0.3.2/exo'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/pkgsrc/wip/xfce4-exo/work/exo-0.3.2/exo'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/pkgsrc/wip/xfce4-exo/work/exo-0.3.2'
gmake: *** [all] Error 2
*** Error code 2

Stop.
make: stopped in /usr/pkgsrc/wip/xfce4-exo
+ exitcode=1
+ /usr/bin/env MAKECONF=/etc/mk.conf 
PATH=/usr/pkgsrc/wip/xfce4-exo/work/.wrapper/bin:/usr/pkgsrc/wip/xfce4-exo/work/.buildlink/bin:/usr/pkgsrc/wip/xfce4-exo/work/.gcc/bin:/usr/pkgsrc/wip/xfce4-exo/work/.tools/bin:/usr/pkg/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin
 /usr/bin/make _MAKE=/usr/bin/make OPSYS=NetBSD OS_VERSION=3.1_STABLE 
LOWER_OS_VERSION=3.1_stable LOWER_OPSYS=netbsd _PKGSRCDIR=/usr/pkgsrc 
PKGTOOLS_VERSION=20051122 PKG_BUILD_OPTIONS.gtk2+=x11 _CC=/usr/bin/cc 
_PATH_ORIG=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin
 _PKGSRC_BARRIER=yes barrier-error-check
set -x;                                  /bin/rm -f 
/usr/pkgsrc/wip/xfce4-exo/work/.warning/*.tmp;                                  
     test -d /usr/pkgsrc/wip/xfce4-exo/work/.warning || exit 0;                 
             cd /usr/pkgsrc/wip/xfce4-exo/work/.warning;                        
                     for file in ./*; do                                        
     test "$file" != "./*" || exit 0;                        break;             
                                     done;                                      
                     /bin/cat ./* | /usr/bin/sed -e "s|^|WARNING: |" 1>&2;      
                             /bin/mv -f ./* 
/usr/pkgsrc/wip/xfce4-exo/work/.warning-done
+ /bin/rm -f /usr/pkgsrc/wip/xfce4-exo/work/.warning/*.tmp
+ test -d /usr/pkgsrc/wip/xfce4-exo/work/.warning
+ cd /usr/pkgsrc/wip/xfce4-exo/work/.warning
+ test ./* != ./*
+ exit 0
set -x;                                  /bin/rm -f 
/usr/pkgsrc/wip/xfce4-exo/work/.error/*.tmp;                                    
     test -d /usr/pkgsrc/wip/xfce4-exo/work/.error || exit 0;                   
             cd /usr/pkgsrc/wip/xfce4-exo/work/.error;                          
                     for file in ./*; do                                        
     test "$file" != "./*" || exit 0;                        break;             
                                     done;                                      
                     /bin/cat * | /usr/bin/sed -e "s|^|ERROR: |" 1>&2;          
                             if /usr/bin/awk 'END { exit (NR > 0) ? 0 : 1; }' 
./*; then                              /bin/mv -f ./* 
/usr/pkgsrc/wip/xfce4-exo/work/.error-done;                      exit 1;        
                                                 fi
+ /bin/rm -f /usr/pkgsrc/wip/xfce4-exo/work/.error/*.tmp
+ test -d /usr/pkgsrc/wip/xfce4-exo/work/.error
+ cd /usr/pkgsrc/wip/xfce4-exo/work/.error
+ test ./* != ./*
+ exit 0
+ exit 1
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/wip/xfce4-exo


Thanks

Phil.





Home | Main Index | Thread Index | Old Index