INDEX build failed for 6.x

2008-08-07 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-6 - please wait..pkg_info: not found
pkg_info: not found
pkg_info: not found
pkg_info: not found
 Done.
make_index: transmission-gtk2-1.31: no entry for /usr/ports/www/transmission-web

Committers on the hook:
araujo beech edwin lioux marcus mezz 

Most recent CVS update was:
U dns/powerdns-devel/Makefile
U dns/powerdns-devel/distinfo
U dns/powerdns-devel/pkg-plist
U graphics/xpdf/Makefile
U graphics/xpdf/pkg-descr
U mail/crm114/Makefile
U net-im/pymsn/Makefile
U net-im/pymsn/distinfo
U net-im/pymsn/pkg-plist
U net-im/telepathy-gabble/Makefile
U net-im/telepathy-gabble/distinfo
U net-im/telepathy-glib/Makefile
U net-im/telepathy-glib/distinfo
U net-im/telepathy-glib/pkg-plist
U sysutils/Makefile
U sysutils/isc-cron/Makefile
U sysutils/isc-cron/distinfo
U sysutils/isc-cron/pkg-descr
U sysutils/isc-cron/files/pkg-message.in
U textproc/libtre/Makefile
U textproc/libtre/pkg-plist
U textproc/libtre/files/patch-doc+agrep.1.in
U textproc/libtre/files/patch-src+Makefile.in
U textproc/libtre/files/patch-tests+agrep+run-tests.sh
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


INDEX build failed for 6.x

2008-08-07 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-6 - please wait..pkg_info: not found
pkg_info: not found
pkg_info: not found
pkg_info: not found
 Done.
make_index: transmission-gtk2-1.31: no entry for /usr/ports/www/transmission-web

Committers on the hook:
araujo beech edwin lbr linimon lioux marcus mezz miwi nivit 

Most recent CVS update was:
U archivers/liborange/Makefile
U benchmarks/rawio/Makefile
U databases/postgis-jdbc/Makefile
U databases/postgis-jdbc/distinfo
U deskutils/libopensync-plugin-evolution2-devel/Makefile
U deskutils/libopensync-plugin-evolution2-devel/distinfo
U deskutils/libopensync-plugin-evolution2-devel/pkg-descr
U deskutils/libopensync-plugin-evolution2-devel/pkg-plist
U devel/ptmalloc/Makefile
U misc/Makefile
U misc/p5-Locale-US/Makefile
U misc/p5-Locale-US/distinfo
U misc/p5-Locale-US/pkg-descr
U misc/p5-Locale-US/pkg-plist
U misc/p5-Locale-US/files/patch-US.pm
U misc/tempcontrol/Makefile
U multimedia/mythtv/Makefile
U multimedia/tv_grab_au/Makefile
U science/netcdf/Makefile
U science/netcdf/pkg-plist
U science/netcdf/files/patch-fortran+cfortran.h
U sysutils/dirdiff/Makefile
U sysutils/isc-cron/Makefile
U textproc/py-genshi/Makefile
U textproc/py-genshi/pkg-plist
U www/p5-Catalyst-Plugin-I18N/Makefile
U www/p5-Catalyst-Plugin-I18N/distinfo
U x11/xtset/Makefile
U x11-servers/x2x/Makefile
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Odd issue with 'make extract' in a directory outside /usr/ports

2008-08-07 Thread Henrik Brix Andersen
On Wed, Aug 06, 2008 at 10:40:50PM -0400, Naram Qashat wrote:
> I have a folder outside /usr/ports that is not owned by root that I store 
> ports 
> I am making edits on, and whenever I use 'make extract' on any port within 
> that 
> folder while I am root, none of the permissions from the tarball it extracted 
> from are kept.  For example, a configure script that is set to mode 0755 will 
> be 
> extracted as mode 0644, removing the execute flag.  I don't recall when this 
> started happening, as it used to work.  I saw nothing in the flags used to 
> extract that could be changed.  Manually extracting by running the commands 
> myself fails as well.  When I ran it manually, I tried to add -p to tar's 
> flags, 
> but that still resulted in the execute flag being removed.  I'm not sure 
> what's 
> going on with this, but I do know it works fine within /usr/ports.  Any help 
> on 
> the matter is appreciated.

What type of file system are these ports on? What are mount parameters
used to mount it?

Brix
-- 
Henrik Brix Andersen <[EMAIL PROTECTED]>


pgprK9slAKJxL.pgp
Description: PGP signature


INDEX now builds successfully on 6.x

2008-08-07 Thread Erwin Lansing

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Samba, Response too big for UDP, retry with TCP, Kerberos implementation on FreeBSD

2008-08-07 Thread Ginzburg, Oleg
Hello,

I receive a similar problem in a current configuration (FreeBSD 7.0-Release 
amd64, samba-3.0.31_1) like this:
http://lists.samba.org/archive/samba/2007-July/133625.html
and most likely I assume problems both in Samba and in realization Kerberos on 
FreeBSD (IMHO Samba more:)
The problem consists that during the generation phase 
(libads/kerberos.c:create_local_private_krb5_conf_for_domain) of temporary file 
/var/db/samba/smb_krb5/krb5.conf. is
lost the instruction for transport protocol (if they present in /etc/krb5.conf)

So, temporary workaround for this problem looks like:

1) After unsuccessful execution
$ net ads join ...
Edit a file /var/db/samba/smb_krb5/krb5.conf., having added before 
server a "tcp/" (of course, only if tcp proto is necessary tcp
also it should be present in/etc/krd5.conf):
--
[realms]
 = {
kdc = tcp/
...
}
--
2) Then set forbid modification on a file
chflags schg /var/db/samba/smb_krb5/krb5.conf.

3) And trying "net join " again, with ignoring of rename error
(create_local_private_krb5_conf_for_domain: rename of 
/var/db/samba/smb_tmp_krb5.IQraHE to /var/db/samba/smb_krb5/krb5.conf. 
failed. Errno Operation not permitted..)
Operation must end with success execution.

Question - Whether two (FreeBSD/Samba) problems are valid here?
(Samba generate not corrected file)+(Heimdal Kerberos FreeBSD not trying force 
a tcp? PS: similar problem are not present in MIT Kerberos 
(/usr/ports/security/krb5))
--

CJSC "PETER-SERVICE"

Direct: +7 812 3261290 ext. 0423
Tel: +7 812 3261299
Fax: +7 812 3261298
E-mail: [EMAIL PROTECTED]
URL: http://www.billing.ru

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: INDEX build failed for 6.x

2008-08-07 Thread Jeremy Messenger
On Wed, 06 Aug 2008 23:08:19 -0500, Erwin Lansing <[EMAIL PROTECTED]>  
wrote:



INDEX build failed with errors:
Generating INDEX-6 - please wait..pkg_info: not found
pkg_info: not found
pkg_info: not found
pkg_info: not found
 Done.
make_index: transmission-gtk2-1.31: no entry for  
/usr/ports/www/transmission-web


Why did your script took hours to find that www/transmission-web? Need to  
improvement your script?



Committers on the hook:
araujo mezz

Most recent CVS update was:
U UPDATING
U graphics/ivtools/Makefile
U graphics/ivtools/distinfo
U graphics/ivtools/pkg-plist
U net/p5-Net-Google-Calendar/Makefile
U net/p5-Net-Google-Calendar/distinfo
U net-p2p/Makefile
U net-p2p/transmission/Makefile
U net-p2p/transmission/pkg-descr
U net-p2p/transmission-cli/Makefile
U net-p2p/transmission-cli/distinfo
U net-p2p/transmission-cli/pkg-descr
U net-p2p/transmission-cli/pkg-plist
U net-p2p/transmission-cli/files/transmission-cli-configure.ac
U net-p2p/transmission-cli/files/transmission-daemon-configure.ac
U net-p2p/transmission-cli/files/transmission-gtk2-configure.ac
U net-p2p/transmission-cli/files/transmission-web-configure.ac
U net-p2p/transmission-daemon/Makefile
U net-p2p/transmission-daemon/pkg-descr
U net-p2p/transmission-daemon/pkg-plist
U net-p2p/transmission-gtk2/Makefile
U net-p2p/transmission-gtk2/pkg-descr
U net-p2p/transmission-gtk2/pkg-plist
U www/Makefile
U www/transmission-web/Makefile
U www/transmission-web/pkg-descr
U www/transmission-web/pkg-plist



Cheers,
Mezz


--
[EMAIL PROTECTED]  -  [EMAIL PROTECTED]
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/  -  [EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Samba, Response too big for UDP, retry with TCP, Kerberos implementation on FreeBSD

2008-08-07 Thread koberne <[EMAIL PROTECTED]>

Hey,


PS: similar problem are not present in MIT Kerberos (/usr/ports/security/krb5))


Exactly. That's why I just installed MIT Kerberos and it started working for me.

Thanks,
Nejc
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: INDEX build failed for 6.x

2008-08-07 Thread Kris Kennaway

Jeremy Messenger wrote:
On Wed, 06 Aug 2008 23:08:19 -0500, Erwin Lansing <[EMAIL PROTECTED]> 
wrote:



INDEX build failed with errors:
Generating INDEX-6 - please wait..pkg_info: not found
pkg_info: not found
pkg_info: not found
pkg_info: not found
 Done.
make_index: transmission-gtk2-1.31: no entry for 
/usr/ports/www/transmission-web


Why did your script took hours to find that www/transmission-web? Need 
to improvement your script?


This is not constructively worded.  The script currently only runs every 
3 hours because the system is overloaded, but you should not be relying 
upon it to catch the silly mistakes in your commits to begin with ;)


Kris
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: INDEX build failed for 6.x

2008-08-07 Thread Jeremy Messenger

On Thu, 07 Aug 2008 11:36:42 -0500, Kris Kennaway <[EMAIL PROTECTED]> wrote:


Jeremy Messenger wrote:
On Wed, 06 Aug 2008 23:08:19 -0500, Erwin Lansing <[EMAIL PROTECTED]>  
wrote:



INDEX build failed with errors:
Generating INDEX-6 - please wait..pkg_info: not found
pkg_info: not found
pkg_info: not found
pkg_info: not found
 Done.
make_index: transmission-gtk2-1.31: no entry for  
/usr/ports/www/transmission-web
 Why did your script took hours to find that www/transmission-web? Need  
to improvement your script?


This is not constructively worded.  The script currently only runs every  
3 hours because the system is overloaded, but you should not be relying  
upon it to catch the silly mistakes in your commits to begin with ;)


What mistake? Unless, I am blind? :-)

Cheers,
Mezz


Kris



--
[EMAIL PROTECTED]  -  [EMAIL PROTECTED]
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/  -  [EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: INDEX build failed for 6.x

2008-08-07 Thread Erwin Lansing
On Thu, Aug 07, 2008 at 11:45:43AM -0500, Jeremy Messenger wrote:
> On Thu, 07 Aug 2008 11:36:42 -0500, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> 
> > Jeremy Messenger wrote:
> >> On Wed, 06 Aug 2008 23:08:19 -0500, Erwin Lansing <[EMAIL PROTECTED]>  
> >> wrote:
> >>
> >>> INDEX build failed with errors:
> >>> Generating INDEX-6 - please wait..pkg_info: not found
> >>> pkg_info: not found
> >>> pkg_info: not found
> >>> pkg_info: not found
> >>>  Done.
> >>> make_index: transmission-gtk2-1.31: no entry for  
> >>> /usr/ports/www/transmission-web
> >>  Why did your script took hours to find that www/transmission-web? Need  
> >> to improvement your script?
> >
> > This is not constructively worded.  The script currently only runs every  
> > 3 hours because the system is overloaded, but you should not be relying  
> > upon it to catch the silly mistakes in your commits to begin with ;)
> 
> What mistake? Unless, I am blind? :-)
> 
http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/Makefile.diff?r1=1.2115;r2=1.2116;f=h

-erwin

-- 
Erwin Lansing   (o_ _o)   http://droso.org
 \\\_\   /_///
The rest is silence  <) (>[EMAIL PROTECTED]


pgpSlJK9MWSxW.pgp
Description: PGP signature


Re: INDEX build failed for 6.x

2008-08-07 Thread Jeremy Messenger
On Thu, 07 Aug 2008 11:47:28 -0500, Erwin Lansing <[EMAIL PROTECTED]>  
wrote:



On Thu, Aug 07, 2008 at 11:45:43AM -0500, Jeremy Messenger wrote:
On Thu, 07 Aug 2008 11:36:42 -0500, Kris Kennaway <[EMAIL PROTECTED]>  
wrote:


> Jeremy Messenger wrote:
>> On Wed, 06 Aug 2008 23:08:19 -0500, Erwin Lansing <[EMAIL PROTECTED]>
>> wrote:
>>
>>> INDEX build failed with errors:
>>> Generating INDEX-6 - please wait..pkg_info: not found
>>> pkg_info: not found
>>> pkg_info: not found
>>> pkg_info: not found
>>>  Done.
>>> make_index: transmission-gtk2-1.31: no entry for
>>> /usr/ports/www/transmission-web
>>  Why did your script took hours to find that www/transmission-web?  
Need

>> to improvement your script?
>
> This is not constructively worded.  The script currently only runs  
every
> 3 hours because the system is overloaded, but you should not be  
relying

> upon it to catch the silly mistakes in your commits to begin with ;)

What mistake? Unless, I am blind? :-)


http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/Makefile.diff?r1=1.2115;r2=1.2116;f=h


Do'h! Thanks for fix it. The error wasn't clear, so I ignored it last  
night.


Cheers,
Mezz


-erwin



--
[EMAIL PROTECTED]  -  [EMAIL PROTECTED]
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/  -  [EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: INDEX build failed for 6.x

2008-08-07 Thread Erwin Lansing
On Thu, Aug 07, 2008 at 11:53:57AM -0500, Jeremy Messenger wrote:
> On Thu, 07 Aug 2008 11:47:28 -0500, Erwin Lansing <[EMAIL PROTECTED]>  
> wrote:
> 
> > On Thu, Aug 07, 2008 at 11:45:43AM -0500, Jeremy Messenger wrote:
> >> On Thu, 07 Aug 2008 11:36:42 -0500, Kris Kennaway <[EMAIL PROTECTED]>  
> >> wrote:
> >>
> >> > Jeremy Messenger wrote:
> >> >> On Wed, 06 Aug 2008 23:08:19 -0500, Erwin Lansing <[EMAIL PROTECTED]>
> >> >> wrote:
> >> >>
> >> >>> INDEX build failed with errors:
> >> >>> Generating INDEX-6 - please wait..pkg_info: not found
> >> >>> pkg_info: not found
> >> >>> pkg_info: not found
> >> >>> pkg_info: not found
> >> >>>  Done.
> >> >>> make_index: transmission-gtk2-1.31: no entry for
> >> >>> /usr/ports/www/transmission-web
> >> >>  Why did your script took hours to find that www/transmission-web?  
> >> Need
> >> >> to improvement your script?
> >> >
> >> > This is not constructively worded.  The script currently only runs  
> >> every
> >> > 3 hours because the system is overloaded, but you should not be  
> >> relying
> >> > upon it to catch the silly mistakes in your commits to begin with ;)
> >>
> >> What mistake? Unless, I am blind? :-)
> >>
> > http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/Makefile.diff?r1=1.2115;r2=1.2116;f=h
> 
> Do'h! Thanks for fix it. The error wasn't clear, so I ignored it last  
> night.
> 
No worries, easy typo to make.  The "no entry for" error from 'make
index' means it cannot find the port used as a dependency from another
port.  Usually, it is because of a typo in the *_DEPENDS line, or in
this case, because the port wasn't hooked up to the build.

Cheers,
-erwin

-- 
Erwin Lansing   (o_ _o)   http://droso.org
 \\\_\   /_///
The rest is silence  <) (>[EMAIL PROTECTED]


pgpYt74FYwlts.pgp
Description: PGP signature


Re: INDEX build failed for 6.x

2008-08-07 Thread Jeremy Messenger
On Thu, 07 Aug 2008 11:57:07 -0500, Erwin Lansing <[EMAIL PROTECTED]>  
wrote:



On Thu, Aug 07, 2008 at 11:53:57AM -0500, Jeremy Messenger wrote:

On Thu, 07 Aug 2008 11:47:28 -0500, Erwin Lansing <[EMAIL PROTECTED]>
wrote:

> On Thu, Aug 07, 2008 at 11:45:43AM -0500, Jeremy Messenger wrote:
>> On Thu, 07 Aug 2008 11:36:42 -0500, Kris Kennaway <[EMAIL PROTECTED]>
>> wrote:
>>
>> > Jeremy Messenger wrote:
>> >> On Wed, 06 Aug 2008 23:08:19 -0500, Erwin Lansing  
<[EMAIL PROTECTED]>

>> >> wrote:
>> >>
>> >>> INDEX build failed with errors:
>> >>> Generating INDEX-6 - please wait..pkg_info: not found
>> >>> pkg_info: not found
>> >>> pkg_info: not found
>> >>> pkg_info: not found
>> >>>  Done.
>> >>> make_index: transmission-gtk2-1.31: no entry for
>> >>> /usr/ports/www/transmission-web
>> >>  Why did your script took hours to find that www/transmission-web?
>> Need
>> >> to improvement your script?
>> >
>> > This is not constructively worded.  The script currently only runs
>> every
>> > 3 hours because the system is overloaded, but you should not be
>> relying
>> > upon it to catch the silly mistakes in your commits to begin with  
;)

>>
>> What mistake? Unless, I am blind? :-)
>>
>  
http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/Makefile.diff?r1=1.2115;r2=1.2116;f=h


Do'h! Thanks for fix it. The error wasn't clear, so I ignored it last
night.


No worries, easy typo to make.  The "no entry for" error from 'make
index' means it cannot find the port used as a dependency from another
port.  Usually, it is because of a typo in the *_DEPENDS line, or in


I checked in *_DEPENDS like two or three times, so figured to ignore it  
and hope that it will be fine in next INDEX run. :-)



this case, because the port wasn't hooked up to the build.


Noted, thanks.

Cheers,
Mezz


Cheers,
-erwin



--
[EMAIL PROTECTED]  -  [EMAIL PROTECTED]
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/  -  [EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: libSDL, portupgrade, and qemu

2008-08-07 Thread Steve Franks
On Wed, Aug 6, 2008 at 6:50 PM, Edwin Groothuis <[EMAIL PROTECTED]> wrote:
>
>> I thought someone would want to know a "portupgrade -a" just broke my
>> qemu installation.  Suddenly no libSDL.so.11 was found so qemu
>> wouldn't start.  I was smart enough to link libSDL-1.2.so.11 to
>> libSDL.so.11 in /usr/local/lib, so I have no issues, but I suspect
>> this reflects some kid of failed dependency or patch/install problem,
>> no?
>
> This change to devel/sdl12 was made four months ago...
>

The change indeed appeared to be well documented from what I could
see.  I was just observing that ports seem to be intended to install
and run without additional tweaking.  I was sending an FYI, in case
there should be a change made to either qemu or sdl12 to make things
"just work" again.  I mean, if no one gives feedback on these things,
they stay broken forever, right? (Not that I am expert enough to make
the judgment that something is indeed broken; I am just posting my
observation for the experts to digest).  I love FreeBSD, and I want
the newbies (of which I sort-of have graduated) to have a reasonably
un-frustrating experience.

Steve
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


MPlayer-1.0rc2 at FreeBSD 7.0-RELEASE-p3 from ports.

2008-08-07 Thread Andrey A. Belashkov
Hello.

When i try to install mplayer from ports at FreeBSD 7.0-RELEASE-p3 i got
error:

gmake -C libvo libvo.a
gmake[1]: Entering directory
`/usr/ports/multimedia/mplayer/work/MPlayer-1.0rc2/libvo'
cc -O2 -fno-strict-aliasing -pipe -O3 -ffast-math -fomit-frame-pointer
-I./libavcodec -I./libavformat
 -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement
-I. -I. -I./libavutil -O2 -f
no-strict-aliasing -pipe -O3 -ffast-math -fomit-frame-pointer
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BIT
S=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr
/local/include -I/usr/local/include/freetype2 -I/usr/local/include
-D_THREAD_SAFE -I/usr/local/includ
e/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0
-I/usr/local/include/cairo -I
/usr/local/include/pango-1.0 -I/usr/local/include
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib
-2.0/include -I/usr/local/include/freetype2
-I/usr/local/include/pixman-1   -I../libavcodec -I../liba
vformat -Wdisabled-optimization -Wno-pointer-sign
-Wdeclaration-after-statement -I. -I.. -I../libavut
il -O2 -fno-strict-aliasing -pipe -O3 -ffast-math -fomit-frame-pointer
-D_LARGEFILE_SOURCE -D_FILE_O
FFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H
-I/usr/local/include/freetype2 -I/usr/local/inclu
de -I/usr/local/include -I/usr/local/include/freetype2
-I/usr/local/include -D_THREAD_SAFE -I/usr/loc
al/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include
-I/usr/local/include/atk-1.0 -I/usr/local/include
/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include
-I/usr/local/include/glib-2.0 -I/usr/local
/lib/glib-2.0/include -I/usr/local/include/freetype2
-I/usr/local/include/pixman-1 -c -o vo_yuv4m
peg.o vo_yuv4mpeg.c
In file included from /usr/local/include/libavutil/rational.h:32,
 from vo_yuv4mpeg.c:46:
/usr/local/include/libavutil/common.h:124: error: redefinition of
'av_log2'
../libavutil/common.h:98: error: previous definition of 'av_log2' was
here
/usr/local/include/libavutil/common.h:140: error: redefinition of
'av_log2_16bit'
../libavutil/common.h:116: error: previous definition of 'av_log2_16bit'
was here
/usr/local/include/libavutil/common.h:153: error: redefinition of
'mid_pred'
../libavutil/common.h:131: error: previous definition of 'mid_pred' was
here
/usr/local/include/libavutil/common.h:200: error: redefinition of
'av_clip'
../libavutil/common.h:178: error: previous definition of 'av_clip' was
here
/usr/local/include/libavutil/common.h:212: error: redefinition of
'av_clip_uint8'
../libavutil/common.h:190: error: previous definition of 'av_clip_uint8'
was here
/usr/local/include/libavutil/common.h:223: error: redefinition of
'av_clip_int16'
../libavutil/common.h:201: error: previous definition of 'av_clip_int16'
was here
/usr/local/include/libavutil/common.h:248: error: redefinition of
'ff_get_fourcc'
../libavutil/common.h:212: error: previous definition of 'ff_get_fourcc'
was here
/usr/local/include/libavutil/common.h:327: error: redefinition of
'read_time'
../libavutil/common.h:291: error: previous definition of 'read_time' was
here
In file included from /usr/local/include/libavutil/rational.h:32,
 from vo_yuv4mpeg.c:46:
/usr/local/include/libavutil/common.h:383:1: warning: "STOP_TIMER"
redefined
In file included from ../libavutil/avutil.h:40,
 from ../libswscale/swscale.h:30,
 from vo_yuv4mpeg.c:43:
../libavutil/common.h:349:1: warning: this is the location of the
previous definition
In file included from vo_yuv4mpeg.c:46:
/usr/local/include/libavutil/common.h:383:1: warning: "STOP_TIMER"
redefined
In file included from ../libavutil/avutil.h:40,
 from ../libswscale/swscale.h:30,
 from vo_yuv4mpeg.c:43:
../libavutil/common.h:349:1: warning: this is the location of the
previous definition
In file included from vo_yuv4mpeg.c:46:
/usr/local/include/libavutil/rational.h:37: error: redefinition of
'struct AVRational'
/usr/local/include/libavutil/rational.h:40: error: redefinition of
typedef 'AVRational'
../libavutil/rational.h:39: error: previous declaration of 'AVRational'
was here
/usr/local/include/libavutil/rational.h:48: error: redefinition of
'av_cmp_q'
../libavutil/rational.h:47: error: previous definition of 'av_cmp_q' was
here
/usr/local/include/libavutil/rational.h:60: error: redefinition of
'av_q2d'
../libavutil/rational.h:59: error: previous definition of 'av_q2d' was
here
gmake[1]: *** [vo_yuv4mpeg.o] Error 1
gmake[1]: Leaving directory
`/usr/ports/multimedia/mplayer/work/MPlayer-1.0rc2/libvo'
gmake: *** [libvo/libvo.a] Error 2
*** Error code 2

Stop in /usr/ports/multimedia/mplayer.
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.

How i can fix this? ports is up to date.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD Port: squeezecenter-7.0.1_4

2008-08-07 Thread Kenny Lasse Hoff Levinsen

Hi!

I'm sorry to bother, but i just wanted to ask when this port is gonna  
be updated (it's 7.1 now)?
Know it's a simple app and i can just install it from sources (which  
is perl, to make it even simpler), but i just like having it in the  
package database, so it's easier to handle...

Just wondering

Regards
 - Kenny
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: MPlayer-1.0rc2 at FreeBSD 7.0-RELEASE-p3 from ports.

2008-08-07 Thread Jeremy Messenger
On Thu, 07 Aug 2008 16:01:29 -0500, Andrey A. Belashkov  
<[EMAIL PROTECTED]> wrote:



Hello.

When i try to install mplayer from ports at FreeBSD 7.0-RELEASE-p3 i got
error:

gmake -C libvo libvo.a
gmake[1]: Entering directory
`/usr/ports/multimedia/mplayer/work/MPlayer-1.0rc2/libvo'
cc -O2 -fno-strict-aliasing -pipe -O3 -ffast-math -fomit-frame-pointer
-I./libavcodec -I./libavformat
 -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement
-I. -I. -I./libavutil -O2 -f
no-strict-aliasing -pipe -O3 -ffast-math -fomit-frame-pointer
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BIT
S=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr
/local/include -I/usr/local/include/freetype2 -I/usr/local/include
-D_THREAD_SAFE -I/usr/local/includ
e/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0
-I/usr/local/include/cairo -I
/usr/local/include/pango-1.0 -I/usr/local/include
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib
-2.0/include -I/usr/local/include/freetype2
-I/usr/local/include/pixman-1   -I../libavcodec -I../liba
vformat -Wdisabled-optimization -Wno-pointer-sign
-Wdeclaration-after-statement -I. -I.. -I../libavut
il -O2 -fno-strict-aliasing -pipe -O3 -ffast-math -fomit-frame-pointer
-D_LARGEFILE_SOURCE -D_FILE_O
FFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H
-I/usr/local/include/freetype2 -I/usr/local/inclu
de -I/usr/local/include -I/usr/local/include/freetype2
-I/usr/local/include -D_THREAD_SAFE -I/usr/loc
al/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include
-I/usr/local/include/atk-1.0 -I/usr/local/include
/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include
-I/usr/local/include/glib-2.0 -I/usr/local
/lib/glib-2.0/include -I/usr/local/include/freetype2
-I/usr/local/include/pixman-1 -c -o vo_yuv4m
peg.o vo_yuv4mpeg.c
In file included from /usr/local/include/libavutil/rational.h:32,
 from vo_yuv4mpeg.c:46:
/usr/local/include/libavutil/common.h:124: error: redefinition of
'av_log2'
../libavutil/common.h:98: error: previous definition of 'av_log2' was
here
/usr/local/include/libavutil/common.h:140: error: redefinition of
'av_log2_16bit'
../libavutil/common.h:116: error: previous definition of 'av_log2_16bit'
was here
/usr/local/include/libavutil/common.h:153: error: redefinition of
'mid_pred'
../libavutil/common.h:131: error: previous definition of 'mid_pred' was
here
/usr/local/include/libavutil/common.h:200: error: redefinition of
'av_clip'
../libavutil/common.h:178: error: previous definition of 'av_clip' was
here
/usr/local/include/libavutil/common.h:212: error: redefinition of
'av_clip_uint8'
../libavutil/common.h:190: error: previous definition of 'av_clip_uint8'
was here
/usr/local/include/libavutil/common.h:223: error: redefinition of
'av_clip_int16'
../libavutil/common.h:201: error: previous definition of 'av_clip_int16'
was here
/usr/local/include/libavutil/common.h:248: error: redefinition of
'ff_get_fourcc'
../libavutil/common.h:212: error: previous definition of 'ff_get_fourcc'
was here
/usr/local/include/libavutil/common.h:327: error: redefinition of
'read_time'
../libavutil/common.h:291: error: previous definition of 'read_time' was
here
In file included from /usr/local/include/libavutil/rational.h:32,
 from vo_yuv4mpeg.c:46:
/usr/local/include/libavutil/common.h:383:1: warning: "STOP_TIMER"
redefined
In file included from ../libavutil/avutil.h:40,
 from ../libswscale/swscale.h:30,
 from vo_yuv4mpeg.c:43:
../libavutil/common.h:349:1: warning: this is the location of the
previous definition
In file included from vo_yuv4mpeg.c:46:
/usr/local/include/libavutil/common.h:383:1: warning: "STOP_TIMER"
redefined
In file included from ../libavutil/avutil.h:40,
 from ../libswscale/swscale.h:30,
 from vo_yuv4mpeg.c:43:
../libavutil/common.h:349:1: warning: this is the location of the
previous definition
In file included from vo_yuv4mpeg.c:46:
/usr/local/include/libavutil/rational.h:37: error: redefinition of
'struct AVRational'
/usr/local/include/libavutil/rational.h:40: error: redefinition of
typedef 'AVRational'
../libavutil/rational.h:39: error: previous declaration of 'AVRational'
was here
/usr/local/include/libavutil/rational.h:48: error: redefinition of
'av_cmp_q'
../libavutil/rational.h:47: error: previous definition of 'av_cmp_q' was
here
/usr/local/include/libavutil/rational.h:60: error: redefinition of
'av_q2d'
../libavutil/rational.h:59: error: previous definition of 'av_q2d' was
here
gmake[1]: *** [vo_yuv4mpeg.o] Error 1
gmake[1]: Leaving directory
`/usr/ports/multimedia/mplayer/work/MPlayer-1.0rc2/libvo'
gmake: *** [libvo/libvo.a] Error 2
*** Error code 2

Stop in /usr/ports/multimedia/mplayer.
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.

How i can fix this? ports is up to date.


http://lists.freebsd.org/pipermail/freebsd-multimedia/2008-July/008856.html

Cheers,
Mezz


--
[EMAIL PROTECTED]  -  [EM

Port proposal - VSTools acceleration driver for Virtual Iron

2008-08-07 Thread Simon Kinsella

Hi

I'm currently liaising with a company that offers 'cloud' style scalable 
virtual server hosting for Linux based on their Virtual Iron infrastructure. As 
a committed FreeBSD user/fan and potential customer, I'm working with them to 
trial and introduce FreeBSD 7 to their list of supported OSes.

As it stands, I am told that FreeBSD does seem to run as a guest OS under 
Virtual Iron (which is based on Xen), but some performance and VI features are 
lost because there's no version of the VSTools accelerated Linux driver set for 
FreeBSD, making it something of a second-class citizen to the ubiquitous Linux 
offerings.

So I'm thinking:

0) It would seem to be increasingly important that FreeBSD doesn't get left by 
the wayside as virtualistaion becomes more common.
1) Is there any known initiative/project out there already looking into porting 
vstools?
2) Are there known technical barriers to doing this? Apparently only a handful 
of Linux distros themselves are supported out of the box.
3) Is anyone interested? :)

FWIW, VSTools is GPL and readily obtainable, along with Open Virtual Iron: 
http://www.virtualiron.com/Support/Downloads/Open-Virtual-Iron/index.php

I toyed with taking it on myself but it looks quite hairy and I don't have 
either the hardware nor any practical experience of FreeBSD/Linux driver 
development or internals!

Thoughts?

/Simon

--
Simon Kinsella 
This message has been scanned for viruses.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"