Portupgrade failing to upgrade a port

Joe Mom jomom at jomom.net
Tue Apr 22 09:39:58 PDT 2003


I have also just attempted:

# portinstall -rf XFree86-clients-4.3.0_1

which resulted in the following:

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.
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-clients.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall51076.0
make -DFORCE_PKG_REGISTER reinstall
** Fix the installation problem and try again.
** The following packages were not installed or upgraded (*:skipped /
!:failed)
        ! x11/XFree86-4-clients (install error)

-----------------------
Joe Mom
    "Drain us of life and cleanse the mess"
                                MuDvAyNe
-----------------------
----- Original Message -----
From: "Joe Mom" <jomom at jomom.net>
To: "Kent Stewart" <kstewart at owt.com>; <freebsd-questions at freebsd.org>
Cc: <jomom at jomom.net>
Sent: Tuesday, April 22, 2003 10:42 AM
Subject: Re: Portupgrade failing to upgrade a port


> K, now I have done everything that you stated below. and I am still
getting
> this error.
>
> Any other Ideas?
>
> <system specs>
> p2 300
> 128mb sdram
> 6gb Quantum fireball
> ati rage fury video
> </system>
>
> -----------------------
> Joe Mom
>     "Drain us of life and cleanse the mess"
>                                 MuDvAyNe
> -----------------------
> ----- Original Message -----
> From: "Kent Stewart" <kstewart at owt.com>
> To: "Joe Mom" <jomom at jomom.net>; <freebsd-questions at freebsd.org>
> Sent: Monday, April 21, 2003 4:03 PM
> Subject: Re: Portupgrade failing to upgrade a port
>
>
> > 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" <kstewart at owt.com>
> > > To: "Joe Mom" <jomom at jomom.net>; <freebsd-questions at 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 at FreeBSD.org
> > > > > with "unsubscribe freebsd-questions" in the body of the message
> > > > > _______________________________________________
> > > > > freebsd-questions at freebsd.org mailing list
> > > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > > > To unsubscribe, send any mail to
> > > > > "freebsd-questions-unsubscribe at freebsd.org"
> > > >
> > > > --
> > > > Kent Stewart
> > > > Richland, WA
> > > >
> > > > http://users.owt.com/kstewart/index.html
> >
> > --
> > Kent Stewart
> > Richland, WA
> >
> > http://users.owt.com/kstewart/index.html
> >
> >
>
>



More information about the freebsd-questions mailing list