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 Mark Martinec

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.


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"

  Mark
___
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"


Latest wireshark does not build with base system

2015-11-17 Thread Kevin Oberman
I feel odd commenting, as I think ports should not be using base system
tools like krb5, but that is the default for wireshark. If I choose to use
the port version, it builds fine.

I'd really like to see the default changed to use the port, but, if use of
the base krb5 is allowed, it probably should work.

I have opened https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204649
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
___
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"


comms/gkermit marked as unfetchable, but the website for kermit just changed

2015-11-17 Thread Patrick McMunn
NatureThe old MASTER_SITES was ftp://kermit.columbia.edu/kermit/archives This 
should be updated to ftp://ftp.kermitproject.org/kermit/archives/ This should 
fix the breakage. The homepage for the Kermit project is now 
http://www.kermitproject.org/ Also, gkermit hasn't been updated since 2003. 
ckermit is a newer program which was last updated in 2011. It has more features 
than gkermit, and a port for this newer kermit program should be added.
___
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: php-magickwand marked as broken

2015-11-17 Thread Kurt Jaeger
Hi!

> Sorry, I missed out replying to the list.
> 
> Many thanks, Kurt.  I have tried the patch - it works - and updated the bug
> report.

Thanks for testing, committed!

-- 
p...@opsec.eu+49 171 3101372 5 years to go !
___
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: php-magickwand marked as broken

2015-11-17 Thread Knight of The Code
Sorry, I missed out replying to the list.

Many thanks, Kurt.  I have tried the patch - it works - and updated the bug
report.

Thanks again,
Richard.

On Tue, Nov 17, 2015 at 8:29 PM, Kurt Jaeger  wrote:

> Hi!
>
> > > This port is marked as broken because there are no public distfiles.
>
> > Yes, if you provide a patch via bugs.freebsd.org, I can fix this.
>
> I prepared a patch:
>
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204620
>
> Can you test it ? If it works for you, please note in the
> problem report, then I can commit it.
>
> --
> p...@opsec.eu+49 171 3101372 5 years to
> go !
>
___
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"


www/[firefox|libxul]: configure: error: --enable-chrome-format must be set to either jar, flat, or omni

2015-11-17 Thread O. Hartmann
A day or two ago, I updated ports without any problems, especially www/firefox.
Doing the same mainatining process yesterday and today on several other boxes
results in a fail of either updating www/firefox with the very similar error as
shown below, or with the error shown below after I tried a "portmaster -f
www/libxul' as I suspected a problem in www/libxul.

This problem now makes www/firefox unusable on several systems since yesterday
(Tuesday, 17th of November) with port revision most recently updated.

Since the problem now appears to destroy every firefox installation on CURRENT
(most recent, amd64), the problem got severe for us.

Please fix!

Kind regards,

oh

[...]
configure: error: --enable-chrome-format must be set to either jar, flat, or
omni *** Fix above errors and then restart with\
   "gmake -f client.mk build"
/usr/ports/www/libxul/work/mozilla-esr38/client.mk:361: recipe for target
'configure' failed gmake[2]: *** [configure] Error 1
gmake[2]: Leaving directory '/usr/ports/www/libxul'
===>  Script "configure" failed unexpectedly.
Please report the problem to ge...@freebsd.org [maintainer] and attach the
"/usr/ports/www/libxul/work/mozilla-esr38/config.log" including the output
of the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/www/libxul
*** Error code 1

___
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: comms/gkermit marked as unfetchable, but the website for kermit just changed

2015-11-17 Thread Kurt Jaeger
Hi!

> The old MASTER_SITES was ftp://kermit.columbia.edu/kermit/archives
> This should be updated to ftp://ftp.kermitproject.org/kermit/archives/
> This should fix the breakage.

Done.

> The homepage for the Kermit project
> is now http://www.kermitproject.org/ Also, gkermit hasn't been
> updated since 2003. ckermit is a newer program which was last updated
> in 2011. It has more features than gkermit, and a port for this
> newer kermit program should be added.

That one can be found at comms/kermit.

-- 
p...@opsec.eu+49 171 3101372 5 years to go !
___
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: pkg-fallout mails

2015-11-17 Thread Fernando ApesteguĂ­a
On Fri, Nov 13, 2015 at 8:14 AM, Fernando ApesteguĂ­a
 wrote:
> Hi,
>
> Since the last week (aprox), I keep receiving pkg-fallout mails for
> cad/openvsp, all of them with the following warning:
>
> !!! Jail is newer than host. (Jail: 1100089, Host: 1100079) !!!
> !!! This is not supported. !!!
> !!! Host kernel must be same or newer than jail. !!!
> !!! Expect build failures. !!!
>
> In the past, when I received one isolated mail, I just ignored it, but
> I'm receiving them more often now. Something we can do about this?

Another mail:

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: fernando.apesteg...@gmail.com
Last committer: rak...@freebsd.org
Ident:  $FreeBSD: head/cad/openvsp/Makefile 395630 2015-08-30
17:41:23Z rakuco $
Log URL:
http://beefy3.nyi.freebsd.org/data/head-i386-default/p401796_s290807/logs/openvsp-2.3.0_4.log
Build URL:
http://beefy3.nyi.freebsd.org/build.html?mastername=head-i386-default=p401796_s290807
Log:

>> Building cad/openvsp
build started at Wed Nov 18 06:46:05 UTC 2015
port directory: /usr/ports/cad/openvsp
building for: FreeBSD head-i386-default-job-12 11.0-CURRENT FreeBSD
11.0-CURRENT r290807 i386
maintained by: fernando.apesteg...@gmail.com
Makefile ident:  $FreeBSD: head/cad/openvsp/Makefile 395630
2015-08-30 17:41:23Z rakuco $
Poudriere version: 3.1.9
Host OSVERSION: 1100085
Jail OSVERSION: 1100090




!!! Jail is newer than host. (Jail: 1100090, Host: 1100085) !!!
!!! This is not supported. !!!
!!! Host kernel must be same or newer than jail. !!!
!!! Expect build failures. !!!


Can anyone please say if this is expected? Is anyone running
tests/changing things in the ports building infrastructure? I could
just ignore the mails, but I never received so many of these before.

Thanks.

>
> Chees.
___
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"