search for: homebrewer

Displaying 20 results from an estimated 308 matches for "homebrewer".

Did you mean: homebrewed
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
> On 22 Feb 2023, at 5:33 pm, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: >> >> Thanks Aki, that was helpful. When I add that I get: >> >> checking for LIBSODIUM... no >> configure: error: Can't build with libsodium: not found >> >> So I have to tell it where libsodium is. >> >> Tried: >> >>
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
> On 22/02/2023 07:48 EET James Brown <jlbrown at bordo.com.au> wrote: > > > > On 22 Feb 2023, at 4:14 pm, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > > > > > > I?ve spent ages on this and am getting really desperate! :-( > > > > > > CPPFLAGS=-I/opt/homebrew/Cellar/openssl at 3/3.0.8/include
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
> On 22/02/2023 08:41 EET James Brown <jlbrown at bordo.com.au> wrote: > > > > On 22 Feb 2023, at 5:33 pm, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > > > > > Thanks Aki, that was helpful. When I add that I get: > > > > > > checking for LIBSODIUM... no > > > configure: error: Can't build with libsodium: not
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
> On 22/02/2023 09:10 EET James Brown <jlbrown at bordo.com.au> wrote: > > > On 22 Feb 2023, at 5:53 pm, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > > > > > > > > > > > > > > % locate libsodium > > > > > /opt/homebrew/Cellar/libsodium > > > > > /opt/homebrew/Cellar/libsodium/1.0.18_1
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
> On 22/02/2023 07:00 EET James Brown <jlbrown at bordo.com.au> wrote: > > > On 21 Feb 2023, at 10:12 pm, James Brown <jlbrown at bordo.com.au> wrote: > > > > > > > The new one has Dovecot compiled with same configure options, same configuration files, but fails to authenticate: > > > > Feb 21 21:51:03 master: Info: Dovecot v2.3.20
2019 Jan 31
1
1.1~pre17 is no longer available for OSX from Homebrew.
Hey Folks, It seems that Homebrew for some reason arbitrarily decided to banish all of the --devel flavors from all of their installable packages.  I couldn't find any discussion as to why or what they intend to replace the function with. **update;  this is where they decided to do this; https://github.com/Homebrew/brew/pull/5060#issuecomment-428149176 But in the meantime, 1.1pre17 is
2015 Apr 30
2
[LLVMdev] LLVM 3.6 homebrew core formula
>(though i personally use the tap ones because the core ones do not support asan) Is there a particular reason why the core ones do not support asan? > > >On Wed, Apr 29, 2015 at 1:21 PM, Sebastian Blessing ><sebastian at causality.io> wrote: >> Dear LLVMers, >> >> I am working on a project that depends on LLVM 3.6. For Homebrew, the core >> formula
2015 Apr 29
2
[LLVMdev] LLVM 3.6 homebrew core formula
Dear LLVMers, I am working on a project that depends on LLVM 3.6. For Homebrew, the core formula is pointing to LLVM 3.5.1 and LLVM 3.6 is only available as a homebrew tap. Since no core formula can depend in versioned taps, would it be possible to get the llvm36 (since already released) formula into homebrew core and replace the 3.5.1 formula? Thank you very much, Sebastian -------------- next
2013 Oct 02
2
[Bug 10179] New: massive test failure on OSX 10.8.5 under Homebrew
https://bugzilla.samba.org/show_bug.cgi?id=10179 Summary: massive test failure on OSX 10.8.5 under Homebrew Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: chdiza at gmail.com
2015 Jul 21
2
[LLVMdev] Problem with InsertPointGuard ABI?
On Tue, Jul 21, 2015 at 6:30 PM Justin Bogner <mail at justinbogner.com> wrote: > Paweł Bylica <chfast at gmail.com> writes: > > On Tue, Jul 21, 2015 at 5:55 PM Justin Bogner <mail at justinbogner.com> > wrote: > > > > Paweł Bylica <chfast at gmail.com> writes: > > > I can confirm that the issue has been caused by NDEBUG flag. >
2018 Feb 17
2
Problem installing libxml2 under Homebrew
i am trying to install xml2 from CRAN, and it is throwing an error that it cannot find the libxml2 library configuration. The thing is that pkg-config seems to be set up correctly: $ echo $PKG_CONFIG_PATH :/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig $ pkg-config --cflags --libs libxml-2.0 -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2
2014 Sep 10
2
[LLVMdev] Can't build against LLVM-3.5 with CMake: CMakeExports.cmake broken?
On Sep 9, 2014, at 7:12 AM, Dan Liew <dan at su-root.co.uk> wrote: > This is happening because the ``LLVMConfigLibs`` makefile variable is > empty when used in ``cmake/modules/Makefile``. It is normally set in > Makefile.rules . However if you build with --enable-shared this > variable doesn't get set and so LLVMExports.cmake isn't generated > correctly. > >
2015 Dec 26
2
[CMake] Hardcoded rpath?
I'm looking at an issue for Homebrew (OS X package manager) where the compiled libc++ tries to load libc++abi at "@rpath/libc++abi.1.dylib", resulting in a dyld error. The issue can be found at https://github.com/Homebrew/homebrew/issues/47149 From what I can tell, this is a result of lines 561-564 of the CMakeLists.txt in the main LLVM repo: set(CMAKE_BUILD_WITH_INSTALL_RPATH ON)
2012 Dec 28
3
installing ruby 1.9.3 in michael hartl's ruby on rails tutorial
I''m working on Michael Hartl''s ruby on rails tutorial http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#sec-development_tools . I installed Git, updated my OS to 10.8.2 and downloaded XCode 4.5.2. when I type in rvm install 1.9.3 this long thing comes up... Ruby (and needed base gems) for your selection will be installed shortly. Before it happens, please read and
2012 Oct 30
1
homebrew install R
Is there a recommended way to install R with homebrew? Will I completely lose the GUI? .r file command editor? thanks, Ty ----- Tyler Frazier Department of Transportation Planning and Telematics Technical University Berlin http://www.vsp.tu-berlin.de/ [[alternative HTML version deleted]]
2012 Feb 19
2
JGR Segmentation fault
I have been trying to get JGR up and running but so far no luck. I installed R from source using the homebrew package manager and everything works fine and I was able to install JGR and all its dependencies. Every time I try to start JGR I get the error below. Any idea why I'm getting the Segmentation fault? Thanks. System Info: OSX 10.7.2 R version 2.14.1 (2011-12-22) java version
2010 Dec 08
0
puppet homebrew package provider
Hi list, for those interested: I''ve created a homebrew package provider for puppet. You can get it from https://github.com/jedi4ever/puppet-homebrew enjoy :) Patrick P.S. You need a newer version of puppet as it uses the new module structure -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email
2010 Apr 18
0
Something about Homebrew install ruby
I installed the ruby1.8.7 by macports. Yesterday, I updated the ruby into 1.9.1 by homebrew. But when I show the version (ruby -v),It still is 1.8.7. So I use brew link ruby,and replace the /opt/local/bin/ruby by /usr/local/Cellar/ ruby/1.9.1-p378/bin/ruby. It works. But command "ri" is not work yet. Is there any way to use the ruby installed by homebrew? ,sorry for my english
2014 Aug 30
1
Default lib/include dirs location in OS X
Hi, I have installed libvirt via Homebrew = compiled from source <https://github.com/Homebrew/homebrew/blob/master/Library/Formula/libvirt.rb> . Then I wanted to install *ruby-libvirt* gem install ruby-libvirt and end up with this error: /usr/local/Cellar/ruby/2.1.2_3/bin/ruby extconf.rb *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary
2018 Nov 24
1
Mac Mojave Server
Is there any information on using dovecot on Mojave? I have been using Mac OS Server for a few years and looking for the preferred way to move to Mojave since dovecot and postfix admin support has been dropped by Apple.