search for: darwinport

Displaying 20 results from an estimated 136 matches for "darwinport".

Did you mean: darwinports
2006 May 16
7
svn-1.3.1 errors on intel mac on checkout
I just installed svn-1.3.1 from .dmg on an intel mac. I am getting ... subversion/libsvn_wc/log.c:338: (apr_err=155009) svn: In directory ''sr'' subversion/libsvn_subr/io.c:565: (apr_err=2) svn: Can''t copy ''sr/.svn/tmp/text-base/README.svn-base'' to ''sr/README.tmp'': No such file or directory Any one getting this? TIA for any help.
2006 Feb 09
9
RMagick on OS X - HOW
...ms, but RMagick has, until recently, evaded all of my attempts to building it on my PowerBook. Someone else just mentioned that they had trouble with RMagick on OS X (Intel, don''t really know if my advice will help) so I decided to post a HOWTO to the list. I generally shy away from fink/darwinports and the like: Why let them do what I can do myself, particularly when they put things in weird places (why, or why, not simply /usr/local?). :-) That said, here''s my final procedure: (I use gcc_select 3.3, though this may work with gcc_select 4.0) Install DarwinPorts: http://www.darwi...
2006 Mar 15
7
rails on OS X 10.3.9 not working
Hello, I''ve installed Ruby 1.8.4 via Darwinports, installed gem 0.8.11 too and then installed Rails via gem. I''m using OS X 10.3.9. When I now type rails in the terminal, the following lines appear: # rails /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/ active_support/values/time_zone.rb:12: undefined method `attr_reamer...
2006 Aug 04
2
MacOS + darwinport + rubygems
Hi, Installing ruby (following wiki recommandations) with darwinport, I have the following error when I want to install rails gem: /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'': no such file to load -- sources (LoadError) from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `req...
2004 Oct 19
9
News for OS X Users
...#39;ve gotten wxruby-swig to build as a OS X framework. This has a couple of ramifications 1) wxruby for the Mac will finally exactly like its Linux and PC counterparts, menu bar and all. 2) Bundling wxruby applications becomes a lot easier. 3) The next binary installer should be able to support darwinports, fink, and all of the other various rubies for Mac OS X. I''m going to work on getting the installer ready. I''m also going to try to back-port this to wxruby, so it''s available in the next release. Nick
2005 Jun 13
2
xmms plugin bug report - macOS 10.3, darwinports
Hi all - I've just finished building flac in the "darwinports" environment on MacOS 10.3.9. The port maintainer (i've cc'd him) had disabled the xmms plugin build. I wanted that, so I changed the portfile and built locally, yada yada. I've run into three problems, only two of which I've seen reported in the list archives here. 1) con...
2005 Jun 14
0
xmms plugin bug report - macOS 10.3, darwinports
--- Dan Pritts <danno@umich.edu> wrote: > Hi all - > > I've just finished building flac in the "darwinports" environment > on MacOS 10.3.9. > > The port maintainer (i've cc'd him) had disabled the xmms plugin > build. > > I wanted that, so I changed the portfile and built locally, yada > yada. > > I've run into three problems, only two of which I've see...
2007 Feb 27
0
Error Installing MySQL Native Bindings with DarwinPorts
Hey Folks, I''m just getting up and running, using DarwinPorts and encountered a MySQL error when trying to install. Would appreciate any insight any of you might be able to offer to resolve this. I''m trying to install the MySQL Native Bindings for a performance boost on the MySQL adaptor. The specific tutorial I''m following is as follows:...
2006 Jun 09
8
Installation on OSX...
Hi, Just got my first Mac. I''m trying to install rails on it, using the instructions in the rails wiki: http://wiki.rubyonrails.com/rails/pages/HowtoInstallOnOSXTigerUsingDarwinPorts I go to install mysql, and the version of mysql supported by DarwinPorts appears to be 4.1.18. But all the sites appear to only have 4.1.19 or 4.1.20. So it looks like DarwinPorts is over a month out of date. I went to look at Fink to see if it had mysql, and it does, but it would appear to be...
2006 May 19
6
rmagick->X11 on MacTel Howto?
I needed to install rmagick/GraphicsMagick on an IntelMac and did so from Darwinports. Some things work and others don''t work, like rendering fonts which needs X11 fonts and X server. The rmagick page at rubyforge points to .. http://developer.apple.com/opensource/tools/runningx11.html where X11 link to Apple is broken. X11User.pkg talked about on the page above no longer...
2006 Apr 21
9
Capistrano, OS X
If you installed your copy of ruby via DarwinPorts, the hashbang lines at the top of your dispatch.* scripts says "#!/opt/local/bin/ruby". This is a problem, if you''re deployin via Capistrano to a host with a different path to ruby (which would be practially all of them:-) Here''s a fix. Add this "fix_hashbangs....
2005 Jun 14
1
xmms plugin bug report - macOS 10.3, darwinports
On Tue, Jun 14, 2005 at 01:14:49PM -0700, Josh Coalson wrote: > > 1) configure doesn't properly figure out that i have socklen_t > > defined, > > and so http.c defines its own version. Previously reported. > > FLAC-1.1.2 has in configure.in: yes, i built 1.1.2 > AC_CHECK_TYPES(socklen_t, [], []) > > is this not working? autoconf/configure doesn't seem
2006 Jun 06
5
Mac OSX
I havew installed Ruby and gems on Mac OSX but when i try ti install Rails i get messages Local gem file not found: rails*.gem Attempting remote installation of ''rails'' Updating Gem source index for: http://gems.rubyforge.org ERROR: While executing gem ... (ArgumentError) syntax error on line 23, col 0: `<p>'' Can anyone advise as to reason ? I an using OS 10.4
2006 Sep 26
1
Error while generating scaffold
...test: adapter: sqlite dbfile: db/test.db production: adapter: sqlite dbfile: db/prod.db development: adapter: sqlite dbfile: db/dev.db And the db files are indeed in the rails db dir. Ruby version: 1.8.5 Rails version: 1.1.4 OS: Mac OSX 10.4.7 Ruby, rails and SqLite are isntalled by darwinports. Not by gem, since DarwinPorts gem install seems to be broken at the moment. Any ideas how to solve this error? Jeroen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post...
2007 Nov 18
3
mongrel_cluster on OS X 10.5 Leopard
...erything I need is here. Thanks to a nice example here: http://www.cyberarmy.net/library/article/1722/ I was even able to sort out using Mongrel with Apache 2. All works out of the box, except mongrel_cluster. The gem just won''t install. I could really use some guidance here. I did try the darwinports mongrel_cluster install from here: http://rb-mongrel_cluster.darwinports.com/ but that went and broke everything. That processes failed near the end and broke rails completely. I did a clean install of the server OS, and am back to having to launch my 3 separate mongrel instances manually. I reall...
2005 Dec 10
0
Cannot build ices0/libshout2 on Mac OSX 10.4.2
Hi, On Sat, 10 Dec 2005 16:14:04 -0800 Dan Stowell <danstowell@gmail.com> wrote: > Hi - > > I'm rebuilding my OSX system and I can't get ices0 > to build - or to be more exact, can't get libshout2 > to build. > > I started by using DarwinPorts, and icecast2 & > libogg & libvorbis seemed to build OK. The install > of ices0 then gave up at the libshout2 config stage > with output like this: > > [...] > checking for libvorbis... ok > checking for struct ovectl_ratemanage_arg... no > configure: error: requis...
2006 Jun 21
2
mongrel_rails restart not working
Hi, On os x.3.9, with ruby 1.8.4 installed through darwinports and mongrel through gems, everything works until I restart: mongrel_rails restart adds the logs: ** USR2 signal received. ** Restarting with arguments: ruby /opt/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13/bin/mongrel_rails start -p 3001 -d /opt/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13/b...
2006 May 25
12
RMagick install problems, advice needed
Hi guys, im trying to install rmagick on windows but i have some problems with the post install, im using win2000, ruby 1.8.4 and rails 1.1, all working well. Then i downloaded RMagick-1.9.2-IM-6.2.4-6-win32.zip from http://rubyforge.org/projects/rmagick/ extracted and do the gem install RMagick-win32-1.9.2-mswin32.gem , the gem was installed sucesfully but when i do the postinstall.rb i get
2006 Apr 21
4
Bus error in ./script/console with postgres (ext. library)
Is there some special magic that needs to be performed so that the C-based postgres extension library works with the Rails console? I have installed the postgres extension library (replacing the pure Ruby version: postgres-pr) from <http://ruby.scripting.ca/postgres/> Everything works great from WEBrick, but as soon as I fire up the console and try to use it, I get a bus error:
2006 Jul 31
6
Unable to install Gems with RubyGems on Intel OSX with DarwinPorts
I followed Duncan Davidson''s Sandboxing Rails with Darwin Ports guide and everything went fine up till the part where I had to install gems using gem install. I would get this stacktrace: Attempting local installation of ''rake'' Local gem file not found: rake*.gem Attempting remote installation of ''rake''