Re: vmware-guestd6: error during make install

2010-09-03 Thread Rob Farmer
On Fri, Sep 3, 2010 at 00:59, Matthias Apitz g...@unixarea.de wrote:


 Hello,

 I'm trying to install the port /usr/ports/emulators/vmware-guestd6 (even
 the freshest from FreeBSD server) in 8-CURRENT:

Do you have a particular reason for using this port? Assuming you mean
8.X, the Tools that ship on this iso with Vmware will work (assuming
your copy of vmware isn't too old) if you install misc/compat6x or you
can try emulators/open-vm-tools (open sourced copy of Vmware Tools
that you build).

If you meant 9-CURRENT, things may be more difficult since Vmware only
ships binaries for releases and open-vm-tools is marked broken on
current.

-- 
Rob Farmer


 current# pwd
 /usr/ports/emulators
 current# mv vmware-guestd6 vmware-guestd6.old
 current# tar xzf ~guru/vmware-guestd6.tar.gz
 current# cd vmware-guestd6
 current# make
 ===  Vulnerability check disabled, database not found

 
 Choose VM - Install VMware Tools... from VMware Workstation
 menu to connect VM's CD-ROM drive and installation CD image temporary.
 Press Install button when a dialog pops up.
 

 This port mounts /dev/acd0 to /mnt.

 Are you ready? [Y/n]: y
 /bin/mkdir -p /mnt
 /sbin/umount /mnt 21 /dev/null
 umount: /mnt: not a file system root directory
 *** Error code 1 (ignored)
 /sbin/umount /dev/acd0 21 /dev/null
 umount: /dev/acd0: unknown file system
 *** Error code 1 (ignored)
 /sbin/mount -t cd9660 /dev/acd0 /mnt
 ===  Extracting for vmware-guestd-6.0.3.80004_2
 /sbin/umount /mnt
 (cd /usr/ports/emulators/vmware-guestd6/work; /usr/bin/tar xf 
 /usr/ports/emulators/vmware-guestd6/work/vmware-tools-distrib/lib/modules/source/vmmemctl.tar)
 ===  Patching for vmware-guestd-6.0.3.80004_2
 LC_ALL=C /usr/bin/sed -i.bak `/usr/bin/printf 
 's|\0152\013\0350|\0152\\\n\0350|g'`  
 /usr/ports/emulators/vmware-guestd6/work/vmware-tools-distrib/lib/sbin32-6/vmware-checkvm
 sed: 
 /usr/ports/emulators/vmware-guestd6/work/vmware-tools-distrib/lib/sbin32-6/vmware-checkvm:
  No such file or directory
 *** Error code 1

 Stop in /usr/ports/emulators/vmware-guestd6.

 there is no directory work/vmware-tools-distrib/lib/sbin32-6 but only
 work/vmware-tools-distrib/lib/sbin32-63

 creating a symlink helps a bit but later it can't find vmware-guestd for
 installation which is not there, i.e. not in the tar file of the
 vmware-tools;

 Any ideas?

        matthias

 --
 Matthias Apitz
 t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
 e g...@unixarea.de - w http://www.unixarea.de/
 Solidarity with the zionistic pirates of Israel?   Not in my  name!
 ¿Solidaridad con los piratas sionistas de Israel? ¡No en mi nombre!
 ___
 freebsd-questi...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org




-- 
Rob Farmer
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: vmware-guestd6: error during make install

2010-09-03 Thread Matthias Apitz
El día Friday, September 03, 2010 a las 01:14:00AM -0700, Rob Farmer escribió:

 On Fri, Sep 3, 2010 at 00:59, Matthias Apitz g...@unixarea.de wrote:
 
 
  Hello,
 
  I'm trying to install the port /usr/ports/emulators/vmware-guestd6 (even
  the freshest from FreeBSD server) in 8-CURRENT:
 
 Do you have a particular reason for using this port? Assuming you mean
 8.X,

My FreeBSD is a CVS 8-CURRENT from May 2009 to be exactly, i.e. after
8-RELEASE but before 8.1.

 the Tools that ship on this iso with Vmware will work (assuming
 your copy of vmware isn't too old) if you install misc/compat6x or you
 can try emulators/open-vm-tools (open sourced copy of Vmware Tools
 that you build).

The VM is a VMware player 3.0.0 which says about itself
Workstation 6.5-7.0 in the overview about the VM setup for FreeBSD;
is this fine enough for the emulators/open-vm-tools?

Thanks for your hint in any case

matthias
-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e g...@unixarea.de - w http://www.unixarea.de/
Solidarity with the zionistic pirates of Israel?   Not in my  name!
¿Solidaridad con los piratas sionistas de Israel? ¡No en mi nombre!
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


vmware-guestd6: error during make install

2010-09-03 Thread Matthias Apitz


Hello,

I'm trying to install the port /usr/ports/emulators/vmware-guestd6 (even
the freshest from FreeBSD server) in 8-CURRENT:

current# pwd
/usr/ports/emulators
current# mv vmware-guestd6 vmware-guestd6.old
current# tar xzf ~guru/vmware-guestd6.tar.gz
current# cd vmware-guestd6
current# make
===  Vulnerability check disabled, database not found


Choose VM - Install VMware Tools... from VMware Workstation
menu to connect VM's CD-ROM drive and installation CD image temporary.
Press Install button when a dialog pops up.


This port mounts /dev/acd0 to /mnt.

Are you ready? [Y/n]: y
/bin/mkdir -p /mnt
/sbin/umount /mnt 21 /dev/null
umount: /mnt: not a file system root directory
*** Error code 1 (ignored)
/sbin/umount /dev/acd0 21 /dev/null
umount: /dev/acd0: unknown file system
*** Error code 1 (ignored)
/sbin/mount -t cd9660 /dev/acd0 /mnt
===  Extracting for vmware-guestd-6.0.3.80004_2
/sbin/umount /mnt
(cd /usr/ports/emulators/vmware-guestd6/work; /usr/bin/tar xf 
/usr/ports/emulators/vmware-guestd6/work/vmware-tools-distrib/lib/modules/source/vmmemctl.tar)
===  Patching for vmware-guestd-6.0.3.80004_2
LC_ALL=C /usr/bin/sed -i.bak `/usr/bin/printf 
's|\0152\013\0350|\0152\\\n\0350|g'`  
/usr/ports/emulators/vmware-guestd6/work/vmware-tools-distrib/lib/sbin32-6/vmware-checkvm
sed: 
/usr/ports/emulators/vmware-guestd6/work/vmware-tools-distrib/lib/sbin32-6/vmware-checkvm:
 No such file or directory
*** Error code 1

Stop in /usr/ports/emulators/vmware-guestd6.

there is no directory work/vmware-tools-distrib/lib/sbin32-6 but only
work/vmware-tools-distrib/lib/sbin32-63 

creating a symlink helps a bit but later it can't find vmware-guestd for
installation which is not there, i.e. not in the tar file of the
vmware-tools;

Any ideas?

matthias

-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e g...@unixarea.de - w http://www.unixarea.de/
Solidarity with the zionistic pirates of Israel?   Not in my  name!
¿Solidaridad con los piratas sionistas de Israel? ¡No en mi nombre!
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Problem with www/p5-Jifty

2010-09-03 Thread David DEMELIER
Hello folks,

I have some troubles running jifty help after installed it :

mark...@melon ~/devel/Hello $ jifty help
Devel::StackTrace does not define $Devel::StackTrace::VERSION--version
check failed at
/usr/local/lib/perl5/site_perl/5.10.1/Exception/Class/Base.pm line 10.
BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/5.10.1/Exception/Class/Base.pm line 10.
Compilation failed in require at
/usr/local/lib/perl5/site_perl/5.10.1/Exception/Class.pm line 10.
BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/5.10.1/Exception/Class.pm line 10.
Compilation failed in require at
/usr/local/lib/perl5/site_perl/5.10.1/HTML/Mason/Exceptions.pm line
73.
BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/5.10.1/HTML/Mason/Exceptions.pm line
73.
Compilation failed in require at
/usr/local/lib/perl5/site_perl/5.10.1/Jifty/View/Declare/Handler.pm
line 9.
BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/5.10.1/Jifty/View/Declare/Handler.pm
line 9.
Compilation failed in require at
/usr/local/lib/perl5/site_perl/5.10.1/Jifty/Handler.pm line 29.
BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/5.10.1/Jifty/Handler.pm line 29.
Compilation failed in require at
/usr/local/lib/perl5/site_perl/5.10.1/Jifty/Everything.pm line 56.
BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/5.10.1/Jifty/Everything.pm line 56.
Compilation failed in require at
/usr/local/lib/perl5/site_perl/5.10.1/Jifty.pm line 103.
BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/5.10.1/Jifty.pm line 103.
Compilation failed in require at
/usr/local/lib/perl5/site_perl/5.10.1/Jifty/Util.pm line 15.
BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/5.10.1/Jifty/Util.pm line 15.
Compilation failed in require at /usr/local/bin/jifty line 7.
BEGIN failed--compilation aborted at /usr/local/bin/jifty line 10.

I don't know if it's an upstream problem or a problem with
devel/p5-Devel-StackTrace. I asked to the jifty developers but for the
moment I don't have any answers from them.

Do you have any idea to fix this ?

Kind regards.

-- 
Demelier David
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


emulators/open-vm-tools do not compile (was: Re: vmware-guestd6: error during make install)

2010-09-03 Thread Matthias Apitz
El día Friday, September 03, 2010 a las 10:31:43AM +0200, Matthias Apitz 
escribió:

 The VM is a VMware player 3.0.0 which says about itself
 Workstation 6.5-7.0 in the overview about the VM setup for FreeBSD;
 is this fine enough for the emulators/open-vm-tools?
 

emulators/open-vm-tools does not compile:


...
cc -O2 -pipe -fno-strict-aliasing  -Wall -Werror -Werror -D_KERNEL -DKLD_MODULE 
-nostdinc   -I. -I@ -I@/contrib/altq -finline-limit=8000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -fno-common  
-mno-align-long-strings -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow 
-mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -std=iso9899:1999 
-fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef 
-Wno-pointer-sign -fformat-extensions -c vfsops.c
vfsops.c:118: error: conflicting types for 'VMBlockVFSMount'
vfsops.c:70: error: previous declaration of 'VMBlockVFSMount' was here
vfsops.c:259: error: conflicting types for 'VMBlockVFSUnmount'
vfsops.c:74: error: previous declaration of 'VMBlockVFSUnmount' was here
vfsops.c:343: error: conflicting types for 'VMBlockVFSRoot'
vfsops.c:71: error: previous declaration of 'VMBlockVFSRoot' was here
vfsops.c:379: error: conflicting types for 'VMBlockVFSStatFS'
vfsops.c:73: error: previous declaration of 'VMBlockVFSStatFS' was here
vfsops.c:389:64: error: macro VFS_STATFS passed 3 arguments, but takes just 2
vfsops.c: In function 'VMBlockVFSStatFS':
vfsops.c:389: error: 'VFS_STATFS' undeclared (first use in this function)
vfsops.c:389: error: (Each undeclared identifier is reported only once
vfsops.c:389: error: for each function it appears in.)
vfsops.c: At top level:
vfsops.c:429: error: conflicting types for 'VMBlockVFSSync'
vfsops.c:72: error: previous declaration of 'VMBlockVFSSync' was here
*** Error code 1

Stop in 
/usr/ports/emulators/open-vm-tools/work/open-vm-tools-2009.03.18-154848/modules/freebsd/vmblock.
*** Error code 1

Stop in 
/usr/ports/emulators/open-vm-tools/work/open-vm-tools-2009.03.18-154848/modules.
*** Error code 1

Stop in /usr/ports/emulators/open-vm-tools/work/open-vm-tools-2009.03.18-154848.
*** Error code 1

Stop in /usr/ports/emulators/open-vm-tools.


Thanks for a hint

matthias

-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e g...@unixarea.de - w http://www.unixarea.de/
Solidarity with the zionistic pirates of Israel?   Not in my  name!
¿Solidaridad con los piratas sionistas de Israel? ¡No en mi nombre!
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: ClamAV 0.96.2 not working on FreeBSD 7.1

2010-09-03 Thread Frank Wall
On Fri, Aug 27, 2010 at 02:48:15PM +0200, Frank Wall wrote:
 
 Maybe the ClamAV people will provide a fix for this issue.

There is a patch [1] available from ClamAV. For me it solves 
the problem. I've created a PR [2] to get the fix committed to
the ports tree soon.

[1]
http://git.clamav.net/gitweb?p=clamav-devel.git;a=commitdiff_plain;h=71ca3536c4e0ed6454315a7c3ad5950ba212fbe1

[2]
http://www.freebsd.org/cgi/query-pr.cgi?pr=150243


Thanks
- Frank
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: vmware-guestd6: error during make install

2010-09-03 Thread Matthias Apitz
El día Friday, September 03, 2010 a las 08:51:08AM -0400, Glen Barber escribió:

 Hi,
 
 On 9/3/10 4:31 AM, Matthias Apitz wrote:
  I'm trying to install the port /usr/ports/emulators/vmware-guestd6 (even
  the freshest from FreeBSD server) in 8-CURRENT:
 
  Do you have a particular reason for using this port? Assuming you mean
  8.X,
  
  My FreeBSD is a CVS 8-CURRENT from May 2009 to be exactly, i.e. after
  8-RELEASE but before 8.1.
  
 
 9-CURRENT was after 8.0-RELEASE.  Can you provide the output of 'uname -a'?

Of course:

g...@current:~ uname -a
FreeBSD current.Sisis.de 8.0-CURRENT FreeBSD 8.0-CURRENT #5: Sun Jan 10 
09:55:14 CET 2010 g...@current.sisis.de:/usr/obj/usr/src/sys/GENERIC i386
g...@current:~ ls -l /usr/src/CVS
total 8
-rw-r--r--  1 root  wheel  654 28 may  2009 Entries
-rw-r--r--  1 root  wheel4 19 may  2009 Repository
-rw-r--r--  1 root  wheel   51 19 may  2009 Root
-rw-r--r--  1 root  wheel  660 19 may  2009 Template

As I said, the kernel and user land is based on what was in CVS in May
2009. Later I incorparated some new USB stuff, that's why the build is
from Januar 2010.

I tried to install the vmware-freebsd-tools.tar.gz directly as
VMWare.com it provides (I have compat6x already installed for some other
reason). But in vmware-freebsd-tools.tar.gz there are only kernel
modules for FreeBSD 6 and 7 and using the modules for 7 it crashes, ofc.

Who can I get the tools installed?

Thanks

matthias

-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e g...@unixarea.de - w http://www.unixarea.de/
Solidarity with the zionistic pirates of Israel?   Not in my  name!
¿Solidaridad con los piratas sionistas de Israel? ¡No en mi nombre!
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: vmware-guestd6: error during make install

2010-09-03 Thread Glen Barber
Hi,

On 9/3/10 4:31 AM, Matthias Apitz wrote:
 I'm trying to install the port /usr/ports/emulators/vmware-guestd6 (even
 the freshest from FreeBSD server) in 8-CURRENT:

 Do you have a particular reason for using this port? Assuming you mean
 8.X,
 
 My FreeBSD is a CVS 8-CURRENT from May 2009 to be exactly, i.e. after
 8-RELEASE but before 8.1.
 

9-CURRENT was after 8.0-RELEASE.  Can you provide the output of 'uname -a'?

Regards,

-- 
Glen Barber
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


kdelibs-4.5.1 build failure

2010-09-03 Thread David Southwell

Freebsd 7.3 p3
after following UPDATING instructions and deleting qt33
kdelibs4 fails build at:

Thanks in advance for any help with this one

David
_
In file included from 
/usr/ports/x11/kdelibs4/work/kdelibs-4.5.1/kio/kfile/kurlrequester.cpp:521: 
   
/usr/ports/x11/kdelibs4/work/kdelibs-4.5.1/build/kio/kurlrequester.moc: In 
member function 'virtual int KUrlRequester::qt_metacall(QMetaObject::Call, 
int, void**)':
/usr/ports/x11/kdelibs4/work/kdelibs-4.5.1/build/kio/kurlrequester.moc:125: 
warning: 'setPath' is deprecated (declared at 
/usr/ports/x11/kdelibs4/work/kdelibs-4.5.1/kio/kfile/kurlrequester.cpp:266)
[ 53%] Building CXX object kio/CMakeFiles/kio.dir/kfile/kurlrequesterdialog.o
[ 53%] Building CXX object kio/CMakeFiles/kio.dir/kfile/kcommentwidget.o

 
[ 53%] Building CXX object 
kio/CMakeFiles/kio.dir/kfile/kloadfilemetadatathread.o  
  
[ 53%] Building CXX object kio/CMakeFiles/kio.dir/kfile/kfilesharedialog.o  

 
[ 53%] Building CXX object kio/CMakeFiles/kio.dir/kfile/kfsprocess.o

 
[ 53%] Building CXX object kio/CMakeFiles/kio.dir/qrc_kacleditwidget.o  

 
[ 53%] Building CXX object kio/CMakeFiles/kio.dir/kssl/sslui.o  

 
[ 53%] Building CXX object kio/CMakeFiles/kio.dir/kssl/ksslcertificatebox.o 

 
[ 53%] Building CXX object kio/CMakeFiles/kio.dir/kssl/ksslinfodialog.o 

 
[ 53%] [ 53%] Building CXX object kio/CMakeFiles/kio.dir/kssl/kopenssl.o

 
Building CXX object kio/CMakeFiles/kio.dir/kssl/kssl.o  

 
/usr/ports/x11/kdelibs4/work/kdelibs-4.5.1/kio/kssl/kssl.cpp:54:2: warning: 
#warning kssl.cc contains temporary functions! Clean up   
 
/usr/ports/x11/kdelibs4/work/kdelibs-4.5.1/kio/kssl/kssl.cpp:55:2: warning: 
#warning kssl.cc needs to be ported to QSslSocket
In file included from 
/usr/ports/x11/kdelibs4/work/kdelibs-4.5.1/kio/kssl/kssl.cpp:50:
/usr/ports/x11/kdelibs4/work/kdelibs-4.5.1/kdecore/network/k3socketbase.h:701: 
warning: 'virtual qint64 KNetwork::KActiveSocketBase::readData(char*, qint64)' 
was hidden
/usr/ports/x11/kdelibs4/work/kdelibs-4.5.1/kdecore/network/k3clientsocketbase.h:452:
 
warning:   by 'virtual qint64 KNetwork::KClientSocketBase::readData(char*, 
qint64, KNetwork::KSocketAddress*)'
/usr/ports/x11/kdelibs4/work/kdelibs-4.5.1/kdecore/network/k3socketbase.h:736: 
warning: 'virtual qint64 KNetwork::KActiveSocketBase::writeData(const char*, 
qint64)' was hidden
/usr/ports/x11/kdelibs4/work/kdelibs-4.5.1/kdecore/network/k3clientsocketbase.h:463:
 
warning:   by 'virtual qint64 KNetwork::KClientSocketBase::writeData(const 
char*, qint64, const KNetwork::KSocketAddress*)'
In file included from 
/usr/ports/x11/kdelibs4/work/kdelibs-4.5.1/kio/kssl/kssl.cpp:51:
/usr/ports/x11/kdelibs4/work/kdelibs-4.5.1/kdecore/network/k3socketbase.h:701: 
warning: 'virtual qint64 KNetwork::KActiveSocketBase::readData(char*, qint64)' 
was hidden
/usr/ports/x11/kdelibs4/work/kdelibs-4.5.1/kdecore/network/k3socketdevice.h:265:
 
warning:   by 'virtual qint64 KNetwork::KSocketDevice::readData(char*, qint64, 
KNetwork::KSocketAddress*)'
/usr/ports/x11/kdelibs4/work/kdelibs-4.5.1/kdecore/network/k3socketbase.h:736: 
warning: 'virtual qint64 KNetwork::KActiveSocketBase::writeData(const char*, 
qint64)' was hidden
/usr/ports/x11/kdelibs4/work/kdelibs-4.5.1/kdecore/network/k3socketdevice.h:276:
 
warning:   by 'virtual qint64 KNetwork::KSocketDevice::writeData(const char*, 
qint64, const KNetwork::KSocketAddress*)'
[ 53%] Building CXX object kio/CMakeFiles/kio.dir/kssl/ksslcertchain.o
[ 53%] Building CXX object kio/CMakeFiles/kio.dir/kssl/ksslcertificate.o

 
[ 53%] Building CXX object kio/CMakeFiles/kio.dir/kssl/ksslkeygen.o 
 

Strange flash issue on Current 9.0 that I am not seeing on stable 7.3

2010-09-03 Thread Edwin L. Culp W.
On 9.0-CURRENT FreeBSD 9.0-CURRENT #67: Fri Sep  3 07:11:34 CDT 2010 I
get the following with Firefox when trying to view a youtube video:

# firefox3
LoadPlugin: failed to initialize shared library
/root/.mozilla/plugins/nppdf.so [Shared object libc.so.6 not found,
required by nppdf.
*** NSPlugin Viewer  *** Abort trap (core dumped)
ec.encontacto.net
/root # ERROR: NPN_GetValue() wait for reply: Connection closed
*** NSPlugin Viewer  ***
WARNING:(/home/jkim/new/a/nspluginwrapper-1.3.0/src/npw-viewer.c:1136):invoke_NPN_GetValue:
assertion failed: (r)

I get basically the same error with chrome:

*** NSPlugin Viewer  ***
WARNING:(/home/jkim/new/a/nspluginwrapper-1.3.0/src/npw-viewer.c:1136):invoke_NPN_GetValue:
assertion failed: (r)
[0903/091403:WARNING:base/debug_util_posix.cc(228)] Don't know how to do this
[6886:175902720:1722284178:ERROR:base/native_library_linux.cc(24)]
dlopen failed when trying to open
/usr/local/lib/browser_plugins/libfl.6 not found, required by
libflashplayer.so
*** NSPlugin Viewer  *** ERROR: NPN_GetValue() wait for reply: Connection closed
*** NSPlugin Viewer  ***
WARNING:(/home/jkim/new/a/nspluginwrapper-1.3.0/src/npw-viewer.c:1136):invoke_NPN_GetValue:
assertion failed: (r)

I have no problem on:
 7.3-STABLE FreeBSD 7.3-STABLE #1117: Fri Sep  3 05:26:11 CDT 2010
Flash works perfectly on both firefox and chrome

I have rebuilt all linux ports with portmaster -r  several times.

It was working fine no more than a week ago but in a reboot, rebuild,
port update or something similar I have lost it completely.

Any suggestions appreciated.

TIA

ed

P.D. linux-opera works as expected.  The following have been rebuilt
today with portmaster -r

 linux-dri-7.4_1 linux-f10-fontconfig-2.6.0
  linux-f10-pango-1.22.3_1
linux-f10-alsa-lib-1.0.21_1 linux-f10-gtk2-2.14.7_2
 linux-f10-png-1.2.37_1
linux-f10-aspell-0.60.6
linux-f10-hicolor-icon-theme-0.5linux-f10-sqlite3-3.5.9_1
linux-f10-atk-1.24.0linux-f10-jpeg-6b
 linux-f10-tiff-3.8.2
linux-f10-cairo-1.8.0_1 linux-f10-libsigc++20-2.2.2
 linux-f10-xorg-libs-7.4_1
linux-f10-curl-7.19.6   linux-f10-libssh2-0.18
 linux-firefox-3.6.8,1
linux-f10-cyrus-sasl2-2.1.22linux-f10-nas-libs-1.9.1
 linux-libgtkembedmoz-0.0.20100806
linux-f10-dbus-glib-0.76linux-f10-nspr-4.7.6
 linux-opera-10.61
linux-f10-dbus-libs-1.2.4   linux-f10-nss-3.12.2.0
 linux_base-f10-10_2
linux-f10-expat-2.0.1   linux-f10-openldap-2.4.12_1
 linuxdoc-1.1_1
linux-f10-flashplugin-10.1r82   linux-f10-openssl-0.9.8g
 opera-linuxplugins-10.61.6430
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


graphics/graphviz build error

2010-09-03 Thread Janos Dohanics
I don't seem to be able to build graphics/graphviz:

# make install clean
===  Building for graphviz-2.26.3_3
gmake  all-recursive
gmake[1]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3' Making all in
libltdl gmake[2]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/libltdl' gmake
all-am gmake[3]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/libltdl' gmake[3]:
Nothing to be done for `all-am'. gmake[3]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/libltdl' gmake[2]:
Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/libltdl' Making all
in lib gmake[2]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib' Making all in
cdt gmake[3]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/cdt' gmake[3]:
Nothing to be done for `all'. gmake[3]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/cdt' Making all
in graph gmake[3]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/graph' gmake[3]:
Nothing to be done for `all'. gmake[3]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/graph' Making
all in cgraph gmake[3]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/cgraph' gmake
[3]: Nothing to be done for `all'. gmake[3]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/cgraph' Making
all in gd gmake[3]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/gd' gmake[3]:
Nothing to be done for `all'. gmake[3]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/gd' Making all
in pathplan gmake[3]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/pathplan' gmake
[3]: Nothing to be done for `all'. gmake[3]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/pathplan' Making
all in sfio gmake[3]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/sfio' Making all
in Sfio_f gmake[4]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/sfio/Sfio_f'
gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/sfio/Sfio_f'
gmake[4]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/sfio' gmake[4]:
Nothing to be done for `all-am'. gmake[4]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/sfio' gmake[3]:
Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/sfio' Making all
in vmalloc
gmake[3]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/vmalloc' gmake
[3]: Nothing to be done for `all'. gmake[3]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/vmalloc' Making
all in ast gmake[3]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/ast' gmake[3]:
Nothing to be done for `all'. gmake[3]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/ast' Making all
in vpsc gmake[3]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/vpsc' gmake[3]:
Nothing to be done for `all'. gmake[3]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/vpsc' Making all
in rbtree gmake[3]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/rbtree' gmake
[3]: Nothing to be done for `all'. gmake[3]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/rbtree' Making
all in ortho gmake[3]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/ortho' gmake[3]:
Nothing to be done for `all'. gmake[3]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/ortho' Making
all in sparse gmake[3]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/sparse' gmake
[3]: Nothing to be done for `all'. gmake[3]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/sparse' Making
all in patchwork gmake[3]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/patchwork' gmake
[3]: Nothing to be done for `all'. gmake[3]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/patchwork'
Making all in expr gmake[3]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/expr' gmake[3]:
Nothing to be done for `all'. gmake[3]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/expr' Making all
in common gmake[3]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/common' gmake
[3]: Nothing to be done for `all'. gmake[3]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/common' Making
all in pack gmake[3]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/lib/pack' gmake[3]:
Nothing to be done for `all'. gmake[3]: Leaving directory

Error building kdenetwork-4.5.1

2010-09-03 Thread Angelo Turetta
 [ 45%] Building CXX object 
kget/transfer-plugins/bittorrent/CMakeFiles/kget_bittorrentfactory.dir/bttransfer.o

In file included from /usr/local/include/torrent/torrent.h:43,
 from 
/space/usr/ports/net/kdenetwork4/work/kdenetwork-4.5.1/kget/transfer-plugins/bittorrent/bttransfer.cpp:24:
/usr/local/include/torrent/download.h:43:31: error: sigc++/connection.h: 
No such file or directory
/usr/local/include/torrent/download.h:44:34: error: 
sigc++/functors/slot.h: No such file or directory



Thanks for any workaround...

Angelo Turetta
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: what next for the pkg_install rewrite

2010-09-03 Thread David Forsythe
On Thu, Sep 2, 2010 at 2:52 AM, Baptiste Daroussin b...@freebsd.org wrote:

 sqlite if we goes on is BSD-like licensed so it should ne be a problem...
 ...
 That would be great, the json lib I use for testing purpose cjson
 (http://sourceforge.net/projects/cjson/)...

Okay, I'll pull both of these in when I get a chance.  I might
actually be able to use cjson to help with the logging I need to do in
the database and in the install phase.

 How hard would it be to add support for the new manifest on you libpkg which 
 is
 really great by the way :)

After looking at cjson I could probably add support in a couple of
hours.  Some things in my lib aren't finalized though, so I wouldn't
recommend spending time on it right now.

 How hard would it be to allow other developers to work with you on libpkg?
 separate the tasks etc.

Before and during the summer it would have been pretty simple because
I was working on git and hg.  At the end of the summer I decided to
move over to p4 until I have at least the entire current pkg system
supported (and then I'll probably move the project back over to a git
repo).  Anyone can look at that and submit patches, but I don't want
to create a communal repository until I'm finished with the lib.
I'm in an... interesting... situation right now, I just moved and my
bsd machine has no way of getting on the internet.  I do have some
pretty big changes in the pipeline that I haven't been able to commit
yet, though (namely logging in the database and some naming convention
changes), so go ahead and look, but I really wouldn't recommend
touching too much for a while because a lot of stuff might change.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: what next for the pkg_install rewrite

2010-09-03 Thread David Forsythe
On Thu, Sep 2, 2010 at 2:53 AM, Ivan Voras ivo...@freebsd.org wrote:

 Repository format as in ftp server layout or something else?


Eh, format isn't really the word I needed there.  I'm not really sure,
I guess the whole repository *system*(?) has areas it can improve?
One of the ideas I've had is basically what MacPorts does (mentioned
by Tim), and another is using an index to resolve the actual location
of packages (and possibly give suggestions).  I'll put some stuff on
the wiki if I get a chance.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Error building kdenetwork-4.5.1

2010-09-03 Thread Max Brazhnikov
On Fri, 03 Sep 2010 18:57:39 +0200, Angelo Turetta wrote:
   [ 45%] Building CXX object
 kget/transfer-plugins/bittorrent/CMakeFiles/kget_bittorrentfactory.dir/bttr
 ansfer.o In file included from /usr/local/include/torrent/torrent.h:43,
   from
 /space/usr/ports/net/kdenetwork4/work/kdenetwork-4.5.1/kget/transfer-plugin
 s/bittorrent/bttransfer.cpp:24:
 /usr/local/include/torrent/download.h:43:31: error: sigc++/connection.h:
 No such file or directory
 /usr/local/include/torrent/download.h:44:34: error:
 sigc++/functors/slot.h: No such file or directory

it seems kdenetwork4 picks up wrong includes.

what does 'pkg_info -W /usr/local/include/torrent/download.h' say?

Max
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [kde-freebsd] Error building kdenetwork-4.5.1

2010-09-03 Thread Max Brazhnikov
On Fri, 3 Sep 2010 22:28:24 +0400, Max Brazhnikov wrote:
 On Fri, 03 Sep 2010 18:57:39 +0200, Angelo Turetta wrote:
[ 45%] Building CXX object
  
  kget/transfer-plugins/bittorrent/CMakeFiles/kget_bittorrentfactory.dir/bt
  tr ansfer.o In file included from
  /usr/local/include/torrent/torrent.h:43,

try to build it with the patch (put it to net/kdenetwork4/files).

Max
--- ./kget/transfer-plugins/bittorrent/CMakeLists.txt.orig  2010-05-17 
00:04:17.0 +0400
+++ ./kget/transfer-plugins/bittorrent/CMakeLists.txt   2010-09-03 
23:11:25.423061403 +0400
@@ -1,6 +1,6 @@
 set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS})
 
-include_directories(
+include_directories(BEFORE
 ../../
 ${LIBKTORRENT_INCLUDE_DIR}
 )
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: vmware-guestd6: error during make install

2010-09-03 Thread Rob Farmer
On Fri, Sep 3, 2010 at 06:01, Matthias Apitz g...@unixarea.de wrote:
 I tried to install the vmware-freebsd-tools.tar.gz directly as
 VMWare.com it provides (I have compat6x already installed for some other
 reason). But in vmware-freebsd-tools.tar.gz there are only kernel
 modules for FreeBSD 6 and 7 and using the modules for 7 it crashes, ofc.

 Who can I get the tools installed?

My EULA says:

3.4 VMware Tools.  You may distribute the VMware Tools to any third
party provided that (i) you only distribute the VMware Tools as a
whole in object code format whether or not as part of, the Virtual
Machine you create with the Software; (ii) you do not use VMware's
name, logo or trademarks to market the VMware Tools, except  you may
refer to VMware names, logos or trademarks to indicate that the VMware
Tools are compatible with or designed for use with the Software and
(iii) you agree to indemnify, hold harmless, and defend VMware from
and against any claims or lawsuits, including attorneys' fees, that
arise or result from your use or distribution of VMware Tools.
Notwithstanding the foregoing, you may distribute and modify the Open
Source Software of VMware Tools; however, VMware may not provide any
support, pursuant to Section 5, for such modified VMware Tools.

Assuming you aren't in a US export restricted country (Cuba, Iran,
North Korea, Sudan, and Syria) I should be able to give you a legal
copy.

This is the ISO that ships with Workstation 7.1.1 build-282343. It has
kernel modules for 8.0 i386  amd64.

http://www.predatorlabs.net/dl/vmware-tools-freebsd-711.iso

-- 
Rob Farmer
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: what next for the pkg_install rewrite

2010-09-03 Thread Baptiste Daroussin

 Before and during the summer it would have been pretty simple because
 I was working on git and hg.  At the end of the summer I decided to
 move over to p4 until I have at least the entire current pkg system
 supported (and then I'll probably move the project back over to a git
 repo).

I think git is a good choice :)

 Anyone can look at that and submit patches, but I don't want
 to create a communal repository until I'm finished with the lib.
 I'm in an... interesting... situation right now, I just moved and my
 bsd machine has no way of getting on the internet.  I do have some
 pretty big changes in the pipeline that I haven't been able to commit
 yet, though (namely logging in the database and some naming convention
 changes), so go ahead and look, but I really wouldn't recommend
 touching too much for a while because a lot of stuff might change.

That's fair, you did most of the coding work, the fact that you keep
the repo as yours is fair, I think we need someone to be the master
of the code (don't know how to explain that with other words :), that
is important for coherence and consistency.

So before contributing code and being able to separate tasks we will
have to wait for your bsd machine to get access to the internet :).
That would let us the time needed to discuss all the features (and the
design) that would become pkg_install2.

regards,
Bapt
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [kde-freebsd] Error building kdenetwork-4.5.1

2010-09-03 Thread Pascal Stumpf
On Friday 03 September 2010 21:27:33 Max Brazhnikov wrote:
 On Fri, 3 Sep 2010 22:28:24 +0400, Max Brazhnikov wrote:
  On Fri, 03 Sep 2010 18:57:39 +0200, Angelo Turetta wrote:
 [ 45%] Building CXX object
   
   kget/transfer-plugins/bittorrent/CMakeFiles/kget_bittorrentfactor
   y.dir/bt tr ansfer.o In file included from
   /usr/local/include/torrent/torrent.h:43,
 
 try to build it with the patch (put it to net/kdenetwork4/files).
 
 Max
Yup, works. Thank you. :)
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: graphics/graphviz build error

2010-09-03 Thread Janos Dohanics
On Fri, 3 Sep 2010 12:25:19 -0400
Janos Dohanics w...@3dresearch.com wrote:

 I don't seem to be able to build graphics/graphviz:
 
 # make install clean
 ===  Building for graphviz-2.26.3_3[...]

Please ignore - builds fine after make distclean.

Sorry for the noise.

-- 
Janos Dohanics
w...@3dresearch.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org