libsmbclient broken after update

2018-07-25 Thread Ekkehard 'Ekki' Gehm
Hey everybody,

I do have an annoying issue here. I am not sure if I am just to stupit
for that. In that case just give me a heads up ;-)

After updating, it seems the smbclient is broken


Situation:

FreeBSD 11.1-RELEASE

php72-7.2.8

php72-pecl-smbclient-0.9.0_3

nextcloud-php72-13.0.4

samba48-4.8.2_1

Problem:

# su -m www -c "php ./occ status"
PHP Warning:  PHP Startup: Unable to load dynamic library 'smbclient.so'
(tried: /usr/local/lib/php/20170718-zts/smbclient.so (Shared object
"libsmbregistry-samba4.so" not found, required by "libsmbclient.so.0"),
/usr/local/lib/php/20170718-zts/smbclient.so.so (Cannot open
"/usr/local/lib/php/20170718-zts/smbclient.so.so")) in Unknown on line 0
The process control (PCNTL) extensions are required in case you want to
interrupt long running commands - see
http://php.net/manual/en/book.pcntl.php
  - installed: true
  - version: 13.0.4.0
  - versionstring: 13.0.4
  - edition:


Thx for your Help

-- 
Ekkehard Gehm*  mailto:g...@doom-labs.net
 *  PGP-Key: http://www.doom-labs.net/~gehm/pubkey.asc

Experience is what you get when you were expecting something else.


___
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: libsmbclient broken after update

2018-07-25 Thread Miroslav Lachman

Ekkehard 'Ekki' Gehm wrote on 2018/07/25 11:05:

Hey everybody,

I do have an annoying issue here. I am not sure if I am just to stupit
for that. In that case just give me a heads up ;-)

After updating, it seems the smbclient is broken


Situation:

FreeBSD 11.1-RELEASE

php72-7.2.8

php72-pecl-smbclient-0.9.0_3

nextcloud-php72-13.0.4

samba48-4.8.2_1

Problem:

# su -m www -c "php ./occ status"
PHP Warning:  PHP Startup: Unable to load dynamic library 'smbclient.so'
(tried: /usr/local/lib/php/20170718-zts/smbclient.so (Shared object
"libsmbregistry-samba4.so" not found, required by "libsmbclient.so.0"),
/usr/local/lib/php/20170718-zts/smbclient.so.so (Cannot open
"/usr/local/lib/php/20170718-zts/smbclient.so.so")) in Unknown on line 0
The process control (PCNTL) extensions are required in case you want to
interrupt long running commands - see
http://php.net/manual/en/book.pcntl.php
   - installed: true
   - version: 13.0.4.0
   - versionstring: 13.0.4
   - edition:


Can you find libsmbregistry-samba4.so somewhere in your system?
Did you install packages from official FreeBSD repo or did you built 
them on your machine?


It seems that you need Samba built with some proper options. I have 
Samba installed but I don't have libsmbregistry-samba4.so in my system.


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"


FreeBSD ports you maintain which are out of date

2018-07-25 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
+-+
emulators/mame  | 0.198   | mame0200
+-+
emulators/mess  | 0.198   | mame0200
+-+
sysutils/fusefs-libs| 2.9.7   | fuse-2.9.8
+-+


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"


Re: libsmbclient broken after update

2018-07-25 Thread Ekkehard 'Ekki' Gehm
Hey!


Am 25.07.2018 um 13:03 schrieb Miroslav Lachman:
> Ekkehard 'Ekki' Gehm wrote on 2018/07/25 11:05:
>> Hey everybody,
>>
>> I do have an annoying issue here. I am not sure if I am just to stupit
>> for that. In that case just give me a heads up ;-)
>>
>> After updating, it seems the smbclient is broken
>>
>>
>> Situation:
>>
>> FreeBSD 11.1-RELEASE
>>
>> php72-7.2.8
>>
>> php72-pecl-smbclient-0.9.0_3
>>
>> nextcloud-php72-13.0.4
>>
>> samba48-4.8.2_1
>>
>> Problem:
>>
>> # su -m www -c "php ./occ status"
>> PHP Warning:  PHP Startup: Unable to load dynamic library 'smbclient.so'
>> (tried: /usr/local/lib/php/20170718-zts/smbclient.so (Shared object
>> "libsmbregistry-samba4.so" not found, required by "libsmbclient.so.0"),
>> /usr/local/lib/php/20170718-zts/smbclient.so.so (Cannot open
>> "/usr/local/lib/php/20170718-zts/smbclient.so.so")) in Unknown on line 0
>> The process control (PCNTL) extensions are required in case you want to
>> interrupt long running commands - see
>> http://php.net/manual/en/book.pcntl.php
>>    - installed: true
>>    - version: 13.0.4.0
>>    - versionstring: 13.0.4
>>    - edition:
>
> Can you find libsmbregistry-samba4.so somewhere in your system?
> Did you install packages from official FreeBSD repo or did you built
> them on your machine?
>
> It seems that you need Samba built with some proper options. I have
> Samba installed but I don't have libsmbregistry-samba4.so in my system.
>
> Miroslav Lachman

Thx for your reply. All build from ports. I do have an old work/build
dir from samba45... In there is named lib... I'll check the build
options. But why is php72-pecl-smbclient-0.9.0_3  building even if it
needs this library? Hmmm.. strange...

Ekki Gehm


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


libsmbclient broken after update

2018-07-25 Thread Ekkehard 'Ekki' Gehm
Hey again!


Am 25.07.2018 um 13:03 schrieb Miroslav Lachman:
> Ekkehard 'Ekki' Gehm wrote on 2018/07/25 11:05:
>> Hey everybody,
>>
>> I do have an annoying issue here. I am not sure if I am just to stupit
>> for that. In that case just give me a heads up ;-)
>>
>> After updating, it seems the smbclient is broken
>>
>>
>> Situation:
>>
>> FreeBSD 11.1-RELEASE
>>
>> php72-7.2.8
>>
>> php72-pecl-smbclient-0.9.0_3
>>
>> nextcloud-php72-13.0.4
>>
>> samba48-4.8.2_1
>>
>> Problem:
>>
>> # su -m www -c "php ./occ status"
>> PHP Warning:  PHP Startup: Unable to load dynamic library 'smbclient.so'
>> (tried: /usr/local/lib/php/20170718-zts/smbclient.so (Shared object
>> "libsmbregistry-samba4.so" not found, required by "libsmbclient.so.0"),
>> /usr/local/lib/php/20170718-zts/smbclient.so.so (Cannot open
>> "/usr/local/lib/php/20170718-zts/smbclient.so.so")) in Unknown on line 0
>> The process control (PCNTL) extensions are required in case you want to
>> interrupt long running commands - see
>> http://php.net/manual/en/book.pcntl.php
>>    - installed: true
>>    - version: 13.0.4.0
>>    - versionstring: 13.0.4
>>    - edition:
>
> Can you find libsmbregistry-samba4.so somewhere in your system?
> Did you install packages from official FreeBSD repo or did you built
> them on your machine?
>
> It seems that you need Samba built with some proper options. I have
> Samba installed but I don't have libsmbregistry-samba4.so in my system.
>
> Miroslav Lachman

Apropos. It's build with default options. But running "smbd -b" returns:
Shared object "libsmbregistry-samba4.so" not found, required by
"libsamba-passdb.so.0"



Ekki Gehm


___
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: libsmbclient broken after update

2018-07-25 Thread Amit
Hey Ekki,

||Shared object "libsmbregistry-samba4.so" not found, required by 
"libsamba-passdb.so.0"...
 means libsmbregistry-samba4 module is not installed on your system.

Check which rpm provides the same and install it.
Else try building the same shared object from source.

Thanks
Amit


On 07/25/2018 05:35 PM, Ekkehard 'Ekki' Gehm wrote:
> Hey again!
>
>
> Am 25.07.2018 um 13:03 schrieb Miroslav Lachman:
>> Ekkehard 'Ekki' Gehm wrote on 2018/07/25 11:05:
>>> Hey everybody,
>>>
>>> I do have an annoying issue here. I am not sure if I am just to stupit
>>> for that. In that case just give me a heads up ;-)
>>>
>>> After updating, it seems the smbclient is broken
>>>
>>>
>>> Situation:
>>>
>>> FreeBSD 11.1-RELEASE
>>>
>>> php72-7.2.8
>>>
>>> php72-pecl-smbclient-0.9.0_3
>>>
>>> nextcloud-php72-13.0.4
>>>
>>> samba48-4.8.2_1
>>>
>>> Problem:
>>>
>>> # su -m www -c "php ./occ status"
>>> PHP Warning:  PHP Startup: Unable to load dynamic library 'smbclient.so'
>>> (tried: /usr/local/lib/php/20170718-zts/smbclient.so (Shared object
>>> "libsmbregistry-samba4.so" not found, required by "libsmbclient.so.0"),
>>> /usr/local/lib/php/20170718-zts/smbclient.so.so (Cannot open
>>> "/usr/local/lib/php/20170718-zts/smbclient.so.so")) in Unknown on line 0
>>> The process control (PCNTL) extensions are required in case you want to
>>> interrupt long running commands - see
>>> http://php.net/manual/en/book.pcntl.php
>>>- installed: true
>>>- version: 13.0.4.0
>>>- versionstring: 13.0.4
>>>- edition:
>> Can you find libsmbregistry-samba4.so somewhere in your system?
>> Did you install packages from official FreeBSD repo or did you built
>> them on your machine?
>>
>> It seems that you need Samba built with some proper options. I have
>> Samba installed but I don't have libsmbregistry-samba4.so in my system.
>>
>> Miroslav Lachman
> Apropos. It's build with default options. But running "smbd -b" returns:
> Shared object "libsmbregistry-samba4.so" not found, required by
> "libsamba-passdb.so.0"
>
>
>
> Ekki Gehm
>
>
> ___
> 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"

-- 
Thanks
Amit Kumar
!!If you stumble, get back up. 
What happened yesterday, no longer matters.
Today is another day to move closer to your GOAL!!

___
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: libsmbclient broken after update

2018-07-25 Thread Ekkehard 'Ekki' Gehm
Update:

I now installed everything (samba and php56) via pkg install Same
same...

It seems this library is gone since samba45. That the state of another
system I maintain...


Ekki


Am 25.07.2018 um 13:03 schrieb Miroslav Lachman:
> Ekkehard 'Ekki' Gehm wrote on 2018/07/25 11:05:
>> Hey everybody,
>>
>> I do have an annoying issue here. I am not sure if I am just to stupit
>> for that. In that case just give me a heads up ;-)
>>
>> After updating, it seems the smbclient is broken
>>
>>
>> Situation:
>>
>> FreeBSD 11.1-RELEASE
>>
>> php72-7.2.8
>>
>> php72-pecl-smbclient-0.9.0_3
>>
>> nextcloud-php72-13.0.4
>>
>> samba48-4.8.2_1
>>
>> Problem:
>>
>> # su -m www -c "php ./occ status"
>> PHP Warning:  PHP Startup: Unable to load dynamic library 'smbclient.so'
>> (tried: /usr/local/lib/php/20170718-zts/smbclient.so (Shared object
>> "libsmbregistry-samba4.so" not found, required by "libsmbclient.so.0"),
>> /usr/local/lib/php/20170718-zts/smbclient.so.so (Cannot open
>> "/usr/local/lib/php/20170718-zts/smbclient.so.so")) in Unknown on line 0
>> The process control (PCNTL) extensions are required in case you want to
>> interrupt long running commands - see
>> http://php.net/manual/en/book.pcntl.php
>>    - installed: true
>>    - version: 13.0.4.0
>>    - versionstring: 13.0.4
>>    - edition:
>
> Can you find libsmbregistry-samba4.so somewhere in your system?
> Did you install packages from official FreeBSD repo or did you built
> them on your machine?
>
> It seems that you need Samba built with some proper options. I have
> Samba installed but I don't have libsmbregistry-samba4.so in my system.
>
> 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"


Automake creation error.. generic or just me?

2018-07-25 Thread Julian Elischer
I'm not exactly sure where the error come from.. possibly the find, if 
stderr and stdout are not synchronous.


Has anyone else seen this?  or understand it?


===>  Building for automake-1.16.1
--- doc/aclocal.1 ---
--- doc/automake.1 ---
--- bin/automake ---

[...]ls pkg/All

/usr/bin/make  install-data-hook
 chmod +x 
'/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/config.guess'
 chmod +x 
'/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/config.sub'
 chmod +x 
'/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/install-sh'
 chmod +x 
'/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/mdate-sh'
 chmod +x 
'/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/missing'
 chmod +x 
'/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/mkinstalldirs'
 chmod +x 
'/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/ylwrap'
 chmod +x 
'/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/depcomp'
 chmod +x 
'/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/compile'
 chmod +x 
'/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/py-compile'
 chmod +x 
'/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/ar-lib'
 chmod +x 
'/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/test-driver'
 chmod +x 
'/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/tap-driver.sh'
find: 
/usr/ports/devel/automake/work/stage/usr/local/lib/perl5/site_perl: No 
such file or directory

> Compressing man pages (compress-man)
===>  Installing for automake-1.16.1
===>   Registering installation for automake-1.16.1 as automatic
*** Error code 70

[...]


___
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: Automake creation error.. generic or just me?

2018-07-25 Thread Tijl Coosemans
On Wed, 25 Jul 2018 22:43:05 +0800 Julian Elischer  wrote:
> I'm not exactly sure where the error come from.. possibly the find, if 
> stderr and stdout are not synchronous.
> 
> Has anyone else seen this?  or understand it?
> 
> 
> ===>  Building for automake-1.16.1  
> --- doc/aclocal.1 ---
> --- doc/automake.1 ---
> --- bin/automake ---
> 
> [...]ls pkg/All
> 
> /usr/bin/make  install-data-hook
>   chmod +x 
> '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/config.guess'
>   chmod +x 
> '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/config.sub'
>   chmod +x 
> '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/install-sh'
>   chmod +x 
> '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/mdate-sh'
>   chmod +x 
> '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/missing'
>   chmod +x 
> '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/mkinstalldirs'
>   chmod +x 
> '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/ylwrap'
>   chmod +x 
> '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/depcomp'
>   chmod +x 
> '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/compile'
>   chmod +x 
> '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/py-compile'
>   chmod +x 
> '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/ar-lib'
>   chmod +x 
> '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/test-driver'
>   chmod +x 
> '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/tap-driver.sh'
> find: 
> /usr/ports/devel/automake/work/stage/usr/local/lib/perl5/site_perl: No 
> such file or directory
> > Compressing man pages (compress-man)
> ===>  Installing for automake-1.16.1
> ===>   Registering installation for automake-1.16.1 as automatic  
> *** Error code 70

Possibly caused by 
https://svnweb.freebsd.org/ports?view=revision&revision=473539
___
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: Automake creation error.. generic or just me?

2018-07-25 Thread Mathieu Arnold
On Wed, Jul 25, 2018 at 06:38:07PM +0200, Tijl Coosemans wrote:
> On Wed, 25 Jul 2018 22:43:05 +0800 Julian Elischer  wrote:
> > I'm not exactly sure where the error come from.. possibly the find, if 
> > stderr and stdout are not synchronous.
> > 
> > Has anyone else seen this?  or understand it?
> > 
> > 
> > ===>  Building for automake-1.16.1  
> > --- doc/aclocal.1 ---
> > --- doc/automake.1 ---
> > --- bin/automake ---
> > 
> > [...]ls pkg/All
> > 
> > /usr/bin/make  install-data-hook
> >   chmod +x 
> > '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/config.guess'
> >   chmod +x 
> > '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/config.sub'
> >   chmod +x 
> > '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/install-sh'
> >   chmod +x 
> > '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/mdate-sh'
> >   chmod +x 
> > '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/missing'
> >   chmod +x 
> > '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/mkinstalldirs'
> >   chmod +x 
> > '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/ylwrap'
> >   chmod +x 
> > '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/depcomp'
> >   chmod +x 
> > '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/compile'
> >   chmod +x 
> > '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/py-compile'
> >   chmod +x 
> > '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/ar-lib'
> >   chmod +x 
> > '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/test-driver'
> >   chmod +x 
> > '/usr/ports/devel/automake/work/stage/usr/local/share/automake-1.16/tap-driver.sh'
> > find: 
> > /usr/ports/devel/automake/work/stage/usr/local/lib/perl5/site_perl: No 
> > such file or directory
> > > Compressing man pages (compress-man)
> > ===>  Installing for automake-1.16.1
> > ===>   Registering installation for automake-1.16.1 as automatic  
> > *** Error code 70
> 
> Possibly caused by 
> https://svnweb.freebsd.org/ports?view=revision&revision=473539

Does this https://reviews.freebsd.org/D16440 fix the error?

-- 
Mathieu Arnold


signature.asc
Description: PGP signature


porting project with large files (git-lfs) from github

2018-07-25 Thread Robert
Hi, I'm porting something hosted on github using GH_... options in 
Makefile.


FreeBSD tries to fetch a tar.gz archive from https://codeload.github.com 
and within such archive there are "large files" which contain something 
like:


version https://git-lfs.github.com/spec/v1
oid sha256:e8f293258e38e9689cb87ffbb91c3de2c339a6c074c77115ca86d50b5a48bc64
size 20413048

instead of a real data, so build fails.

What's the best way to resolve this issue?

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"