A couple of stuborn problems with my upgrade

Tom Parquette tparquet at twcny.rr.com
Thu Apr 24 17:47:26 PDT 2003


Kris Kennaway wrote:

>On Tue, Apr 22, 2003 at 09:03:58PM -0400, Tom Parquette wrote:
>
>  
>
>>I'm down to my last couple of problems and I just don't get it!!
>>I don't know if I have been looking at this too long or if it is 
>>something I don't know/understand.
>>Some people on this list have been very helpful.  I thank them for their 
>>help.
>>Can someone please give me a clue what I'm missing here?
>>    
>>
>
>You seem to have an out-of-date ports collection, because both of
>those ports exist.  Compare your cvsupfile to the example files, or
>post it here if you can't identify the problem.
>
>Kris
>
Kris,
I maintain a cvsup-mirror locally.
Normally I go after my local mirror but, based on your comments, I ran 
cvsup with the attached supfile pointing at cvsup2.freebsd.org.
The end results were the same.  No /usr/ports/databases/p5-Mysql-modules 
directory.

I looked at /usr/ports/multimedia/libxine again and, based on the dates 
on the files, itt looks like I was wrong thinking the directory was 
incomplete.  I'm not sure what I was looking at.  However, when I tried 
to build libxine I got errors.  I'm attaching the last 30 lines of the 
make run.  It probably means more to you than it does to me...

I'll own up to the human errors involved in this but I would still use 
some more experienced eyes looking over my sholder.
Thanks again for the help...


-------------- next part --------------
/etc/cvsupfile.ports-all
cvsupfile updating the machine I'm having problems with

*default  host=Atlas
*default  base=/usr
*default  prefix=/usr
*default  release=cvs
*default  tag=.
*default  delete use-rel-suffix
ports-all

/usr/local/etc/cvsup/supfile
the cvsup file installed when cvsup-mirror was installed
#
# Standard supfile for CVSup FreeBSD mirrors.
#
*default delete use-rel-suffix umask=002
cvs-all      release=cvs     prefix=prefixes/FreeBSD.cvs
gnats        release=current prefix=prefixes/FreeBSD-gnats.current
www          release=current prefix=prefixes/FreeBSD-www.current
mail-archive release=current prefix=prefixes/FreeBSD-mail.current
distrib      release=self    prefix=prefixes/distrib.self

/usr.local/etc/cvsup/config.sh
configuration my local cvsup mirror is running with
user="cvsup"
group="cvsup"
cuser="cvsupin"
cgroup="cvsupin"
host="cvsup2.freebsd.org"
interval="4"
maxclients="8"
facility="daemon"
distribs="distrib.self .. . FreeBSD.cvs /home/ncvs . FreeBSD-www.current /usr/local/www . FreeBSD-gnats.current /home gnats FreeBSD-mail.current /home/mail ."
-------------- next part --------------
This is the last 30 lines that I captured from the failing make in libxine...
I don't speak C so nothing jumps out at me...

gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/ports/multimedia/libxine/work/xine-lib-1-beta10/src/libmpeg2'
Making all in liba52
gmake[3]: Entering directory `/usr/ports/multimedia/libxine/work/xine-lib-1-beta10/src/liba52'
source='xine_decoder.c' object='xine_decoder.lo' libtool=yes \
depfile='.deps/xine_decoder.Plo' tmpdepfile='.deps/xine_decoder.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool-nofpic --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils   -I/usr/local/include -I/usr/local/include/dvdread -I/usr/X11R6/include  -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE  -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4 -falign-jumps=4  -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math  -finline-functions  -I/usr/local/include -I/usr/local/include/artsc  -c -o xine_decoder.lo `test -f 'xine_decoder.c' || echo './'`xine_decoder.c
cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I/usr/local/include -I/usr/local/include/dvdread -I/usr/X11R6/include -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4 -falign-jumps=4 -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -finline-functions -I/usr/local/include -I/usr/local/include/artsc -c xine_decoder.c -MT xine_decoder.lo -MD -MP -MF .deps/xine_decoder.TPlo  -DPIC -o xine_decoder.lo
In file included from xine_decoder.c:35:
/usr/include/sys/stat.h:169: sizeof applied to an incomplete type
/usr/include/sys/stat.h:170: sizeof applied to an incomplete type
/usr/include/sys/stat.h:169: warning: width of `((anonymous))' exceeds its type
/usr/include/sys/stat.h:170: warning: width of `((anonymous))' exceeds its type
xine_decoder.c: In function `a52dec_decode_frame':
xine_decoder.c:342: warning: implicit declaration of function `swab'
gmake[3]: *** [xine_decoder.lo] Error 1
gmake[3]: Leaving directory `/usr/ports/multimedia/libxine/work/xine-lib-1-beta10/src/liba52'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/multimedia/libxine/work/xine-lib-1-beta10/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/multimedia/libxine/work/xine-lib-1-beta10'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/multimedia/libxine.
Atlas# exit

exit

Script done on Thu Apr 24 20:36:52 2003


More information about the freebsd-ports mailing list