Portupgrade failing to upgrade a port

Joe Mom jomom at jomom.net
Mon Apr 21 12:03:13 PDT 2003


Any progress made on this yet?

I am currently getting the same error.  I have done a cvsup multiple times, with no luck.

-----------------------
Joe Mom
    "Drain us of life and cleanse the mess"
                                MuDvAyNe
-----------------------


Hello you all, 
I've made a complete reinstall, made a make world, recompiled the kernel 
during the last week-end. So I've come to the last step of syncronizing my 
port tree. While upgrading my ports, I've got this while updating 
XF86-clients

______________________________________________________
usr/include/stdlib.h:110: warning: ANSI C does not support `long long'
/usr/include/stdlib.h:114: warning: ANSI C does not support `long long'
cc -O -pipe -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith     
-I/usr/ports/x11/XFree86-4-clients/work/xc 
-I/usr/ports/x11/XFree86-4-clients/work/xc/exports/include  
-I/usr/X11R6/include -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO    -DMITSHM 
-DXFT `pkg-config xft --cflags`  -c do_text.c
do_text.c:403: X11/Xft/Xft.h: No such file or directory
In file included from x11perf.h:28,
                 from do_text.c:26:
/usr/include/stdlib.h:110: warning: ANSI C does not support `long long'
/usr/include/stdlib.h:114: warning: ANSI C does not support `long long'
do_text.c:405: syntax error before `*'
do_text.c:405: warning: type defaults to `int' in declaration of `aafont'
do_text.c:405: ANSI C forbids data definition with no type or storage class
do_text.c:406: syntax error before `*'
do_text.c:406: warning: type defaults to `int' in declaration of `aadraw'
do_text.c:406: ANSI C forbids data definition with no type or storage class
do_text.c:407: syntax error before `aacolor'
do_text.c:407: warning: type defaults to `int' in declaration of `aacolor'
do_text.c:407: ANSI C forbids data definition with no type or storage class
do_text.c: In function `InitAAText':
do_text.c:416: warning: implicit declaration of function `XftFontOpenName'
do_text.c:416: warning: assignment makes pointer from integer without a cast
do_text.c:425: warning: implicit declaration of function `XftDrawCreate'
do_text.c:427: warning: assignment makes pointer from integer without a cast
do_text.c:432: warning: implicit declaration of function `XftFontClose'
do_text.c:439: warning: implicit declaration of function `XftColorAllocValue'
do_text.c:446: warning: implicit declaration of function `XftDrawDestroy'
do_text.c:453: request for member `height' in something not a structure or 
union
do_text.c: In function `DoAAText':
do_text.c:483: warning: implicit declaration of function `XftDrawString8'
do_text.c: In function `EndAAText':
do_text.c:508: warning: implicit declaration of function `XftColorFree'
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/x11perf.
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs.
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-clients.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade75378.9 
make
** Fix the problem and try again.
--->  Build of x11/XFree86-4-clients ended at: Tue, 25 Feb 2003 10:38:37 -0500 
(consumed 00:03:00)
--->  Upgrade of x11/XFree86-4-clients ended at: Tue, 25 Feb 2003 10:38:37 
-0500 (consumed 00:03:06)
** No need to upgrade 'XFree86-fontEncodings-4.2.0' (>= 
XFree86-fontEncodings-4.2.0). (specify -f to force)
** No need to upgrade 'XFree86-font75dpi-4.2.0' (>= XFree86-font75dpi-4.2.0). 
(specify -f to force)
____________________________________________________
I also got this while upgrading Mozilla:

usr/include/stdlib.h:110: warning: ANSI C does not support `long long'
/usr/include/stdlib.h:114: warning: ANSI C does not support `long long'
cc -O -pipe -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith     
-I/usr/ports/x11/XFree86-4-clients/work/xc 
-I/usr/ports/x11/XFree86-4-clients/work/xc/exports/include  
-I/usr/X11R6/include -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO    -DMITSHM 
-DXFT `pkg-config xft --cflags`  -c do_text.c
do_text.c:403: X11/Xft/Xft.h: No such file or directory
In file included from x11perf.h:28,
                 from do_text.c:26:
/usr/include/stdlib.h:110: warning: ANSI C does not support `long long'
/usr/include/stdlib.h:114: warning: ANSI C does not support `long long'
do_text.c:405: syntax error before `*'
do_text.c:405: warning: type defaults to `int' in declaration of `aafont'
do_text.c:405: ANSI C forbids data definition with no type or storage class
do_text.c:406: syntax error before `*'
do_text.c:406: warning: type defaults to `int' in declaration of `aadraw'
do_text.c:406: ANSI C forbids data definition with no type or storage class
do_text.c:407: syntax error before `aacolor'
do_text.c:407: warning: type defaults to `int' in declaration of `aacolor'
do_text.c:407: ANSI C forbids data definition with no type or storage class
do_text.c: In function `InitAAText':
do_text.c:416: warning: implicit declaration of function `XftFontOpenName'
do_text.c:416: warning: assignment makes pointer from integer without a cast
do_text.c:425: warning: implicit declaration of function `XftDrawCreate'
do_text.c:427: warning: assignment makes pointer from integer without a cast
do_text.c:432: warning: implicit declaration of function `XftFontClose'
do_text.c:439: warning: implicit declaration of function `XftColorAllocValue'
do_text.c:446: warning: implicit declaration of function `XftDrawDestroy'
do_text.c:453: request for member `height' in something not a structure or 
union
do_text.c: In function `DoAAText':
do_text.c:483: warning: implicit declaration of function `XftDrawString8'
do_text.c: In function `EndAAText':
do_text.c:508: warning: implicit declaration of function `XftColorFree'
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/x11perf.
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs.
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-clients.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade75378.9 
make
** Fix the problem and try again.
--->  Build of x11/XFree86-4-clients ended at: Tue, 25 Feb 2003 10:38:37 -0500 
(consumed 00:03:00)
--->  Upgrade of x11/XFree86-4-clients ended at: Tue, 25 Feb 2003 10:38:37 
-0500 (consumed 00:03:06)
** No need to upgrade 'XFree86-fontEncodings-4.2.0' (>= 
XFree86-fontEncodings-4.2.0). (specify -f to force)
** No need to upgrade 'XFree86-font75dpi-4.2.0' (>= XFree86-font75dpi-4.2.0). 
(specify -f to force)

Should I cvsup again ?

Thanks a lot

Marc

To Unsubscribe: send mail to majordomo at FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message


More information about the freebsd-questions mailing list