Re: USE_PACKAGE_DEPENDS failed at meson-0.48.0

2018-11-08 Thread KIRIYAMA Kazuhiko
Hi all,

At Wed, 07 Nov 2018 08:05:46 +0900,
私 wrote:
> 
> Hi lists,
> 
> I've upgraded to 13.0-CURRENT and ports (revision 482838)
> then build all stuffs but failed at installing
> meson-0.48.0.txz package:
> 
> ===>   atk-2.28.1 depends on executable: g-ir-scanner - found
> ===>   Returning to build of atk-2.28.1
> ===>   atk-2.28.1 depends on executable: meson - not found
> ===>   Installing existing package /var/ports/packages/All/meson-0.48.0.txz
> Installing meson-0.48.0...
> `-- Installing ninja-1.8.2,2...
> `-- Extracting ninja-1.8.2,2: ... done
> pkg-static: Missing dependency 'py36-setuptools'
> 
> Failed to install the following 1 package(s): 
> /var/ports/packages/All/meson-0.48.0.txz
> *** Error code 70

I've built py36-setuptools with python-3.6:

# make DEFAULT_VERSIONS='python=3.6' PYTHON_PKGNAMEPREFIX='py36-' -C 
/var/ports/jdtpkx/devel/py-setuptools

and then trying to build ohter package (at-spi2-core-2.28.0):

===>   at-spi2-core-2.28.0 depends on executable: g-ir-scanner - found
===>   Returning to build of at-spi2-core-2.28.0
===>   at-spi2-core-2.28.0 depends on executable: meson - not found
===>   Installing existing package /var/ports/packages/All/meson-0.48.0.txz
Installing meson-0.48.0...
`-- Installing py36-setuptools-40.4.3...
pkg-static: py36-setuptools-40.4.3 conflicts with py27-setuptools-40.4.3 
(installs files into the sa
me place).  Problematic file: /usr/local/bin/easy_install

Failed to install the following 1 package(s): 
/var/ports/packages/All/meson-0.48.0.txz
*** Error code 70

Stop.
make[5]: stopped in /var/ports/jdtpkx/accessibility/at-spi2-core
*** Error code 1

Stop.
make[4]: stopped in /var/ports/jdtpkx/accessibility/at-spi2-atk
*** Error code 1

Stop.
make[3]: stopped in /var/ports/jdtpkx/x11-toolkits/gtk30
*** Error code 1

Stop.


This means at-spi2-core should be created with python-2.7
but meson python-3.6. Actually USES=python:3.5+ in
devel/meson/Makefile. These conflicts occures every port in
case of python use. Nothing happened at least in
12.0-CURRENT/ports(revision 471092). Now ports system about
python version control collapsed ?

> 
> Stop.
> make[2]: stopped in /var/ports/jdtpkx/accessibility/atk
> *** Error code 1
> 
> Stop.
> make[1]: stopped in /usr/ports/japanese/w3m-img
> *** Error code 1
> 
> Stop.
> make: stopped in /usr/ports/japanese/w3m-img
> 
> But removed /var/ports/packages/All/meson-0.48.0.txz and
> then rebuild, all done fine.  What happened ? All logs for
> failed one and successed one are up to [1] and [2]
> respectivelly. My installing environments are as follows:
> 
> admin@jdtpkx:~ % uname -a
> FreeBSD jdtpkx 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r339677M: Fri Oct 26 
> 14:56:49 JST 2018 root@msrvkx:/usr/obj/usr/src/amd64.amd64/sys/XIJ  amd64
> admin@jdtpkx:~ % cat /etc/make.conf
> PORTSDIR=   /var/ports/jdtpkx
> INDEXDIR=   /var/ports/jdtpkx
> WRKDIRPREFIX=   /var/ports/work
> PACKAGES=   /var/ports/packages
> DISTDIR=/var/ports/distfiles
> BATCH=  yes
> DEFAULT_VERSIONS+=  linux=c7 perl5=5.28 ruby=25
> COMPILER_TYPE=  clang
> USE_PACKAGE_DEPENDS=yes
> DISABLE_VULNERABILITIES=yes
> admin@jdtpkx:~ % 
> 
> Best regards.
> 
> [1] http://ds.truefc.org/~kiri/freebsd/ports/w3m_build_error.log
> [2] http://ds.truefc.org/~kiri/freebsd/ports/w3m_build.log
> 
> ---
> KIRIYAMA Kazuhiko
> ___
> 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"
> 

Regards

---
KIRIYAMA Kazuhiko
___
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: Upgrade from PHP71 to PHP72 breaks icingaweb2

2018-11-08 Thread Xavier
On 08/11/2018 14:17, Lars Engels wrote:
> On Thu, Nov 08, 2018 at 01:02:43PM +0100, Xavier wrote:
>> On 08/11/2018 12:57, Xavier wrote:
>>> On 07/11/2018 13:09, Lars Engels wrote:
 On Wed, Nov 07, 2018 at 08:48:19AM +0100, Guido Falsi wrote:
> On 07/11/18 08:46, Guido Falsi wrote:
>> On 07/11/18 07:24, Xavier wrote:
>>> On 03/11/2018 18:50, Guido Falsi wrote:
 On 03/11/18 18:17, Xavier Humbert wrote:
> Context FreeBSD 11-STABLE, last pkg upgrade led to update PHP71 to 
> PHP72.
> php72-json is installed, but when I launch a navigator, IcingaWeb2
> crashes with :
>
>> Call to undefined function Icinga\Util\json_encode() in
>> /usr/local/www/icingaweb2/library/Icinga/Util/Json.php:57
>>
>
> Any idea ?

 Yess, you need to install the php72-json package which provides the
 json_encode() function.

 The port actually depends on it, so something went wrong with your 
 update.

 You should try reinstalling it and check that all dependencies install
 successfully.

>>>
>>> Thanks for your answer Guido. Unfortunately, as I wrote, php-json *is*
>>> installed, in the correct flavour. And pkg check -Bd succeeds
>>>
>>
>> Is it being loaded?
>>
>> Check for 'ext-20-json.ini' to be present in /usr/local/etc/php and have
>> correct content.
>>
>
> BTW, if you've not tried it a 'pkg install -f php72-json' is worth a try.

 Can you check if you also upgraded the mod_php[57][16] module for
 Apache?

>>>
>>> Ah ! I tried already too reinstall php72-json, but not mod_php
>>> And it fails :
>>>
>>> # pkg install -f mod_php72
>>> Updating FreeBSD repository catalogue...
>>> FreeBSD repository is up to date.
>>> All repositories are up to date.
>>> The following 1 package(s) will be affected (of 0 checked):
>>>
>>> New packages to be INSTALLED:
>>> mod_php72: 7.2.11
>>>
>>> Number of packages to be installed: 1
>>>
>>> The process will require 5 MiB more space.
>>> 1 MiB to be downloaded.
>>>
>>> Proceed with this action? [y/N]: y
>>> [1/1] Fetching mod_php72-7.2.11.txz: 100%1 MiB   1.2MB/s00:01
>>> pkg: cached package mod_php72-7.2.11: size mismatch, fetching from remote
>>> Fetching mod_php72-7.2.11.txz: 100%1 MiB   1.2MB/s00:01
>>> pkg: cached package mod_php72-7.2.11: size mismatch, cannot continue
>>>
>>> I'll investigate that.
>>>
>>> Thanks,
>>>
>>
>> Well, after pkg update, it installs, but the web is still failing
> 
> Do you see any php related entries in your apache logs?
> 

No, just the stack trace on screen

-- 
Xavier

___
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: Upgrade from PHP71 to PHP72 breaks icingaweb2

2018-11-08 Thread Lars Engels
On Thu, Nov 08, 2018 at 01:02:43PM +0100, Xavier wrote:
> On 08/11/2018 12:57, Xavier wrote:
> > On 07/11/2018 13:09, Lars Engels wrote:
> >> On Wed, Nov 07, 2018 at 08:48:19AM +0100, Guido Falsi wrote:
> >>> On 07/11/18 08:46, Guido Falsi wrote:
>  On 07/11/18 07:24, Xavier wrote:
> > On 03/11/2018 18:50, Guido Falsi wrote:
> >> On 03/11/18 18:17, Xavier Humbert wrote:
> >>> Context FreeBSD 11-STABLE, last pkg upgrade led to update PHP71 to 
> >>> PHP72.
> >>> php72-json is installed, but when I launch a navigator, IcingaWeb2
> >>> crashes with :
> >>>
>  Call to undefined function Icinga\Util\json_encode() in
>  /usr/local/www/icingaweb2/library/Icinga/Util/Json.php:57
> 
> >>>
> >>> Any idea ?
> >>
> >> Yess, you need to install the php72-json package which provides the
> >> json_encode() function.
> >>
> >> The port actually depends on it, so something went wrong with your 
> >> update.
> >>
> >> You should try reinstalling it and check that all dependencies install
> >> successfully.
> >>
> >
> > Thanks for your answer Guido. Unfortunately, as I wrote, php-json *is*
> > installed, in the correct flavour. And pkg check -Bd succeeds
> >
> 
>  Is it being loaded?
> 
>  Check for 'ext-20-json.ini' to be present in /usr/local/etc/php and have
>  correct content.
> 
> >>>
> >>> BTW, if you've not tried it a 'pkg install -f php72-json' is worth a try.
> >>
> >> Can you check if you also upgraded the mod_php[57][16] module for
> >> Apache?
> >>
> > 
> > Ah ! I tried already too reinstall php72-json, but not mod_php
> > And it fails :
> > 
> > # pkg install -f mod_php72
> > Updating FreeBSD repository catalogue...
> > FreeBSD repository is up to date.
> > All repositories are up to date.
> > The following 1 package(s) will be affected (of 0 checked):
> > 
> > New packages to be INSTALLED:
> > mod_php72: 7.2.11
> > 
> > Number of packages to be installed: 1
> > 
> > The process will require 5 MiB more space.
> > 1 MiB to be downloaded.
> > 
> > Proceed with this action? [y/N]: y
> > [1/1] Fetching mod_php72-7.2.11.txz: 100%1 MiB   1.2MB/s00:01
> > pkg: cached package mod_php72-7.2.11: size mismatch, fetching from remote
> > Fetching mod_php72-7.2.11.txz: 100%1 MiB   1.2MB/s00:01
> > pkg: cached package mod_php72-7.2.11: size mismatch, cannot continue
> > 
> > I'll investigate that.
> > 
> > Thanks,
> > 
> 
> Well, after pkg update, it installs, but the web is still failing

Do you see any php related entries in your apache logs?
___
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: ninja error building webkit2-gtk3 on rpi3

2018-11-08 Thread Ronald Klop
On Thu, 08 Nov 2018 02:18:57 +0100, bob prohaska   
wrote:


Ports are at 484411, system is at 133. Attempts to compile  
webkit2-gtk3

stops with


 -c DerivedSources/JavaScriptCore/unified-sources/UnifiedSource86.cpp
ninja: build stopped: subcommand failed.
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure  
to

the maintainer.



Do this part of the message. Before building:

export MAKE_JOBS_UNSAFE=yes

That will give a more clear error.

Regards,
Ronald.





*** Error code 1

Stop.
make: stopped in /usr/ports/www/webkit2-gtk3

I can't find a more detailed statement of what went wrong anywhere in the
make output.

Thanks for reading, any suggestions appreciated.

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"

___
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: Upgrade from PHP71 to PHP72 breaks icingaweb2

2018-11-08 Thread Xavier
On 08/11/2018 12:57, Xavier wrote:
> On 07/11/2018 13:09, Lars Engels wrote:
>> On Wed, Nov 07, 2018 at 08:48:19AM +0100, Guido Falsi wrote:
>>> On 07/11/18 08:46, Guido Falsi wrote:
 On 07/11/18 07:24, Xavier wrote:
> On 03/11/2018 18:50, Guido Falsi wrote:
>> On 03/11/18 18:17, Xavier Humbert wrote:
>>> Context FreeBSD 11-STABLE, last pkg upgrade led to update PHP71 to 
>>> PHP72.
>>> php72-json is installed, but when I launch a navigator, IcingaWeb2
>>> crashes with :
>>>
 Call to undefined function Icinga\Util\json_encode() in
 /usr/local/www/icingaweb2/library/Icinga/Util/Json.php:57

>>>
>>> Any idea ?
>>
>> Yess, you need to install the php72-json package which provides the
>> json_encode() function.
>>
>> The port actually depends on it, so something went wrong with your 
>> update.
>>
>> You should try reinstalling it and check that all dependencies install
>> successfully.
>>
>
> Thanks for your answer Guido. Unfortunately, as I wrote, php-json *is*
> installed, in the correct flavour. And pkg check -Bd succeeds
>

 Is it being loaded?

 Check for 'ext-20-json.ini' to be present in /usr/local/etc/php and have
 correct content.

>>>
>>> BTW, if you've not tried it a 'pkg install -f php72-json' is worth a try.
>>
>> Can you check if you also upgraded the mod_php[57][16] module for
>> Apache?
>>
> 
> Ah ! I tried already too reinstall php72-json, but not mod_php
> And it fails :
> 
> # pkg install -f mod_php72
> Updating FreeBSD repository catalogue...
> FreeBSD repository is up to date.
> All repositories are up to date.
> The following 1 package(s) will be affected (of 0 checked):
> 
> New packages to be INSTALLED:
> mod_php72: 7.2.11
> 
> Number of packages to be installed: 1
> 
> The process will require 5 MiB more space.
> 1 MiB to be downloaded.
> 
> Proceed with this action? [y/N]: y
> [1/1] Fetching mod_php72-7.2.11.txz: 100%1 MiB   1.2MB/s00:01
> pkg: cached package mod_php72-7.2.11: size mismatch, fetching from remote
> Fetching mod_php72-7.2.11.txz: 100%1 MiB   1.2MB/s00:01
> pkg: cached package mod_php72-7.2.11: size mismatch, cannot continue
> 
> I'll investigate that.
> 
> Thanks,
> 

Well, after pkg update, it installs, but the web is still failing

-- 
Xavier

___
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: Upgrade from PHP71 to PHP72 breaks icingaweb2

2018-11-08 Thread Xavier
On 07/11/2018 13:09, Lars Engels wrote:
> On Wed, Nov 07, 2018 at 08:48:19AM +0100, Guido Falsi wrote:
>> On 07/11/18 08:46, Guido Falsi wrote:
>>> On 07/11/18 07:24, Xavier wrote:
 On 03/11/2018 18:50, Guido Falsi wrote:
> On 03/11/18 18:17, Xavier Humbert wrote:
>> Context FreeBSD 11-STABLE, last pkg upgrade led to update PHP71 to PHP72.
>> php72-json is installed, but when I launch a navigator, IcingaWeb2
>> crashes with :
>>
>>> Call to undefined function Icinga\Util\json_encode() in
>>> /usr/local/www/icingaweb2/library/Icinga/Util/Json.php:57
>>>
>>
>> Any idea ?
>
> Yess, you need to install the php72-json package which provides the
> json_encode() function.
>
> The port actually depends on it, so something went wrong with your update.
>
> You should try reinstalling it and check that all dependencies install
> successfully.
>

 Thanks for your answer Guido. Unfortunately, as I wrote, php-json *is*
 installed, in the correct flavour. And pkg check -Bd succeeds

>>>
>>> Is it being loaded?
>>>
>>> Check for 'ext-20-json.ini' to be present in /usr/local/etc/php and have
>>> correct content.
>>>
>>
>> BTW, if you've not tried it a 'pkg install -f php72-json' is worth a try.
> 
> Can you check if you also upgraded the mod_php[57][16] module for
> Apache?
> 

Ah ! I tried already too reinstall php72-json, but not mod_php
And it fails :

# pkg install -f mod_php72
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
mod_php72: 7.2.11

Number of packages to be installed: 1

The process will require 5 MiB more space.
1 MiB to be downloaded.

Proceed with this action? [y/N]: y
[1/1] Fetching mod_php72-7.2.11.txz: 100%1 MiB   1.2MB/s00:01
pkg: cached package mod_php72-7.2.11: size mismatch, fetching from remote
Fetching mod_php72-7.2.11.txz: 100%1 MiB   1.2MB/s00:01
pkg: cached package mod_php72-7.2.11: size mismatch, cannot continue

I'll investigate that.

Thanks,

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


FreeBSD ports you maintain which are out of date

2018-11-08 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
security/snort3 | 3.0.0-a4.243| 3.0.0-249
+-+
x11-toolkits/granite| 0.5 | 5.2.1
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

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"