Confirm your Twitter account, समिर

2015-08-26 Thread Twitter via freebsd-ports
समिर,

Confirm your email address to complete your Twitter account. It's easy - just 
click on the button below.

Click on the link below or copy and paste it into a browser:

https://twitter.com/i/redirect?url=https%3A%2F%2Ftwitter.com%2Faccount%2Fconfirm_user_email%2F3449922797%2FAGEFE-6F972-144061%3Ft%3D1%26cn%3DZW1haWxfY29uZmlybV9pbml0%26sig%3D727acd46751497ba8c6afb79270d7749180b1781%26al%3D1%26iid%3Da31dc2aba49145c3aedfb3071a6e3917%26ac%3D1%26autoactions%3D1440616516%26uid%3D3449922797%26nid%3D244%2B308&t=1&cn=ZW1haWxfY29uZmlybV9pbml0&sig=10434e29577e635185e471dd2dfd220bc40ba846&iid=a31dc2aba49145c3aedfb3071a6e3917&uid=3449922797&nid=244+308
___
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: Samba 4.2.3 exited on signal 4

2015-08-26 Thread Timur I. Bakeyev
It possibly crashes, cause you didn't downgrade tdb/ldb libs. There is a
patch for them in Samba's bugzilla, need to be pushed to the ports.

On Wed, Aug 26, 2015 at 6:02 PM, Loïc BLOT 
wrote:

> I notice exactly the same bug on my installation. I tried different
> option compilation and rollback to 4.2.2 and the same bug occurs, samba
> crashes.
> Samba doesn't crash if it wasn't a domain controller.
> --
> Best regards,
> Loïc BLOT,
> UNIX systems, security and network engineer
> http://www.unix-experience.fr
>
>
>
> Le mardi 18 août 2015 à 22:11 +0200, Timur I. Bakeyev a écrit :
> > Hi, Stefan!
> >
> > Was it a recent case? I belive this problem with md5.so was addressed
> > while
> > ago in the upstream.
> >
> > With regards,
> > Timur Bakeyev.
> >
> > On Tue, Aug 18, 2015 at 5:58 PM, Stefan Esser  wrote:
> >
> > > Am 18.08.2015 um 14:07 schrieb Timur I. Bakeyev:
> > > > Could be that you are affected by
> > > > https://bugzilla.samba.org/show_bug.cgi?id=11455
> > > >
> > > > Can you, please, verify, that it is the case?
> > >
> > > A good test is to install the pre-compiled package and compare
> > > ldd output for the port compiled by you and the package binaries
> > > (i.e. strip off the addresses and compare only the filenames that
> > > ldd reports for either smbd binary).
> > >
> > > In my case the smbd and smbclient where linked against a wrong
> > > MD5 library (/usr/local/lib/libmd5.so from www/libwww) instead
> > > of the system library (/usr/lib/libmd.so). This was due to the
> > > configure script preferring libmd5.so over libmd.so ...
> > >
> > > Regards, STefan
> > > ___
> > > 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"
> ___
> 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: Linker Error when compiling jwhois 4.0_3

2015-08-26 Thread Kurt Jaeger
Hi!

> > > jwhois port is missing libiconv dependency
> > > % pkg which -o /usr/local/lib/libiconv.so/usr/local/lib/libiconv.so 
> > > was installed by package converters/libiconv
> > 
> > Please, file a PR. Patches welcome 8-}
> 
> Done! See PR 202673.

Committed, thanks!

-- 
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: Samba 4.2.3 exited on signal 4

2015-08-26 Thread Loïc BLOT
I notice exactly the same bug on my installation. I tried different
option compilation and rollback to 4.2.2 and the same bug occurs, samba
crashes.
Samba doesn't crash if it wasn't a domain controller.
-- 
Best regards,
Loïc BLOT, 
UNIX systems, security and network engineer
http://www.unix-experience.fr



Le mardi 18 août 2015 à 22:11 +0200, Timur I. Bakeyev a écrit :
> Hi, Stefan!
> 
> Was it a recent case? I belive this problem with md5.so was addressed
> while
> ago in the upstream.
> 
> With regards,
> Timur Bakeyev.
> 
> On Tue, Aug 18, 2015 at 5:58 PM, Stefan Esser  wrote:
> 
> > Am 18.08.2015 um 14:07 schrieb Timur I. Bakeyev:
> > > Could be that you are affected by
> > > https://bugzilla.samba.org/show_bug.cgi?id=11455
> > > 
> > > Can you, please, verify, that it is the case?
> > 
> > A good test is to install the pre-compiled package and compare
> > ldd output for the port compiled by you and the package binaries
> > (i.e. strip off the addresses and compare only the filenames that
> > ldd reports for either smbd binary).
> > 
> > In my case the smbd and smbclient where linked against a wrong
> > MD5 library (/usr/local/lib/libmd5.so from www/libwww) instead
> > of the system library (/usr/lib/libmd.so). This was due to the
> > configure script preferring libmd5.so over libmd.so ...
> > 
> > Regards, STefan
> > ___
> > 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"
___
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: Linker Error when compiling jwhois 4.0_3

2015-08-26 Thread Carlos J Puga Medina
On Wed, 2015-08-26 at 13:40 +0200, Kurt Jaeger wrote:
> Hi!
> 
> > > cc -O2 -pipe  -fstack-protector -fno-strict-aliasing 
> [...]
> > > jwhois.c:(.text+0x598): undefined reference to `libiconv_close'
> 
> > jwhois port is missing libiconv dependencyjason
> > % pkg which -o /usr/local/lib/libiconv.so/usr/local/lib/libiconv.so 
> > was installed by package converters/libiconv
> 
> Please, file a PR. Patches welcome 8-}

Done! See PR 202673.


-- 
Carlos Jacobo Puga Medina 
PGP fingerprint = C60E 9497 5302 793B CC2D  BB89 A1F3 5D66 E6D0 5453

signature.asc
Description: This is a digitally signed message part


Re: Linker Error when compiling jwhois 4.0_3

2015-08-26 Thread Kurt Jaeger
Hi!

> > cc -O2 -pipe  -fstack-protector -fno-strict-aliasing 
[...]
> > jwhois.c:(.text+0x598): undefined reference to `libiconv_close'

> jwhois port is missing libiconv dependencyjason
> % pkg which -o /usr/local/lib/libiconv.so/usr/local/lib/libiconv.so was 
> installed by package converters/libiconv

Please, file a PR. Patches welcome 8-}

-- 
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: Linker Error when compiling jwhois 4.0_3

2015-08-26 Thread Carlos J Puga Medina
> cc -O2 -pipe  -fstack-protector -fno-strict-aliasing 
> -DSYSCONFDIR="\"/usr/local/etc\"" 
> -DLOCALSTATEDIR="\"/usr/local/var/jwhois\"" 
> -DLOCALEDIR="\"/usr/local/share/locale\"" -O2 -pipe -fstack-protector 
> -fno-strict-aliasing  -L/usr/local/lib -fstack-protector -o jwhois 
> -L/usr/local/lib -fstack-protector -L/usr/local/lib -lintl 
> -Wl,-rpath,/usr/local/lib jwhois-dns.o jwhois-lookup.o jwhois-init.o 
> jwhois-utils.o jwhois-gai_strerror.o jwhois-regex.o jwhois-getopt.o 
> jwhois-getopt1.o jwhois-jconfig.o jwhois-string.o jwhois-cache.o 
> jwhois-rwhois.o jwhois-jwhois.o jwhois-whois.o jwhois-http.o 
> ../gl/libgnu.a -lidn
> jwhois-jwhois.o: In function `jwhois_query':
> jwhois.c:(.text+0x4a7): undefined reference to `libiconv_open'
> jwhois.c:(.text+0x523): undefined reference to `libiconv'
> jwhois.c:(.text+0x575): undefined reference to `libiconv_close'
> jwhois.c:(.text+0x598): undefined reference to `libiconv_close'
> cc: error: linker command failed with exit code 1 (use -v to see 
> invocation)
> Makefile:294: recipe for target 'jwhois' failed
> gmake[4]: *** [jwhois] Error 1

jwhois port is missing libiconv dependency

% pkg which -o /usr/local/lib/libiconv.so/usr/local/lib/libiconv.so was
installed by package converters/libiconv

Regards,-- 
Carlos Jacobo Puga Medina 
PGP fingerprint = C60E 9497 5302 793B CC2D  BB89 A1F3 5D66 E6D0 5453
-- 
Carlos Jacobo Puga Medina 
PGP fingerprint = C60E 9497 5302 793B CC2D  BB89 A1F3 5D66 E6D0 5453

signature.asc
Description: This is a digitally signed message part


Re: Linker Error when compiling jwhois 4.0_3

2015-08-26 Thread Carlos J Puga Medina
> cc -O2 -pipe  -fstack-protector -fno-strict-aliasing 
> -DSYSCONFDIR="\"/usr/local/etc\"" 
> -DLOCALSTATEDIR="\"/usr/local/var/jwhois\"" 
> -DLOCALEDIR="\"/usr/local/share/locale\"" -O2 -pipe -fstack-protector 
> -fno-strict-aliasing  -L/usr/local/lib -fstack-protector -o jwhois 
> -L/usr/local/lib -fstack-protector -L/usr/local/lib -lintl 
> -Wl,-rpath,/usr/local/lib jwhois-dns.o jwhois-lookup.o jwhois-init.o 
> jwhois-utils.o jwhois-gai_strerror.o jwhois-regex.o jwhois-getopt.o 
> jwhois-getopt1.o jwhois-jconfig.o jwhois-string.o jwhois-cache.o 
> jwhois-rwhois.o jwhois-jwhois.o jwhois-whois.o jwhois-http.o 
> ../gl/libgnu.a -lidn
> jwhois-jwhois.o: In function `jwhois_query':
> jwhois.c:(.text+0x4a7): undefined reference to `libiconv_open'
> jwhois.c:(.text+0x523): undefined reference to `libiconv'
> jwhois.c:(.text+0x575): undefined reference to `libiconv_close'
> jwhois.c:(.text+0x598): undefined reference to `libiconv_close'
> cc: error: linker command failed with exit code 1 (use -v to see 
> invocation)
> Makefile:294: recipe for target 'jwhois' failed
> gmake[4]: *** [jwhois] Error 1

jwhois port is missing libiconv dependencyjason
% pkg which -o /usr/local/lib/libiconv.so/usr/local/lib/libiconv.so was 
installed by package converters/libiconv
Regards,-- 
Carlos Jacobo Puga Medina 
PGP fingerprint = C60E 9497 5302 793B CC2D  BB89 A1F3 5D66 E6D0 5453

signature.asc
Description: This is a digitally signed message part


FreeBSD ports you maintain which are out of date

2015-08-26 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
+-+
deskutils/owncloudclient| 1.8.4   | 2.0.0
+-+
devel/ucommon   | 6.1.11  | 6.5.6
+-+
sysutils/usbutils   | 0.86| 0.91
+-+


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"