From owner-freebsd-questions@FreeBSD.ORG Mon Apr 21 13:03:34 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7619E37B408 for ; Mon, 21 Apr 2003 13:03:34 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16D5E43FD7 for ; Mon, 21 Apr 2003 13:03:32 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from topaz-out (owt-207-41-94-233.owt.com [207.41.94.233]) by rutger.owt.com (8.11.6p2/8.9.3) with ESMTP id h3LK3SV05519; Mon, 21 Apr 2003 13:03:29 -0700 From: Kent Stewart To: "Joe Mom" , Date: Mon, 21 Apr 2003 13:03:28 -0700 User-Agent: KMail/1.5.1 References: <001001c30838$a60ee290$500dbace@call.gtn.ca> <200304211218.31379.kstewart@owt.com> <001a01c3083e$c6583550$500dbace@call.gtn.ca> In-Reply-To: <001a01c3083e$c6583550$500dbace@call.gtn.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304211303.28319.kstewart@owt.com> Subject: Re: Portupgrade failing to upgrade a port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 20:03:34 -0000 On Monday 21 April 2003 12:46 pm, Joe Mom wrote: > make index > > Wouldn't that only apply if I was building from sysinstall? > > Because I have done cvsup in the past to update things like gnome and > its worked without any extra commands executed. No, you haven't paid attention to the date on /usr/ports/INDEX. Kris only updates on something like 4-6 week intervals and it is only current for a few minutes on the day he updates it. Kent > > ----------------------- > Joe Mom > "Drain us of life and cleanse the mess" > MuDvAyNe > ----------------------- > ----- Original Message ----- > From: "Kent Stewart" > To: "Joe Mom" ; > Sent: Monday, April 21, 2003 3:18 PM > Subject: Re: Portupgrade failing to upgrade a port > > > On Monday 21 April 2003 12:03 pm, Joe Mom wrote: > > > Any progress made on this yet? > > > > > > I am currently getting the same error. I have done a cvsup > > > multiple times, with no luck. > > > > A cvsup of ports-all without a "make index" and running "portsdb > > -u" doesn't count. No matter how many times you run cvsup. > > > > I have updated all of these ports without problems. I go an extra > > step and usually do things like "portupgrade -pufr freetype2" and > > etc. If you don't force, you only get the latest changes and some > > of these are libraries that are used by later builds. If you don't > > force rebuild the ports using the changed one, they are still using > > the old one. If the header files changed with the upgrade, you > > don't have any idea what your port is doing. > > > > Kent > > > > > ----------------------- > > > 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@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to > > > "freebsd-questions-unsubscribe@freebsd.org" > > > > -- > > Kent Stewart > > Richland, WA > > > > http://users.owt.com/kstewart/index.html -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html