Date: Mon, 21 Apr 2003 15:46:59 -0400 From: "Joe Mom" <jomom@jomom.net> To: "Kent Stewart" <kstewart@owt.com>, <freebsd-questions@freebsd.org> Subject: Re: Portupgrade failing to upgrade a port Message-ID: <001a01c3083e$c6583550$500dbace@call.gtn.ca> References: <001001c30838$a60ee290$500dbace@call.gtn.ca> <200304211218.31379.kstewart@owt.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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. ----------------------- Joe Mom "Drain us of life and cleanse the mess" MuDvAyNe ----------------------- ----- Original Message ----- From: "Kent Stewart" <kstewart@owt.com> To: "Joe Mom" <jomom@jomom.net>; <freebsd-questions@freebsd.org> 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 > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001a01c3083e$c6583550$500dbace>