Re: security/libgcrypt

2008-02-28 Thread Alex Dupre
[EMAIL PROTECTED] wrote:
> Where the actual error message is:
> 
> rijndael.c: In function do_padlock':
> rijndael.c:2062: error: can't find a register in class GENERAL_REGS'
> while reloading asm'
> 
> A quick workaround was to remove -O2 from cipher/Makefile.

Or --disable-padlock-support

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


Re: xmms fails to play on 7.0

2008-02-28 Thread Beech Rintoul
On Thursday 28 February 2008, Kevin Oberman said:
> I have two FreeBSD systems running 7.0 and xmms fails to play MP3s
> on both systems. It starts up, but when I play, the time zips
> through the MP3 at around 100 times the correct speed. (About 3.25
> seconds for a 4 minute MP3). The spectrum display seems to show the
> song playing, but there is no sound.
>
> I do get the error:
> Gtk-WARNING **: Failed to load module "libgnomebreakpad.so": Shared
> object "libgnomebreakpad.so" not found, required by "xmms"
>
> I get this with a lot of working Gnome apps, so I suspect it is a
> read herring. I can confirm that I have
> /usr/local/lib/gtk-2.0/modules/libgnomebreakpad.so, but I am not
> sure if that directory is in the shared library load path.
>
> Other players including totem and mpg123 play it fine, so it is
> specific to xmms.
>
> Any ideas? Shall I fine a PR?

Check that your output plugin is set to OSS and not the Disk Writer 
plugin in your preferences. What your describing sounds exactly like 
the behavior when you're converting something to burn. If that's not 
it, file a pr with as much config and system info as you can. Also, 
you didn't say if you were running xmms or xmms2.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/"\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.3R/announce.html
---










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


Re: FreeBSD Port: nvidia-driver-169.07

2008-02-28 Thread Brodey Dover
So I'm reading your response and thinking, okay I'll do this tomorrow. 
But then you mentioned, "that is not your error...but." I can program, 
what the hey, let's look at the error and see what is upwell I made 
the following changes to nv_freebsd.h lines 337 and 338

/
S032   nv_os_agp_init(nv_state_t *, void **, U032 *);
S032   nv_os_agp_teardown(nv_state_t *);

/to

/S032   nv_os_agp_init(*nv_stack_t *sp*, nv_state_t *, void **, 
U032 *);

S032   nv_os_agp_teardown(*nv_stack_t *sp*, nv_state_t *);

/I then got a stop because ../../graphics/libGL was already installed, 
feeling redundancy kicking in I decided to give in for a "registered" 
install of the nvidia-drivers, I deinstalled libGL and fired up make 
install from nvidia-driver directory again. After that, the driver 
successfully installed itself and I'm a happy happy camper.


I am running FreeBSD6.3/i386- RELEASE.

Regards,
Brodey Dover

See you all at BSDCan ;).
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


xmms fails to play on 7.0

2008-02-28 Thread Robert Huff
Kevin Oberman writes:

>  I do get the error:
>  Gtk-WARNING **: Failed to load module "libgnomebreakpad.so": Shared
>  object "libgnomebreakpad.so" not found, required by "xmms"
>  
>  I get this with a lot of working Gnome apps, so I suspect it is a read
>  herring. I can confirm that I have
>  /usr/local/lib/gtk-2.0/modules/libgnomebreakpad.so, but I am not sure if
>  that directory is in the shared library load path.

Are you running xmms or xmms2?
Because:

huff@>> dir /var/db/pkg | grep xmms
drwxr-xr-x2 root  wheel   512 Feb 27 07:59 py25-xmms-2.02_3
drwxr-xr-x2 root  wheel   512 Feb 27 08:00 xmms-1.2.11_2
drwxr-xr-x2 root  wheel   512 Feb 27 08:00 xmms-crossfade-0.3.14
drwxr-xr-x2 root  wheel   512 Feb 27 08:00 xmms-midi-0.03_4
drwxr-xr-x2 root  wheel   512 Feb 27 08:00 xmms-skins-0.1_2
huff@>> ldd /usr/local/bin/xmms
/usr/local/bin/xmms:
libSM.so.6 => /usr/local/lib/libSM.so.6 (0x4815c000)
libICE.so.6 => /usr/local/lib/libICE.so.6 (0x48164000)
libXxf86vm.so.1 => /usr/local/lib/libXxf86vm.so.1 (0x4817b000)
libxmms.so.4 => /usr/local/lib/libxmms.so.4 (0x4818)
libgtk-12.so.2 => /usr/local/lib/libgtk-12.so.2 (0x4818e000)
libgdk-12.so.2 => /usr/local/lib/libgdk-12.so.2 (0x482de000)
libgmodule-12.so.3 => /usr/local/lib/libgmodule-12.so.3 (0x48315000)
libgthread-12.so.3 => /usr/local/lib/libgthread-12.so.3 (0x48318000)
libglib-12.so.3 => /usr/local/lib/libglib-12.so.3 (0x48324000)
libXi.so.6 => /usr/local/lib/libXi.so.6 (0x4834a000)
libXext.so.6 => /usr/local/lib/libXext.so.6 (0x48352000)
libX11.so.6 => /usr/local/lib/libX11.so.6 (0x4836)
libXau.so.6 => /usr/local/lib/libXau.so.6 (0x48445000)
libXdmcp.so.6 => /usr/local/lib/libXdmcp.so.6 (0x48448000)
librpcsvc.so.4 => /usr/lib/librpcsvc.so.4 (0x4844d000)
libm.so.5 => /lib/libm.so.5 (0x48455000)
libintl.so.8 => /usr/local/lib/libintl.so.8 (0x4846b000)
libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x48474000)
libthr.so.3 => /lib/libthr.so.3 (0x48569000)
libc.so.7 => /lib/libc.so.7 (0x4857b000)


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


Re: security/libgcrypt

2008-02-28 Thread Aryeh M. Friedman

[EMAIL PROTECTED] wrote:

Libgcrypt fails to build on FreeBSD 6.2R (GCC 3.4.6):

cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include
-I/usr/local/include -O2 -fno-strict-aliasing -pipe -Wall
-Wpointer-arith -MT rijndael.lo -MD -MP -MF .deps/rijndael.Tpo -c
rijndael.c -o rijndael.o >/dev/null 2>&1
*** Error code 1

Stop in /usr/ports/security/libgcrypt/work/libgcrypt-1.4.0/cipher.

Where the actual error message is:

rijndael.c: In function do_padlock':
rijndael.c:2062: error: can't find a register in class GENERAL_REGS'
while reloading asm'

A quick workaround was to remove -O2 from cipher/Makefile.

  


Also a note to 6.3, 7.0 and -CURRENT users you will need to rebuild all 
the ports that depend on libgcrypt.


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


xmms fails to play on 7.0

2008-02-28 Thread Kevin Oberman
I have two FreeBSD systems running 7.0 and xmms fails to play MP3s on
both systems. It starts up, but when I play, the time zips through the
MP3 at around 100 times the correct speed. (About 3.25 seconds for a 4
minute MP3). The spectrum display seems to show the song playing, but
there is no sound.

I do get the error:
Gtk-WARNING **: Failed to load module "libgnomebreakpad.so": Shared
object "libgnomebreakpad.so" not found, required by "xmms"

I get this with a lot of working Gnome apps, so I suspect it is a read
herring. I can confirm that I have
/usr/local/lib/gtk-2.0/modules/libgnomebreakpad.so, but I am not sure if
that directory is in the shared library load path.

Other players including totem and mpg123 play it fine, so it is specific
to xmms.

Any ideas? Shall I fine a PR?
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: [EMAIL PROTECTED]   Phone: +1 510 486-8634
Key fingerprint:059B 2DDF 031C 9BA3 14A4  EADA 927D EBB3 987B 3751


pgpD7dwFfN8I6.pgp
Description: PGP signature


security/libgcrypt

2008-02-28 Thread ozzmosis
Libgcrypt fails to build on FreeBSD 6.2R (GCC 3.4.6):

cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include
-I/usr/local/include -O2 -fno-strict-aliasing -pipe -Wall
-Wpointer-arith -MT rijndael.lo -MD -MP -MF .deps/rijndael.Tpo -c
rijndael.c -o rijndael.o >/dev/null 2>&1
*** Error code 1

Stop in /usr/ports/security/libgcrypt/work/libgcrypt-1.4.0/cipher.

Where the actual error message is:

rijndael.c: In function do_padlock':
rijndael.c:2062: error: can't find a register in class GENERAL_REGS'
while reloading asm'

A quick workaround was to remove -O2 from cipher/Makefile.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: misc/compat6x

2008-02-28 Thread Kris Kennaway

Sergey Matveychuk wrote:

The library is not linked with libc. But dynamic loader loads libc.so.7 
for libthr.so.3. kib@ has told me it's impossible to fix (we can't mix 
libc.so.6 and libc.so.7 in one namespace). So we should ask vendor to 
recompile it for 7.0 (it's security/bsp_upektfmess).


Yeah, it should be marked BROKEN except on 6.x.

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


Re: Morpheus in ports

2008-02-28 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Peter Thoenen wrote:
> Jeremy Messenger wrote:
>> On Thu, 28 Feb 2008 14:19:00 -0600, Max Laier <[EMAIL PROTECTED]> wrote:
>>
>>>
>>> Am Do, 28.02.2008, 20:27, schrieb Jeremy Messenger:
 On Thu, 28 Feb 2008 11:41:48 -0600, Wes <[EMAIL PROTECTED]> wrote:

>
> Just thought someone should know that the main web site link for
> Morpheus
> is pornographic.

 Fixed (http://www.winnicki.net/morpheus/), thanks for report.
>>>
>>> Well ... http://www.winnicki.net/morpheus/shots/shot1.jpg
>>
>> That isn't porn, which it's art. Compare between old and new link. ;-)
> 
> Also porn or not, its irrelevant.  Ports www pages point to the
> applications primary page as defined by the port owner.  If you don't
> like it, don't use Morpheus (or any other useful port where you happen
> to disagree with whats on their site)
> 
> Lets not start expecting port committers to vest and censor each and
> every port homepage

Looks like a domain name hijack rather than intentionally pointing to
the link, i.e. the domain name is either given up by the author or be
hijacked by someone else, as the port is rather old and not updated for
a long time.

Cheers,
- --
Xin LI <[EMAIL PROTECTED]>  http://www.delphij.net/
FreeBSD - The Power to Serve!
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFHx0Nyi+vbBBjt66ARAitkAJ41xmvIRDj5k94l7ueDnleSQQb5WQCgg3Ry
9swjinOhkHhQ8f1bR82hfoY=
=AJGA
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: misc/compat6x

2008-02-28 Thread Sergey Matveychuk

Kris Kennaway wrote:

Sergey Matveychuk wrote:

Hi.

I tried to start an application on 7.0 that requires libpthread.so.2. 
I've installed misc/compat6x, but have a problem:
/usr/local/lib/compat/libpthread.so.2: Undefined symbol 
"__malloc_lock"Could not load addin module 
"/usr/local/lib/libtfmessbsp.so"!


As I can see __malloc_lock symbol is in libc.so.6 from compat6x port 
but does not load. Why? Any ideas how to fix it?


How is libc.so.6 being loaded by the application?  Is it linked 
explicitly or is it (incorrectly) trying to dlopen("libc.so") or similar?


% ldd /usr/local/lib/libtfmessbsp.so
/usr/local/lib/libtfmessbsp.so:
libbioapi_mds300.so.0 => /usr/local/lib/libbioapi_mds300.so.0 
(0x281a2000)

libusb-0.1.so.8 => /usr/local/lib/libusb-0.1.so.8 (0x281c4000)
libintl.so.6 => /usr/local/lib/libintl.so.6 (0x281ca000)
libmds_util.so.0 => /usr/local/lib/libmds_util.so.0 (0x281d3000)
libpthread.so.2 => /usr/local/lib/compat/libpthread.so.2 
(0x281db000)

libXext.so.6 => /usr/local/lib/libXext.so.6 (0x2830)
libX11.so.6 => /usr/local/lib/libX11.so.6 (0x2830e000)
libthr.so.3 => /lib/libthr.so.3 (0x283fc000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x2840f000)
libm.so.5 => /lib/libm.so.5 (0x28504000)
libc.so.7 => /lib/libc.so.7 (0x28089000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2851a000)
libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x28525000)
libXau.so.6 => /usr/local/lib/libXau.so.6 (0x2861b000)
libXdmcp.so.6 => /usr/local/lib/libXdmcp.so.6 (0x2861e000)
librpcsvc.so.4 => /usr/lib/librpcsvc.so.4 (0x28623000)

The library is not linked with libc. But dynamic loader loads libc.so.7 
for libthr.so.3. kib@ has told me it's impossible to fix (we can't mix 
libc.so.6 and libc.so.7 in one namespace). So we should ask vendor to 
recompile it for 7.0 (it's security/bsp_upektfmess).


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


Re: misc/compat6x

2008-02-28 Thread Kris Kennaway

Sergey Matveychuk wrote:

Hi.

I tried to start an application on 7.0 that requires libpthread.so.2. 
I've installed misc/compat6x, but have a problem:
/usr/local/lib/compat/libpthread.so.2: Undefined symbol 
"__malloc_lock"Could not load addin module 
"/usr/local/lib/libtfmessbsp.so"!


As I can see __malloc_lock symbol is in libc.so.6 from compat6x port but 
does not load. Why? Any ideas how to fix it?


How is libc.so.6 being loaded by the application?  Is it linked 
explicitly or is it (incorrectly) trying to dlopen("libc.so") or similar?


Kris

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


Re: VirtualBox looks for FreeBSD developer

2008-02-28 Thread Edwin Groothuis
On Fri, Feb 29, 2008 at 12:44:36AM +1100, Edwin Groothuis wrote:
> On Tue, Feb 26, 2008 at 02:23:48PM +0100, Miroslav Lachman wrote:
> > Olivier Cochard-Labbe wrote:
> > >Hi all,
> > >In a post concerning ?porting VirtualBox on FreeBSD?, an Innotek developer
> > >answer that they start to port it, but ?hope some developers from the
> > >FreeBSD community will pick up where we left off and complete the port?.
> > >Original post here: http://forums.virtualbox.org/viewtopic.php?t=3234
> > >
> > >Are there any developers motivated here ?
> > 
> > I am not a developer, but it would be nice to have VirtualBox on FreeBSD 
> > (I am using it on Windows to run FreeBSD guests :])
> > 
> > I am available for testing etc.
> 
> Patches to get it working against the current SVN version.
> 
> Problem lies with the kernel driver. But that's an issue for other
> people to worry about later.

New patches, which actually make it compile this time :-)

This works:

[~svn/vbox/out/freebsd.x86/release] [EMAIL PROTECTED]>export 
LD_LIBRARY_PATH=`pwd`/bin:`pwd`/lib
[~svn/vbox/out/freebsd.x86/release] [EMAIL PROTECTED]>cd bin
[~svn/vbox/out/freebsd.x86/release/bin] [EMAIL PROTECTED]>kldload vboxdrv.ko 
[~svn/vbox/out/freebsd.x86/release/bin] [EMAIL PROTECTED]>cd ..
[~svn/vbox/out/freebsd.x86/release] [EMAIL PROTECTED]>bin/VirtualBox 

But it still complains about the kernel driver:

VM creation failed (GVMM). VBox status code: -37 (VERR_NOT_SUPPORTED).

And panics while unloading...

I will continue on my test box (a multitude slower than my desktop
but at least I don't lose all my $realjob work when it panics)

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
Index: configure
===
--- configure   (revision 7199)
+++ configure   (working copy)
@@ -60,9 +60,9 @@
 LIBXCURSOR="-lXcursor"
 INCZ=""
 LIBZ="-lz"
-INCPNG=""
-LIBPNG="-lpng"
-QTDIR="/usr/qt/3 /usr/lib/qt3 /usr/lib/qt-3.3 /usr/share/qt3 /usr/lib64/qt-3.3 
/usr/X11R6 /usr/lib/qt"
+INCPNG="-I/usr/local/include"
+LIBPNG="-L/usr/local/lib -lpng"
+QTDIR="/usr/local/ /usr/lib/qt3 /usr/lib/qt-3.3 /usr/share/qt3 
/usr/lib64/qt-3.3 /usr/X11R6 /usr/lib/qt"
 KBUILDDIR="`cd \`dirname $0\`; pwd`/kBuild"
 DEVDIR="`cd \`dirname $0\`; pwd`/tools"
 if [ -d "/lib/modules/`uname -r`/build" ]; then
@@ -573,6 +573,7 @@
   if test_execute; then
 cnf_append "SDK_VBOX_LIBXML2_INCS" "$INCXML2"
 cnf_append "SDK_VBOX_LIBXML2_LIBS" "`strip_l "$LIBXML2"`"
+   cnf_append "SDK_VBOX_LIBXML2_LIBPATH" "`strip_L "$LIBXML2"`"
   fi
 fi
   fi
Index: Config.kmk
===
--- Config.kmk  (revision 7199)
+++ Config.kmk  (working copy)
@@ -345,14 +345,19 @@
 endif
 
 ifeq ($(BUILD_TARGET),freebsd)
- VBOX_WITH_INSTALLER=
  VBOX_WITH_SECURELABEL=
  VBOX_WITH_VRDP_AUTHMOD=
  VBOX_WITH_VRDP_RDESKTOP=
  VBOX_WITH_TESTSUITE=
+ VBOX_WITH_EHCI=
+
+ VBOX_WITH_INSTALLER=
  VBOX_WITH_USB=
- VBOX_WITH_EHCI=
  VBOX_WITH_DOCS=
+#VBOX_WITH_INSTALLER=
+#VBOX_WITH_USB=
+#VBOX_WITH_DOCS=
+# XXX Mavvie
 endif
 
 
Index: src/VBox/VMM/VMMR0/HWACCMR0A.asm
===
--- src/VBox/VMM/VMMR0/HWACCMR0A.asm(revision 7199)
+++ src/VBox/VMM/VMMR0/HWACCMR0A.asm(working copy)
@@ -24,6 +24,22 @@
 %include "VBox/cpum.mac"
 %include "VBox/x86.mac"
 
+%ifdef RT_OS_FREEBSD ;; @todo fix OMF support in yasm and kick nasm out 
completely.
+ %macro vmwrite 2,
+int3
+ %endmacro
+ %define vmlaunch int3
+ %define vmresume int3
+ %define vmsave int3
+ %define vmload int3
+ %define vmrun int3
+ %define clgi int3
+ %define stgi int3
+ %macro invlpga 2,
+int3
+ %endmacro
+%endif
+
 %ifdef RT_OS_OS2 ;; @todo fix OMF support in yasm and kick nasm out completely.
  %macro vmwrite 2,
 int3
Index: src/VBox/Main/ConsoleImpl.cpp
===
--- src/VBox/Main/ConsoleImpl.cpp   (revision 7199)
+++ src/VBox/Main/ConsoleImpl.cpp   (working copy)
@@ -18,15 +18,21 @@
 #include  /* for stdint.h constants */
 
 #if defined(RT_OS_WINDOWS)
-#elif defined(RT_OS_LINUX)
+#elif defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD)
 #   include 
 #   include 
 #   include 
 #   include 
 #   include 
 #   include 
+#if defined(RT_OS_FREEBSD)
+#   include 
+#   include 
+#endif
 #   include 
+#if defined(RT_OS_LINUX)
 #   include 
+#endif
 #   include 
 #   include 
 #   include 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Morpheus in ports

2008-02-28 Thread Peter Thoenen

Jeremy Messenger wrote:

On Thu, 28 Feb 2008 14:19:00 -0600, Max Laier <[EMAIL PROTECTED]> wrote:



Am Do, 28.02.2008, 20:27, schrieb Jeremy Messenger:

On Thu, 28 Feb 2008 11:41:48 -0600, Wes <[EMAIL PROTECTED]> wrote:



Just thought someone should know that the main web site link for
Morpheus
is pornographic.


Fixed (http://www.winnicki.net/morpheus/), thanks for report.


Well ... http://www.winnicki.net/morpheus/shots/shot1.jpg


That isn't porn, which it's art. Compare between old and new link. ;-)


Also porn or not, its irrelevant.  Ports www pages point to the 
applications primary page as defined by the port owner.  If you don't 
like it, don't use Morpheus (or any other useful port where you happen 
to disagree with whats on their site)


Lets not start expecting port committers to vest and censor each and 
every port homepage


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


palm/synce-*: couple of issues

2008-02-28 Thread Andriy Gapon

I'd like to report couple of issues on palm/synce-* ports:

1. quite outdated: versions are circa 0.9, but 0.11 is currently
available; on the other hand, I do not complain much about this because
even 0.9 version can (mostly) do what I need. And they say that newer
versions have problems with older HW support.

2. synce-kde installs bin/vdccm program and synce-dccm also installs
bin/vdccm; obviously there is a conflict, but it's not marked in the
port. I personally would prefer that synce-kde does not install vdccm,
because the one from synce-dccm seems to be 'better'.

3. for me vdccm from synce-kde simply doesn't work (doesn't detect ppc);
vdccm from synce-dccm establishes connection but crashes on any request
(e.g. execution of pls, pstatus). It seems that the reason is that code
(even patched) in TCPConnectedSocket::getMTU can not get MTU and sets it
to -1, in another place -1 MTU value cast to unsigned is used as a size
of memory allocation (4G), resulting in crash. I tried to use code from
ifconfig sources to get MTU, but it seems that it doesn't work with
stream sockets:
if (ioctl(getDescriptor(), SIOCGIFMTU, &ifr) < 0) {
Anyway, it seems that hardcoding MTU to 1500 is a "good enough" solution.

And a general note: it seems that neither vdccm properly works if a ppc
device has password enabled, -p option doesn't help, ppp connection
breaks very soon.

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


Re: Morpheus in ports

2008-02-28 Thread Jeremy Messenger

On Thu, 28 Feb 2008 14:19:00 -0600, Max Laier <[EMAIL PROTECTED]> wrote:



Am Do, 28.02.2008, 20:27, schrieb Jeremy Messenger:

On Thu, 28 Feb 2008 11:41:48 -0600, Wes <[EMAIL PROTECTED]> wrote:



Just thought someone should know that the main web site link for
Morpheus
is pornographic.


Fixed (http://www.winnicki.net/morpheus/), thanks for report.


Well ... http://www.winnicki.net/morpheus/shots/shot1.jpg


That isn't porn, which it's art. Compare between old and new link. ;-)

Cheers,
Mezz


Cheers,
Mezz


~wes



--
[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: Morpheus in ports

2008-02-28 Thread Max Laier

Am Do, 28.02.2008, 20:27, schrieb Jeremy Messenger:
> On Thu, 28 Feb 2008 11:41:48 -0600, Wes <[EMAIL PROTECTED]> wrote:
>
>>
>> Just thought someone should know that the main web site link for
>> Morpheus
>> is pornographic.
>
> Fixed (http://www.winnicki.net/morpheus/), thanks for report.

Well ... http://www.winnicki.net/morpheus/shots/shot1.jpg

> Cheers,
> Mezz
>
>> ~wes
>
>
> --
> [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]"
>
>


-- 
/"\  Best regards,  | [EMAIL PROTECTED]
\ /  Max Laier  | ICQ #67774661
 X   http://pf4freebsd.love2party.net/  | [EMAIL PROTECTED]
/ \  ASCII Ribbon Campaign  | Against HTML Mail and News
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Morpheus in ports

2008-02-28 Thread Jeremy Messenger

On Thu, 28 Feb 2008 11:41:48 -0600, Wes <[EMAIL PROTECTED]> wrote:



Just thought someone should know that the main web site link for Morpheus
is pornographic.


Fixed (http://www.winnicki.net/morpheus/), thanks for report.

Cheers,
Mezz


~wes



--
[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: FreeBSD Port: nvidia-driver-169.07

2008-02-28 Thread Alexey Dokuchaev
On Wed, Feb 27, 2008 at 06:52:48PM -0500, Brodey Dover wrote:
> Trying to compile from ports and unfortunately I continuously receive 
> this stop in the compile process. I have removed and deleted everything 
> that I could from distfiles and temp directories and have been unable to 
> compile. My temporary solution is to run the latest version below this 
> in ports 9x...
> 
> Code:
> /cd /usr/ports/x11/nvidia-driver/;make install clean
> ===>  Building for nvidia-driver-169.07
> ===> src (all)
> cc -O2 -fno-strict-aliasing -pipe -DNV_VERSION_STRING=\"169.07\" 
> -D__KERNEL__ -DNVRM -UDEBUG -U_DEBUG -DNDEBUG -O -Werror -D_KERNEL 
> -DKLD_MODULE -nostdinc -I-  -I/src -I. -I@ -I@/contrib/altq 
> -I@/../include -finline-limit=8000 -fno-common  -mno-align-long-strings 
> -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 
> -ffreestanding -Wall -Wredundant-decls -Wnested-externs 
> -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
> -Wcast-qual  -fformat-extensions -std=c99 -c nvidia_subr.c
> nvidia_subr.c:654: error: conflicting types for 'nv_os_agp_init'
> ./nv-freebsd.h:337: error: previous declaration of 'nv_os_agp_init' was here
> nvidia_subr.c:654: error: conflicting types for 'nv_os_agp_init'
> ./nv-freebsd.h:337: error: previous declaration of 'nv_os_agp_init' was here
> nvidia_subr.c:739: error: conflicting types for 'nv_os_agp_teardown'
> ./nv-freebsd.h:338: error: previous declaration of 'nv_os_agp_teardown' 
> was here
> nvidia_subr.c:739: error: conflicting types for 'nv_os_agp_teardown'
> ./nv-freebsd.h:338: error: previous declaration of 'nv_os_agp_teardown' 
> was here
> *** Error code 1
> 
> Stop in /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-169.07/src.
> *** Error code 1
> 
> Stop in /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-169.07.
> *** Error code 1
> 
> Stop in /usr/ports/x11/nvidia-driver.
> *** Error code 1

Confirmed.  This only happens when building against FreeBSD AGP though,
which is not default; that's why I missed it in my testing.  Fix is in
the works.

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


Morpheus in ports

2008-02-28 Thread Wes

Just thought someone should know that the main web site link for Morpheus
is pornographic.

~wes

-- 
We need more power Captain!
www.freebsd.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


p5-Mail-Tools-2.02 and mailscanner do not match

2008-02-28 Thread Johan Hendriks
I updated my mailscanner machine and after restarting mailscanner i get
the following error

 

/usr/local/etc/rc.d/mailscanner start

Starting mailscanner.

Variable "$FIELD_NAME" is not imported at
/usr/local/lib/MailScanner/MailScanner/Message.pm line 6906.

Variable "$FIELD_NAME" is not imported at
/usr/local/lib/MailScanner/MailScanner/Message.pm line 6909.

Global symbol "$FIELD_NAME" requires explicit package name at
/usr/local/lib/MailScanner/MailScanner/Message.pm line 6906.

Global symbol "$FIELD_NAME" requires explicit package name at
/usr/local/lib/MailScanner/MailScanner/Message.pm line 6909.

Compilation failed in require at /usr/local/sbin/mailscanner line 79.

BEGIN failed--compilation aborted at /usr/local/sbin/mailscanner line
79.

 

Reverting back to p5-Mail-Tools-1.77 solves the problem.

 

Regards,

Johan Hendriks

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


Re: VirtualBox looks for FreeBSD developer

2008-02-28 Thread Edwin Groothuis
On Tue, Feb 26, 2008 at 02:23:48PM +0100, Miroslav Lachman wrote:
> Olivier Cochard-Labbe wrote:
> >Hi all,
> >In a post concerning ?porting VirtualBox on FreeBSD?, an Innotek developer
> >answer that they start to port it, but ?hope some developers from the
> >FreeBSD community will pick up where we left off and complete the port?.
> >Original post here: http://forums.virtualbox.org/viewtopic.php?t=3234
> >
> >Are there any developers motivated here ?
> 
> I am not a developer, but it would be nice to have VirtualBox on FreeBSD 
> (I am using it on Windows to run FreeBSD guests :])
> 
> I am available for testing etc.

Patches to get it working against the current SVN version.

Problem lies with the kernel driver. But that's an issue for other
people to worry about later.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
Index: configure
===
--- configure   (revision 7193)
+++ configure   (working copy)
@@ -55,14 +55,14 @@
 BUILD_LIBXML2=
 LIBCRYPTO="-lcrypto"
 LIBPTHREAD="-lpthread"
-LIBX11="-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11"
-INCX11="/usr/local/include"
+LIBX11="-L/usr/local/lib -lXext -lX11"
+INCX11="-I/usr/local/include"
 LIBXCURSOR="-lXcursor"
 INCZ=""
 LIBZ="-lz"
-INCPNG=""
-LIBPNG="-lpng"
-QTDIR="/usr/qt/3 /usr/lib/qt3 /usr/lib/qt-3.3 /usr/share/qt3 /usr/lib64/qt-3.3 
/usr/X11R6 /usr/lib/qt"
+INCPNG="-I/usr/local/include"
+LIBPNG="-L/usr/local/lib -lpng"
+QTDIR="/usr/local/ /usr/lib/qt3 /usr/lib/qt-3.3 /usr/share/qt3 
/usr/lib64/qt-3.3 /usr/X11R6 /usr/lib/qt"
 KBUILDDIR="`cd \`dirname $0\`; pwd`/kBuild"
 DEVDIR="`cd \`dirname $0\`; pwd`/tools"
 if [ -d "/lib/modules/`uname -r`/build" ]; then
@@ -573,6 +573,7 @@
   if test_execute; then
 cnf_append "SDK_VBOX_LIBXML2_INCS" "$INCXML2"
 cnf_append "SDK_VBOX_LIBXML2_LIBS" "`strip_l "$LIBXML2"`"
+   cnf_append "SDK_VBOX_LIBXML2_LIBPATH" "$LIBXML2"
   fi
 fi
   fi
Index: Config.kmk
===
--- Config.kmk  (revision 7193)
+++ Config.kmk  (working copy)
@@ -345,14 +345,19 @@
 endif
 
 ifeq ($(BUILD_TARGET),freebsd)
- VBOX_WITH_INSTALLER=
  VBOX_WITH_SECURELABEL=
  VBOX_WITH_VRDP_AUTHMOD=
  VBOX_WITH_VRDP_RDESKTOP=
  VBOX_WITH_TESTSUITE=
+ VBOX_WITH_EHCI=
+
+ VBOX_WITH_INSTALLER=
  VBOX_WITH_USB=
- VBOX_WITH_EHCI=
  VBOX_WITH_DOCS=
+#VBOX_WITH_INSTALLER=
+#VBOX_WITH_USB=
+#VBOX_WITH_DOCS=
+# XXX Mavvie
 endif
 
 
Index: src/VBox/VMM/VMMR0/HWACCMR0A.asm
===
--- src/VBox/VMM/VMMR0/HWACCMR0A.asm(revision 7193)
+++ src/VBox/VMM/VMMR0/HWACCMR0A.asm(working copy)
@@ -24,6 +24,22 @@
 %include "VBox/cpum.mac"
 %include "VBox/x86.mac"
 
+%ifdef RT_OS_FREEBSD ;; @todo fix OMF support in yasm and kick nasm out 
completely.
+ %macro vmwrite 2,
+int3
+ %endmacro
+ %define vmlaunch int3
+ %define vmresume int3
+ %define vmsave int3
+ %define vmload int3
+ %define vmrun int3
+ %define clgi int3
+ %define stgi int3
+ %macro invlpga 2,
+int3
+ %endmacro
+%endif
+
 %ifdef RT_OS_OS2 ;; @todo fix OMF support in yasm and kick nasm out completely.
  %macro vmwrite 2,
 int3
Index: src/VBox/Main/ConsoleImpl.cpp
===
--- src/VBox/Main/ConsoleImpl.cpp   (revision 7193)
+++ src/VBox/Main/ConsoleImpl.cpp   (working copy)
@@ -18,15 +18,21 @@
 #include  /* for stdint.h constants */
 
 #if defined(RT_OS_WINDOWS)
-#elif defined(RT_OS_LINUX)
+#elif defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD)
 #   include 
 #   include 
 #   include 
 #   include 
 #   include 
 #   include 
+#if defined(RT_OS_FREEBSD)
+#   include 
+#   include 
+#endif
 #   include 
+#if defined(RT_OS_LINUX)
 #   include 
+#endif
 #   include 
 #   include 
 #   include 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Possibly unbuildable ports reminder

2008-02-28 Thread Bill Fenner
Dear porters,

  This is just a reminder to please periodically check the list of
unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ .
A list by MAINTAINER is

http://people.freebsd.org/~fenner/errorlogs/

so you can easily check the status of ports that you maintain.  In
addition, the list of ports with no MAINTAINER with build problems is

http://people.freebsd.org/~fenner/errorlogs/[EMAIL PROTECTED]

Since no one is responsible for these ports, the problem won't get
fixed unless someone on this list takes the initiative.

Thanks for your help!

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


misc/compat6x

2008-02-28 Thread Sergey Matveychuk

Hi.

I tried to start an application on 7.0 that requires libpthread.so.2. 
I've installed misc/compat6x, but have a problem:
/usr/local/lib/compat/libpthread.so.2: Undefined symbol 
"__malloc_lock"Could not load addin module "/usr/local/lib/libtfmessbsp.so"!


As I can see __malloc_lock symbol is in libc.so.6 from compat6x port but 
does not load. Why? Any ideas how to fix it?

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