gettextsetup warnings
___ 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"
openssl is flagged as unsupported on unbound make install
Just svn the unbound port to get most current version. Also svn update of port system make and build files Issuing /user/ports/dsn/unbound > make install I get this message "/usr/ports/Mk/Users/ssl.mk" line 77: You are using an unsupported SSL provider openssl Just installed 11.1 & openssl pkg on this machine 2 weeks ago so openssl must be current. Pkg info says openssl-1.0.21,1 Is this a problem I can fix myself in the ports tree or do I need to report it as a bug to the unbound port? I was trying to do a "make config" to see if there was a compile time option to enable the "root zone" function which seems to be missing from the pkg version. Also the "unbound-control" command is not using the port default location for the unbound.conf file. Last but not least, there seems to be some crossover between the OS built-in local_unbound and the port version files. ___ 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"
OpenLDAP 24 and MemberOf
Hi, I'm trying to install the MemberOf Overlay in the OpenLDAP 24 Server port but for some reason I don't think it's getting installed?? Most likely I'm doing something wrong here but on the port dir: /usr/ports/net/openldap24-server make config [X] MemberOf make clean make make deinstall (remove existing install) make install Then look under: ls /usr/local/libexec/openldap/ and it's not there?? According to the port a memberof.la file should exist somewhere on the system which it doesn't. I've also tried checking the /usr/local/etc/openldap/schema directory with no luck either. Could someone point me in the right direction of how to install/enable this as I'm lost. I mean it might actually be built in but perhaps I can't find it and don't know how to enable it either... ?? :-S Thanks. Kaya ___ 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: gettextsetup warnings
On Tue 19.Sep.17 17:28, Karli Sjöberg wrote: Hi! > Hello! > > Recently I've been noticing hundreds of these messages that SirDice reports in > this thread on ask.puppet.com: > https://ask.puppet.com/question/31933/gettextsetup-warnings/ Indeed, I was looking at this about an hour ago. ;/ > In the thread he states that he gets them both running the puppetmaster with > the "sysutils/puppet" and "sysutils/puppetserver" package. I myself am running > the latter, version 2.7.2_1 and as previously stated have the same problem. > > I have tried the step outlined here, unfortunately doesn't help: > https://docs.puppet.com/pe/latest/release_notes_known_issues_puppetserver.html# > errors-logged-about-gettextsetup-initialization-failures > > Is this something you are aware of? I am aware of it, but I have no answers. I've not looked at the steps you linked, but I'm working on puppetserver 5.1.0 and am seeing the same issue. > Do you perhaps have some connections over at camp Puppet that you ask > about how > to solve it? I think perhaps a ticket into the Jira might be the right action here. I'm spread a bit thin currently trying to get the next puppetserver into the ports tree as sysutils/puppetserver5. Help in this matter would be appreciated, as it would help clean up my logs. :) > Thanks in advance! > Karli Cheers, -- Zach ___ 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 Port: leofs-1.3.4
Hi, do you have some news about porting of new LeoFS version? thanks Franco ___ 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: OpenLDAP 24 and MemberOf
On 2017-09-19 17:59, Kaya Saman wrote: > Hi, > > I'm trying to install the MemberOf Overlay in the OpenLDAP 24 Server > port but for some reason I don't think it's getting installed?? > > Most likely I'm doing something wrong here but on the port dir: > > /usr/ports/net/openldap24-server > > make config > > [X] MemberOf > > make clean > > make > > make deinstall (remove existing install) > > make install > > > Then look under: ls /usr/local/libexec/openldap/ > > and it's not there?? According to the port a memberof.la file should > exist somewhere on the system which it doesn't. > > > I've also tried checking the /usr/local/etc/openldap/schema directory > with no luck either. > > > Could someone point me in the right direction of how to install/enable > this as I'm lost. > > I mean it might actually be built in but perhaps I can't find it and > don't know how to enable it either... ?? :-S I ran into the same issue with ppolicy, actually they are statically compiled, try /usr/local/libexec/slapd -VVV //per ___ 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: gettextsetup warnings
Hello! On Tue, Sep 19, 2017 at 09:09:59AM -0700, Zach wrote: > On Tue 19.Sep.17 17:28, Karli Sjöberg wrote: > > Recently I've been noticing hundreds of these messages that SirDice reports > > in > > this thread on ask.puppet.com: > > https://ask.puppet.com/question/31933/gettextsetup-warnings/ > > Indeed, I was looking at this about an hour ago. > ;/ I am missing the initial context so please forgive me if this is out of topic. I guess this problem is partly fixed with the update to 5.2.0, not in the Ports tree yet (for sysutils/puppet5). I just found a few more problems, I will try to address them tomorrow before leaving to EuroBSDcon. There where a few problems: - The locales are installed in a weird location (/usr/local/share/locale would be more usual than /var/puppet/share/locales); - Some files should not be installed into this directory (/var/puppet/share/locales/config.yaml and /var/puppet/share/locales/puppet.pot as far as I understand). However: 1. The locales directory itself has not the usual layout (e.g. no LC_MESSAGES subdirectory); 2. The installed files are not the good ones (.po instead of .mo) 3. I was not able to switch language by setting LC_ALL / LANG to Japanese (the only locale that is currently installed). As I said in the beginning I found a few more problems, and points 2 and 3 seems to be fixed with some efforts. I'll try to integrated this in the puppet5 port in the GitHub repo! Regards, Romain -- Romain Tartière http://people.FreeBSD.org/~romain/ pgp: 8234 9A78 E7C0 B807 0B59 80FF BA4D 1D95 5112 336F (ID: 0x5112336F) (plain text =non-HTML= PGP/GPG encrypted/signed e-mail much appreciated) signature.asc Description: PGP signature
Re: gettextsetup warnings
On ons, 2017-09-20 at 00:47 +0200, Romain Tartière wrote: > Hello! > > On Tue, Sep 19, 2017 at 09:09:59AM -0700, Zach wrote: > > > > On Tue 19.Sep.17 17:28, Karli Sjöberg wrote: > > > > > > Recently I've been noticing hundreds of these messages that > > > SirDice reports in > > > this thread on ask.puppet.com: > > > https://ask.puppet.com/question/31933/gettextsetup-warnings/ > > Indeed, I was looking at this about an hour ago. > > ;/ > I am missing the initial context so please forgive me if this is out > of > topic. > > I guess this problem is partly fixed with the update to 5.2.0, not in > the Ports tree yet (for sysutils/puppet5). I just found a few more > problems, I will try to address them tomorrow before leaving to > EuroBSDcon. > > There where a few problems: > - The locales are installed in a weird location > (/usr/local/share/locale would be more usual than > /var/puppet/share/locales); > - Some files should not be installed into this directory > (/var/puppet/share/locales/config.yaml and > /var/puppet/share/locales/puppet.pot as far as I understand). > > However: > 1. The locales directory itself has not the usual layout (e.g. no > LC_MESSAGES subdirectory); > 2. The installed files are not the good ones (.po instead of .mo) > 3. I was not able to switch language by setting LC_ALL / LANG to > Japanese (the only locale that is currently installed). > > As I said in the beginning I found a few more problems, and points 2 > and > 3 seems to be fixed with some efforts. I'll try to integrated this > in > the puppet5 port in the GitHub repo! > > Regards, > Romain Thank you both for the awesome response, two people working on this problem are definitely more than zero :) @Zach So it seems to me that if you two just talk this through after Romain makes his fixes into "sysutils/puppet5", you can grap those and put them into "sysutils/puppetserver", right? /K ___ 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: gettextsetup warnings
On Wed, Sep 20, 2017 at 07:46:03AM +0200, Karli Sjöberg wrote: > Thank you both for the awesome response, two people working on this > problem are definitely more than zero :) After further investigation: with the way we install, Puppet thinks it's running in AIO mode and look for .mo files (binary files generated from the .po files) but they are not built at any point. I guess that puppetlab's AIO packaging system produce them when creating the AIO packages, but the install.rb script we are using does not. By using msgfmt, I could manage to build them and have them working with the ja locale, but install.rb installs a lot of junk, so some cleanup is required. I'll investigate quickly if it is possible to not use install.rb at all (it works well on Debian when installing puppet with `gem install puppet` after all). If it's possible, I'll get rid of install.rb for the sake of simplicity, and if not, I'll tweak install.rb to do the things we expect it to do. Romain -- Romain Tartière http://people.FreeBSD.org/~romain/ pgp: 8234 9A78 E7C0 B807 0B59 80FF BA4D 1D95 5112 336F (ID: 0x5112336F) (plain text =non-HTML= PGP/GPG encrypted/signed e-mail much appreciated) signature.asc Description: PGP signature