Re: mail/roundcube (bsd.php.mk broken?)

2016-03-24 Thread Mike Jakubik

On 2016-03-23 09:33 PM, Guido Falsi wrote:

On 03/24/16 01:56, Mike Jakubik wrote:

On 2016-03-23 08:42 PM, Guido Falsi wrote:

On 03/24/16 01:09, Mike Jakubik wrote:



ports tree. I guess i can try upgrading to 5.5 and hope that my
applications are compatible with it. Sigh, FreeBSD has become a PITA
lately to maintain unless everything installed is bleeding edge. In 
any

case, thanks for the help.


Sorry I beg to disagree.

php 5.4 is unsupported upstream, and 5.5 will EOL in a few months. 
You
should complain to the php project about this, not the ports tree, 
which

is just complying with upstream.


You are correct, however I think php is a special case, because it's a
slow adopter, sadly a lot of hosting providers have not updated and a
lot of software is still not compatible with the latest versions. For
example, the default version of php in CentOS 7 is still 5.4, so I 
don't

see why removing it from ports was a good idea.



The reason is it is not supported, bugs and vulnerabilities are not
fixed, we would end up giving potentially insecure software, or even
worse, software with known vulnerabilities.


I get what you are saying, but I think these kind of changes could be 
handled better. You go to update something and shit breaks or you get 
some incomprehensible errors such as in this case forcing you to rummage 
through some UPDATING file or mailing lists. What ever happened to POLA? 
Why couldn't it have prompted me upon trying to perform a minor update 
of roundcube that my version of PHP is no longer supported, and perhaps 
give me an option to continue anyways at my own risk since it works just 
fine with the php i have installed. Now i have to manually reinstall all 
the php packages and binaries that depend on them and hope that my php 
software will still function with the new php. That is why i say that 
FreeBSD is a PITA to maintain.

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


Re: mail/roundcube (bsd.php.mk broken?)

2016-03-23 Thread Mike Jakubik

On 2016-03-23 08:42 PM, Guido Falsi wrote:

On 03/24/16 01:09, Mike Jakubik wrote:



ports tree. I guess i can try upgrading to 5.5 and hope that my
applications are compatible with it. Sigh, FreeBSD has become a PITA
lately to maintain unless everything installed is bleeding edge. In 
any

case, thanks for the help.


Sorry I beg to disagree.

php 5.4 is unsupported upstream, and 5.5 will EOL in a few months. You
should complain to the php project about this, not the ports tree, 
which

is just complying with upstream.


You are correct, however I think php is a special case, because it's a 
slow adopter, sadly a lot of hosting providers have not updated and a 
lot of software is still not compatible with the latest versions. For 
example, the default version of php in CentOS 7 is still 5.4, so I don't 
see why removing it from ports was a good idea.


--
http://w3techs.com/technologies/details/pl-php/5/all
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: mail/roundcube (bsd.php.mk broken?)

2016-03-23 Thread Mike Jakubik

On 2016-03-23 05:56 PM, Guido Falsi wrote:

On 03/23/16 22:26, Mike Jakubik wrote:

Hello,

I am getting the following errors trying to update roundcube, this is 
on

FreeBSD 9, using default version of php (5.4). I've tried adding
DEFAULT_VERSIONS+=php=5.4 to make.conf but that did not make 
difference.

Any ideas?


Are you tracking the head of the ports tree or the 2016Q1 branch? I'm
guessing you're with ports head.

In head the default php version is 5.6 and version 5.4 has been removed
because it has reached EOL on September 3rd, 2015.

you could also use php 5.5, but it will EOL in July, so, if you're
tracking the head of the ports tree, I'd suggest you try again using 
php

5.6.

If you're tracking 2016Q1 it should work, and I don't really know 
what's

happening.


I am using portsnap to keep my ports tree up to date, i wasn't aware you 
can choose different branches with it, so whatever is the default there 
is what i have. Sure enough after checking, 5.4 has disappeared from my 
ports tree. I guess i can try upgrading to 5.5 and hope that my 
applications are compatible with it. Sigh, FreeBSD has become a PITA 
lately to maintain unless everything installed is bleeding edge. In any 
case, thanks for the help.

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


Re: mail/roundcube (bsd.php.mk broken?)

2016-03-23 Thread Mike Jakubik

On 2016-03-23 06:51 PM, Miroslav Lachman wrote:

Guido Falsi wrote on 03/23/2016 22:56:

On 03/23/16 22:26, Mike Jakubik wrote:

Hello,

I am getting the following errors trying to update roundcube, this is 
on

FreeBSD 9, using default version of php (5.4). I've tried adding
DEFAULT_VERSIONS+=php=5.4 to make.conf but that did not make 
difference.

Any ideas?


Are you tracking the head of the ports tree or the 2016Q1 branch? I'm
guessing you're with ports head.

In head the default php version is 5.6 and version 5.4 has been 
removed

because it has reached EOL on September 3rd, 2015.

you could also use php 5.5, but it will EOL in July, so, if you're
tracking the head of the ports tree, I'd suggest you try again using 
php

5.6.

If you're tracking 2016Q1 it should work, and I don't really know 
what's

happening.


I think that "Malformed conditional" errors are caused by too old
"make". I have seen this error on old machines in the process of
upgrade to 10.2 (old 'make' working with newer Makefiles)

What version of 9.x it is?

Miroslav Lachman


It is fairly up to date world/kernel.

FreeBSD illidan.local 9.3-STABLE FreeBSD 9.3-STABLE #0 r293423: Fri Jan  
8 11:50:36 EST 2016


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


mail/roundcube (bsd.php.mk broken?)

2016-03-23 Thread Mike Jakubik

Hello,

I am getting the following errors trying to update roundcube, this is on 
FreeBSD 9, using default version of php (5.4). I've tried adding 
DEFAULT_VERSIONS+=php=5.4 to make.conf but that did not make difference. 
Any ideas?


Thanks.


root@illidan.local:/usr/local/www# portmaster roundcube-1.1.1

===>>> Currently installed version: roundcube-1.1.1,1
===>>> Port directory: /usr/ports/mail/roundcube

"/usr/ports/Mk/bsd.php.mk", line 346: Malformed conditional 
(${_USE_PHP_VER${PHP_VER}:Mpcre} != "")
"/usr/ports/Mk/bsd.php.mk", line 346: Malformed conditional 
(${_USE_PHP_VER${PHP_VER}:Mmbstring} != "")
"/usr/ports/Mk/bsd.php.mk", line 346: Malformed conditional 
(${_USE_PHP_VER${PHP_VER}:Msession} != "")
"/usr/ports/Mk/bsd.php.mk", line 346: Malformed conditional 
(${_USE_PHP_VER${PHP_VER}:Miconv} != "")
"/usr/ports/Mk/bsd.php.mk", line 346: Malformed conditional 
(${_USE_PHP_VER${PHP_VER}:Mdom} != "")

"/usr/ports/Mk/bsd.php.mk", line 353: if-less else
"/usr/ports/Mk/bsd.php.mk", line 365: if-less endif
"/usr/ports/Mk/bsd.php.mk", line 346: Malformed conditional 
(${_USE_PHP_VER${PHP_VER}:Mxml} != "")

"/usr/ports/Mk/bsd.php.mk", line 353: if-less else
"/usr/ports/Mk/bsd.php.mk", line 365: if-less endif
"/usr/ports/Mk/bsd.php.mk", line 346: Malformed conditional 
(${_USE_PHP_VER${PHP_VER}:Mjson} != "")

"/usr/ports/Mk/bsd.php.mk", line 353: if-less else
"/usr/ports/Mk/bsd.php.mk", line 365: if-less endif
"/usr/ports/Mk/bsd.php.mk", line 346: Malformed conditional 
(${_USE_PHP_VER${PHP_VER}:Mintl} != "")

"/usr/ports/Mk/bsd.php.mk", line 353: if-less else
"/usr/ports/Mk/bsd.php.mk", line 365: if-less endif
"/usr/ports/Mk/bsd.php.mk", line 346: Malformed conditional 
(${_USE_PHP_VER${PHP_VER}:Mzip} != "")

"/usr/ports/Mk/bsd.php.mk", line 353: if-less else
"/usr/ports/Mk/bsd.php.mk", line 365: if-less endif
"/usr/ports/Mk/bsd.php.mk", line 346: Malformed conditional 
(${_USE_PHP_VER${PHP_VER}:Mfilter} != "")

"/usr/ports/Mk/bsd.php.mk", line 353: if-less else
"/usr/ports/Mk/bsd.php.mk", line 365: if-less endif
"/usr/ports/Mk/bsd.php.mk", line 346: Malformed conditional 
(${_USE_PHP_VER${PHP_VER}:Mpdo_pgsql} != "")

"/usr/ports/Mk/bsd.php.mk", line 353: if-less else
"/usr/ports/Mk/bsd.php.mk", line 365: if-less endif
"/usr/ports/Mk/bsd.php.mk", line 346: Malformed conditional 
(${_USE_PHP_VER${PHP_VER}:Mpspell} != "")

"/usr/ports/Mk/bsd.php.mk", line 353: if-less else
"/usr/ports/Mk/bsd.php.mk", line 365: if-less endif
"/usr/ports/Mk/bsd.php.mk", line 367: if-less endif
"/usr/ports/Mk/bsd.port.mk", line 1885: if-less endif
"/usr/ports/Mk/bsd.port.mk", line 5825: if-less endif
"/usr/ports/Mk/bsd.port.mk", line 5828: if-less endif
make: fatal errors encountered -- cannot continue

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


Re: Cant install any perl module via ports "Undefined symbol "PL_tainting"

2015-11-18 Thread Mike Jakubik

On 2015-11-17 12:58 PM, Mark Martinec wrote:

On 2015-11-17 18:19, Mike Jakubik wrote:

Undefined symbol "PL_tainting" at
/usr/local/lib/perl5/5.16/XSLoader.pm line 68.
 at /usr/local/lib/perl5/site_perl/mach/5.16/Encode.pm line 10.


Looks like a mismatch between a version of perl and a module.


Odd, it was only a minor update, in any case i ended up updating Perl to 
5.20 and rebuilding everything, that did the trick.



I decided to update spamassassin today and its dependencies only to
find out that perl is now somehow broken, i get the following errors
during installation.


Btw, the recent update of p5-Net-DNS to 1.03 broke its compatibility
with spamassassin-3.4.1_4 (as is currently in ports).

So, after you sort out your perl installation, until a better
solution is available, please consider downgrading Net::DNS to 1.02,
e.g. installing it from CPAN. See the recent topic on the
us...@spamassassin.apache.org mailing list:
  "DNS lookups fail with SpamAssassin since Net::DNS 1.03"


Thanks for the info.

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


Cant install any perl module via ports "Undefined symbol "PL_tainting"

2015-11-17 Thread Mike Jakubik

Hello,

I decided to update spamassassin today and its dependencies only to find 
out that perl is now somehow broken, i get the following errors during 
installation.


===>  Staging for p5-IO-Socket-SSL-2.020
===>   Generating temporary packing list
Pod::Man is not available: Can't load 
'/usr/local/lib/perl5/site_perl/mach/5.16/auto/Encode/Encode.so' for 
module Encode: 
/usr/local/lib/perl5/site_perl/mach/5.16/auto/Encode/Encode.so: 
Undefined symbol "PL_tainting" at /usr/local/lib/perl5/5.16/XSLoader.pm 
line 68.

 at /usr/local/lib/perl5/site_perl/mach/5.16/Encode.pm line 10.
Compilation failed in require at /usr/local/lib/perl5/5.16/Pod/Man.pm 
line 34.
BEGIN failed--compilation aborted at 
/usr/local/lib/perl5/5.16/Pod/Man.pm line 34.
Compilation failed in require at 
/usr/local/lib/perl5/site_perl/ExtUtils/Command/MM.pm line 103.

Man pages will not be generated during this install.
Installing 
/usr/ports/security/p5-IO-Socket-SSL/work/stage/usr/local/lib/perl5/site_perl/IO/Socket/SSL.pod
Installing 
/usr/ports/security/p5-IO-Socket-SSL/work/stage/usr/local/lib/perl5/site_perl/IO/Socket/SSL.pm
Installing 
/usr/ports/security/p5-IO-Socket-SSL/work/stage/usr/local/lib/perl5/site_perl/IO/Socket/SSL/PublicSuffix.pm
Installing 
/usr/ports/security/p5-IO-Socket-SSL/work/stage/usr/local/lib/perl5/site_perl/IO/Socket/SSL/Utils.pm
Installing 
/usr/ports/security/p5-IO-Socket-SSL/work/stage/usr/local/lib/perl5/site_perl/IO/Socket/SSL/Intercept.pm
/bin/mkdir -p 
/usr/ports/security/p5-IO-Socket-SSL/work/stage/usr/local/share/examples/IO-Socket-SSL/
install  -m 555 
/usr/ports/security/p5-IO-Socket-SSL/work/IO-Socket-SSL-2.020/example/* 
/usr/ports/security/p5-IO-Socket-SSL/work/stage/usr/local/share/examples/IO-Socket-SSL/

> Compressing man pages (compress-man)
===>  Installing for p5-IO-Socket-SSL-2.020
===>  Checking if p5-IO-Socket-SSL already installed
===>   Registering installation for p5-IO-Socket-SSL-2.020
pkg-static: Unable to access file 
/usr/ports/security/p5-IO-Socket-SSL/work/stage/usr/local/lib/perl5/site_perl/man/man3/IO::Socket::SSL.3.gz: 
No such file or directory
pkg-static: Unable to access file 
/usr/ports/security/p5-IO-Socket-SSL/work/stage/usr/local/lib/perl5/site_perl/man/man3/IO::Socket::SSL::Intercept.3.gz: 
No such file or directory
pkg-static: Unable to access file 
/usr/ports/security/p5-IO-Socket-SSL/work/stage/usr/local/lib/perl5/site_perl/man/man3/IO::Socket::SSL::PublicSuffix.3.gz: 
No such file or directory
pkg-static: Unable to access file 
/usr/ports/security/p5-IO-Socket-SSL/work/stage/usr/local/lib/perl5/site_perl/man/man3/IO::Socket::SSL::Utils.3.gz: 
No such file or directory

*** [fake-pkg] Error code 74


This applies to any p5\ package i try to install. Any ideas?

root@illidan.local:~# perl -v

This is perl 5, version 16, subversion 3 (v5.16.3) built for 
amd64-freebsd-thread-multi


root@illidan.local:~# uname -a
FreeBSD illidan.local 9.3-STABLE FreeBSD 9.3-STABLE #0 r279015: Thu Feb 
19 13:49:28 EST 2015 root@illidan.local:/usr/obj/usr/src/sys/ILLIDAN 
 amd64


Thanks.

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


Re: Cant install any perl module via ports "Undefined symbol "PL_tainting"

2015-11-17 Thread Mike Jakubik

On 2015-11-17 12:38 PM, Michelle Sullivan wrote:
Hate to tell you this but you're going to get w**kered by people for 
the

versions..

You installed part of it from binary (pkgng) ...?

You upgraded perl? (or didn't upgrade perl) ?



IIRC perl 5.16 got 'retired' recently so if you got anything using 
pkgng

you probably got mismatched versions.

My advice uninstall all perl modules and perl itself and reload
everything from either ports or pkgng (not both)...  You could just
deinstall and rebuild p5-Encode as a shortcut - however it is likely
soemthing else is broken so you might see the same over and over
again... I find deinstalling recursively and reinstalling fixes and
levels the playing field.

Regards,

Michelle



I did a minor update of perl 5.16.3, now nothing that uses perl works, 
get the same error. Everything is installed from ports on the system, 
guess ill try to update to a newer version of perl and hope that doesn't 
break my perl applications.


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


Re: Tomcat7: Unable to stop process (unlike tomcat6)

2014-12-09 Thread Mike Jakubik
After i slept on this I remembered the rc.d system offers a force 
option.


root@illidan.local:~# /usr/local/etc/rc.d/tomcat7 forcestop, seems to 
work.


Thanks.


On 2014-12-08 06:09 PM, Mike Jakubik wrote:

Hello,

I've Noticed that the rc.d script for tomcat7 has changed from version
6. In tomcat6 a function called tomcat_stop() would force kill after a
certain timeout, this no longer happens in tomcat7 and sometimes we
are unable to stop it using the rc.d script, it just sits there
waiting for PID.

In tomcat6 we had:

tomcat_stop() {
rc_pid=$(tomcat_check_pidfile $pidfile)

if [ -z $rc_pid ]; then
[ -n $rc_fast ]  return 0
echo ${name} not running? (check $pidfile).
return 1
fi

echo Stopping ${name}.
${java_command} stop
tomcat_wait_max_for_pid
${tomcat%%TOMCAT_VERSION%%_stop_timeout} ${rc_pid}
kill -KILL ${rc_pid} 2 /dev/null  echo Killed.
rm -f ${pidfile}
}


This function is no longer available in the version 7 rc.d script, is
there any way it can be modified to function like in version 6?

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

___
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: Tomcat7: Unable to stop process (unlike tomcat6)

2014-12-09 Thread Mike Jakubik
Unfortunately after actually trying this, it does not work, forcestop or 
faststop does absolutely nothing different than stop. Shouldnt these 
options be properly utilized? It seems to me that the rc.d script for 
tomcat7 is a step backwards from tomcat6.


Thanks.

On 2014-12-09 09:50 AM, Mike Jakubik wrote:
After i slept on this I remembered the rc.d system offers a force 
option.


root@illidan.local:~# /usr/local/etc/rc.d/tomcat7 forcestop, seems to 
work.


Thanks.


On 2014-12-08 06:09 PM, Mike Jakubik wrote:

Hello,

I've Noticed that the rc.d script for tomcat7 has changed from version
6. In tomcat6 a function called tomcat_stop() would force kill after a
certain timeout, this no longer happens in tomcat7 and sometimes we
are unable to stop it using the rc.d script, it just sits there
waiting for PID.

In tomcat6 we had:

tomcat_stop() {
rc_pid=$(tomcat_check_pidfile $pidfile)

if [ -z $rc_pid ]; then
[ -n $rc_fast ]  return 0
echo ${name} not running? (check $pidfile).
return 1
fi

echo Stopping ${name}.
${java_command} stop
tomcat_wait_max_for_pid
${tomcat%%TOMCAT_VERSION%%_stop_timeout} ${rc_pid}
kill -KILL ${rc_pid} 2 /dev/null  echo Killed.
rm -f ${pidfile}
}


This function is no longer available in the version 7 rc.d script, is
there any way it can be modified to function like in version 6?

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

___
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

___
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


Tomcat7: Unable to stop process (unlike tomcat6)

2014-12-08 Thread Mike Jakubik

Hello,

I've Noticed that the rc.d script for tomcat7 has changed from version 
6. In tomcat6 a function called tomcat_stop() would force kill after a 
certain timeout, this no longer happens in tomcat7 and sometimes we are 
unable to stop it using the rc.d script, it just sits there waiting for 
PID.


In tomcat6 we had:

tomcat_stop() {
rc_pid=$(tomcat_check_pidfile $pidfile)

if [ -z $rc_pid ]; then
[ -n $rc_fast ]  return 0
echo ${name} not running? (check $pidfile).
return 1
fi

echo Stopping ${name}.
${java_command} stop
tomcat_wait_max_for_pid ${tomcat%%TOMCAT_VERSION%%_stop_timeout} 
${rc_pid}

kill -KILL ${rc_pid} 2 /dev/null  echo Killed.
rm -f ${pidfile}
}


This function is no longer available in the version 7 rc.d script, is 
there any way it can be modified to function like in version 6?


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


Recompile of xfce due to new xorg lib bump broke my desktop

2014-04-23 Thread Mike Jakubik

Hello,

So i updated my ports yesterday using the method described in UPDATING, 
everything was fine till i rebooted my desktop today. I logged in and 
everything looked different. The fonts are messed up, half the icons 
don't display (some are blank some show an X). Everrything looks blocky, 
changing the styles or icon sets does nothing, my keybinds dont work, 
it's a mess. I was already using new xorg prior to this, so i don't 
think that's the problem. Any ideas what caused this and how i can fix 
it, or start from scratch if i have to?


Thanks.
___
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: Recompile of xfce due to new xorg lib bump broke my desktop

2014-04-23 Thread Mike Jakubik

On 04/23/14 14:32, Sergey V. Dyatko wrote:

On Wed, 23 Apr 2014 13:51:08 -0400
Mike Jakubik mike.jaku...@intertainservices.com wrote:


Hello,

So i updated my ports yesterday using the method described in UPDATING,
everything was fine till i rebooted my desktop today. I logged in and
everything looked different. The fonts are messed up, half the icons
don't display (some are blank some show an X). Everrything looks blocky,
changing the styles or icon sets does nothing, my keybinds dont work,
it's a mess. I was already using new xorg prior to this, so i don't
think that's the problem. Any ideas what caused this and how i can fix
it, or start from scratch if i have to?

1. install sysutils/bsdadminscripts
2. run pkg_libchk -q
3. rebuilding packages from [2] should help. i'm using xfce on desktoplaptop,
all forks fine after xorg lib bump, also look at 20140416 entry



All is well again!  I had to recompile xfce4-settings.

Thanks a lot!

___
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


FreeBSD Port: www/tomcat-native

2014-04-01 Thread Mike Jakubik

Hello,

It looks like the recent update of apr has broken this port. However 
there is a simple fix.


LIB_DEPENDS=libapr-1.so.4:${PORTSDIR}/devel/apr1

needs to be changed to

LIB_DEPENDS=libapr-1.so.5:${PORTSDIR}/devel/apr1

Or perhaps its better not to specify the exact library version.

Thanks.
___
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


py-setuptools fails to install on 10-stable

2014-03-19 Thread Mike Jakubik

Hello,

devel/py-setuptools27 is a dependency of textproc/py-MarkupSafe, however 
it fails to install on 10-stable due to some conflict.


===  Installing for py27-setuptools27-2.0.1
===  Checking if devel/py-setuptools27 already installed
===   Registering installation for py27-setuptools27-2.0.1 as automatic
Installing py27-setuptools27-2.0.1...pkg-static: py27-setuptools27-2.0.1 
conflicts with py27-setuptools-2.0.1 (installs files into the same 
place).  Problematic file: 
/usr/local/lib/python2.7/site-packages/easy-install.pth.dist

*** Error code 70

Thanks.
___
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: bash 4.3 problem

2014-03-07 Thread Mike Jakubik

On 03/04/14 15:33, Albert Shih wrote:

Hi all,

I don't known if it's a problem with bash 4.3 or with bash 4.3-FreeBSD. But
when you got a file with a name like

 (my_file)

begin with a ( the completion don't work.

Albert,

This works just fine for me on two machines.

GNU bash, version 4.2.45(1)-release (amd64-portbld-freebsd9.2)
GNU bash, version 4.3.0(1)-release (amd64-portbld-freebsd10.0)

Maybe you have something broken in /usr/local/etc/bash_completion.d.

Thanks.

___
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: 11-CURRENT iconv build failures

2014-02-20 Thread Mike Jakubik
Same problem on 10-stable, I am unable to compile many ports including a 
VirtualBox which I depend on a daily basis.


On 02/20/14 14:27, CiPHER nl wrote:

Hello,

I'm running FreeBSD 11-CURRENT r262235 (as of this morning) and building 
Virtualbox from ports (emulators/virtualbox-ose) fails for me.
The Makefile contains USES=iconv. Removing that did not make it use the 
libiconv from ports instead of base iconv, as i had expected.
Any pointers to how to get this fixed would be welcome. :)


 kBuild: Compiling VBox-kStuffStaticBldProg - 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/libs/kStuff/iprt/kRdrFile-iprt.cpp
 kBuild: Linking VBox-kStuffStaticBldProg
 kBuild: Installing VBox-kStuffStaticBldProg = 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/lib/VBox-kStuffStaticBldProg.a
 kBuild: Compiling scm - 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/bldprogs/scm.cpp
 kBuild: Compiling scm - 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/bldprogs/scmdiff.cpp
 kBuild: Compiling scm - 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/bldprogs/scmrw.cpp
 kBuild: Compiling scm - 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/bldprogs/scmstream.cpp
 kBuild: Compiling scm - 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/bldprogs/scmsubversion.cpp
 kBuild: Linking scm
 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/lib/RuntimeBldProg.a(utf8-posix.o):
 In function `rtstrConvertCached':
 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:200:
 undefined reference to `libiconv'
 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:184:
 undefined reference to `libiconv_open'
 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:244:
 undefined reference to `libiconv_close'
 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/lib/RuntimeBldProg.a(utf8-posix.o):
 In function `rtStrConvertUncached':
 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:315:
 undefined reference to `libiconv_open'
 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:330:
 undefined reference to `libiconv'
 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:351:
 undefined reference to `libiconv_close'
 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:340:
 undefined reference to `libiconv_close'
 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/lib/RuntimeBldProg.a(utf8-posix.o):
 In function `rtStrIconvCacheDestroy':
 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:115:
 undefined reference to `libiconv_close'
 collect2: ld returned 1 exit status
 kmk: *** 
[/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/scm/scm]
 Error 1
 The failing command:
 @g++46-m64   -o 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/scm/scm
 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/scm/scm.o
 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/scm/scmdiff.o
 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/scm/scmrw.o
 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/scm/scmstream.o
 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/scm/scmsubversion.o
   -L/usr/local/lib   -lpthread   -lrt   
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/lib/RuntimeBldProg.a
   
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/lib/VBox-kStuffStaticBldProg.a
   
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/rel

ease/lib/RuntimeBldProg.a   -lpthread   -lssl   -lcrypto

 *** Error code 2
  
 Stop.

 make[1]: stopped in /usr/ports/emulators/virtualbox-ose
 *** Error code 1
  
 Stop.

 make: stopped in /usr/ports/emulators/virtualbox-ose   

___
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



___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports

FreeBSD Port: converters/recode

2014-02-18 Thread Mike Jakubik

Hello,

I am having trouble compiling this.

FreeBSD freebsd.local 10.0-STABLE FreeBSD 10.0-STABLE #0 r261907: Fri 
Feb 14 20:18:46 EST 2014 
root@freebsd.local:/usr/obj/usr/src/sys/FREEBSD  amd64


./fr-charname.h:4909:6: warning: illegal character encoding in string 
literal [-Winvalid-source-encoding]

FBi-ou,/* \377\070 */
 ^~~~
1029 warnings generated.
libtool: compile:  cc -DLIBDIR=\/usr/local/lib\ -DHAVE_CONFIG_H -I.. 
-I. -I../lib -I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG 
-O2 -pipe -maes -mavx -march=native -fPIC -DLIBICONV_PLUG 
-fno-strict-aliasing -c fr-charname.c -o fr-charname.o /dev/null 21
/bin/sh /usr/local/bin/libtool --mode=compile cc 
-DLIBDIR=\/usr/local/lib\ -DHAVE_CONFIG_H -I.. -I. -I../lib 
-I/usr/local/include  -I/usr/local/include -DLIBICONV_PLUG  -O2 -pipe 
-maes -mavx -march=native -fPIC -DLIBICONV_PLUG -fno-strict-aliasing -c 
hash.c
libtool: compile:  cc -DLIBDIR=\/usr/local/lib\ -DHAVE_CONFIG_H -I.. 
-I. -I../lib -I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG 
-O2 -pipe -maes -mavx -march=native -fPIC -DLIBICONV_PLUG 
-fno-strict-aliasing -c hash.c  -fPIC -DPIC -o .libs/hash.o
libtool: compile:  cc -DLIBDIR=\/usr/local/lib\ -DHAVE_CONFIG_H -I.. 
-I. -I../lib -I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG 
-O2 -pipe -maes -mavx -march=native -fPIC -DLIBICONV_PLUG 
-fno-strict-aliasing -c hash.c -o hash.o /dev/null 21
/bin/sh /usr/local/bin/libtool --mode=compile cc 
-DLIBDIR=\/usr/local/lib\ -DHAVE_CONFIG_H -I.. -I. -I../lib 
-I/usr/local/include  -I/usr/local/include -DLIBICONV_PLUG  -O2 -pipe 
-maes -mavx -march=native -fPIC -DLIBICONV_PLUG -fno-strict-aliasing -c 
libiconv.c
libtool: compile:  cc -DLIBDIR=\/usr/local/lib\ -DHAVE_CONFIG_H -I.. 
-I. -I../lib -I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG 
-O2 -pipe -maes -mavx -march=native -fPIC -DLIBICONV_PLUG 
-fno-strict-aliasing -c libiconv.c  -fPIC -DPIC -o .libs/libiconv.o
libiconv.c:50:3: warning: implicit declaration of function 'iconvctl' is 
invalid in C99 [-Wimplicit-function-declaration]

  iconvctl (conversion, ICONV_SET_TRANSLITERATE, transliterate);
  ^
libiconv.c:50:25: error: use of undeclared identifier 
'ICONV_SET_TRANSLITERATE'

  iconvctl (conversion, ICONV_SET_TRANSLITERATE, transliterate);
^
libiconv.c:51:33: error: use of undeclared identifier 
'ICONV_SET_TRANSLITERATE'

  iconvctl (conversion_to_utf8, ICONV_SET_TRANSLITERATE, transliterate);
^
libiconv.c:102:8: error: use of undeclared identifier 
'ICONV_SET_TRANSLITERATE'

ICONV_SET_TRANSLITERATE, transliterate);
^
libiconv.c:104:8: error: use of undeclared identifier 
'ICONV_SET_TRANSLITERATE'

ICONV_SET_TRANSLITERATE, transliterate);
^
1 warning and 4 errors generated.
*** Error code 1

Stop.
make[3]: stopped in /usr/ports/converters/recode/work/recode-3.6/src

Thanks.
___
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: FreeBSD Port: converters/recode

2014-02-18 Thread Mike Jakubik

Great, thanks!

On 02/18/14 15:07, Dmitry Sivachenko wrote:

Hello,

This should be fixed after rev. 344949 has been committed.



On 18 февр. 2014 г., at 23:14, Mike Jakubik 
mike.jaku...@intertainservices.com wrote:


Hello,

I am having trouble compiling this.

FreeBSD freebsd.local 10.0-STABLE FreeBSD 10.0-STABLE #0 r261907: Fri Feb 14 
20:18:46 EST 2014 root@freebsd.local:/usr/obj/usr/src/sys/FREEBSD  amd64

./fr-charname.h:4909:6: warning: illegal character encoding in string literal 
[-Winvalid-source-encoding]
FBi-ou,/* \377\070 */
 ^~~~
1029 warnings generated.
libtool: compile:  cc -DLIBDIR=\/usr/local/lib\ -DHAVE_CONFIG_H -I.. -I. -I../lib 
-I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -maes -mavx -march=native -fPIC 
-DLIBICONV_PLUG -fno-strict-aliasing -c fr-charname.c -o fr-charname.o /dev/null 21
/bin/sh /usr/local/bin/libtool --mode=compile cc -DLIBDIR=\/usr/local/lib\ 
-DHAVE_CONFIG_H -I.. -I. -I../lib -I/usr/local/include  -I/usr/local/include 
-DLIBICONV_PLUG  -O2 -pipe -maes -mavx -march=native -fPIC -DLIBICONV_PLUG 
-fno-strict-aliasing -c hash.c
libtool: compile:  cc -DLIBDIR=\/usr/local/lib\ -DHAVE_CONFIG_H -I.. -I. 
-I../lib -I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -maes -mavx 
-march=native -fPIC -DLIBICONV_PLUG -fno-strict-aliasing -c hash.c  -fPIC -DPIC -o 
.libs/hash.o
libtool: compile:  cc -DLIBDIR=\/usr/local/lib\ -DHAVE_CONFIG_H -I.. -I. -I../lib 
-I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -maes -mavx -march=native -fPIC 
-DLIBICONV_PLUG -fno-strict-aliasing -c hash.c -o hash.o /dev/null 21
/bin/sh /usr/local/bin/libtool --mode=compile cc -DLIBDIR=\/usr/local/lib\ 
-DHAVE_CONFIG_H -I.. -I. -I../lib -I/usr/local/include  -I/usr/local/include 
-DLIBICONV_PLUG  -O2 -pipe -maes -mavx -march=native -fPIC -DLIBICONV_PLUG 
-fno-strict-aliasing -c libiconv.c
libtool: compile:  cc -DLIBDIR=\/usr/local/lib\ -DHAVE_CONFIG_H -I.. -I. 
-I../lib -I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -maes -mavx 
-march=native -fPIC -DLIBICONV_PLUG -fno-strict-aliasing -c libiconv.c  -fPIC -DPIC -o 
.libs/libiconv.o
libiconv.c:50:3: warning: implicit declaration of function 'iconvctl' is 
invalid in C99 [-Wimplicit-function-declaration]
  iconvctl (conversion, ICONV_SET_TRANSLITERATE, transliterate);
  ^
libiconv.c:50:25: error: use of undeclared identifier 'ICONV_SET_TRANSLITERATE'
  iconvctl (conversion, ICONV_SET_TRANSLITERATE, transliterate);
^
libiconv.c:51:33: error: use of undeclared identifier 'ICONV_SET_TRANSLITERATE'
  iconvctl (conversion_to_utf8, ICONV_SET_TRANSLITERATE, transliterate);
^
libiconv.c:102:8: error: use of undeclared identifier 'ICONV_SET_TRANSLITERATE'
ICONV_SET_TRANSLITERATE, transliterate);
^
libiconv.c:104:8: error: use of undeclared identifier 'ICONV_SET_TRANSLITERATE'
ICONV_SET_TRANSLITERATE, transliterate);
^
1 warning and 4 errors generated.
*** Error code 1

Stop.
make[3]: stopped in /usr/ports/converters/recode/work/recode-3.6/src

Thanks.


___
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

FreeBSD Port: www/chromium

2014-01-23 Thread Mike Jakubik

Hello,

I just updated to the latest version of chromium, now as soon as I 
attempt any operation chromium crashes with the following error.


[77827:318843904:0123/145145:ERROR:form_data.cc(108)] Bad pickle of 
FormData, no version present
[77827:318843904:0123/145145:ERROR:form_data.cc(108)] Bad pickle of 
FormData, no version present
[77827:318843904:0123/145145:ERROR:form_data.cc(108)] Bad pickle of 
FormData, no version present


Thanks.
___
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: VirtualBox 4.3.6 + FreeBSD 10 + clang, [SUCCESS]

2014-01-17 Thread Mike Jakubik


On 01/13/14 03:42, Bernhard Fröhlich wrote:

On Mon, Jan 13, 2014 at 7:46 AM, Craig Rodrigues rodr...@freebsd.org wrote:


There is really no reason to make that dance so complicated or why you
need to destroy your /usr/ports.

WARNING: If there are issues with that ports please contact jkim@




Just wanted to let everyone know this compiles and works perfect for me 
on 10.0-PRE. The only issue I have is with the vboxwebsrv rc.d script, 
when I try to start it nothing happens, no errors, however manually 
running vboxwebsrv -b does the job. Thanks to everyone that's worked on 
this port, hopefully it will be committed soon.

___
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: VirtualBox 4.3.6 + FreeBSD 10 + clang, [SUCCESS]

2014-01-17 Thread Mike Jakubik

On 01/17/14 14:17, Mike Jakubik wrote:


Just wanted to let everyone know this compiles and works perfect for 
me on 10.0-PRE. The only issue I have is with the vboxwebsrv rc.d 
script, when I try to start it nothing happens, no errors, however 
manually running vboxwebsrv -b does the job. Thanks to everyone that's 
worked on this port, hopefully it will be committed soon.




Sigh, guess I spoke too soon. This just happened while copying a large 
file from a shared folder to a raw disk partition. Restarted and 
repeated the operation but it worked fine this time.


Jan 17 16:25:01 bigjail kernel: pid 95177 (VBoxHeadless), uid 0: exited 
on signal 11 (core dumped)


___
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


FreeBSD Port: emulators/virtualbox-ose

2014-01-15 Thread Mike Jakubik

Hello,

Having trouble compiling on a freshly installed 10.0-PRE, below is the 
error. The only port options selected are GUESTADDITIONS, VNC, WEBSERVICE.


Thanks.


kBuild: Compiling tstVMStructRC - 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/src/VBox/VMM/testcase/tstVMStructRC.cpp

kBuild: Linking tstVMStructRC
Using built-in specs.
COLLECT_GCC=g++46
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc46/gcc/x86_64-portbld-freebsd10.0/4.6.4/lto-wrapper
Target: x86_64-portbld-freebsd10.0
Configured with: ./../gcc-4.6.4/configure --disable-bootstrap 
--disable-nls --libdir=/usr/local/lib/gcc46 
--libexecdir=/usr/local/libexec/gcc46 --program-suffix=46 
--with-as=/usr/local/bin/as --with-gmp=/usr/local 
--with-gxx-include-dir=/usr/local/lib/gcc46/include/c++/ 
--with-ld=/usr/local/bin/ld --with-pkgversion='FreeBSD Ports Collection' 
--with-system-zlib --disable-libgcj 
--enable-languages=c,c++,objc,fortran --prefix=/usr/local 
--mandir=/usr/local/man --infodir=/usr/local/info/gcc46 
--build=x86_64-portbld-freebsd10.0

Thread model: posix
gcc version 4.6.4 (FreeBSD Ports Collection)
COMPILER_PATH=/usr/local/libexec/gcc46/gcc/x86_64-portbld-freebsd10.0/4.6.4/:/usr/local/libexec/gcc46/gcc/x86_64-portbld-freebsd10.0/4.6.4/:/usr/local/libexec/gcc46/gcc/x86_64-portbld-freebsd10.0/:/usr/local/lib/gcc46/gcc/x86_64-portbld-freebsd10.0/4.6.4/:/usr/local/lib/gcc46/gcc/x86_64-portbld-freebsd10.0/:/usr/local/lib/gcc46/gcc/x86_64-portbld-freebsd10.0/4.6.4/../../../../../x86_64-portbld-freebsd10.0/bin/
LIBRARY_PATH=/usr/local/lib/gcc46/gcc/x86_64-portbld-freebsd10.0/4.6.4/:/usr/local/lib/gcc46/gcc/x86_64-portbld-freebsd10.0/4.6.4/../../../../../x86_64-portbld-freebsd10.0/lib/:/usr/local/lib/gcc46/gcc/x86_64-portbld-freebsd10.0/4.6.4/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-m32' '-g' '-g' '-nostdlib' '-v' '-o' 
'/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/out/freebsd.amd64/release/obj/tstVMStructRC/tstVMStructRC' 
'-L/usr/lib32' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
 /usr/local/libexec/gcc46/gcc/x86_64-portbld-freebsd10.0/4.6.4/collect2 
--eh-frame-hdr -m elf_i386_fbsd -V -dynamic-linker /libexec/ld-elf.so.1 
-o 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/out/freebsd.amd64/release/obj/tstVMStructRC/tstVMStructRC 
-L/usr/lib32 -L/usr/local/lib/gcc46/gcc/x86_64-portbld-freebsd10.0/4.6.4 
-L/usr/local/lib/gcc46/gcc/x86_64-portbld-freebsd10.0/4.6.4/../../../../../x86_64-portbld-freebsd10.0/lib 
-L/usr/local/lib/gcc46/gcc/x86_64-portbld-freebsd10.0/4.6.4/../../.. 
/usr/lib32/crt1.o /usr/lib32/crti.o /usr/lib32/crtbegin.o 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/out/freebsd.amd64/release/obj/tstVMStructRC/tstVMStructRC.o 
/usr/lib32/crtend.o /usr/lib32/crtn.o /usr/lib32/libc.so

GNU ld (GNU Binutils) 2.24
  Supported emulations:
   elf_x86_64_fbsd
   elf_i386_fbsd
   elf_x86_64
   elf_i386
   elf_l1om
   elf_l1om_fbsd
   elf_k1om
   elf_k1om_fbsd
kBuild: Installing tstVMStructRC = 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/out/freebsd.amd64/release/bin/tstVMStructRC
kBuild: Generating tstVMStructSize - 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/out/freebsd.amd64/release/bin/tstVMStructRC: 
1: Syntax error: ( unexpected
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/out/freebsd.amd64/release/bin/tstVMStructRC: 
1: Syntax error: Error in command substitution
kmk: *** 
[/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h] 
Error 2
kmk: *** Deleting file 
`/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h'

*** Error code 2

Stop.
make[1]: stopped in /usr/ports/emulators/virtualbox-ose
*** Error code 1

Stop.
make: stopped in /usr/ports/emulators/virtualbox-ose



I then tried again but with gcc47 but I got a different errror.



Build: Compiling RuntimeBldProg - 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/src/VBox/Runtime/common/dvm/dvmvfs.cpp
In file included from 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/src/VBox/Runtime/common/dvm/dvmvfs.cpp:40:0:
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/include/iprt/vfslowlevel.h:217:120: 
warning: trigraph ??) ignored, use -trigraphs to enable [-Wtrigraphs]
kBuild: Compiling RuntimeBldProg - 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/src/VBox/Runtime/common/err/errinfo.cpp
kBuild: Generating 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/out/freebsd.amd64/release/obj/Runtime/errmsgdata.h
/usr/local/bin/kmk_sed: file 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/src/VBox/Runtime/common/err/errmsg.sed 
line 31: Unmatched [ or [^
kmk: *** 
[/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/out/freebsd.amd64/release/obj/Runtime/errmsgdata.h] 
Error 1

Re: FreeBSD Port: emulators/virtualbox-ose

2014-01-15 Thread Mike Jakubik


On 01/15/14 16:37, Bernhard Fröhlich wrote:

On Wed, Jan 15, 2014 at 7:58 PM, Mike Jakubik
mike.jaku...@intertainservices.com wrote:

Hello,

Having trouble compiling on a freshly installed 10.0-PRE, below is the
error. The only port options selected are GUESTADDITIONS, VNC, WEBSERVICE.

Thanks.


kBuild: Compiling tstVMStructRC -
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/src/VBox/VMM/testcase/tstVMStructRC.cpp
kBuild: Linking tstVMStructRC
Using built-in specs.

kmk: *** Deleting file
`/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/out/freebsd.amd64/release/obj/Runtime/errmsgdata.h'
*** Error code 2

Stop.
make[1]: stopped in /usr/ports/emulators/virtualbox-ose
*** Error code 1

Stop.

Could it be that you have a custom kernel and removed COMPAT_FREEBSD32
option from it?



Doh, so sorry!

___
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


FreeBSD Port: emulators/virtualbox-ose

2013-12-11 Thread Mike Jakubik

Hello,

I've updated to the recent 4.2.20 version only to find a runtime error 
due to libstdc++, I see the recent commit made to fix this on 10, 
however I am running 9-stable and do not have compat9x installed. I wish 
thisport did not need gcc to compile, it always seems to be a problem.


$ VirtualBox
VirtualBox: Error -610 in supR3HardenedMainInitRuntime!
VirtualBox: dlopen(/usr/local/lib/virtualbox/VBoxRT.so,) failed: 
/usr/lib/libstdc++.so.6: version GLIBCXX_3.4.15 required by 
/usr/local/lib/virtualbox/VBoxRT.so not found


$ uname -a
FreeBSD freebsd.local 9.2-STABLE FreeBSD 9.2-STABLE #0: Wed Dec 11 
13:51:20 EST 2013 mjakubik@freebsd.local:/usr/obj/usr/src/sys/FREEBSD  amd64


$ pkg info|grep virtualbox
virtualbox-ose-4.2.20  A general-purpose full virtualizer for 
x86 hardware

virtualbox-ose-kmod-4.2.20 VirtualBox kernel module for FreeBSD

$ pkg info|grep gcc
gcc-4.6.4  GNU Compiler Collection 4.6

/etc/make.comf

WITH_CLANG_IS_CC=true
WITHOUT_GCC=true

Thanks.
___
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: FreeBSD Port: emulators/virtualbox-ose

2013-12-11 Thread Mike Jakubik

On 12/11/13 15:32, Bernhard Fröhlich wrote:

I can only repeat myself. It will not happen any day soon because clang
does not support global register variables and they do not seem to have any
interest to implement that.


Got it.


Could you please send me the following output just to verify:
strings /usr/lib/libstdc++.so.6 | grep GLIBCXX

$ strings /usr/lib/libstdc++.so.6 | grep GLIBCX


GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_FORCE_NEW

make delete-old and delete-old-libs does not remove anything from my 
system at this point, i am going to try compile again but with gcc47 
this time.


Thanks!
___
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: FreeBSD Port: emulators/virtualbox-ose

2013-12-11 Thread Mike Jakubik

On 12/11/13 18:34, Bernhard Fröhlich wrote:



Am 11.12.2013 22:16 schrieb Mike Jakubik 
mike.jaku...@intertainservices.com 
mailto:mike.jaku...@intertainservices.com:


 On 12/11/13 15:51, Bernhard Fröhlich wrote:


 That definitely is the libstdc++ from our ancient gcc 4.2 in base. 
Could you try to temporary rename the so and try to start vbix again? 
Don't forget to rename it afterwards if there are any binaries that 
still need it.



 Renaming /usr/lib/libstdc++.so.6 addresses the problem. Do you know 
a way to check if anything else might need this?


 Thank you.

You could either try manually with ldd which so a binary needs or I 
think bsdadmin scrips contains some libcheck script that can check 
that in bulk.




Ahh yes, pkg_libchk did the job, it appears nothing was using this, 
thanks again.

___
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: www/linux-f10-flashplugin11 r333784 breaks nspluginwrapper

2013-11-14 Thread Mike Jakubik

On 11/14/13 14:25, Greg Rivers wrote:


r333784 | jkim | 2013-11-14 12:45:54 -0600 (Thu, 14 Nov 2013) | 4 lines

Move the libflashplayer.so to its own directory.

Approved by:eadler (maintainer)



FYI, now nspluginwrapper can't find libflashplayer.so:

$ nspluginwrapper -a -v -u
Auto-update plugins from /usr/local/lib/browser_plugins
Looking for plugins in /usr/local/lib/browser_plugins
Auto-update plugins from /local/gcr/.mozilla/plugins
Looking for plugins in /local/gcr/.mozilla/plugins
Update plugin /local/gcr/.mozilla/plugins/npwrapper.libflashplayer.so
  NPAPI plugin /usr/local/lib/browser_plugins/libflashplayer.so is no 
longer available, removing wrapper

  Remove plugin /local/gcr/.mozilla/plugins/npwrapper.libflashplayer.so



I had the same problem, this fixed it for me.

% nspluginwrapper -v -a -i

___
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


FreeBSD Port: emulators/virtualbox-ose-additions

2013-10-21 Thread Mike Jakubik

Hello,

I am unable to compile this on FreeBSD 10. This is on a freshly 
installed FreeBSD 10.0-BETA1 #0 r256420.


kBuild: Linking VBoxControl
kBuild: Linking VBoxService
kBuild: Linking VBoxClient
/usr/bin/ld: cannot find -lsupc++
cc: error: linker command failed with exit code 1 (use -v to see invocation)
kmk: *** 
[/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.18/out/freebsd.amd64/release/obj/VBoxClient/VBoxClient] 
Error 1

The failing command:
@cc  -m64   -o 
/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.18/out/freebsd.amd64/release/obj/VBoxClient/VBoxClient 
/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.18/out/freebsd.amd64/release/obj/VBoxClient/main.o 
/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.18/out/freebsd.amd64/release/obj/VBoxClient/src/VBox/GuestHost/SharedClipboard/clipboard-helper.o 
/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.18/out/freebsd.amd64/release/obj/VBoxClient/src/VBox/GuestHost/SharedClipboard/x11-clipboard.o 
/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.18/out/freebsd.amd64/release/obj/VBoxClient/clipboard.o 
/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.18/out/freebsd.amd64/release/obj/VBoxClient/seamless.o 
/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.18/out/freebsd.amd64/release/obj/VBoxClient/seamless-host.o 
/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.18/out/freebsd.amd64/release/obj/VBoxClient/seamless-x11.o 
/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.18/out/freebsd.amd64/release/obj/VBoxClient/thread.o 
/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.18/out/freebsd.amd64/release/obj/VBoxClient/display.o 
/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.18/out/freebsd.amd64/release/obj/VBoxClient/hostversion.o 
-L/usr/X11R6/lib32  -L/usr/X11R6/lib  -L/usr/lib  -L/usr/X11R6/lib 
-L/usr/local/lib   -lX11   -lXrandr   -lXt   -lsupc++   -lgcc_eh 
-lXext   -lXmu 
/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.18/out/freebsd.amd64/release/lib/additions/RuntimeGuestR3.a 
/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.18/out/freebsd.amd64/release/lib/additions/VBoxGuestR3Lib.a 
/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.18/out/freebsd.amd64/release/lib/additions/RuntimeGuestR3.a 
-lpthread

kmk: *** Waiting for unfinished jobs
kmk: *** Exiting with status 2
*** Error code 2

Thanks.
___
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


FreeBSD Port: security/php5-filter

2013-10-07 Thread Mike Jakubik

Hello,

I am having trouble compiling this port, below is the error.

 cc -I. -I/usr/ports/security/php5-filter/work/php-5.4.20/ext/filter 
-DPHP_ATOM_INC 
-I/usr/ports/security/php5-filter/work/php-5.4.20/ext/filter/include 
-I/usr/ports/security/php5-filter/work/php-5.4.20/ext/filter/main 
-I/usr/ports/security/php5-filter/work/php-5.4.20/ext/filter 
-I/usr/local/include/php -I/usr/local/include/php/main 
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend 
-I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib 
-DHAVE_CONFIG_H -O2 -pipe -mssse3 -march=native -fno-strict-aliasing -c 
/usr/ports/security/php5-filter/work/php-5.4.20/ext/filter/logical_filters.c 
-fPIC -DPIC -o .libs/logical_filters.o
In file included from 
/usr/ports/security/php5-filter/work/php-5.4.20/ext/filter/logical_filters.c:25:
/usr/local/include/php/ext/pcre/php_pcre.h:29:10: fatal error: 'pcre.h' 
file not found

#include pcre.h
 ^
1 error generated.
*** [logical_filters.lo] Error code 1

Stop in /usr/ports/security/php5-filter/work/php-5.4.20/ext/filter.

# locate pcre.h
/usr/local/include/pcre.h
/usr/local/include/php/ext/pcre/php_pcre.h
/usr/local/share/doc/pcre/html/pcre.html

Thanks.
___
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: [PATCH] emulators/virtualbox-ose-kmod in 10-current

2013-10-01 Thread Mike Jakubik

Hello,

Are any of you able to compile virtualbox-ose-additions on CURRENT? I 
get the following error.



/usr/bin/ld: cannot find -lsupc++
cc: error: linker command failed with exit code 1 (use -v to see invocation)
kmk: *** 
[/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.18/out/freebsd.amd64/release/obj/VBoxClient/VBoxClient] 
Error 1


Thanks.

On 09/26/13 16:28, Tomasz Sowa wrote:

On 2013.09.20 14:11, Olivier Smedts wrote:


There is already a PR :
www.freebsd.org/cgi/query-pr.cgi?pr=ports/181971
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181971

Thanks, I didn't see it.


With one of thoses patchs the port compiles fine but I still have core
dumps at start under 10-ALPHA2. Maybe because of libstdc++ switch to
libc++ ?

I have got a symlink to libc++.so.1 to avoid problems when compiling
some ports:
/usr/lib# ln -s libc++.so.1 libstdc++.so


Is it working from fresh start for you ? Are you using WITH_GNUCXX= in
src.conf or make.conf ?

My installation works fine and I don't have anything special in src.conf
and make.conf:

$ cat /etc/make.conf
MALLOC_PRODUCTION=1
#WITH_NEW_XORG=yes
#WITH_KMS=yes
WITHOUT_NOUVEAU=YES
#WITHOUT_PKGNG=yes
#USE_GCC?=4.6+




___
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


FreeBSD port: graphics/dri

2013-09-30 Thread Mike Jakubik

Hello,

I am unable to compile the new DRI, i am using the new xorg here, below 
is the error.


clang: warning: argument unused during compilation: '-fno-builtin-memcmp'
  CC   i915_debug.lo
clang: warning: argument unused during compilation: '-fno-builtin-memcmp'
i915_debug.c:831:18: warning: comparison of unsigned expression = 0 is 
always true [-Wtautological-compare]

  stream.offset = 0)
  ~ ^  ~
1 warning generated.
  CC   i915_debug_fp.lo
clang: warning: argument unused during compilation: '-fno-builtin-memcmp'
  CC   i915_fragprog.lo
clang: warning: argument unused during compilation: '-fno-builtin-memcmp'
  CC   i915_program.lo
clang: warning: argument unused during compilation: '-fno-builtin-memcmp'
  CC   i915_state.lo
clang: warning: argument unused during compilation: '-fno-builtin-memcmp'
  CC   i915_vtbl.lo
clang: warning: argument unused during compilation: '-fno-builtin-memcmp'
  CC   intel_context.lo
clang: warning: argument unused during compilation: '-fno-builtin-memcmp'
intel_context.c:1026:14: warning: unused variable 'max_attachments' 
[-Wunused-variable]

   const int max_attachments = ARRAY_SIZE(attachments) / 2;
 ^
1 warning generated.
  CC   intel_screen.lo
clang: warning: argument unused during compilation: '-fno-builtin-memcmp'
intel_screen.c:199:6: error: use of undeclared identifier 
'__DRI_IMAGE_FOURCC_ARGB'

   { __DRI_IMAGE_FOURCC_ARGB, __DRI_IMAGE_COMPONENTS_RGBA, 1,
 ^
intel_screen.c:199:35: error: use of undeclared identifier 
'__DRI_IMAGE_COMPONENTS_RGBA'

   { __DRI_IMAGE_FOURCC_ARGB, __DRI_IMAGE_COMPONENTS_RGBA, 1,
  ^
intel_screen.c:202:6: error: use of undeclared identifier 
'__DRI_IMAGE_FOURCC_XRGB'

   { __DRI_IMAGE_FOURCC_XRGB, __DRI_IMAGE_COMPONENTS_RGB, 1,
 ^
intel_screen.c:202:35: error: use of undeclared identifier 
'__DRI_IMAGE_COMPONENTS_RGB'

   { __DRI_IMAGE_FOURCC_XRGB, __DRI_IMAGE_COMPONENTS_RGB, 1,
  ^
intel_screen.c:205:6: error: use of undeclared identifier 
'__DRI_IMAGE_FOURCC_YUV410'

   { __DRI_IMAGE_FOURCC_YUV410, __DRI_IMAGE_COMPONENTS_Y_U_V, 3,
 ^
intel_screen.c:205:33: error: use of undeclared identifier 
'__DRI_IMAGE_COMPONENTS_Y_U_V'

   { __DRI_IMAGE_FOURCC_YUV410, __DRI_IMAGE_COMPONENTS_Y_U_V, 3,
^
intel_screen.c:206:19: error: use of undeclared identifier 
'__DRI_IMAGE_FORMAT_R8'

 { { 0, 0, 0, __DRI_IMAGE_FORMAT_R8, 1 },
  ^
intel_screen.c:207:19: error: use of undeclared identifier 
'__DRI_IMAGE_FORMAT_R8'

   { 1, 2, 2, __DRI_IMAGE_FORMAT_R8, 1 },
  ^
intel_screen.c:208:19: error: use of undeclared identifier 
'__DRI_IMAGE_FORMAT_R8'

   { 2, 2, 2, __DRI_IMAGE_FORMAT_R8, 1 } } },
  ^
intel_screen.c:210:6: error: use of undeclared identifier 
'__DRI_IMAGE_FOURCC_YUV411'

   { __DRI_IMAGE_FOURCC_YUV411, __DRI_IMAGE_COMPONENTS_Y_U_V, 3,
 ^
intel_screen.c:210:33: error: use of undeclared identifier 
'__DRI_IMAGE_COMPONENTS_Y_U_V'

   { __DRI_IMAGE_FOURCC_YUV411, __DRI_IMAGE_COMPONENTS_Y_U_V, 3,
^
intel_screen.c:211:19: error: use of undeclared identifier 
'__DRI_IMAGE_FORMAT_R8'

 { { 0, 0, 0, __DRI_IMAGE_FORMAT_R8, 1 },
  ^
intel_screen.c:212:19: error: use of undeclared identifier 
'__DRI_IMAGE_FORMAT_R8'

   { 1, 2, 0, __DRI_IMAGE_FORMAT_R8, 1 },
  ^
intel_screen.c:213:19: error: use of undeclared identifier 
'__DRI_IMAGE_FORMAT_R8'

   { 2, 2, 0, __DRI_IMAGE_FORMAT_R8, 1 } } },
  ^
intel_screen.c:215:6: error: use of undeclared identifier 
'__DRI_IMAGE_FOURCC_YUV420'

   { __DRI_IMAGE_FOURCC_YUV420, __DRI_IMAGE_COMPONENTS_Y_U_V, 3,
 ^
intel_screen.c:215:33: error: use of undeclared identifier 
'__DRI_IMAGE_COMPONENTS_Y_U_V'

   { __DRI_IMAGE_FOURCC_YUV420, __DRI_IMAGE_COMPONENTS_Y_U_V, 3,
^
intel_screen.c:216:19: error: use of undeclared identifier 
'__DRI_IMAGE_FORMAT_R8'

 { { 0, 0, 0, __DRI_IMAGE_FORMAT_R8, 1 },
  ^
intel_screen.c:217:19: error: use of undeclared identifier 
'__DRI_IMAGE_FORMAT_R8'

   { 1, 1, 1, __DRI_IMAGE_FORMAT_R8, 1 },
  ^
intel_screen.c:218:19: error: use of undeclared identifier 
'__DRI_IMAGE_FORMAT_R8'

   { 2, 1, 1, __DRI_IMAGE_FORMAT_R8, 1 } } },
  ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
gmake[6]: *** [intel_screen.lo] Error 1
gmake[6]: Leaving directory 
`/usr/ports/graphics/dri/work/Mesa-9.1.6/src/mesa/drivers/dri/i915'

gmake[5]: *** [all-recursive] Error 1
gmake[5]: Leaving directory 
`/usr/ports/graphics/dri/work/Mesa-9.1.6/src/mesa/drivers/dri'

gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory 
`/usr/ports/graphics/dri/work/Mesa-9.1.6/src/mesa/drivers'

gmake[3]: *** [all-recursive] 

Re: FreeBSD port: graphics/dri

2013-09-30 Thread Mike Jakubik

On 2013-09-30 12:47 PM, Mike Jakubik wrote:

Hello,

I am unable to compile the new DRI, i am using the new xorg here,
below is the error.

clang: warning: argument unused during compilation: 
'-fno-builtin-memcmp'

  CC   i915_debug.lo
clang: warning: argument unused during compilation: 
'-fno-builtin-memcmp'

i915_debug.c:831:18: warning: comparison of unsigned expression = 0
is always true [-Wtautological-compare]
  stream.offset = 0)
  ~ ^  ~
1 warning generated.
  CC   i915_debug_fp.lo
clang: warning: argument unused during compilation: 
'-fno-builtin-memcmp'

  CC   i915_fragprog.lo



OK, so i forgot to check /usr/ports/UPDATING for these sweeping changes, 
thankfully i have a spare laptop as this broke my workstation, it is now 
recompiling over a hundred ports.


There is a small typo in UPDATING however, pkg_delete -f libGl-\* 
dri-\* should be pkg_delete -f libGL-\* dri-\*, the l in libGL needs 
to be uppercase.


Thanks.
___
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: FreeBSD Port: net-p2p/transmission

2013-09-04 Thread Mike Jakubik


On 09/04/13 12:24, Matthieu Volat wrote:


Weird, it seems to happen somewhere between the qt and the libevent libraries. 
At this point, I'd consider to :
1. try to run transmission-qt after renaming ~/.config/transmission and 
~/.cache/transmission
2. report the issue upstream



Did not help, will report upstream.

Thanks.
___
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


FreeBSD Port: net/svnup

2013-09-04 Thread Mike Jakubik

Hello,

I am unable to get svnup to work on -CURRENT. When I run it, it just 
sits there doing nothing, but taking 100% cpu. I have only commeneted 
out the east mirror in the config file.


10.0-CURRENT FreeBSD 10.0-CURRENT #1: Wed Sep  4 17:06:59 EDT 2013

[root@freebsd-current /usr/src]# svnup current
load: 0.67  cmd: svnup 28012 [running] 8.25r 6.49u 1.52s 53% 49424k
load: 0.72  cmd: svnup 28012 [running] 14.03r 11.09u 2.68s 71% 49424k

Here is what its doing according to truss.

clock_gettime(13,{1378331636.0 }) = 0 (0x0)
read(3,0x801cb3003,5) = 0 (0x0)
clock_gettime(13,{1378331636.0 }) = 0 (0x0)
read(3,0x801cb3003,5) = 0 (0x0)

This output continuously floods my screen.

Thanks.
___
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: FreeBSD Port: net-p2p/transmission

2013-09-03 Thread Mike Jakubik


On 08/31/13 09:05, Matthieu Volat wrote:

On Sat, 31 Aug 2013 09:21:56 +0100
cr...@bayofrum.net wrote:


I'm sorry that I was unable to runtime test transmission-qt.

I'll try to get an instance up when I can-- is anyone else able to launch 
transmission-qt4?  I don't think I missed any patches from opened when I 
imported them :-(

Chris

No problem here with transmission-qt 2.82 (system is running FreeBSD-9.2-RC3, 
qt and transmission ports are built with clang).

Maybe a gdb trace would provide more info?



Hello,

Below is a simple backtrace, I'm no expert at debugging so any 
suggestions are welcome. It should be noted that the cli version works 
fine, i have tried recompiling all the qt4 stuff and transmission but 
same sig 11 happens.




#0  0x0008014431df in evbuffer_expand_singlechain () from 
/usr/local/lib/event2/libevent-2.0.so.6

[New Thread 807407400 (LWP 101261/transmission-qt)]
(gdb) bt
#0  0x0008014431df in evbuffer_expand_singlechain () from 
/usr/local/lib/event2/libevent-2.0.so.6
#1  0x0008014430e7 in evbuffer_reserve_space () from 
/usr/local/lib/event2/libevent-2.0.so.6
#2  0x004b2fd7 in jsonStringFunc (val=value optimized out, 
vdata=0x7fffce90) at variant-json.c:533
#3  0x004af9b8 in tr_variantWalk (v=value optimized out, 
walkFuncs=0x512900, user_data=value optimized out,

sort_dicts=value optimized out) at variant.c:828
#4  0x004b2e81 in tr_variantToBufJson (top=0x0, buf=0x80a046e40, 
lean=value optimized out) at variant-json.c:641
#5  0x004b0550 in tr_variantToBuf (v=value optimized out, 
fmt=value optimized out) at variant.c:
#6  0x004b05a2 in tr_variantToStr (v=0x0, fmt=24, len=0x0) at 
variant.c:1123
#7  0x00475bb4 in Session::refreshSessionStats 
(this=0x80755c780) at session.cc:662
#8  0x0047a6e5 in StatsDialog (this=value optimized out, 
session=value optimized out, parent=value optimized out)

at stats-dialog.cc:60
#9  0x0044c031 in TrMainWindow (this=0x807407c00, 
session=@0x80755c780, prefs=@0x8076fd400, model=@0x807569640,

minimized=false) at mainwin.cc:123
#10 0x00426b58 in MyApp (this=0x7fffd680, 
argc=@0x7fffd830, argv=0x7fffd801) at app.cc:173
#11 0x00429a2b in main (argc=1, argv=value optimized out) at 
app.cc:537



Here is also a truss run.


stat(/usr/local/share/icons/gnome/scalable/emblems/window-close.png,0x7fffb6b0) 
ERR#2 'No such file or directory'
stat(/usr/local/share/icons/gnome/scalable/mimetypes/window-close.png,0x7fffb6b0) 
ERR#2 'No such file or directory'
stat(/usr/local/share/icons/gnome/scalable/places/window-close.png,0x7fffb6b0) 
ERR#2 'No such file or directory'
stat(/usr/local/share/icons/gnome/scalable/status/window-close.png,0x7fffb6b0) 
ERR#2 'No such file or directory'

write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
lstat(/usr/local/lib/X11/fonts/dejavu/DejaVuSans-Bold.ttf,{ 
mode=-r--r--r-- ,inode=3854559,size=693876,blksize=32768 }) = 0 (0x0)
open(/usr/local/lib/X11/fonts/dejavu/DejaVuSans-Bold.ttf,O_RDONLY,00) 
= 10 (0xa)

fcntl(10,F_SETFD,FD_CLOEXEC) = 0 (0x0)
fstat(10,{ mode=-r--r--r-- ,inode=3854559,size=693876,blksize=32768 }) = 
0 (0x0)
mmap(0x0,693876,PROT_READ,MAP_PRIVATE,10,0x0) = 34531704832 
(0x80a40)

close(10) = 0 (0x0)
sigprocmask(SIG_BLOCK,0x0,0x0) = 0 (0x0)
sigprocmask(SIG_BLOCK,0x0,0x0) = 0 (0x0)
sigprocmask(SIG_BLOCK,0x0,0x0) = 0 (0x0)
sigprocmask(SIG_BLOCK,0x0,0x0) = 0 (0x0)
sigprocmask(SIG_BLOCK,0x0,0x0) = 0 (0x0)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)
write(5,\^A,1) = 1 (0x1)

FreeBSD Port: net-p2p/transmission

2013-08-30 Thread Mike Jakubik

Hello,

I updated transmission from 2.80 to 2.82 today, it now dumps core. Could 
this be somehow related to the glib / gio-fam change?


$ transmission-qt
QDBusConnection: session D-Bus connection created before 
QCoreApplication. Application may misbehave.

Segmentation fault: 11 (core dumped)

Compiled using Clang 3.3 on 9.2-PRERELEASE #0: Tue Aug 20 18:42:26 EDT 2013.

Thanks.
___
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: FreeBSD Port: www/chromium

2013-07-24 Thread Mike Jakubik


On 07/23/13 23:10, Tony Morlan wrote:

On Mon, Jul 22, 2013 at 11:57:58AM CDT, Mike Jakubik wrote:


Can you provide any public URLs? I'm not having any issues so far.

Sorry for the direct mail, I'm not subscribed to either of the lists
this thread is contained in.

I'm also experiencing unclickable links. So far it seems links contained
within tables are unusable. I've tested with both --disable-extensions and
--disable-plugins.

http://docs.freebsd.org/mail/current/ is an example. I'm able to click on any
of the links except for any of the links in the directory listing in the middle
of the page. Hovering over those links does not change the cursor from the
default pointer shape.

$ uname -a
FreeBSD hoover.servadmin.com 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 
17 11:42:37 UTC 2013 
r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
$ pkg info chromium
chromium-28.0.1500.71
$ pkg info -f chromium | egrep 'off$|on$'
 PULSEAUDIO : off
 GCONF  : off
 DEBUG  : off
 CODECS : on
 CLANG  : on
$ sysctl kern.ipc.shm_allow_removed
kern.ipc.shm_allow_removed: 1
$ ipcs
Message Queues:
T   ID  KEY MODEOWNERGROUP

Shared Memory:
T   ID  KEY MODEOWNERGROUP
m1186856970 --rw--- tony tony
m 416808980 --rw--- tony tony
m 382730270 --rwa-- tony tony

Semaphores:
T   ID  KEY MODEOWNERGROUP

$

Please let me know if there's anything else I can provide that might help.

Thanks,
Tony



I am not seeing this behaviour, however i am using 9.1-STABLE and 
compiling with clang 3.3.


Thanks.

___
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


FreeBSD Port: net/svnup super verbose!

2013-07-23 Thread Mike Jakubik

Hello,

Just updated to 0.98 and ran svnup stable, my terminal then started 
spewing this out:


---
S:add-file name=s_lrintf.S 
sha1-checksum=98289b59f34859062655a26a25226aab8956f947

D:checked-inD:href/base/!svn/rvr/225736/stable/9/lib/msun/i387/s_lrintf.S/D:href/D:checked-in
S:propV:md5-checksum60609312cbcc0aa641f2d8183d2179e5/V:md5-checksum/S:prop/S:add-file
S:add-file name=Symbol.map 
sha1-checksum=dc31c917fb50e4a85a6abd8b3b7d67218d637528

D:checked-inD:href/base/!svn/rvr/225736/stable/9/lib/msun/i387/Symbol.map/D:href/D:checked-in
S:propV:md5-checksumeba04f52bedfb4cb9bd8a6914eebd449/V:md5-checksum/S:prop/S:add-file
S:add-file name=s_logbl.S 
sha1-checksum=3742bd0e5f2ae0abbfde06c44d3f358c51d6fc14

D:checked-inD:href/base/!svn/rvr/225736/stable/9/lib/msun/i387/s_logbl.S/D:href/D:checked-in
S:propV:md5-checksumedfd42e291434a0c437d5f58a5fccfa8/V:md5-checksum/S:prop/S:add-file
S:add-file name=s_copysignf.S 
sha1-checksum=02ad0dde5982c3ed9087f92ab573fdda88532f31

D:checked-inD:href/base/!svn/rvr/225736/stable/9/lib/msun/i387/s_copysignf.S/D:href/D:checked-in
S:propV:md5-checksum033c2b78821fda8733169820ecffe7e0/V:md5-checksum/S:prop/S:add-file
---

Is this intended behavior?

Thanks.
___
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: FreeBSD Port: www/chromium

2013-07-22 Thread Mike Jakubik

On 07/20/13 12:10, Lawrence K. Chen, P.Eng. wrote:


While it compilesit doesn't run very well...

Certain pages/sitessome or all of the links will be unclickable.

For examplein Zimbra web interface, I could not reply to this message until 
I reverted back to previous version of chromium.  While I could navigate 
folders and such, the message bar buttons would workreply button wouldn't 
work.

In nagiosnone of the links could be clicked at all (made it hard to 
acknowledge a downed service)

Lawrence


Can you provide any public URLs? I'm not having any issues so far.

Thanks.
___
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


FreeBSD Port: www/chromium

2013-07-19 Thread Mike Jakubik

Hello,

Latest Chromium does not seem to compile with Clang 3.3.

  CXX(target) out/Release/obj.target/v8_base.x64/v8/src/string-search.o
  CXX(target) out/Release/obj.target/v8_base.x64/v8/src/string-stream.o
  CXX(target) out/Release/obj.target/v8_base.x64/v8/src/strtod.o
  CXX(target) out/Release/obj.target/v8_base.x64/v8/src/stub-cache.o
v8/src/stub-cache.cc:1479:33: error: reinterpret_cast from 'nullptr_t' 
to 'char *' is not allowed

  : GetCodeWithFlags(flags, reinterpret_castchar*(NULL));
^
1 error generated.
gmake: *** [out/Release/obj.target/v8_base.x64/v8/src/stub-cache.o] Error 1
*** [do-build] Error code 1

Stop in /usr/ports/www/chromium.

Thanks.
___
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: FreeBSD Port: www/chromium

2013-07-19 Thread Mike Jakubik

On 07/19/13 14:28, Jung-uk Kim wrote:

I had the same problem last night and made a patch.

http://people.freebsd.org/~jkim/patch-clang

Drop this file in files directory and try it again.

Jung-uk Kim



This patch works, chromium compiles and seems to run without any issues.

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


mplayer2 wont decode audio

2013-07-04 Thread Mike Jakubik

Hello,

I just installed mplayer2 on a new machine and i'm having trouble 
getting it to decode audio, mplayer gives the following warning:


Selected video codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 [libavcodec]
The player has been compiled without libavresample support,
which is needed with this libavcodec decoder version.

Audio decoder init failed for codecs.conf entry ffaac.
Requested audio codec family [faad] (afm=faad) not available.
Enable it at compilation.

However i don't see any options for these in either mplayer2 or ffmpeg1.

Thanks.
___
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


FreeBSD Port: net/svnup

2013-06-17 Thread Mike Jakubik

Hello,

I just updated to svnup 0.95, ran an update on stable and got a core 
dump half way through.


FreeBSD freebsd.local 9.1-STABLE FreeBSD 9.1-STABLE #0: Thu Jun  6 
12:03:02 EDT 2013


[root@freebsd /usr/src]# svnup stable
# Revision: 251857
 + /usr/src/cddl/contrib/dtracetoolkit/Examples/cpudists_example.txt
 + /usr/src/cddl/contrib/dtracetoolkit/Examples/modcalls_example.txt
 + /usr/src/cddl/contrib/dtracetoolkit/Examples/tcl_flowtime_example.txt

...

 + /usr/src/sys/rpc/svc_vc.c
 + /usr/src/sys/sys/param.h
 + /usr/src/sys/fs/nfs/nfs_commonsubs.c
 - /usr/src/release/doc/de_DE.ISO8859-1/Makefile
Bus error: 10 (core dumped)

Core file is available here: 
http://www.mediafire.com/download/ddi4j358o6j2pby/svnup.core.bz2


Thanks.
___
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: FreeBSD Port: textproc/libvisio

2013-05-30 Thread Mike Jakubik

On 05/30/13 11:27, Michael Moll wrote:

Hi,

sorry for coming a bit late across this topic, I'm not subscribed to
freebsd-ports@. However, I had the same problem with gcc 4.7 and can
workaround it by changes like this in the according Makefiles:

--- 
/portswork/usr/ports/textproc/libvisio/work/libvisio-0.0.27/src/conv/raw/Makefile.orig
  2013-05-30 17:21:53.228445444 +0200
+++ 
/portswork/usr/ports/textproc/libvisio/work/libvisio-0.0.27/src/conv/raw/Makefile
   2013-05-30 17:22:10.372454743 +0200
@@ -187,7 +187,7 @@
  INSTALL_SCRIPT = install  -o root -g wheel -m 555
  INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  LD = /usr/local/bin/ld
-LDFLAGS =  -Wl,-rpath=/usr/local/lib/gcc47
+LDFLAGS =  -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47
  LIBOBJS =
  LIBS =
  LIBTOOL = $(SHELL) $(top_builddir)/libtool

I didn't dig deeper into it, but there seems to be some problem in the
configure process of this port. A similar workaround is necessary for
net/libcmis on my box.



This unfortunately did not work for me, I'm thinking of just sticking 
with clang at this point, even though gcc48 usually produces better 
performing binaries. 90% of the time this setup works fine, but the odd 
port fails to compile and then there are issues like this.


gmake[4]: Entering directory 
`/usr/ports/textproc/libvisio/work/libvisio-0.0.27/src/conv/svg'

  CXX  vsd2xhtml.o
  CXXLDvsd2xhtml
vsd2xhtml.o: In function `main':
vsd2xhtml.cpp:(.text.startup+0x2a3): undefined reference to 
`std::ctypechar::_M_widen_init() const'
../../lib/.libs/libvisio-0.0.so: undefined reference to 
`std::__detail::_List_node_base::_M_transfer(std::__detail::_List_node_base*, 
std::__detail::_List_node_base*)'
../../lib/.libs/libvisio-0.0.so: undefined reference to 
`std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
../../lib/.libs/libvisio-0.0.so: undefined reference to 
`std::__detail::_List_node_base::_M_unhook()'
/usr/local/lib/libwpd-0.9.so: undefined reference to 
`std::__detail::_List_node_base::_M_unhook()@GLIBCXX_3.4.15'
/usr/local/lib/libwpd-0.9.so: undefined reference to 
`std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15'

collect2: error: ld returned 1 exit status

Thanks.

___
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: FreeBSD Port: textproc/libvisio

2013-05-29 Thread Mike Jakubik

On 05/29/13 03:56, Waitman Gobble wrote:

On Mon, 27 May 2013 13:10:52 -0400, Mike Jakubik
mike.jaku...@intertainservices.com wrote:

Hello,

I am unable to compile this port, below is the output from gcc48 and
clang 3.2.

9.1-STABLE FreeBSD 9.1-STABLE #0: Wed May 15 17:07:33 EDT 2013

gmake[4]: Entering directory
../../lib/.libs/libvisio-0.0.so: undefined reference to
`std::ctypechar::_M_widen_init() const'
collect2: error: ld returned 1 exit status
gmake[4]: *** [vsd2raw] Error 1




Hi,

Check that /etc/libmap.conf is empty or non-existent,
deinstall,rebuild and reinstall graphics/libwpg then build textproc/libvisio
It seems to work with clang (ports version) on FreeBSD 10.0-CURRENT




Hello,

I am using clang for base and gcc48 for ports, i have populated 
/etc/libmap.conf per the freebsd handbook with the following:


libgcc_s.so.1   gcc48/libgcc_s.so.1
libgomp.so.1gcc48/libgomp.so.1
libobjc.so.3gcc48/libobjc.so.2
libssp.so.0 gcc48/libssp.so.0
libstdc++.so.6  gcc48/libstdc++.so.6

Is this not the right way for clang and gcc to co-exist?

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


FreeBSD Port: textproc/libvisio

2013-05-27 Thread Mike Jakubik

Hello,

I am unable to compile this port, below is the output from gcc48 and 
clang 3.2.


9.1-STABLE FreeBSD 9.1-STABLE #0: Wed May 15 17:07:33 EDT 2013

gmake[4]: Entering directory 
`/usr/ports/textproc/libvisio/work/libvisio-0.0.27/src/conv/raw'

  CXX  vsd2raw.o
  CXXLDvsd2raw
../../lib/.libs/libvisio-0.0.so: undefined reference to 
`std::__detail::_List_node_base::_M_transfer(std::__detail::_List_node_base*, 
std::__detail::_List_node_base*)'
../../lib/.libs/libvisio-0.0.so: undefined reference to 
`std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
../../lib/.libs/libvisio-0.0.so: undefined reference to 
`std::__detail::_List_node_base::_M_unhook()'
/usr/local/lib/libwpd-0.9.so: undefined reference to 
`std::__detail::_List_node_base::_M_unhook()@GLIBCXX_3.4.15'
/usr/local/lib/libwpd-0.9.so: undefined reference to 
`std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15'
../../lib/.libs/libvisio-0.0.so: undefined reference to 
`std::ctypechar::_M_widen_init() const'

collect2: error: ld returned 1 exit status
gmake[4]: *** [vsd2raw] Error 1


gmake[4]: Entering directory 
`/usr/ports/textproc/libvisio/work/libvisio-0.0.27/src/conv/raw'

  CXX  vsd2raw.o
  CXXLDvsd2raw
/usr/local/lib/libwpd-0.9.so: undefined reference to 
`std::__detail::_List_node_base::_M_unhook()@GLIBCXX_3.4.15'
/usr/local/lib/libwpd-0.9.so: undefined reference to 
`std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15'
/usr/local/lib/libwpg-0.2.so: undefined reference to 
`std::ctypechar::_M_widen_init() const'
clang++: error: linker command failed with exit code 1 (use -v to see 
invocation)

gmake[4]: *** [vsd2raw] Error 1

Thanks.
___
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] FreeBSD Port: deskutils/strigi

2013-03-05 Thread Mike Jakubik

On 2013-03-05 08:11 AM, Max Brazhnikov wrote:

On Mon, 04 Mar 2013 23:56:11 -0500 Mike Jakubik wrote:

Hello,

I am unable to compile this port with either Clang or GCC, have also
reinstalled clucene but no luck.


Try this recipe:
http://mail.kde.org/pipermail/kde-freebsd/2013-February/014846.html


Unfortunately that did not solve the issue for me. I added 
libclucene-shared to CMakeLists.txt, also tried clucene-shared, it 
can't find it for some reason.


[ 65%] Built target lucene2indexer
Linking CXX executable index2dump
/usr/bin/ld: cannot find -llibclucene-shared
clang++: error: linker command failed with exit code 1 (use -v to see 
invocation)
*** 
[libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/index2dump] 
Error code 1


Stop in /usr/ports/deskutils/strigi/work/strigi-0.7.7.
*** 
[libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/CMakeFiles/index2dump.dir/all] 
Error code 1



$ ls -l /usr/local/lib/libclucene*
lrwxr-xr-x  1 root  wheel   28 Mar  4 23:48 
/usr/local/lib/libclucene-contribs-lib.so - 
libclucene-contribs-lib.so.1
lrwxr-xr-x  1 root  wheel   34 Mar  4 23:48 
/usr/local/lib/libclucene-contribs-lib.so.1 - 
libclucene-contribs-lib.so.2.3.3.4
-rwxr-xr-x  1 root  wheel   401656 Mar  4 23:48 
/usr/local/lib/libclucene-contribs-lib.so.2.3.3.4
lrwxr-xr-x  1 root  wheel   20 Mar  4 23:48 
/usr/local/lib/libclucene-core.so - libclucene-core.so.1
lrwxr-xr-x  1 root  wheel   26 Mar  4 23:48 
/usr/local/lib/libclucene-core.so.1 - libclucene-core.so.2.3.3.4
-rwxr-xr-x  1 root  wheel  1661136 Mar  4 23:48 
/usr/local/lib/libclucene-core.so.2.3.3.4
lrwxr-xr-x  1 root  wheel   22 Mar  4 23:48 
/usr/local/lib/libclucene-shared.so - libclucene-shared.so.1
lrwxr-xr-x  1 root  wheel   28 Mar  4 23:48 
/usr/local/lib/libclucene-shared.so.1 - libclucene-shared.so.2.3.3.4
-rwxr-xr-x  1 root  wheel   127976 Mar  4 23:48 
/usr/local/lib/libclucene-shared.so.2.3.3.4




___
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


FreeBSD Port: deskutils/strigi

2013-03-04 Thread Mike Jakubik

Hello,

I am unable to compile this port with either Clang or GCC, have also 
reinstalled clucene but no luck.


GCC 4.7
===
[ 66%] Building CXX object 
libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/CMakeFiles/index2dump.dir/indexdump.cpp.o
/usr/ports/deskutils/strigi/work/strigi-0.7.7/libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/indexdump.cpp: 
In function 'void indexdump(const char*)':
/usr/ports/deskutils/strigi/work/strigi-0.7.7/libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/indexdump.cpp:64:48: 
warning: 'lucene::document::Document* 
lucene::index::IndexReader::document(int32_t)' is deprecated (declared 
at /usr/local/include/CLucene/index/IndexReader.h:515) 
[-Wdeprecated-declarations]
[ 66%] Building CXX object 
libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/CMakeFiles/index2dump.dir/__/tcharutils.cpp.o

Linking CXX executable index2dump
/usr/local/bin/ld: CMakeFiles/index2dump.dir/indexdump.cpp.o: undefined 
reference to symbol 
'_ZN6lucene4util14atomic_threads16atomic_decrementEPj'
/usr/local/bin/ld: note: 
'_ZN6lucene4util14atomic_threads16atomic_decrementEPj' is defined in DSO 
/usr/local/lib/libclucene-shared.so.1 so try adding it to the linker 
command line
/usr/local/lib/libclucene-shared.so.1: could not read symbols: Invalid 
operation

collect2: error: ld returned 1 exit status
*** 
[libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/index2dump] 
Error code 1



Clang 3.2
=
/usr/ports/deskutils/strigi/work/strigi-0.7.7/libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/indexdump.cpp:64:38: 
warning:

  'document' is deprecated [-Wdeprecated-declarations]
Document* doc = indexreader-document(i);
 ^
/usr/local/include/CLucene/index/IndexReader.h:515:69: note: 'document' 
declared here
_CL_DEPRECATED( document(i, document) ) 
CL_NS(document)::Document* document(const int32_t n);

  ^

1 warning generated.
[ 66%] Building CXX object 
libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/CMakeFiles/index2dump.dir/__/tcharutils.cpp.o

Linking CXX executable index2dump
/usr/local/lib//libclucene-core.so: undefined reference to 
`std::__detail::_List_node_base::_M_unhook()@GLIBCXX_3.4.15'
/usr/local/lib//libclucene-core.so: undefined reference to 
`std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15'
clang++: error: linker command failed with exit code 1 (use -v to see 
invocation)
*** 
[libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/index2dump] 
Error code 1



My make.conf

KERNCONF=FREEBSD
NO_INET6=true
NO_PROFILE=true
NO_LIB32=true

CPUTYPE?=native
CFLAGS+=-mtune=native -maes -mavx

.if !defined(CC) || ${CC} == cc
CC=clang
.endif
.if !defined(CXX) || ${CXX} == c++
CXX=clang++
.endif
.if !defined(CPP) || ${CPP} == cpp
CPP=clang-cpp
.endif
# Don't die on warnings
NO_WERROR=
WERROR=

.if !empty(.CURDIR:M/usr/ports/*)  exists(/usr/local/bin/gcc47)
CC=gcc47
CXX=g++47
CPP=cpp47
#CFLAGS+=-flto
.endif

# added by use.perl 2013-03-01 01:53:11
PERL_VERSION=5.14.2

Thanks.
___
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


databases/p5-DBI fails on compile

2013-01-15 Thread Mike Jakubik
Hello,

The p5-DBI port does not seem to compile with clang or native gcc.

FreeBSD 9.1-STABLE #1 r245428: Mon Jan 14 19:11:14 EST 2013


clang:


clang -c-O2 -pipe -mtune=core2 -march=core2 -fno-strict-aliasing -O2
-pipe -mtune=native -march=native -fno-strict-aliasing-DVERSION=
\1.623\  -DXS_VERSION=\1.623\ -DPIC -fPIC
-I/usr/local/lib/perl5/5.14.2/mach/CORE  -W -Wall -Wpointer-arith
-Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual
-Wmissing-noreturn -Wno-unused-parameter -DDBI_NO_THREADS Perl.c
Stack dump:
0.  Program arguments: /usr/bin/clang -cc1 -triple
x86_64-unknown-freebsd9.0 -emit-obj -disable-free -main-file-name Perl.c
-pic-level 2 -mdisable-fp-elim -relaxed-aliasing -masm-verbose
-mconstructor-aliases -munwind-tables -target-cpu penryn
-momit-leaf-frame-pointer -coverage-file Perl.o
-resource-dir /usr/bin/../lib/clang/3.1 -D VERSION=1.623 -D
XS_VERSION=1.623 -D PIC -D DBI_NO_THREADS
-I /usr/local/lib/perl5/5.14.2/mach/CORE
-fmodule-cache-path /var/tmp/clang-module-cache -O2 -W -Wall
-Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare
-Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter
-fdebug-compilation-dir /usr/ports/databases/p5-DBI/work/DBI-1.623
-ferror-limit 19 -fmessage-length 136 -mstackrealign -fgnu-runtime
-fobjc-runtime-has-arc -fobjc-runtime-has-weak
-fobjc-dispatch-method=non-legacy -fdiagnostics-show-option
-fcolor-diagnostics -o Perl.o -x c Perl.c 
1.  /usr/include/sys/stat.h:148:61: current parser token ';'
2.  /usr/include/sys/stat.h:122:1: parsing struct/union body 'stat'
clang: error: unable to execute command: Illegal instruction: 4 (core
dumped)
clang: error: clang frontend command failed due to signal (use -v to see
invocation)
clang: note: diagnostic msg: Please submit a bug report to
http://llvm.org/bugs/ and include command line arguments and all
diagnostic information.
clang: note: diagnostic msg: Preprocessed source(s) and associated run
script(s) are located at:
clang: note: diagnostic msg: /tmp/Perl-w6rQLx.i
clang: note: diagnostic msg: /tmp/Perl-w6rQLx.sh
*** [Perl.o] Error code 254

Stop in /usr/ports/databases/p5-DBI/work/DBI-1.623.
*** [do-build] Error code 1



native gcc:
===

cc -c-O2 -pipe -mtune=core2 -march=core2 -fno-strict-aliasing -O2
-pipe -mtune=native -march=native -fno-strict-aliasing-DVERSION=
\1.623\  -DXS_VERSION=\1.623\ -DPIC -fPIC
-I/usr/local/lib/perl5/5.14.2/mach/CORE  -W -Wall -Wpointer-arith
-Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual
-Wmissing-noreturn -Wno-unused-parameter -DDBI_NO_THREADS Perl.c
Perl.c: In function 'boot_DBD__Perl':
Perl.c:1357: internal compiler error: Illegal instruction: 4
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://gcc.gnu.org/bugs.html for instructions.
*** [Perl.o] Error code 1

Stop in /usr/ports/databases/p5-DBI/work/DBI-1.623.


However gcc47 works fine.

Thanks.

___
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: databases/p5-DBI fails on compile

2013-01-15 Thread Mike Jakubik
On Tue, 2013-01-15 at 17:47 +0100, Anton Berezin wrote:
 On Tue, Jan 15, 2013 at 11:33:20AM -0500, Mike Jakubik wrote:
 
  The p5-DBI port does not seem to compile with clang or native gcc.
  
  FreeBSD 9.1-STABLE #1 r245428: Mon Jan 14 19:11:14 EST 2013
 
 Have you tried doing this on multiple machines?  This sounds very much like
 a hardware (RAM or cache) problem to me.
 

This is very odd, my compiler has stopped working for some reason.
Worked fine yesterday, all i did was a fresh installworld/kernel
yesterday. Any ideas what the issue may be? It is worth nothing that
this is an Amazon EC2 instance, running a XEN kernel.

Thanks.
 

# cat /etc/make.conf

KERNCONF=TINYXEN
NO_INET6=true
NO_PROFILE=true
WITHOUT_X11=true
NO_LIB32=true

CPUTYPE?=native
CFLAGS+=-mtune=native

.if !defined(CC) || ${CC} == cc
CC=clang
.endif
.if !defined(CXX) || ${CXX} == c++
CXX=clang++
.endif
.if !defined(CPP) || ${CPP} == cpp
CPP=clang-cpp
.endif
# Don't die on warnings
NO_WERROR=
WERROR=

# added by use.perl 2013-01-14 18:06:10
ERL_VERSION=5.14.2


___
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: databases/p5-DBI fails on compile

2013-01-15 Thread Mike Jakubik
On Tue, 2013-01-15 at 12:00 -0500, Mike Jakubik wrote:
 This is very odd, my compiler has stopped working for some reason.
 Worked fine yesterday, all i did was a fresh installworld/kernel
 yesterday. Any ideas what the issue may be? It is worth nothing that
 this is an Amazon EC2 instance, running a XEN kernel.
 
 Thanks.


Doh, problem solved. The last time i did a makeworld/kernel i used a
m1.large instance, since then i switched to a t1.micro, which appears to
use a different CPU. Going back to m1.large fixes the compiler error.
Sorry for the noise.

___
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: [Call for Testers] VirtualBox 4.2.4

2012-10-31 Thread Mike Jakubik

On 2012-10-30 08:07 PM, Jason Andresen wrote:
On Oct 30, 2012, at 15:56, Bernhard Fröhlich de...@freebsd.org 
wrote:


Clang does not support global registered variables so it's not 
supposed to

work.


Is this a feature?  Is there a reason why clang couldn't be updated
to support this if actual software is using it?


It is a feature, but it appears to be a dirty one. Below is a link to a 
supposed Apple developer explaining the lack of this feature. I'm not a 
programmer but a humble sysadmin, so i do not know if this is true.


http://nondot.org/sabre/LLVMNotes/GlobalRegisterVariables.txt

Thanks.




___
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: Can not compile VIrtualbox 4.1.22

2012-10-30 Thread Mike Jakubik
On Tuesday 30 October 2012 2:36:44 AM Mikhail Tsatsenko wrote:
 2012/10/29 Mike Jakubik mike.jaku...@intertainservices.com:
  Hello,
  
  There appears to be a typo of some sort in one of the sed files in the
  port.
  

 
 Hi,
 I am unable to reproduce the problem.
 Which version of FreeBSD you are using? Also please show me pkg_info
 output and make sure that sources under /usr/src, both userland and
 kernel binaries are in sync.
 
 --
  Mikhail

Mikhail,

I have build and installed latest releng9, updated ports tree, but still the 
same error errmsg.sed line 31: Unmatched [ or [^

FreeBSD freebsd.local 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Tue Oct 30 
12:49:12 EDT 2012 root@freebsd.local:/usr/obj/usr/src/sys/FREEBSD  amd64

Giant list of pkg_info is below, the listed VirtualBox was installed via 
pkg_add -r.

I have tried both clang and gcc, but to no surprise, same result.

Thanks.

---

GeoIP-1.4.8_3   Find the country that any IP address or hostname 
originates
ImageMagick-6.7.9.4 Image processing tools
ORBit2-2.14.19  High-performance CORBA ORB with support for the C language
OpenEXR-1.7.0   A high dynamic-range (HDR) image file format
aalib-1.4.r5_6  ASCII art library
akonadi-1.7.2_3 Storage server for KDE-Pim
alsa-lib-1.0.26 ALSA compatibility library
alsa-plugins-1.0.26 ALSA compatibility library plugins
appres-1.0.3Program to list application's resources
apr-1.4.6.1.4.1_1   Apache Portability Library
ark-4.8.4   Archiving tool for KDE
aspell-0.60.6.1_2   Spelling checker with better suggestion logic than ispell
atk-2.0.1   A GNOME accessibility toolkit (ATK)
atkmm-2.22.5C++ wrapper for ATK API library
attica-0.2.9,2  Collaboration Services API library
autoconf-2.13.000227_6 Automatically configure source code on many Un*x 
platforms 
autoconf-2.69   Automatically configure source code on many Un*x platforms
autoconf-wrapper-20101119 Wrapper script for GNU autoconf
automake-1.12.4 GNU Standards-compliant Makefile generator
automake-1.4.6_6GNU Standards-compliant Makefile generator (legacy 1.4)
automake-wrapper-20101119 Wrapper script for GNU automake
automoc4-0.9.88_3   Automatic moc for Qt 4 packages
avahi-app-0.6.29_3  Service discovery on a local network
bash-4.2.37 The GNU Project's Bourne Again SHell
bigreqsproto-1.1.1  BigReqs extension headers
binutils-2.22_3 GNU binary tools
bison-2.5.1,1   A parser generator from FSF, (mostly) compatible with Yacc
bitmap-1.0.5Bitmap editor and converter utilities for X
bitstream-vera-1.10_5 Bitstream Vera TrueType font collection
boehm-gc-7.1Garbage collection and memory leak detection for C and C++
boost-jam-1.48.0Build tool from the boost.org
boost-libs-1.48.0_1 Free portable C++ libraries (without Boost.Python)
ca_root_nss-3.14The root certificate bundle from the Mozilla Project
cabextract-1.4  A program to extract Microsoft cabinet (.CAB) files
cagibi-0.2.0KDE SSDP/uPNP proxy
cairo-1.10.2_4,2Vector graphics library with cross-device output support
cairomm-1.10.0_1C++ interface to cairo
cantarell-fonts-0.0.10.1 Cantarell, a Humanist sans-serif font family
cdparanoia-3.9.8_9  A CDDA extraction tool (also known as ripper)
cdrdao-1.2.3_4  Record CD-R[W]s in disk-at-once mode
cdrtools-3.00_2 CD/DVD/BluRay and ISO-9660 image creation and extraction 
to
celt-0.11.3_1   The CELT ultra-low delay audio codec
chmlib-0.40 A library for dealing with Microsoft ITSS/CHM format files
cln-1.3.2   Class Library for Numbers
clucene-0.9.21  CLucene is a C++ port of Lucene
cmake-2.8.9 A cross-platform Makefile generator
cmake-modules-2.8.9 Modules and Templates for CMake
compositeproto-0.4.2 Composite extension headers
consolekit-0.4.3Framework for defining and tracking users
cups-client-1.5.2_2 Common UNIX Printing System: Library cups
cups-image-1.5.2_1  Common UNIX Printing System: Library cupsimage
cups-pk-helper-0.0.4_3 A helper that makes system-config-printer use PolicyKit
curl-7.24.0_1   Non-interactive tool to get files from FTP, GOPHER, HTTP(S)
cuse4bsd-kmod-0.1.26 Cuse4BSD character device loopback driver for userspace
cyrus-sasl-2.1.25_2 RFC  SASL (Simple Authentication and Security Layer)
damageproto-1.2.1   Damage extension headers
db41-4.1.25_4   The Berkeley DB package, revision 4.1
db42-4.2.52_5   The Berkeley DB package, revision 4.2
dbus-1.4.14_4   A message bus system for inter-application communication
dbus-glib-0.94  GLib bindings for the D-BUS messaging system
dconf-0.5.1_4   A configuration database system for GNOME
desktop-file-utils-0.18 A couple of command line utilities for working with 
desktop
dev86-0.16.18   Robert de Bath's 8086 development tools
djbfft-0.76_2   An extremely fast library for floating-point convolution
djvulibre-3.5.25.3_1 DjVu base libraries and utilities
dmidecode-2.11  A tool for dumping DMI (SMBIOS

Re: [Call for Testers] VirtualBox 4.2.4

2012-10-30 Thread Mike Jakubik
On Tuesday 30 October 2012 5:16:14 AM Bernhard Fröhlich wrote:
 Hi virtualbox users!
 
 This is again a call for testers to get some feedback before we commit
 VirtualBox 4.2 to the portstree. If you already run VirtualBox 4.2.0 you
 should definitely update to 4.2.4 because they fixed quite a few serious
 bugs upstream.

 Bernhard on behalf of the new VirtualBox on FreeBSD Team!


Hello, i have just tried to compile this on an up to date releng9 system.

- Base GCC, compiles ok, works ok.

- GCC47, fails, due to ugly -fno-format-extensions and  -fformat-extensions 
compiler hacks.

- Clang, fails, details are below.

Build: Compiling VBoxC - /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/src/VBox/Main/src-client/ConsoleImpl.cpp
clang++: warning: argument unused during compilation: '-fpermissive' [-
Wunused-command-line-argument]
In file included from /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/src/VBox/Main/src-client/ConsoleImpl.cpp:46:
In file included from /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/src/VBox/Main/include/ConsoleImpl.h:21:
In file included from /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/src/VBox/Main/include/VirtualBoxBase.h:27:
In file included from /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/include/VBox/com/string.h:46:
In file included from /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/include/iprt/cpp/ministring.h:32:
/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/include/iprt/cpp/list.h:152:39: warning: unused 
parameter 'p' [-Wunused-parameter]
static inline void  erase(T2 *p, size_t /* i */) { /* Nothing to do 
here. */ }
  ^
In file included from /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/src/VBox/Main/src-client/ConsoleImpl.cpp:46:
In file included from /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/src/VBox/Main/include/ConsoleImpl.h:22:
/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/include/VBox/com/array.h:1388:39: warning: 
indirection of non-volatile null pointer will be deleted, not trap
  [-Wnull-dereference]
AssertReturn(m.arr != NULL,  **((const nsID * *)NULL));
~~^~~~
/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/include/iprt/assert.h:600:21: note: expanded from 
macro 'AssertReturn'
return (rc); \
^
/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/include/VBox/com/array.h:1388:39: note: consider 
using __builtin_trap() or qualifying pointer with 'volatile'
AssertReturn(m.arr != NULL,  **((const nsID * *)NULL));
  ^
/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/include/iprt/assert.h:600:21: note: expanded from 
macro 'AssertReturn'
return (rc); \
^
In file included from /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/src/VBox/Main/src-client/ConsoleImpl.cpp:46:
In file included from /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/src/VBox/Main/include/ConsoleImpl.h:22:
/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/include/VBox/com/array.h:1389:38: warning: 
indirection of non-volatile null pointer will be deleted, not trap
  [-Wnull-dereference]
AssertReturn(aIdx  size(), **((const nsID * *)NULL));
~^~~~
/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/include/iprt/assert.h:600:21: note: expanded from 
macro 'AssertReturn'
return (rc); \
^
/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/include/VBox/com/array.h:1389:38: note: consider 
using __builtin_trap() or qualifying pointer with 'volatile'
AssertReturn(aIdx  size(), **((const nsID * *)NULL));
 ^
/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/include/iprt/assert.h:600:21: note: expanded from 
macro 'AssertReturn'
return (rc); \
^
In file included from /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/src/VBox/Main/src-client/ConsoleImpl.cpp:50:
In file included from /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/src/VBox/Main/include/GuestImpl.h:26:
In file included from /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/src/VBox/Main/include/GuestCtrlImplPrivate.h:25:
/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/include/VBox/com/ErrorInfo.h:35:1: warning: struct 
'IProgress' was previously declared as a class [-Wmismatched-tags]
struct IProgress;
^
/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/out/freebsd.amd64/release/bin/sdk/bindings/xpcom/include/VirtualBox_XPCOM.h:17319:20:
 
note: previous use is here
class NS_NO_VTABLE IProgress : public nsISupports {
   ^
/usr/ports/emulators/virtualbox-

Re: Can not compile VIrtualbox 4.1.22

2012-10-30 Thread Mike Jakubik
On Tuesday 30 October 2012 1:57:46 PM Mikhail Tsatsenko wrote:
 2012/10/30 Mike Jakubik mike.jaku...@intertainservices.com:
  On Tuesday 30 October 2012 2:36:44 AM Mikhail Tsatsenko wrote:
  2012/10/29 Mike Jakubik mike.jaku...@intertainservices.com:
   Hello,
   
   There appears to be a typo of some sort in one of the sed files in the
   port.
  
  Hi,
  I am unable to reproduce the problem.
  Which version of FreeBSD you are using? Also please show me pkg_info
  output and make sure that sources under /usr/src, both userland and
  kernel binaries are in sync.
  
   Mikhail
  
  Mikhail,
  
  I have build and installed latest releng9, updated ports tree, but still
  the same error errmsg.sed line 31: Unmatched [ or [^
 
 Looks like you have gsed port installed. Try to deinstall it and try
 again. Let me know if it helps.
 By the way: next time try avoid sending huge outputs in message body.
 Instead use pastebin or attachments.

I just finished testing the 4.2.4 port, and i had no problems with sed there, 
its a reasonable assumption that gsed may be the problem, however the port 
should use the correct sed.

Thanks.
___
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: [Call for Testers] VirtualBox 4.2.4

2012-10-30 Thread Mike Jakubik
On Tuesday 30 October 2012 3:56:29 PM Bernhard Fröhlich wrote:
 On Tue, Oct 30, 2012 at 8:12 PM, Mike Jakubik
  Hello, i have just tried to compile this on an up to date releng9 system.
  
  - Base GCC, compiles ok, works ok.
  
  - GCC47, fails, due to ugly -fno-format-extensions and 
  -fformat-extensions compiler hacks.
 
 Patches are welcome but it's not supported from us yet and probably will
 never be.

Thats a shame, i'll see if i can make it work, though im not an expert in this 
field.

 
  - Clang, fails, details are below.
 
 Clang does not support global registered variables so it's not supposed to
 work.

My understanding is that Clang will be the default compiler in FreeBSD 10, how 
will the port be compiled then?
___
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: [Call for Testers] VirtualBox 4.2.4

2012-10-30 Thread Mike Jakubik
On Tuesday 30 October 2012 4:24:24 PM Mikhail Tsatsenko wrote:
 2012/10/31 Mike Jakubik mike.jaku...@intertainservices.com:
  On Tuesday 30 October 2012 3:56:29 PM Bernhard Fröhlich wrote:
  On Tue, Oct 30, 2012 at 8:12 PM, Mike Jakubik
  
  My understanding is that Clang will be the default compiler in FreeBSD
  10, how will the port be compiled then?
 
 VBox port will be using gcc from ports tree (as a build dependency).
 

I see, should it not support an up to date version of gcc then? I dont like 
the idea of having a dependancy on an obsolete compiler just to compile one 
port.
___
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: [Call for Testers] VirtualBox 4.2.4

2012-10-30 Thread Mike Jakubik
On Tuesday 30 October 2012 4:44:51 PM Mikhail Tsatsenko wrote:

 I am sorry for confusion. But saying gcc from ports tree I meant some
 day when gcc will be removed from base system. Until it happens (and
 it will probably not at least in FreeBSD10) VirtualBox will be
 compiled with gcc 4.2 from base system.
 

No appology necessary, i understand what you mean. My point is, will it 
require gcc 4.2 from ports, or will it compile with a more up to date version 
of gcc, such as gcc 4.7.

Thanks.
___
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: [Call for Testers] VirtualBox 4.2.4

2012-10-30 Thread Mike Jakubik
On Tuesday 30 October 2012 4:05:06 PM Mike Jakubik wrote:
 On Tuesday 30 October 2012 3:56:29 PM Bernhard Fröhlich wrote:
  On Tue, Oct 30, 2012 at 8:12 PM, Mike Jakubik
  
   Hello, i have just tried to compile this on an up to date releng9
   system.
   
   - Base GCC, compiles ok, works ok.
   
   - GCC47, fails, due to ugly -fno-format-extensions and
   -fformat-extensions compiler hacks.
  
  Patches are welcome but it's not supported from us yet and probably will
  never be.
 
 Thats a shame, i'll see if i can make it work, though im not an expert in
 this field.

This was apprantly already discussed by others two years ago.

http://lists.freebsd.org/pipermail/freebsd-emulation/2010-July/007873.html

I've modified Config.kmk to exclude those FreeBSD custom compiler options and 
it 
continued to compile. Unforntunately it did fail again but for a different 
reason, it seems like getting this to work with an up to date version of gcc 
wouldnt be too hard by someone who knew what they were doing.


---
kBuild: Compiling VBoxSVC - /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/src/VBox/Main/src-
server/freebsd/HostHardwareFreeBSD.cpp
In file included from /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/src/VBox/Main/src-
server/freebsd/HostHardwareFreeBSD.cpp:44:0:
/usr/include/cam/cam.h:261:39: error: 'FILE' has not been declared
In file included from /usr/include/cam/cam_ccb.h:42:0,
 from /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/src/VBox/Main/src-
server/freebsd/HostHardwareFreeBSD.cpp:45:
/usr/include/cam/scsi/scsi_all.h:2183:31: error: 'FILE' has not been declared
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.4/src/VBox/Main/src-
server/freebsd/HostHardwareFreeBSD.cpp: In function 'int 
getDVDInfoFromCAM(DriveInfoList*, bool*)':
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.4/src/VBox/Main/src-
server/freebsd/HostHardwareFreeBSD.cpp:254:122: warning: invalid conversion 
from 'int' to 'periph_pattern_flags' [-fpermissive]
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.4/src/VBox/Main/src-
server/freebsd/HostHardwareFreeBSD.cpp: At global scope:
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.4/src/VBox/Main/src-
server/freebsd/HostHardwareFreeBSD.cpp:337:12: warning: unused parameter 
'isDVD' [-Wunused-parameter]
kmk: *** [/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/out/freebsd.amd64/release/obj/VBoxSVC/src-
server/freebsd/HostHardwareFreeBSD.o] Error 1
The failing command:
@g++47 -c -O2 -g -pipe -pedantic -Wshadow -Wshadow -Wall -Wextra -Wno-missing-
field-initializers -Wno-unused -Wno-trigraphs -fdiagnostics-show-option -Wno-
long-long -Wno-long-long -Wno-delete-non-virtual-dtor -Wno-variadic-macros -
Wno-long-long -Wno-non-virtual-dtor -Wshadow -fshort-wchar -fpermissive -
fexceptions -frtti -O2 -mtune=generic -fno-omit-frame-pointer -fno-strict-
aliasing -fvisibility-inlines-hidden -fvisibility=hidden -
DVBOX_HAVE_VISIBILITY_HIDDEN -DRT_USE_VISIBILITY_DEFAULT -g -pipe -pedantic -
Wshadow -Wshadow -Wall -Wextra -Wno-missing-field-initializers -Wno-trigraphs -
fdiagnostics-show-option -Wno-long-long -Wno-long-long -Wno-delete-non-
virtual-dtor -Wno-variadic-macros -Wno-long-long -Wno-non-virtual-dtor -
Wshadow -fshort-wchar -fpermissive -fexceptions -frtti -O2 -mtune=generic -
fno-omit-frame-pointer -fno-strict-aliasing -fvisibility-inlines-hidden -
fvisibility=hidden -DVBOX_HAVE_VISIBILITY_HIDDEN -DRT_USE_VISIBILITY_DEFAULT -
m64 -I/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/src/VBox/Main/include -
I/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/out/freebsd.amd64/release/obj/VBoxSVC -
I/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/out/freebsd.amd64/release/obj/Main/ -
I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.4/src/VBox/Main -
I/usr/include -I/usr/X11R6/include -I/usr/local/include -
I/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/out/freebsd.amd64/release/bin/sdk/bindings/xpcom/include
 
-I/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/out/freebsd.amd64/release/bin/sdk/bindings/xpcom/include/xpcom
 
-I/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/out/freebsd.amd64/release/bin/sdk/bindings/xpcom/include/string
 
-I/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/out/freebsd.amd64/release/bin/sdk/bindings/xpcom/include/xpcom
 
-I/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/out/freebsd.amd64/release/bin/sdk/bindings/xpcom/include/nsprpub
 
-I/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/out/freebsd.amd64/release/bin/sdk/bindings/xpcom/include/ipcd
 
-I/usr/local/include/libpng -I/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/include -I/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.2.4/out/freebsd.amd64/release -DVBOX -
DVBOX_WITH_DEBUGGER -DVBOX_OSE -DVBOX_WITH_64_BITS_GUESTS -
DVBOX_WITH_HARDENING -DRT_OS_FREEBSD -D__FREEBSD__ -DRT_ARCH_AMD64

Can not compile VIrtualbox 4.1.22

2012-10-29 Thread Mike Jakubik
Hello,

There appears to be a typo of some sort in one of the sed files in the port.

---

kBuild: Pass - Build Programs
kBuild: Linking bin2c
kBuild: Linking biossums
kBuild: Linking filesplitter
kBuild: Generating /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.1.22/out/freebsd.amd64/release/obj/Runtime/errmsgdata.h
kBuild: Compiling RuntimeBldProg - /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.1.22/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp
kBuild: Compiling RuntimeBldProg - /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.1.22/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp
kBuild: Compiling RuntimeBldProg - /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.1.22/src/VBox/Runtime/common/ldr/ldr.cpp
kBuild: Compiling RuntimeBldProg - /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.1.22/src/VBox/Runtime/common/ldr/ldrELF.cpp
/usr/local/bin/kmk_sed: file /usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.1.22/src/VBox/Runtime/common/err/errmsg.sed line 31: 
Unmatched [ or [^
kmk: *** [/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.1.22/out/freebsd.amd64/release/obj/Runtime/errmsgdata.h] 
Error 1
kmk: *** Deleting file `/usr/ports/emulators/virtualbox-
ose/work/VirtualBox-4.1.22/out/freebsd.amd64/release/obj/Runtime/errmsgdata.h'
kmk: *** Waiting for unfinished jobs
kmk: *** Exiting with status 2
*** [do-build] Error code 2

Stop in /usr/ports/emulators/virtualbox-ose.
*** [build] Error code 1

Stop in /usr/ports/emulators/virtualbox-ose.


Thanks.
___
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: apache22 options NG rewrite testers wanted

2012-09-04 Thread Mike Jakubik
On Sun, 2012-09-02 at 10:15 +0200, Olli Hauer wrote:
 On 2012-09-02 01:48, Waitman Gobble wrote:
OK, I can do that... BUT those three options were 'already' selected 
when i did
   the test... 
   
   snip ...
   
   
   So it seems more and more the reported issue is a local one.
  
  I agree. So you *don't* need testing on my 9 machine, right?
 
 Right,
 
 Thanks for your support!
 
 --
 Regards,
 olli



Hello,

This change seems to break an upgrade path on my system.

# pkg_version -v|grep needs
apache-worker-2.2.22_5 needs updating (port has
2.2.22_7)

Ok, lets update it.

# portmaster apache-worker

=== Currently installed version: apache-worker-2.2.22_5
=== Port directory: /usr/ports/www/apache22

=== This port is marked IGNORE
=== does not build with CGI. Please de-select CGI and select CGID
instead


=== If you are sure you can build it, remove the
   IGNORE line in the Makefile and try again.
Terminated

Great, no more cgi, seems like cgid is the new cgi, OK, lets update the
config.

# cd /usr/ports/www/apache22
# make config

Uncheck mod_cgi. Run portmaster again, same error message.

# cd /usr/ports/www/apache22-worker-mpm
# make config

Hrm, mod_cgi is not even listed here. Lets trey to build this port.

# make

===  apache22-worker-mpm-2.2.22_7 conflicts with installed package(s): 
  apache-worker-2.2.22_5

  They install files into the same place.
  You may want to stop build with Ctrl + C.

Conflicts? It's the same port

Thanks.





___
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: apache22 options NG rewrite testers wanted

2012-09-04 Thread Mike Jakubik
On Tue, 2012-09-04 at 22:49 +0200, olli hauer wrote:

 If possible wait the next 40min. Im reworking at the moment the last APR only 
 option
 about IPv4-mapping. IPv6 is an APR only option and v4-mapping should be off 
 by default.
 (My tests build are running at the moment, I only have to overcome the 
 description limit with DIALOG ...)


Olli,

Thanks for the quick response, i will wait for your next update.

Mike.

___
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


[Fwd: [Announce] Regressions in httpd 2.2.18, apr 1.4.4, and apr-util 1.3.11]

2011-05-19 Thread Mike Jakubik
FYI.

 Forwarded Message 
From: William A. Rowe Jr. wr...@rowe-clan.net
To: d...@httpd.apache.org, us...@httpd.apache.org, APR Developer List
d...@apr.apache.org
Subject: [Announce] Regressions in httpd 2.2.18, apr 1.4.4, and apr-util
1.3.11
Date: Thu, 19 May 2011 12:17:52 -0500


New releases are in progress for each of these projects and are
expected to be available in the coming days.  The upcoming httpd
2.2.19 will bundle new releases of apr and apr-util which correct
the regressions described below.  An announcement of these releases
will be broadcast.

Note: httpd 2.2.18 bundles apr 1.4.4 and apr-util 1.3.11.

Summary of regressions:

httpd 2.2.18: The ap_unescape_url_keep2f() function signature was changed.
This breaks binary compatibility of a number of third-party modules. In
addition, a regression in apr 1.4.4 (see below) could cause httpd to hang.

apr 1.4.4: A fix in apr 1.4.4 apr_fnmatch() to address CVE-2011-0419
introduced a new vulnerability.  A patch is attached and should be used
if httpd workers enter a hung state (100% cpu utilization) after updating
to httpd 2.2.18 or apr-util 1.4.4, or if hangs are seen in other apr
applications which use apr_fnmatch().

apr-util 1.3.11: A fix to LDAP support in apr-util 1.3.11 could cause
crashes with httpd's mod_authnz_ldap in some situations.




___
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


devel/apr1 1.4.4 regression (was: 1.4.4 breaks apache22)

2011-05-18 Thread Mike Jakubik
Hi,

While troubleshooting my problem with apr 1.4.4 and mod_jk i discovered
from upstream (devs on apr maillist) that there is a regression in this
version, reverting the port to a previous version might be a good idea
while a fix is created.

http://mail-archives.apache.org/mod_mbox/apr-dev/201105.mbox/%
3cbanlktimk9sh0-wcnja1bmliy+oededo...@mail.gmail.com%3E

http://marc.info/?l=apr-devm=130574543300832w=2


Thanks.
___
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


FreeBSD Port: devel/apr1 (1.4.4 breaks apache22)

2011-05-17 Thread Mike Jakubik
Hello,

I just updated my apache22 from 2.2.17 to 2.2.18, this update also
updated apr1 from 1.4.2 to 1.4.4. After restarting my web server i was
not able to connect to anything. The logs did not show anything wrong
but apache was taking up 100% cpu on all processes and the system load
was steadily going up. Reverting back to apache 2.2.17 did not help,
only solution was to downgrade apr1 to 1.4.2. I am running this on
freebsd 7.4.

Thanks. 
___
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: FreeBSD Port: devel/apr1 (1.4.4 breaks apache22)

2011-05-17 Thread Mike Jakubik
On Tue, 2011-05-17 at 22:51 +0400, Yuri Pankov wrote:

 On Tue, May 17, 2011 at 02:17:29PM -0400, Mike Jakubik wrote:
  Hello,
  
  I just updated my apache22 from 2.2.17 to 2.2.18, this update also
  updated apr1 from 1.4.2 to 1.4.4. After restarting my web server i was
  not able to connect to anything. The logs did not show anything wrong
  but apache was taking up 100% cpu on all processes and the system load
  was steadily going up. Reverting back to apache 2.2.17 did not help,
  only solution was to downgrade apr1 to 1.4.2. I am running this on
  freebsd 7.4.
 
 Just for the record:
 
 apr-ipv6-devrandom-db48-1.4.4.1.3.11
 apache-2.2.18
 
 seem to work fine for me on 8.2-RELEASE/amd64 (Apache/2.2.18 (FreeBSD)
 mod_ssl/2.2.18 OpenSSL/0.9.8q DAV/2 SVN/1.6.16 Server).
 
 
 Yuri


I just tried on another server, similar configuration but this one is
8.2. Same behaviour.

PID USERNAMETHR PRI NICE   SIZERES STATE   C   TIME   WCPU
COMMAND
11241 www   1 1140 61492K 11200K CPU00   0:53 78.96%
httpd
11237 www   1 1100 61492K 11276K RUN 1   0:40 66.26%
httpd
11238 www   1 1080 61492K 11276K RUN 0   0:50 56.05%
httpd

Process takes up all resources and is unresponsive, no errors are
logged.

Web Server 1:
Apache/2.2.17 (FreeBSD) PHP/5.3.6 with Suhosin-Patch mod_jk/1.2.31
mod_ssl/2.2.17 OpenSSL/0.9.8q
FreeBSD web.local 7.4-STABLE FreeBSD 7.4-STABLE #0: Tue May  3 17:45:17
EDT 2011 root@web.local:/usr/obj/usr/src/sys/WEB  amd64

Web Server 2:
Apache/2.2.18 (FreeBSD) mod_jk/1.2.31 PHP/5.3.6 with Suhosin-Patch
mod_ssl/2.2.18 OpenSSL/0.9.8q
FreeBSD staging.local 8.2-STABLE FreeBSD 8.2-STABLE #0: Thu Mar  3
17:32:06 EST 2011 root@staging.local:/usr/obj/usr/src/sys/STAGING
amd64


___
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: FreeBSD Port: devel/apr1 (1.4.4 breaks apache22)

2011-05-17 Thread Mike Jakubik
On Tue, 2011-05-17 at 22:54 +0200, olli hauer wrote:


 Hi Mike,
 
 can you give some more details about your APR configuration?
 
 $ cd devel/apr1
 $ make showconfig
 
 And maybe disable the mod_jk module for a test?


I have confirmed the culprit to be mod_jk, however re-compiling mod_jk
does not solve the problem. Unfortunately this module is essential to
our environment. Below is the apr1 config.

=== The following configuration options are available for
apr-devrandom-1.4.4.1.3.11:
 THREADS=on Enable Threads in apr
 IPV6=off Enable IPV6 Support in apr
 BDB=off Enable Berkley BDB support in apr-util
 GDBM=off Enable GNU dbm support in apr-util
 LDAP=off Enable LDAP support in apr-util
 MYSQL=off Enable MySQL suport in apr-util
 NDBM=off Enable NDBM support in apr-util
 PGSQL=off Enable Postgresql suport in apr-util
 SQLITE=off Enable SQLite3 support in apr-util
 DEVRANDOM=on Use /dev/random or compatible in apr


Thanks.
___
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: FreeBSD Port: devel/apr1 (1.4.4 breaks apache22)

2011-05-17 Thread Mike Jakubik
On Tue, 2011-05-17 at 23:17 +0200, olli hauer wrote:

 On 2011-05-17 23:04, Mike Jakubik wrote:
  On Tue, 2011-05-17 at 22:54 +0200, olli hauer wrote:
  
  
  Hi Mike,
 
  can you give some more details about your APR configuration?
 
  $ cd devel/apr1
  $ make showconfig
 
  And maybe disable the mod_jk module for a test?
  
  
  I have confirmed the culprit to be mod_jk, however re-compiling mod_jk
  does not solve the problem. Unfortunately this module is essential to
  our environment. Below is the apr1 config.
 
 Do you have a complex mod_jk configuration maybe it is possible
 that we try to rewrite this to use the new mod_ajp module included
 in apache22?
 
 I'm using them now since a view years and haven't looked back.
 


It's fairly simple, ill have to see how mod_ajp works and test it in our
staging environment first. However anyone else that uses mod_jk will run
in to this eventually, guess i should contact the apache team
responsible for the two.

Thanks for the info.

___
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


Postfix and VDA patch 32/64 bit?

2011-02-16 Thread Mike Jakubik
Hello,

I was just in the process of updating my local postfix port to include
the recently release VDA 2.8.0 patch. The ports Makefile states that the
VDA patch is for 32bit platforms only and that a separate patch is
required for 64bit. However the 64bit patch is not defined anywhere and
the folks who make the VDA patch supply only one flavour since version
2.7.0. Is the current patch designed for both platforms? Can anyone
clarify this?

Thanks.

___
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: FreeBSD Port: tomcat-6.0.24

2010-10-28 Thread Mike Jakubik
On Wed, 2010-10-27 at 20:42 +0200, Alex Dupre wrote:

 Mike Jakubik ha scritto:
  Does anyone have a working solution for this? The status command still
  does not work in tomcat 6.0.29. The above suggestion does not work either.
 
 The status command works on tomcat 6/7 ports.
 


Indeed it does, i reinstalled the port and it's working fine now, my
startup script wasn't updated previously for some reason it seems.

Thanks!
___
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: FreeBSD Port: tomcat-6.0.24

2010-10-27 Thread Mike Jakubik
On Thu, 2010-03-25 at 11:31 +0100, Alex Dupre wrote:

 Ян Злобин ha scritto:
  Please, fix small FreeBSD port error.  In the tomcat-6.0.24 rc.d script
  missed line:
  
  procname=java 
 
 This is the wrong way to fix it, you should create a patch using the
 tomcat_check_pidfile() rc function.
 


Does anyone have a working solution for this? The status command still
does not work in tomcat 6.0.29. The above suggestion does not work
either.

Thanks.

___
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: www/openx vuln

2010-09-16 Thread Mike Jakubik
The risk is real, my own server was compromised yesterday.

http://news.softpedia.com/news/Unpatched-OpenX-Vulnerability-Exploited-to-Compromise-Multiple-Ad-Servers-156402.shtml

I am in the process of creating an updated port, should file a pr soon,
but it should be marked as forbidden until then.

On Thu, 2010-09-16 at 19:19 +0400, Ruslan Mahmatkhanov wrote:

 16.09.2010 17:59, Dan Langille пишет:
 
  On Thu, September 16, 2010 1:09 am, Ruslan Mahmatkhanov wrote:
  16.09.2010 05:45, Dan Langille пишет:
  This came in last night: http://blog.openx.org/09/security-update/
 
  Port needs to be upgraded to 2.8.8 and a vuln entry created Sorry,
  bags not me.
 
 
  Until update is not come up, user can apply this workaround:
 
  echo RemoveType .php  www/images/.htaccess
 
  Do you have a reference for this fix? A URL we can refer people to?
 
 Not really, but i read there (originally in Russian):
 
 http://translate.google.com/translate?js=nprev=_thl=ruie=UTF-8layout=2eotf=0sl=rutl=enu=http%3A%2F%2Fwww.opennet.ru%2Fopennews%2Fart.shtml%3Fnum%3D27971
 
 that vulnerable plugin allows to attacker upload php-file into images 
 dir and that disabling handling php in that directory via RemoveHandler 
 or RemoveType successfully closes the bug.
 


___
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: i keep *trying* to move from portupgrade to portmaster

2010-08-17 Thread Mike Jakubik

On 8/16/2010 4:29 PM, Doug Barton wrote:

On 8/16/2010 6:49 AM, Mike Jakubik wrote:


Im not saying because its in portupgrade it needs to be in portmaster.
I'm simply saying that it's a useful feature for me, and possibly
others.


I guess my question is what is the use case that portmaster doesn't
already cover? You can specify a list of ports on the command line, or
you can use the -i option with a wider glob, or even -a. There is also
the +IGNOREME file option; all of these are described in the man page.


I guess my approach to updates with portupgrade does not apply well to 
portmaster since portupgrade does not update dependencies by default. On 
a sliglty out of date box i would start updating dependencies such as 
libraries (portupgrade lib\*) before i would do the actual programs, and 
this would only update what needed an update instead of rebuilding 
everything. I just never felt comfortable for some reason using the -R 
option in portupgrade. You are probably right that this is not needed, 
i'll just have to change my habbits. Sorry for the noise, and thanks for 
the work on this port.



I think it's pretty obvious what my preference is, but if you can
demonstrate the need I'm willing to consider it.


Doug




___
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: i keep *trying* to move from portupgrade to portmaster

2010-08-17 Thread Mike Jakubik

On 8/17/2010 4:07 AM, Matthias Andree wrote:


To be a bit impolite and blunt, if people acted a bit less helplessly --
meaning that the solution is so relatively simple as a one-liner in a
reasonable shell -- there probably isn't a need to change portmaster
code. This can instead go into the portmaster manual as a usage example.


If no one asked or complained there would be no progress. I think you 
misnterperted my intentions, which were to make the tool easier and more 
functional for everyone. A lot of complex tasks can be accomplished with 
a 1 line amalgamation of grep, awk, perl, etc. This doesn't mean we 
shouldn't build tools that simplify those tasks, hence the portmaster 
tool itself.



And telling what this is up to doing without committing to it is as
simple as prefixing echo to the whole line.



You assume my level of commitment because i didn't produce code before 
asking the author for his opinion? Ok..

___
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: i keep *trying* to move from portupgrade to portmaster

2010-08-16 Thread Mike Jakubik

On 8/13/2010 11:51 AM, Freddie Cash wrote:

On Fri, Aug 13, 2010 at 8:47 AM, Mike Jakubik
mike.jaku...@intertainservices.com  wrote:



Thanks for the info. Do you think this may be a usefull feature for other
users coming from portupgrade though? If there is an option to always
rebuild, one would think there would be an opposite option too.


I can't speak for Doug as to what gets added to portmaster.

However, as a user of portmaster, I would like to say that just
because portupgrade (or portmanager, or port-tool-of-the-month) has a
specific feature, doesn't mean it absolutely needs to be added to
portmaster.



Im not saying because its in portupgrade it needs to be in portmaster. 
I'm simply saying that it's a useful feature for me, and possibly 
others. It also doesnt make sense to me to have an option to explicitly 
force rebuilds of ports that don't need an update, but have no option to 
disable rebuilds.



Personally, I can say that in my many years of using port management
tools (on firewalls, routers, servers, and desktops), I have never had
a need for a feature like this.


___
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: i keep *trying* to move from portupgrade to portmaster

2010-08-12 Thread Mike Jakubik
 I tried portmaster for myself and im wondering how to get the 
functionality of portupgrade lib\*, meaning update all libraries that 
need updating. With portmaster lib\* it tries to update and rebuild 
all libraries, how can i tell portmaster to only update what needs 
updating? I can't find such an option in the man page, there is an 
option to always rebuild but no option to never rebuild. There is also 
-i, but it's a pain in the ass to manually select y/n for all libraries. 
Am i not seeing something in the man page?

___
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: tomcat 7

2010-07-13 Thread Mike Jakubik

On 7/13/2010 3:49 AM, Alex Dupre wrote:

Mike Jakubik ha scritto:
   

Yes, i unfortunately require some of my tomcat servers to run on port
80. The Apache web server forks off as www but starts as root. Tomcat
cant do that, unless you use jsvc, which the port does not.
 

I've updated the port tarball, same url. Can you check if the change is
enough for you?

   


That works for me, 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


Invalid greeting from from master CVS server

2010-07-05 Thread Mike Jakubik

Hi,

Something is up with the master CVS server today, below is the error.

# csup -L 2 /etc/ports-supfile
Parsing supfile /etc/ports-supfile
Connecting to cvsup.FreeBSD.org
Connected to 72.233.193.64
Invalid greeting from server

Thanks.
___
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: tomcat 7

2010-07-05 Thread Mike Jakubik

On 7/2/2010 6:33 AM, Alex Dupre wrote:

Hi All,
I prepared a port for the new beta (7.0.0) release of apache tomcat 7.
The tarball is available here: http://www.alexdupre.com/tomcat7.tar.gz
The current tomcat6 port is full of (IMHO) useless variables and
variable substitutions, so I decided to cut them down and simplify the
port a lot. Test it, if you are interested.

   


Thanks for the port. It looks like you droped support for the 
tomcat60_user variable (which user to run tomcat as), this is quite 
useful here. Any particular reason for this?


___
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: FreeBSD Port: net-mgmt/net-snmp

2010-05-13 Thread Mike Jakubik



On 5/13/2010 12:56 AM, Sahil Tandon wrote:

On Wed, 12 May 2010, Mike Jakubik wrote:

   

I am having trouble compiling net-snmp on a number of 8-STABLE
systems, below is the error.
 

Are you using any non-default OPTIONS?

   



Yes, i am removing IPV6 and PERL options.

___
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: FreeBSD Port: net-mgmt/net-snmp

2010-05-13 Thread Mike Jakubik

On 5/13/2010 12:02 PM, Sahil Tandon wrote:


That is what I suspected.  Please try the patch I sent in my initial 
reply and try again - let us know how it goes.




The patch worked for me, thanks!

___
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


FreeBSD Port: net-mgmt/net-snmp

2010-05-12 Thread Mike Jakubik

Hi,

I am having trouble compiling net-snmp on a number of 8-STABLE systems, 
below is the error.


Thanks.

---
creating libnetsnmpmibs.la
(cd .libs  rm -f libnetsnmpmibs.la  ln -s ../libnetsnmpmibs.la 
libnetsnmpmibs.la)

: libnetsnmpmibs.la
/bin/sh ../libtool --mode=compile cc -I../include -I. -I../agent 
-I../agent/mibgroup  -I../snmplib -I/usr/include -O2 -pipe -march=nocona 
-fno-strict-aliasing -Ufreebsd8 -Dfreebsd8=freebsd8 -c -o snmpd.lo snmpd.c
 cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib 
-I/usr/include -O2 -pipe -march=nocona -fno-strict-aliasing -Ufreebsd8 
-Dfreebsd8=freebsd8 -c snmpd.c  -fPIC -DPIC -o .libs/snmpd.o
 cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib 
-I/usr/include -O2 -pipe -march=nocona -fno-strict-aliasing -Ufreebsd8 
-Dfreebsd8=freebsd8 -c snmpd.c -o snmpd.o /dev/null 21
/bin/sh ../libtool --mode=link cc -O2 -pipe -march=nocona 
-fno-strict-aliasing -Ufreebsd8 -Dfreebsd8=freebsd8 -o snmpd snmpd.lo 
-L../snmplib/.libs -L../snmplib -L./.libs -L./helpers/.libs -L./helpers 
-L/usr/lib  -rpath=/usr/lib:/usr/local/lib libnetsnmpagent.la 
helpers/libnetsnmphelpers.la libnetsnmpmibs.la ../snmplib/libnetsnmp.la 
-lelf -lssp_nonshared
cc -O2 -pipe -march=nocona -fno-strict-aliasing -Ufreebsd8 
-Dfreebsd8=freebsd8 -o .libs/snmpd .libs/snmpd.o 
-rpath=/usr/lib:/usr/local/lib  
-L/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.4.2.1/agent/.libs 
-L/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.4.2.1/agent/helpers/.libs 
-L/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.4.2.1/snmplib/.libs 
-L/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.4.2.1/snmplib 
-L/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.4.2.1/agent/helpers 
-L/usr/lib ./.libs/libnetsnmpagent.so helpers/.libs/libnetsnmphelpers.so 
./.libs/libnetsnmpmibs.so 
/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.4.2.1/agent/helpers/.libs/libnetsnmphelpers.so 
/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.4.2.1/agent/.libs/libnetsnmpagent.so 
-lwrap -lkvm 
/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.4.2.1/snmplib/.libs/libnetsnmp.so 
-ldevstat ../snmplib/.libs/libnetsnmp.so -lcrypto -lelf 
-lssp_nonshared   -Wl,--rpath -Wl,/usr/local/lib

./.libs/libnetsnmpmibs.so: undefined reference to `exp'
*** Error code 1

Stop in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.4.2.1/agent.
*** Error code 1

___
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: php 5.3 (cant compile php5-mbstring since upgrade)

2010-04-14 Thread Mike Jakubik

On 4/14/2010 2:11 AM, Alex Dupre wrote:

Mike Jakubik ha scritto:

I've updated my php to 5.3 as instructed in the UPDATING file, however i
can not compile php5-mbstrings, it cant find pcre headers (this is
supposedly in the base dist now, so i deleted the old php5-pcre port it
as instructed).


Please, if you don't follow the UPDATING file (or if you follow in the 
reverse order), don't say you have followed it :-)


If you have problems with pcre headers, it means you have updated php5 
and then removed php5-pcre. To fix it, simply rebuild php5 again and 
continue.




You got me :) I guess i was feeling a little dyslexic yesterday.

Thanks!
___
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


php 5.3 (cant compile php5-mbstring since upgrade)

2010-04-13 Thread Mike Jakubik

Hi,

I've updated my php to 5.3 as instructed in the UPDATING file, however i 
can not compile php5-mbstrings, it cant find pcre headers (this is 
supposedly in the base dist now, so i deleted the old php5-pcre port it 
as instructed).


---
 cc -DHAVE_CONFIG_H -I. 
-I/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring 
-DPHP_ATOM_INC 
-I/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/include -I/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/main 
-I/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring 
-I/usr/local/include/php -I/usr/local/include/php/main 
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend 
-I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib 
-I/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/libmbfl -I/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/libmbfl/mbfl 
-I/usr/local/include -I/usr/local/include/php 
-I/usr/local/include/php/main -I/usr/local/include/php/TSRM 
-I/usr/local/include/php/Zend -I/usr/local/include/php/ext 
-I/usr/local/include/php/ext/date/lib 
-I/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/libmbfl -I/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/libmbfl/mbfl 
-DHAVE_CONFIG_H -O2 -pipe -march=nocona -fno-strict-aliasing -c 
/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/libmbfl/nls/nls_tr.c  
-fPIC -DPIC -o libmbfl/nls/.libs/nls_tr.o
/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/mbstring.c:89:31: 
error: ext/pcre/php_pcre.h: No such file or directory
/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/mbstring.c: 
In function '_php_mb_compile_regex':
/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/mbstring.c:916: 
error: 'pcre' undeclared (first use in this function)
/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/mbstring.c:916: 
error: (Each undeclared identifier is reported only once
/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/mbstring.c:916: 
error: for each function it appears in.)
/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/mbstring.c:916: 
error: 'retval' undeclared (first use in this function)
/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/mbstring.c:921: 
error: 'PCRE_CASELESS' undeclared (first use in this function)
/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/mbstring.c: 
In function '_php_mb_match_regex':
/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/mbstring.c:931: 
error: 'pcre' undeclared (first use in this function)
/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/mbstring.c:931: 
error: expected expression before ')' token

*** Error code 1
1 error
*** Error code 1

Stop in /usr/ports/converters/php5-mbstring.

Thanks.
___
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


FreeBSD Port: databases/sqlite3

2009-11-09 Thread Mike Jakubik
Hello,

It seems that a recent version of sqlite3 has gained a build dependency on
TCL. How can i build this port without TCL? Sqlite3-3.6.14.2 did not
require this. The TCL wrapper is disabled in the make config.

Thanks.

___
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: FreeBSD Port: databases/sqlite3

2009-11-09 Thread Mike Jakubik
On Mon, November 9, 2009 4:29 pm, Mike Jakubik wrote:
 Hello,

 It seems that a recent version of sqlite3 has gained a build dependency on
 TCL. How can i build this port without TCL? Sqlite3-3.6.14.2 did not
 require this. The TCL wrapper is disabled in the make config.

 Thanks.

After further research, it appears that the distribution that the port
uses requires TCL to build, I'm guessing this is a recent change.

---
SQLite does not require TCL to run, but a TCL installation is required
by the makefiles.  SQLite contains a lot of generated code and TCL is
used to do much of that code generation.  The makefile also requires
AWK.
---

I downloaded the sqlite-amalgamation-3.6.20.tar.gz distribution and i was
able to compile this one without TCL, a simple ./configure  make did the
job.




___
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


ports/139720: shells/bash: fix $() parsing

2009-11-03 Thread Mike Jakubik
Hello,

It seems that this recent patch introduced a new dependency on bison from
the ports tree. When i performed an portupgrade of 'bash-4.0.33' to
'bash-4.0.33_2' a new dependency for bison appeared. Was this the intended
behavior? I am just curious as it was not needed before.

Thanks.

___
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: Mailscanner port error

2009-09-17 Thread Mike Jakubik
On Thu, September 17, 2009 11:08 am, Johan Hendriks wrote:
 Mike Jakubik schreef:
 On Thu, September 17, 2009 6:43 am, Johan Hendriks wrote:

  Hello  First off  all, sorry to bother you this way.
  Secondly thanks for your time on creating the MailScanner port.

  I have a freebsd 7.1 system running Mailscanner and perl5.10   Today I
 updated perl to perl 5.10.1 and mailscanner to 4.78.9   After the perl
 update I did do the perl-after-upgrade steps, and after that (I still
 got


 Did you run perl-after-upgrade with the -f option?


 Yes i did !
 But even if i did not the portupgrade -rf  perl has rebuild all ports
 depending on perl.
 So it should be no problem.

 If i revert back to 5.10.0 all is fine again!!
 It looks like the same error when going from 5.8.8 to 5.8.9.

Right, unfortunately i don't know why this happens, someone in the freebsd
community that has good knowledge of perl needs to look in to this, sorry.


___
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: Mailscanner beta. - devel.

2009-08-28 Thread Mike Jakubik
On Fri, August 28, 2009 9:11 am, Jerry wrote:
 On Fri, 28 Aug 2009 10:37:29 +0100
 Richard Mealing rich...@fastnet.co.uk wrote:

 I am trying to download the latest beta for mailscanner, which on the
 mailscanner site it suggests is - Version 4.78.14-1 for Solaris /
 BSD / Other Linux / Other Unix
 http://mailscanner.info/files/4/tar/MailScanner-install-4.78.14-1.tar.gz

 When I search the port tree I only see version -
 MailScanner-devel-4.60.5_4
 http://cvsweb.FreeBSD.org/ports/mail/mailscanner-devel

 Can this be updated at all?

 The latest version available in the ports tree is: MailScanner-4.75.11

 You might want to update your ports tree. In addition, the port
 maintainer is: j.koopm...@seceidos.de. You might want to contact him
 regarding your request.

See http://www.freebsd.org/cgi/query-pr.cgi?pr=137747 for a newer version.


___
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: Updating the Mailscanner port

2009-08-17 Thread Mike Jakubik
On Fri, August 14, 2009 2:53 pm, Johan Hendriks wrote:


 Well i can assure you that that was not the case.
 I did test it by going to 5.10, which worked, do all the things in
 /usr/ports/UPDATING.
 Then going back to 5.8.9, it did not work.
 Going back to 5.8.8 it did work.

 I also did fresh installs on FreeBSD 6.x and 7.x  with the new perl 5.8.9
 at that time and MailScanner refused to work.
 5.8.9. just did not work!

 here is the thread off that on the ports list
 http://lists.freebsd.org/pipermail/freebsd-ports/2009-February/052959.html
 I got an answer from someone who also had the same issue on a clean
 install.

 So let MailScanner depend on 5.10.x is not a so bad in my opinion.
 And if it is just a mailscanner server the update from 5.8.x to 5.10.x is
 not so bad to do.
 I did it on all my systems and not one did fail. approx 20 with FreeBSD
 6.x, 7.x and 8-CURRENT at that time

I have managed to install and run this port on a fresh install of FreeBSD
and Perl 5.9. However i am still unable to use it on some of my production
servers. Some condition seems to trigger this problem when upgrading Perl
5.8.8 to 5.8.9. I am not sure what it is at this time. Since it works for
someone people i have taken out the explicit dependency on Perl 5.10 and
have instead added an note on this problem.


___
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: Updating the Mailscanner port

2009-08-14 Thread Mike Jakubik
On Fri, August 14, 2009 11:18 am, Kevin Kobb wrote:

 I do remember seeing these problems reported, but for the life of me, I
 can not reproduce them. I use 5.8.9 in production, and get 20 to 40
 thousand messages a day scanned without a problem. I am setting up a new
 server, and I will try 5.10 on that and see how things go.

There seems to be some kind of include problem with this version of perl
on freebsd and mailscanner. I am not sure what exact condition triggers
the issue, but enough people have complained about this. As of now I am
unable to run mailscanner on any of my systems with perl 5.8.9, which
version are you using?

http://www.mail-archive.com/freebsd-ports@freebsd.org/msg18581.html

Upgrading perl can indeed be a pain, as this problem shows, however i am
not a perl programmer and i don't know how to address this issue. Perl
5.10 seems to work great. Since no one has addressed this and Jan does not
seem to maintain this anymore, i took the initiative to update the port,
as i needed a new version. This is the latest version, which is labeled as
beta. It seems to be running just fine here, but it would be nice if more
people could test it.

___
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: Updating the Mailscanner port

2009-08-13 Thread Mike Jakubik
On Mon, March 30, 2009 9:49 pm, Mark Linimon wrote:
 On Thu, Mar 26, 2009 at 09:04:30PM +1100, Peter Jeremy wrote:
 If the existing maintainer has disappeared, one option would be for
 you to take over maintainership: Upgrade mailscanner yourself and
 submit the upgrade as a PR that also transfers maintainership to
 youself.  If there's no response after about 2 weeks, the port is yours.

 Actually, there is a 2-week timeout on updates, but a 3-month timeout
 on maintainer inactivity for transferring maintainership.  Vacations
 can last more than 2 weeks :-)

I've just submitted a patch that updates this port to the latest version,
perhaps we can squeeze it in before the freeze.

http://www.freebsd.org/cgi/query-pr.cgi?pr=137747

Thanks.

___
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


Please commit ports/136765 and ports/136727

2009-07-22 Thread Mike Jakubik
Hi,

Could someone please commit these updates before the ports freeze comes
in? I don't think these maintainers are very active any more. I've been
running the updated ports on a few servers for over two weeks now without
any issues.

Thanks.

___
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: Please commit ports/136765 and ports/136727

2009-07-22 Thread Mike Jakubik
On Wed, July 22, 2009 12:21 pm, Wesley Shields wrote:
 On Wed, Jul 22, 2009 at 11:25:24AM -0400, Mike Jakubik wrote:
 Hi,

 Could someone please commit these updates before the ports freeze comes
 in? I don't think these maintainers are very active any more. I've been
 running the updated ports on a few servers for over two weeks now
 without
 any issues.

 It's customary to give each PR a 2 week timeout before committing it.
 These are just over a week old now. We should continue to uphold the
 maintainer timeout for these IMO. If they are not committed by the
 maintainer when the timeout happens please let me know and I'll do my
 best to get them in before the freeze.

OK, sounds good, thanks!

___
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: postgresql 8.4

2009-07-06 Thread Mike Jakubik
On Mon, July 6, 2009 4:41 am, Peter Czanik wrote:

 Hello,
 Postgresql 8.4 was released last week. I wanted to test it, but it
 turned out, that /usr/ports/databases/postgresql84-server is just a copy
 of the 8.3 server. Any news, when a full 8.4 port will be available?
 The 8.4 release notes mention FreeBSD related fixes, so someone is most

I see not mention of any changes relating to FreeBSD in the release notes,
could you elaborate on this?

Thanks.


___
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


FreeBSD Port: mail/postfix (2.6.2 VDA patch)

2009-06-26 Thread Mike Jakubik
Hello,

The VDA patch for 2.6.2 has been out for some time now, any chance we
could add this to the port?

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: MailScanner-4.67.6_3 and perl-5.8.9 not working

2009-02-12 Thread Mike Jakubik
I am also having this problem on a freshly installed system. Have you had
any luck with this?

Jan, Do you have any plans to update the port? It's a bit out of date now.

On Mon, February 9, 2009 6:27 am, Johan Hendriks wrote:
 Hello all.

 I have updated my perl from 5.8.8 to 5.8.9 on some mailscanner machines,
 and now mailscanner is not working anymore.

 I did run the perl-after-upgrade script.



 I also did a clean install on a spare machine of Mailscanner with a recent
 ports tree which sucked in perl 5.8.9 so it is not in the upgrade itself.



 The errors I get are the following, and are on all the systems.(amd64 and
 i386)

 I also tried mailscanner 4.74.16-1 (from my own created port) and it has
 the same error on perl 5.8.9 and it works on 5.8.8



 MailScanner[1420]: Could not use Custom Function code
 /usr/local/lib/MailScanner/MailScanner/CustomFunctions/ZMRouterDirHash.pm,
 it could not be required. Make sure the last line of the file says 1;

 Feb  9 13:14:26 mailrelay2 MailScanner[1420]: Could not use Custom
 Function code
 /usr/local/lib/MailScanner/MailScanner/CustomFunctions/DavidHooton.pm, it
 could not be required. Make sure the last line of the file says 1;

 Feb  9 13:14:26 mailrelay2 MailScanner[1420]: Could not use Custom
 Function code
 /usr/local/lib/MailScanner/MailScanner/CustomFunctions/GenericSpamScanner.pm,
 it could not be required. Make sure the last line of the file says 1;


___
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


FreeBSD Port: devel/php5-spl

2009-01-06 Thread Mike Jakubik
There seems to be a problem compiling this port.

---
===  Building for php5-spl-5.2.8
/bin/sh /usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl/libtool
--mode=compile cc  -I. -I/usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl
-DPHP_ATOM_INC -I/usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl/include
-I/usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl/main
-I/usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl
-I/usr/local/include/php -I/usr/local/include/php/main
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend
-I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
-I/usr/local/include/libxml2 -I/usr/local/include 
-I/usr/local/include/php -DHAVE_CONFIG_H  -O2 -fno-strict-aliasing -pipe
-march=nocona   -c
/usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl/php_spl.c -o php_spl.lo
mkdir .libs
 cc -I. -I/usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl -DPHP_ATOM_INC
-I/usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl/include
-I/usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl/main
-I/usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl
-I/usr/local/include/php -I/usr/local/include/php/main
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend
-I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
-I/usr/local/include/libxml2 -I/usr/local/include
-I/usr/local/include/php -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -pipe
-march=nocona -c
/usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl/php_spl.c  -fPIC -DPIC
-o .libs/php_spl.o
In file included from
/usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl/spl_array.h:26,
 from
/usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl/php_spl.c:32:
/usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl/spl_iterators.h:27:31:
error: ext/pcre/php_pcre.h: No such file or directory
In file included from
/usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl/spl_array.h:26,
 from
/usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl/php_spl.c:32:
/usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl/spl_iterators.h:147:
error: expected specifier-qualifier-list before 'pcre_cache_entry'
*** Error code 1

Stop in /usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl.
*** Error code 1

Stop in /usr/ports/devel/php5-spl.
---

However i do not see a php5-pcre port, only for version 4.


___
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: FreeBSD Port: devel/php5-spl

2009-01-06 Thread Mike Jakubik
On Tue, January 6, 2009 11:56 am, Wesley Shields wrote:
 On Tue, Jan 06, 2009 at 11:21:03AM -0500, Mike Jakubik wrote:
 There seems to be a problem compiling this port.

 ---
 ===  Building for php5-spl-5.2.8
 /bin/sh /usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl/libtool
 --mode=compile cc  -I.
 -I/usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl
 -DPHP_ATOM_INC
 -I/usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl/include
 -I/usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl/main
 -I/usr/ports/devel/php5-spl/work/php-5.2.8/ext/spl

 However i do not see a php5-pcre port, only for version 4.

 Have you taken a look at the 20081211 entry in UPDATING?

 -- WXS

My bad, sorry for the noise :)


___
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


  1   2   >