Ruby ... active user sought

2012-05-30 Thread Bjarne D Mathiesen
I've found this : https://github.com/opscode-cookbooks/apache2 But I've _no_ experience at all in Ruby I'ld like if someone could give me a short intoduction in how I can use the code from the website mentioned from the command line :-) thanks :-) -- Bjarne D Mathiesen København N ; Danmark ;

Re: Ruby ... active user sought

2012-05-30 Thread Brandon Allbery
On Wed, May 30, 2012 at 5:45 AM, Bjarne D Mathiesen macint...@mathiesen.info wrote: I've found this : https://github.com/opscode-cookbooks/apache2 I think you do not want to naively mix Chef and MacPorts, especially with a package that does not have any OS X support (much less MacPorts). If

Re: Ruby ... active user sought

2012-05-30 Thread Bjarne D Mathiesen
Brandon Allbery wrote: On Wed, May 30, 2012 at 5:45 AM, Bjarne D Mathiesen macint...@mathiesen.info mailto:macint...@mathiesen.info wrote: I've found this : https://github.com/opscode-cookbooks/apache2 I think you do not want to naively mix Chef and MacPorts, especially with a

Re: Ruby ... active user sought

2012-05-30 Thread Brandon Allbery
On Wed, May 30, 2012 at 10:03 AM, Bjarne D Mathiesen macint...@mathiesen.info wrote: Brandon Allbery wrote: On Wed, May 30, 2012 at 5:45 AM, Bjarne D Mathiesen macint...@mathiesen.info mailto:macint...@mathiesen.info wrote: I've found this :

Re: Ruby ... active user sought

2012-05-30 Thread Bjarne D Mathiesen
Brandon Allbery wrote: On Wed, May 30, 2012 at 10:03 AM, Bjarne D Mathiesen macint...@mathiesen.info mailto:macint...@mathiesen.info wrote: Brandon Allbery wrote: On Wed, May 30, 2012 at 5:45 AM, Bjarne D Mathiesen macint...@mathiesen.info mailto:macint...@mathiesen.info

Re: Ruby ... active user sought

2012-05-30 Thread Brandon Allbery
On Wed, May 30, 2012 at 10:39 AM, Bjarne D Mathiesen macint...@mathiesen.info wrote: Having seen your explanation, my conclusion has to be, that I'll have to port those Chef receipes to use the macports framework and tcl. I expect that's easier said than done, since the readme pointed out

Re: Ruby ... active user sought

2012-05-30 Thread Bjarne D Mathiesen
Brandon Allbery wrote: On Wed, May 30, 2012 at 10:39 AM, Bjarne D Mathiesen macint...@mathiesen.info mailto:macint...@mathiesen.info wrote: Having seen your explanation, my conclusion has to be, that I'll have to port those Chef receipes to use the macports framework and tcl. I

mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Brad Allison
I used these instructions for installing mysql -- http://matthewcarriere.com/2008/04/02/installing-mysql-on-mac-os-x-leopard-using-macports/ The only thing I changed was mysql5 to mysql55 . sudo port selfupdate sudo port install mysql55 +server When I got to the step to install the startup

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Bjarne D Mathiesen
Brad Allison wrote: What's the difference between mysql55 +server and mysql55-server? mysql55 +server is a variant that means, that you install both the client and the server in one command with /port install mysql55 +server/ mysql55-server is a subport of mysql55 that means that you in fact

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Jeremy Lavergne
mysql55 +server is a variant that means, that you install both the client and the server in one command with /port install mysql55 +server/ mysql55-server is a subport of mysql55 that means that you in fact install 2 ports: mysql55 mysql55-server You can just install /port

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Brad Allison
port install mysql55 +server installs just the server (but without the startup scripts). port install mysql55-server installs just the server. So I don't see why there are both? Neither one installed the client for me and there's no mysql55-client package. :( -b On Wed, May 30, 2012 at 11:48

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Jeremy Lavergne
port install mysql55 +server installs just the server (but without the startup scripts). mysql55 +server does not exist. $ port variants mysql55 mysql55-server mysql55 has the variants: debug: Enable debug binaries openssl: Enable OpenSSL support system_readline: Use system readline

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Brad Allison
So when I installed mysql55 +server I was just getting mysql55 then? In either case there's still no startup scripts... that's the core problem I'm having (other than I have no clue which of these two packages to install). -brad On Wed, May 30, 2012 at 11:56 AM, Jeremy Lavergne

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Brad Allison
I ran sudo port install mysql55 and it did not install a client... :( And there's no mysql55-client. So how do you get the mysql client? On Wed, May 30, 2012 at 11:57 AM, Brad Allison brad.alli...@gmail.comwrote: So when I installed mysql55 +server I was just getting mysql55 then? In

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Brad Allison
and back to the original point. Still no startup script. : # sudo port load mysql55-server Error: org.macports.load for port mysql55-server returned: Launchd plist /Library/LaunchDaemons/org.macports.mysql55-server.plist was not found Please see the log file for port mysql55-server for

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Jeremy Lavergne
and back to the original point. Still no startup script. : There's a script for me. What does your `port contents mysql55-server` show? $ port contents mysql55-server Port mysql55-server contains: /Library/LaunchDaemons/org.macports.mysql55-server.plist

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Jeremy Lavergne
I ran sudo port install mysql55 and it did not install a client... :( $ port contents mysql55 | grep bin/ ... /opt/local/lib/mysql55/bin/mysql There's the client. And there's no mysql55-client. So how do you get the mysql client? mysql55 installs the client smime.p7s Description:

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Brad Allison
But I'm still confused. Which should I be using mysql55-server or mysql? I want both the client and server so I thought mysql55... but does that not come with the startup scripts? -brad On Wed, May 30, 2012 at 12:02 PM, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: and back to the

'port -qv installed' returns empty list

2012-05-30 Thread Pepijn Kenter
Dear experts. I have upgraded from OS-X 10.5 to 10.6 and I am now trying to follow the instructions for migrating MacPorts to a new version (https://trac.macports.org/wiki/Migration) I first installed the base MacPorts system again and compared the various conf files with their conf.default

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Jeremy Lavergne
But I'm still confused. Which should I be using mysql55-server or mysql? I want both the client and server so I thought mysql55... but does that not come with the startup scripts? Only mysql55-server has the startup scripts, and installs no binaries. Only mysql55 installs binaries, both

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Bjarne D Mathiesen
Brad Allison wrote: port install mysql55 +server installs just the server (but without the startup scripts). port install mysql55-server installs just the server. So I don't see why there are both? Neither one installed the client for me and there's no mysql55-client package. :( /port

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Ryan Schmidt
On May 30, 2012, at 11:08, Bjarne D Mathiesen wrote: after installing mysql55 you'll have to select a version to symlink into ${prefix}/bin as below : You don't *have* to. You *can*, if you want to be able to type mysql and have it do something. (Otherwise, you have to type the full path to

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Brad Allison
Works like a champ now! Thanks! # sudo launchctl load -w /Library/LaunchDaemons/org.macports.mysql55-server.plist On Wed, May 30, 2012 at 12:08 PM, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: Ah - now I get it. I need BOTH! :) There we go! Semantics: If you install

Re: 'port -qv installed' returns empty list

2012-05-30 Thread Ryan Schmidt
On May 30, 2012, at 11:05, Pepijn Kenter wrote: So therefore I want to know: in which file does MacPorts store which packages are installed? /opt/local/var/macports/registry/registry.db ___ macports-users mailing list

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Bjarne D Mathiesen
Ryan Schmidt wrote: On May 30, 2012, at 11:08, Bjarne D Mathiesen wrote: after installing mysql55 you'll have to select a version to symlink into ${prefix}/bin as below : You don't *have* to. You *can*, if you want to be able to type mysql and have it do something. (Otherwise, you have

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Brandon Allbery
On Wed, May 30, 2012 at 12:21 PM, Bjarne D Mathiesen macint...@mathiesen.info wrote: Ryan Schmidt wrote: On May 30, 2012, at 11:08, Bjarne D Mathiesen wrote: after installing mysql55 you'll have to select a version to symlink into ${prefix}/bin as below : You don't *have* to. You

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Bjarne D Mathiesen
Brandon Allbery wrote: Which is fine until you need multiple versions installed. I don't know if it's in place yet (the ports are being reorganized, I believe) but the intent is that port select be used to select which one is visible on the default $PATH, while allowing all of them to be

Universal netcdf-fortran

2012-05-30 Thread Julien Salort
Hello, I need to install the universal variant of netcdf-fortran because I have some 32 bits Fortran code that needs netcdff. However, MacPorts wants to build a universal gcc and fails on llvm: % sudo port install netcdf-fortran +universal Password: --- Computing dependencies for llvm-3.0 ---

libproxy archive signature mismatch

2012-05-30 Thread Lenore Horner
I haven't found a solution to the archive mismatch in my searching. I've tried twice and then cleaned and tried again. All with the same lack of result. Other things are fetching from archive for me. Is the only work-around to install from source? 10.6.8 MacPorts 2.1.1 Thanks. Lenore ---

Re: Universal netcdf-fortran

2012-05-30 Thread Lawrence Velázquez
On May 30, 2012, at 1:43 p.m., Julien Salort wrote: % sudo port install netcdf-fortran +universal Password: --- Computing dependencies for llvm-3.0 --- Building llvm-3.0 Error: org.macports.build for port llvm-3.0 returned: command execution failed Please see the log file for port

Re: Universal netcdf-fortran

2012-05-30 Thread Ryan Schmidt
On May 30, 2012, at 12:43, Julien Salort wrote: % sudo port install netcdf-fortran +universal Password: --- Computing dependencies for llvm-3.0 --- Building llvm-3.0 Error: org.macports.build for port llvm-3.0 returned: command execution failed Since that was not a clean attempt, clean

Re: libproxy archive signature mismatch

2012-05-30 Thread Jeremy Lavergne
I haven't found a solution to the archive mismatch in my searching. I've tried twice and then cleaned and tried again. All with the same lack of result. Other things are fetching from archive for me. Is the only work-around to install from source? Interestingly, the files download and

Re: Universal netcdf-fortran

2012-05-30 Thread Jeremy Lavergne
Looks like a missing build rule, or maybe it cannot properly build in parallel. :info:build make[2]: *** No rule to make target

Re: Universal netcdf-fortran

2012-05-30 Thread Julien Salort
Le 30 mai 2012 à 19:59, Ryan Schmidt a écrit : On May 30, 2012, at 12:43, Julien Salort wrote: % sudo port install netcdf-fortran +universal Password: --- Computing dependencies for llvm-3.0 --- Building llvm-3.0 Error: org.macports.build for port llvm-3.0 returned: command execution

Re: Universal netcdf-fortran

2012-05-30 Thread Ryan Schmidt
On May 30, 2012, at 13:22, Julien Salort wrote: Le 30 mai 2012 à 19:59, Ryan Schmidt a écrit : On May 30, 2012, at 12:43, Julien Salort wrote: % sudo port install netcdf-fortran +universal Password: --- Computing dependencies for llvm-3.0 --- Building llvm-3.0 Error:

Re: 'port -qv installed' returns empty list

2012-05-30 Thread Jeremy Lavergne
I do have the /opt/local/var/macports/registry/registry.db file so I can see if I can extract some info from it. Just a reminder: If MacPorts won't play nice with the sqlite db you can still interrogate the db manually. I have first hand experience with MacPorts encountering an error during

Re: 'port -qv installed' returns empty list

2012-05-30 Thread Pepijn Kenter
I do have the /opt/local/var/macports/registry/registry.db file so I can see if I can extract some info from it. The ports table in the database is empty. I'm afraid that I have to install my ports from scratch. Thanks for the support, Pepijn.

Re: 'port -qv installed' returns empty list

2012-05-30 Thread Pepijn Kenter
I'm afraid that I have to install my ports from scratch. Again I'm stuck. I try to do a 'port selfupdate' followed by a 'port upgrade outdated' but it doesn't install anything. ~ sudo port selfupdate --- Updating MacPorts base sources using rsync MacPorts base version 2.1.1 installed,

Re: 'port -qv installed' returns empty list

2012-05-30 Thread Jeremy Lavergne
~ sudo port upgrade outdated Error: No ports matched the given expression That just means there are no outdated ports. smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list macports-users@lists.macosforge.org

Re: 'port -qv installed' returns empty list

2012-05-30 Thread Pepijn Kenter
On 30 May 2012, at 21:57, Jeremy Lavergne wrote: ~ sudo port upgrade outdated Error: No ports matched the given expression That just means there are no outdated ports. Yes but I don't have any ports installed at all. I want to install the default set of ports that you start out with (or

Re: 'port -qv installed' returns empty list

2012-05-30 Thread Jeremy Lavergne
Yes but I don't have any ports installed at all. I want to install the default set of ports that you start out with (or isn't there any? I forgot) There are no ports installed by default. smime.p7s Description: S/MIME cryptographic signature ___

Re: Universal netcdf-fortran

2012-05-30 Thread Julien Salort
Le 30 mai 2012 à 20:28, Ryan Schmidt a écrit : But now you've generated a complete main.log file that you can attach to a ticket that you file in our issue tracker. OK, I've submitted a ticket. I hope I've done everything properly... Bests, Julien

Re: Universal netcdf-fortran

2012-05-30 Thread Jeremy Lavergne
Please just build llvm-3.0 with configure.compiler=clang to verify that it works. Here's how to do that: sudo port clean llvm-3.0 sudo port install llvm-3.0 configure.compiler=clang smime.p7s Description: S/MIME cryptographic signature ___

cdrtools doesn't build mkisofs

2012-05-30 Thread Gill Bates
Building cdrtools fails to build the mkisofs executable. Mac OSX version is 10.7.4, xcodebuild reports version as Xcode 4.3.2 Build version 4E2002 and gcc reports version as i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00) A snippet from the

Re: cdrtools doesn't build mkisofs

2012-05-30 Thread Jeremy Lavergne
Undefined symbols for architecture x86_64: _libintl_setlocale, referenced from: _main in mkisofs.o _libiconv, referenced from: _conv_charset in joliet.o _convert_to_unicode in joliet.o _joliet_strlen in joliet.o _libiconv_open, referenced from:

Re: cdrtools doesn't build mkisofs

2012-05-30 Thread Gill Bates
Thanks for the response. Turns out that libiconv was already installed. port installed reported libiconv @1.14_0 (active) and sudo port install libiconv reported: --- Cleaning libiconv --- Scanning binaries for linking errors: 100.0% --- No broken files found. - Original Message -

Re: cdrtools doesn't build mkisofs

2012-05-30 Thread Jeremy Lavergne
Thanks for the response. Turns out that libiconv was already installed. port installed reported libiconv @1.14_0 (active) and sudo port install libiconv reported: --- Cleaning libiconv --- Scanning binaries for linking errors: 100.0% --- No broken files found. Interesting. Just to be

Re: cdrtools doesn't build mkisofs

2012-05-30 Thread Gill Bates
Certainly :-) $ port -v installed libiconv The following ports are currently installed:   libiconv @1.14_0 (active) platform='darwin 11' archs='x86_64' - Original Message - From: Jeremy Lavergne jer...@lavergne.gotdns.org Date: Wednesday, May 30, 2012 10:08 pm Subject: Re: cdrtools