devel/gcc-arm-embedded fails package validation with synth

2017-07-14 Thread Jonathan Chen
Hi,

The devel/gcc-arm-embedded is failing in the package validation phase
when built with synth. The build-phase completes, but when synth
attempts to validate the package dependancies it fails:

The task is complete.  Final tally:
Initial queue size: 1
packages built: 1
   ignored: 0
   skipped: 0
failed: 0

Duration: 01:56:14
The build logs can be found at: /var/log/synth
Stand by, recursively scanning 1 port serially.
Scanning existing packages.
gcc-arm-embedded-6.3.20170628.txz failed dependency check.

In particular, the LIB_DEPENDS entry "libelf.so:devel/libelf" is
causing the confusion. On my 11-STABLE/amd64 host, this is included in
the base system (/usr/lib/libelf.so); but since it is listed in
LIB_DEPENDS, synth gets confused as to why the package dependancies
haven't been built. Is the libelf.so entry required for supported
FreeBSD systems?

Cheers.
-- 
Jonathan Chen 
___
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"


apr/APR UTil and openssl 1.1 issues

2017-07-14 Thread The Doctor
1) Some issues with APR/ APR UTIL 

Why are some of the extentions not compiling properly (sqlite3 / MAriadb in lieu
of mysql)

2) Openssl 1.1 works with INN , APache 2.4.27+, Proftpd 1.3.6 Curl current.

Are the porters keeping the openssl 1.1 intact in the ports?

-- 
Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising!
https://www.empire.kred/ROOTNK?t=94a1f39b  Look at Psalms 14 and 53 on Atheism
Talk Sense to a fool and he calls you foolish - Euripides
___
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: Gnome3 dependencies need Python 2.7 at most, but 3.6 was specified

2017-07-14 Thread bob prohaska
On Fri, Jul 14, 2017 at 10:24:39AM +0200, Miroslav Lachman wrote:
> bob prohaska wrote on 2017/07/14 03:06:
> > In trying to compile gnome3 from ports on a Raspberry Pi 2  error messages
> > with the general form:
> >
> >   py27-cairo-1.10.0_2 needs Python 2.7 at most, but 3.6 was specified
> >
> > come up for numerous dependencies. The failed builds have so far successed 
> > when
> > done in the port directory, using make -DBATCH
> 
> What do you have in make.conf? Do you have something like
> DEFAULT_VERSIONS = python=3.6?

root@www:/home/bob # find / -name make.conf -depth -print
/usr/share/examples/etc/make.conf
/usr/src/share/examples/etc/make.conf

Nothing's been customized.

Thanks for writing!

bob prohaska

___
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: php56 and oniguruma

2017-07-14 Thread Torsten Zuehlsdorff

Aloha Tomas,


on some machines I am using php56-mbstring, which requires vulnerable
oniguruma5. Is there any chance to get it working with oniguruma6?


There was a patch for all PHP versions:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220598

Since i'm not the maintainer of PHP 5.6 i did not submit it for this 
version. But if wanted we can reconsider it and just open a revision/PR 
for this version.


Greetings,
Torsten
--
Support me at:
https://www.patreon.com/TorstenZuehlsdorff
___
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"


php56 and oniguruma

2017-07-14 Thread Čiernik Tomáš
Hello,

on some machines I am using php56-mbstring, which requires vulnerable
oniguruma5. Is there any chance to get it working with oniguruma6?

Thank you in advance,

Tomas.
___
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: Gnome3 dependencies need Python 2.7 at most, but 3.6 was specified

2017-07-14 Thread Miroslav Lachman

bob prohaska wrote on 2017/07/14 03:06:

In trying to compile gnome3 from ports on a Raspberry Pi 2  error messages
with the general form:

  py27-cairo-1.10.0_2 needs Python 2.7 at most, but 3.6 was specified

come up for numerous dependencies. The failed builds have so far successed when
done in the port directory, using make -DBATCH

The ports tree is at:
  # svnlite info /usr/ports
Path: /usr/ports
Working Copy Root Path: /usr/ports
URL: svn://svn.freebsd.org/ports/head
Relative URL: ^/head
Repository Root: svn://svn.freebsd.org/ports
Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5
Revision: 445408
Node Kind: directory
Schedule: normal
Last Changed Author: lme
Last Changed Rev: 445408
Last Changed Date: 2017-07-09 12:14:55 -0700 (Sun, 09 Jul 2017)

Is there an alternative to manually compiling the failing dependencies?


What do you have in make.conf? Do you have something like
DEFAULT_VERSIONS = python=3.6?
If yes, then this is the long standing bug I faced years ago - some 
ports want 2.7 but 3.x is pulled as dependency if default version is set 
to 3.x


Miroslav Lachman
___
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"