Re: kde installation question

2011-08-04 Thread Marko Käning
On Aug 5, 2011, at 2:27 AM, Monika Szulc wrote: > I have recently installed MacPorts and among other things kde. I was trying > to use neuroscope, That's interesting. I can't find a port called neuroscope… And yes, for KDE4 you'd need to deinstall kde, which is actually KDE3, and install the kde

Re: port selfupdate failed (on Lion)

2011-08-04 Thread Ryan Schmidt
On Aug 4, 2011, at 12:48, robert delius royar wrote: > Thu, 4 Aug 2011 (17:57 +0200 UTC) Rainer Müller wrote: > >> On 2011-08-04 17:40 , Johannes Ruscheinski wrote: >>> Error: /opt/local/bin/port: port selfupdate failed: Error installing >>> new MacPorts base: shell command failed >>> >>> I ass

Re: Error m4 port not found. I tried selfupdate and found Failed to parse file errors.

2011-08-04 Thread Ryan Schmidt
On Aug 4, 2011, at 16:06, Jacob, Raymond A Jr. CIV SPAWARSYSCEN-ATLANTIC, 58150 wrote: > > Subject: re: Error m4 port not found. I tried selfupdate and found > Failed to parse file errors. > > > > I am using subversion to update ports instead of rsynch. In case that > has anything to do wi

Re: kde installation question

2011-08-04 Thread Brandon Allbery
On Thu, Aug 4, 2011 at 21:32, Ian Wadham wrote: > With KDE 4 applications, a Linux system would use $HOME/.kde4 > for these purposes, but Macports does something quite different and > more in line with OS X usage. > > So I wonder if your .kde directory is legit in the Macports world ... > As yet

Re: kde installation question

2011-08-04 Thread Ian Wadham
On 05/08/2011, at 10:27 AM, Monika Szulc wrote: > I have recently installed MacPorts and among other things kde. I was trying > to use neuroscope, but received the following error message > > Will not save configuration. > Configuration > file "/Users/UserName/.kde/share/config/neuroscoperc" not

Re: [MacPorts-announce] Update hangs configuring g95

2011-08-04 Thread Scott Webster
Glad to hear it worked. Scott On Thu, Aug 4, 2011 at 5:43 PM, martin cohen wrote: > > > --- On *Wed, 8/3/11, Scott Webster * wrote: > > > From: Scott Webster > Subject: Re: [MacPorts-announce] Update hangs configuring g95 > To: macports-users@lists.macosforge.org > Cc: mjco...@acm.org > Date:

Re: gcc 4.6 port for OSX Lion

2011-08-04 Thread Brandon Allbery
On Thu, Aug 4, 2011 at 17:23, ENDERLIN Christophe wrote: > I put everything back in /usr as it was before my modifications, and then, > I tried the > 'port select' command. Now, I can see that the correct links have actually > been created in /opt/local/bin > but the old ones in /usr/bin have not

kde installation question

2011-08-04 Thread Monika Szulc
Hello, I have recently installed MacPorts and among other things kde. I was trying to use neuroscope, but received the following error message Will not save configuration. Configuration file "/Users/UserName/.kde/share/config/neuroscoperc" not writable the file .kde is owned by root and has pe

Re: gcc-mp-4.4: error trying to exec '/opt/local/bin/i686-apple-darwin10-gcc-4.2.1': execvp: No such file or directory

2011-08-04 Thread Wolosh, Glenn
On Aug 4, 2011, at 3:56 PM, Frank Schima wrote: On Aug 4, 2011, at 11:57 AM, Wolosh, Glenn wrote: I am running into the same error as this post -- http://lists.macosforge.org/pipermail/macports-users/2011-June/024446.html I did not see any response to it. If I use the full path to gcc, ie,

Re: gcc 4.6 port for OSX Lion

2011-08-04 Thread ENDERLIN Christophe
Le 4 août 2011 à 22:00, Rainer Müller a écrit : > On 2011-08-04 21:58 , Rainer Müller wrote: >> Use the command 'port select' to change which gcc is invoked when typing >> 'gcc' in your shell. It will change the symlink at /opt/local/bin/gcc. >> >> sudo port select gcc gcc46 > > Sorry, I

Re: gcc 4.6 port for OSX Lion

2011-08-04 Thread ENDERLIN Christophe
Le 4 août 2011 à 21:58, Rainer Müller a écrit : > On 2011-08-04 19:32 , ENDERLIN Christophe wrote: >> To use this new version, I had to change some symbolic links in /usr/bin. >> Was it right to proceed that way ? By the way, what is the difference between >> x86_64-apple-darwin11-gcc-4.6.1 and x

Re: gcc 4.6 port for OSX Lion

2011-08-04 Thread ENDERLIN Christophe
Le 4 août 2011 à 20:06, Jason Swails a écrit : > Building macports should put /opt/local/bin in your PATH before anything else > in your .bash_profile or .profile file (I don't recall which), so unless > you've changed something that should already be there. You're right, my PATH contains /opt

Re: gcc 4.6 port for OSX Lion

2011-08-04 Thread ENDERLIN Christophe
Le 4 août 2011 à 19:59, vincent habchi a écrit : > Christophe, > >> Well, all I need is actually C-family languages so I think it'll be ok. >> So I've chosen gcc46 port that install 4.6.01 and all seems to work fine. > > You can find elsewhere (ticket #29184), or I can handle you, a portfile th

Error m4 port not found. I tried selfupdate and found Failed to parse file errors.

2011-08-04 Thread Jacob, Raymond A Jr. CIV SPAWARSYSCEN-ATLANTIC, 58150
Subject: re: Error m4 port not found. I tried selfupdate and found Failed to parse file errors. I am using subversion to update ports instead of rsynch. In case that has anything to do with the problem. Question: is the problem with installs_libs? $ sudo port -d selfupdate Total number o

Re: gcc 4.6 port for OSX Lion

2011-08-04 Thread Rainer Müller
On 2011-08-04 21:58 , Rainer Müller wrote: > Use the command 'port select' to change which gcc is invoked when typing > 'gcc' in your shell. It will change the symlink at /opt/local/bin/gcc. > >sudo port select gcc gcc46 Sorry, I made a slight mistake. Should have read: sudo port selec

Re: gcc 4.6 port for OSX Lion

2011-08-04 Thread Rainer Müller
On 2011-08-04 19:32 , ENDERLIN Christophe wrote: > To use this new version, I had to change some symbolic links in /usr/bin. > Was it right to proceed that way ? By the way, what is the difference between > x86_64-apple-darwin11-gcc-4.6.1 and x86_64-apple-darwin11-gcc-mp-4.6? > What does 'mp' stand

Re: gcc-mp-4.4: error trying to exec '/opt/local/bin/i686-apple-darwin10-gcc-4.2.1': execvp: No such file or directory

2011-08-04 Thread Frank Schima
On Aug 4, 2011, at 11:57 AM, Wolosh, Glenn wrote: > I am running into the same error as this post -- > > http://lists.macosforge.org/pipermail/macports-users/2011-June/024446.html > > I did not see any response to it. > > If I use the full path to gcc, ie, /opt/local/bin/gcc I do not get the

Re: gcc 4.6 port for OSX Lion

2011-08-04 Thread Jason Swails
Building macports should put /opt/local/bin in your PATH before anything else in your .bash_profile or .profile file (I don't recall which), so unless you've changed something that should already be there. Secondly, I'd suggest installing gcc_select to manage different compiler versions. You cert

Re: gcc 4.6 port for OSX Lion

2011-08-04 Thread vincent habchi
Christophe, > Well, all I need is actually C-family languages so I think it'll be ok. > So I've chosen gcc46 port that install 4.6.01 and all seems to work fine. You can find elsewhere (ticket #29184), or I can handle you, a portfile that will bump to latest 4.6.1. > To use this new version, I

gcc-mp-4.4: error trying to exec '/opt/local/bin/i686-apple-darwin10-gcc-4.2.1': execvp: No such file or directory

2011-08-04 Thread Wolosh, Glenn
I am running into the same error as this post -- http://lists.macosforge.org/pipermail/macports-users/2011-June/024446.html I did not see any response to it. If I use the full path to gcc, ie, /opt/local/bin/gcc I do not get the error. If I just enter gcc on the command line I do get the error.

Re: port selfupdate failed (on Lion)

2011-08-04 Thread robert delius royar
Thu, 4 Aug 2011 (17:57 +0200 UTC) Rainer Müller wrote: On 2011-08-04 17:40 , Johannes Ruscheinski wrote: Error: /opt/local/bin/port: port selfupdate failed: Error installing new MacPorts base: shell command failed I assume this is a common problem on Lion? If not, I'd be happy to provide wha

Re: gcc 4.6 port for OSX Lion

2011-08-04 Thread ENDERLIN Christophe
Le 4 août 2011 à 12:32, vincent habchi a écrit : > Salut Christophe, > >> I need to install gcc 4.6 on OSX Lion. I found serveral ports that mention >> gcc in their title, but I'm not sure of which one to choose. > > You can’t. Well, there is a gcc46 port but it installs a deprecated > ß-versi

Re: port selfupdate failed (on Lion)

2011-08-04 Thread Rainer Müller
On 2011-08-04 17:40 , Johannes Ruscheinski wrote: > Error: /opt/local/bin/port: port selfupdate failed: Error installing > new MacPorts base: shell command failed > > I assume this is a common problem on Lion? If not, I'd be happy to > provide whatever logs are needed to troubleshoot this. No,

port selfupdate failed (on Lion)

2011-08-04 Thread Johannes Ruscheinski
Hi! I just got the following output after running "svn up" followed by "sudo port selfupdate": Warning: port definitions are more than two weeks old, consider using selfupdate ---> Updating the ports tree ---> Updating MacPorts base sources using rsync MacPorts base version 1.9.99 installed, Ma

Re: gcc 4.6 port for OSX Lion

2011-08-04 Thread vincent habchi
Ryan, > Yes, the gfortran and java variants are conflicting. Pre-release versions of > the gcc ports have always had this restriction, though there is no need for > it. I submitted a patch three years ago to fix it but the maintainer declined > to apply it: > > https://trac.macports.org/ticket

Re: gcc 4.6 port for OSX Lion

2011-08-04 Thread Ryan Schmidt
On Aug 4, 2011, at 09:51, vincent habchi wrote: > Le 4 août 2011 à 16:42, Ryan Schmidt a écrit : > >> Yes, although the date of that version is the same day the final 4.6.0 >> version was released, so it can't be too terribly different. > > Thanks for pointing out this: I hadn’t even checked.

Re: gcc 4.6 port for OSX Lion

2011-08-04 Thread vincent habchi
Le 4 août 2011 à 16:42, Ryan Schmidt a écrit : > Yes, although the date of that version is the same day the final 4.6.0 > version was released, so it can't be too terribly different. Thanks for pointing out this: I hadn’t even checked. Yet, it is impossible, with this port, to build both fortra

Re: gcc 4.6 port for OSX Lion

2011-08-04 Thread Ryan Schmidt
On Aug 4, 2011, at 05:32, vincent habchi wrote: >> I need to install gcc 4.6 on OSX Lion. I found serveral ports that mention >> gcc in their title, but I'm not sure of which one to choose. > > You can’t. Well, there is a gcc46 port but it installs a deprecated ß-version. Yes, although the date

Re: Emacs cannot open termcap database resolution

2011-08-04 Thread Ryan Schmidt
On Aug 4, 2011, at 09:23, Rodolfo Aramayo wrote: > We were finally able to pin down the reason why emacs could not open > the termcap database in some of my computers but not in others > > To make a long story short: emacs was being compiled against > 'libintl.dylib' library that was built for i

Emacs cannot open termcap database resolution

2011-08-04 Thread Rodolfo Aramayo
FYI, We were finally able to pin down the reason why emacs could not open the termcap database in some of my computers but not in others To make a long story short: emacs was being compiled against 'libintl.dylib' library that was built for i386 which is not the architecture being linked (x86_64)

Re: gcc 4.6 port for OSX Lion

2011-08-04 Thread vincent habchi
Salut Christophe, > I need to install gcc 4.6 on OSX Lion. I found serveral ports that mention > gcc in their title, but I'm not sure of which one to choose. You can’t. Well, there is a gcc46 port but it installs a deprecated ß-version. I myself tried to update the port and install gcc 4.6.[01]:

gcc 4.6 port for OSX Lion

2011-08-04 Thread ENDERLIN Christophe
Hello, I need to install gcc 4.6 on OSX Lion. I found serveral ports that mention gcc in their title, but I'm not sure of which one to choose. http://www.macports.org/ports.php?by=name&substr=gcc Could you tell me which is the right one, please ? Thanks ! Best regards, Christophe

Re: macports Error: Port m4 not found

2011-08-04 Thread Ryan Schmidt
On Aug 3, 2011, at 15:38, Jacob, Raymond A Jr. CIV SPAWARSYSCEN-ATLANTIC, 58150 wrote: > Question: I see m4 in the .../devel/m4 directory and I see a PortFile > too. > Is there another file that I should check? > I am using subversion to access macports, in case that makes a > difference. > > Th