Re: macports on mavericks

2014-01-07 Thread claire zaidi
Dear all, I just upgraded to OS X 10.9.1. I installed Xcode 5.0.2, Command Line Developer Tools, agreed the license (xcodebuild -license). I re-installed macports 2.2.1 then sudo port -v self update ». I also re-installed java. Everything seems to be ok. When I do « sudo port upgrade

Re: macports on mavericks

2014-01-07 Thread Jeremy Lavergne
Have you cleaned gettext and tried building it again? sudo port clean gettext sudo port upgrade gettext Also, in case someone else comes to the thread: http://trac.macports.org/wiki/Migration On Jan 7, 2014, at 9:42, claire zaidi claire.za...@picxelteam.fr wrote: I just upgraded to OS X

Re: Can't set tmpdir in mysql

2014-01-07 Thread Ryan Schmidt
On Jan 6, 2014, at 22:28, Darwin O'Connor wrote: I haven't been able to change the tmpdir for mysql. I doubt this is a MacPorts-specific issue so you may have more luck writing to a MySQL-specific support venue. I've set it to /opt/local/tmp in my.cnf You mean /opt/local/etc/my.cnf? Are the

Re: macports on mavericks

2014-01-07 Thread claire zaidi
same thing when upgrading gettext… Here is the .log file: $ ./configure --prefix=/opt/local --disable-dependency-tracking ac_cv_prog_AWK=/usr/bin/awk ac_cv_path_GREP=/usr/bin/grep ac_cv_path_SED=/usr/bin/sed --disable-csharp --disable-native-java --disable-openmp --without-emacs

Re: macports on mavericks

2014-01-07 Thread Ryan Schmidt
On Jan 7, 2014, at 08:59, claire zaidi wrote: configure:4360: error: ./configure failed for gettext-runtime The gettext software includes multiple configure scripts in various directories and therefore generates multiple config.log files. Based on this line, I think the relevant config.log

Re: macports on mavericks

2014-01-07 Thread claire zaidi
Should I have to reinstall all my ports as explained in the macports migration page ? I didn’t do that… Here is the config.log found in the gettext-runtime directory: $ ./configure --disable-option-checking --prefix=/opt/local ac_cv_prog_AWK=/usr/bin/awk ac_cv_path_GREP=/usr/bin/grep

Re: macports on mavericks

2014-01-07 Thread Ryan Schmidt
On Jan 7, 2014, at 09:52, claire zaidi wrote: Should I have to reinstall all my ports as explained in the macports migration page ? I didn’t do that… After upgrading from one major OS X version to another, yes, you need to reinstall Xcode, MacPorts, and all ports. Here is the config.log

Re: macports on mavericks

2014-01-07 Thread claire zaidi
Running “xcode-select —install” gives an error: the software is not available. Thus I installed the command line tools by downloading it on the apple developers page : Command Line Tools (OS X Mavericks) for Xcode - Late October 2013 I didn’t re-installed all my ports… Le 7 janv. 2014

Re: macports on mavericks

2014-01-07 Thread claire zaidi
ok I will reinstall all my ports thank you very much for your help Claire Le 7 janv. 2014 à 17:12, Ryan Schmidt ryandes...@macports.org a écrit : On Jan 7, 2014, at 10:06, claire zaidi wrote: Running “xcode-select —install” gives an error: the software is not available. Thus I

Re: macports on mavericks

2014-01-07 Thread Ryan Schmidt
On Jan 7, 2014, at 10:06, claire zaidi wrote: Running “xcode-select —install” gives an error: the software is not available. Thus I installed the command line tools by downloading it on the apple developers page : Command Line Tools (OS X Mavericks) for Xcode - Late October 2013 Ok.

Why does the macport of gnu coreutils not contain gstdbuf ?

2014-01-07 Thread Pushpendre Rastogi
Hi all, After installing coreutils on my mac I noticed that stdbuf was missing. I wanted to know if my installation is faulty or the port itself is incomplete (or there is an announcement about this that I missed). Thanks Pushpendre *Sorry if this question should have been asked somewhere

Re: Why does the macport of gnu coreutils not contain gstdbuf ?

2014-01-07 Thread Sterling Smith
Pushpendre, Does something relevant appear from port contents coreutil | grep stdbuf -Sterling On Jan 7, 2014, at 2:25PM, Pushpendre Rastogi wrote: Hi all, After installing coreutils on my mac I noticed that stdbuf was missing. I wanted to know if my installation is faulty or the port

Re: Why does the macport of gnu coreutils not contain gstdbuf ?

2014-01-07 Thread Ryan Schmidt
On Jan 7, 2014, at 16:25, Pushpendre Rastogi wrote: After installing coreutils on my mac I noticed that stdbuf was missing. I wanted to know if my installation is faulty or the port itself is incomplete (or there is an announcement about this that I missed). According to coreutils’

Re: Why does the macport of gnu coreutils not contain gstdbuf ?

2014-01-07 Thread Brandon Allbery
On Tue, Jan 7, 2014 at 5:25 PM, Pushpendre Rastogi pushpen...@jhu.eduwrote: After installing coreutils on my mac I noticed that stdbuf was missing. stdbuf relies on ELF LD_PRELOAD and would need significant porting (if indeed it is possible at al) to work with Mach-O's dynamic loader. --