Re: PHP55 Upgrade , PHPMyAdmin No Longer Works

2014-08-22 Thread Jasper Frumau
sites, uploading an image fails. I reverted to ImageMagick @6.8.9-1_0+x11 and all is well. Just in case you run into similar. On 8/21/14 11:04 AM, Jasper Frumau wrote: OK. Selected MySQL55 and server, then unloaded MYSQL 5 so I did not have to running and now I have mysql5 -u root -p

Re: PHP55 Upgrade , PHPMyAdmin No Longer Works

2014-08-22 Thread Jasper Frumau
0 0 2280fd242f66a5d30 00 /opt/local/var/run/mysql55/mysqld.sock is running So the MySQL client is going for another socket that is not running.. How to change that? On Fri, Aug 22, 2014 at 9:41 AM, Jasper Frumau jasperfru...@gmail.com wrote

Re: PHP55 Upgrade , PHPMyAdmin No Longer Works

2014-08-22 Thread Jasper Frumau
in the ini, reloaded apache and it showed. Still had the same error in mysql client though. Perhaps I should make a custom my.cnf? Do not think I needed that before.. On Fri, Aug 22, 2014 at 10:14 AM, Jasper Frumau jasperfru...@gmail.com wrote: PHP 5.5.15 (cli) (built: Jul 25 2014 13:17:32) Copyright

Re: PHP55 Upgrade , PHPMyAdmin No Longer Works

2014-08-22 Thread Jasper Frumau
['Servers'][$i]['socket'] = '/opt/local/var/run/mysql55/mysqld.sock'; I restarted the apache server. Still the #3003 error! On Fri, Aug 22, 2014 at 10:30 AM, Jasper Frumau jasperfru...@gmail.com wrote: I was wondering if my php.ini was loaded.. so I checked: php -i | grep 'Configuration File

Re: PHP55 Upgrade , PHPMyAdmin No Longer Works

2014-08-22 Thread Jasper Frumau
with the databases I need moved from the old location. But this is great progress. On Fri, Aug 22, 2014 at 10:51 AM, Jasper Frumau jasperfru...@gmail.com wrote: sudo mysqladmin -u root -p password worked now and I set a new password. After that I could enter mysql client using the newly picked

Re: PHP55 Upgrade , PHPMyAdmin No Longer Works

2014-08-22 Thread Jasper Frumau
databases from the old location to the new one I used sudo cp -R /opt/local/var/db/mysql5/datasbase /opt/local/var/db/mysql55/database All working now. On Fri, Aug 22, 2014 at 3:38 PM, Ryan Schmidt ryandes...@macports.org wrote: On Aug 22, 2014, at 5:10 AM, Jasper Frumau jasperfru...@gmail.com wrote

Re: PHP55 Upgrade , PHPMyAdmin No Longer Works

2014-08-22 Thread Jasper Frumau
On Fri, Aug 22, 2014 at 3:42 PM, Ryan Schmidt ryandes...@macports.org wrote: On Aug 21, 2014, at 9:25 AM, Jasper Frumau jasperfru...@gmail.com wrote: I have had a Macports LAMP running for a year now or so and just upgraded to php 5.5. port to do some more development on my MBP. So I added

PHP55 Upgrade , PHPMyAdmin No Longer Works

2014-08-21 Thread Jasper Frumau
I have had a Macports LAMP running for a year now or so and just upgraded to php 5.5. port to do some more development on my MBP. So I added the openssl port as well as the necessary php55 ports (got some help from http://blog.kicaj.com/installing-and-configuring-php-5-5-using-macports/ ) : 7541

Re: PHP55 Upgrade , PHPMyAdmin No Longer Works

2014-08-21 Thread Jasper Frumau
server do I? Well I did it anyways, but still #2002 Cannot log in to the MySQL server On Thu, Aug 21, 2014 at 5:25 PM, Jasper Frumau jasperfru...@gmail.com wrote: I have had a Macports LAMP running for a year now or so and just upgraded to php 5.5. port to do some more development on my MBP. So

Re: PHP55 Upgrade , PHPMyAdmin No Longer Works

2014-08-21 Thread Jasper Frumau
is not correct. Not sure yet how to adjust... On Thu, Aug 21, 2014 at 6:44 PM, Jasper Frumau jasperfru...@gmail.com wrote: Reloading the page / phpmyadmin on Firefox I saw You should upgrade to MySQL 5.5.0 or later. So I The mysql55 client has been installed. To install the mysql55 server

Re: Setting up a new Mavericks machine

2013-10-29 Thread Jasper Frumau
I had to accept the term and conditions as well after running the command xcode-select -- install using an additional command. Did you do too? On Wed, Oct 30, 2013 at 11:10 AM, William H. Magill mag...@mac.com wrote: For some reason, the Software Update access used by xcode-select -- install

Re: ProFTPD No longer works

2013-08-18 Thread Jasper Frumau
Thanks Ryan. I did figure it out in the end. See http://serverfault.com/questions/531685/proftp-on-macports-connection-refused. Thanks for getting back to me on this! On Sat, Aug 17, 2013 at 6:13 PM, Ryan Schmidt ryandes...@macports.orgwrote: On Aug 17, 2013, at 01:11, Jasper Frumau wrote

Re: Graphviz Checksum Mismatch

2013-08-18 Thread Jasper Frumau
Thanks for that Ryan. Hope to be hearing some news from the mirror admin soon. On Sat, Aug 17, 2013 at 5:58 PM, Ryan Schmidt ryandes...@macports.orgwrote: On Aug 17, 2013, at 01:06, Jasper Frumau wrote: I tried sudo port clean --all graphviz and then did another upgrade, but got

Re: ProFTPD No longer works

2013-08-18 Thread Jasper Frumau
Schmidt ryandes...@macports.orgwrote: On Aug 18, 2013, at 21:55, Jasper Frumau wrote: Thanks Ryan. I did figure it out in the end. See http://serverfault.com/questions/531685/proftp-on-macports-connection-refused. Thanks for getting back to me on this! Glad you got it working, though it's

Graphviz Checksum Mismatch

2013-08-16 Thread Jasper Frumau
I keep on getting a checksum error with Graphvitz: Error: Checksum (rmd160) mismatch for graphviz-2.32.0.tar.gz Error: Checksum (sha256) mismatch for graphviz-2.32.0.tar.gz Error: org.macports.checksum for port graphviz returned: Unable to verify file checksums Please see the log file for port

Re: Meld Locale Errors

2013-06-20 Thread Jasper Frumau
Anybody any ideas how I can fix the below mentioned locale issue? Would really love to get Meld back up and running again. On Wed, Jun 12, 2013 at 9:31 AM, Jasper Frumau jasperfru...@gmail.comwrote: When I want to run Meld I get the following errors: $meld Traceback (most recent call last

Re: Meld Locale Errors

2013-06-20 Thread Jasper Frumau
but then it did work... On Thu, Jun 20, 2013 at 8:57 PM, Jasper Frumau jasperfru...@gmail.comwrote: Anybody any ideas how I can fix the below mentioned locale issue? Would really love to get Meld back up and running again. On Wed, Jun 12, 2013 at 9:31 AM, Jasper Frumau jasperfru

Meld Locale Errors

2013-06-11 Thread Jasper Frumau
When I want to run Meld I get the following errors: $meld Traceback (most recent call last): File /opt/local/bin/meld, line 75, in module locale.setlocale(locale.LC_ALL,'') File /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py, line 547, in setlocale

Re: Failure to Build GtK2

2013-04-15 Thread Jasper Frumau
Cleaned gtk2 and started the upgrade again as suggested. It moved on and is now building Boost as it successfully finished gtk. Thanks! On Mon, Apr 15, 2013 at 5:18 AM, Ryan Schmidt ryandes...@macports.orgwrote: On Apr 14, 2013, at 06:57, Clemens Lang wrote: :info:build libtool: link:

Failure to Build GtK2

2013-04-14 Thread Jasper Frumau
While I was updating all ports it failed doing so building GTK2 or GTK+ Here are the final 20 lines of the error log: tail -n 20 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gtk2/gtk2/main.log :info:build make[4]: *** [all-recursive] Error 1

.OPML files

2013-04-05 Thread Jasper Frumau
Is there any port/program at MacPorts that opens .opml files? Google Reader is shutting its doors and I am looking for something else.. Thanks! Jasper ___ macports-users mailing list macports-users@lists.macosforge.org

Re: .OPML files

2013-04-05 Thread Jasper Frumau
, Jasper Frumau wrote: Is there any port/program at MacPorts that opens .opml files? Google Reader is shutting its doors and I am looking for something else.. Not in MacPorts. http://www.vienna-rss.org/ (Open Source) is an excellent News Reader

Python Syntax Error | Change Python Version

2013-03-29 Thread Jasper Frumau
Tried to add AWS Beanstalk to $PATH using jaspersmbp:~ jasper$ export PATH=$PATH:/Users/jasper/awsbeanstalk/eb/macosx/python2.7 and it worked. echo $PATH /Users/jasper/.rvm/gems/ruby-1.8.7-p370/bin:/Users/jasper/.rvm/gems/ruby-1.8.7-p370@global

Cairo Failed to Build

2012-12-09 Thread Jasper Frumau
cairo failed to build. Here is the tail of the main log: tail -n 20 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-cairo/py25-cairo/main.log :info:build ^ :info:build SyntaxError: invalid syntax :info:build Command failed: cd

Re: Cairo Failed to Build

2012-12-09 Thread Jasper Frumau
Thanks Sean. Looking forward to the patch! On Mon, Dec 10, 2012 at 12:58 PM, Sean Farley sean.michael.far...@gmail.com wrote: On Sun, Dec 9, 2012 at 11:55 PM, Jasper Frumau jasperfru...@gmail.com wrote: cairo failed to build. Here is the tail of the main log: tail -n 20 /opt/local

Fwd: Pango refuses to build

2012-11-28 Thread Jasper Frumau
Email bounced because of attachment size so added main log at http://pastebin.com/Rj5907mK Somehow Pango failed to build. Any ideas why? -- Forwarded message -- From: Jasper Frumau jasperfru...@gmail.com Date: Wed, Nov 28, 2012 at 6:59 PM Subject: Pango refuses to build

Re: Install older subversion version

2012-10-22 Thread Jasper Frumau
Thanks. Checking out Easy SVN now. On Mon, Oct 22, 2012 at 1:02 PM, sie...@gmx.de wrote: Am 22.10.2012 um 07:46 schrieb Jasper Frumau: Hi veryone, I am working on a site usinf SVN , making changes locally and uploading them. Doing this mainly from the command line, but wanted to use

Re: Install older subversion version

2012-10-22 Thread Jasper Frumau
, 2012 at 1:22 PM, Jasper Frumau jasperfru...@gmail.comwrote: Thanks. Checking out Easy SVN now. On Mon, Oct 22, 2012 at 1:02 PM, sie...@gmx.de wrote: Am 22.10.2012 um 07:46 schrieb Jasper Frumau: Hi veryone, I am working on a site usinf SVN , making changes locally and uploading them

MAcPorts LAMP file/folder permissions Local WordPress

2012-10-22 Thread Jasper Frumau
Could anyone tell me what owner/group rights I should set uploads in a WordPress installation to make the media uploader work? Using jasper:admin or jasper:_www does not work on my OSX Mountain Lion with MacPorts LAMP. It is not a rights issue cause chmod 777 does not do the trick either. Folder

Re: GTK2 Build Error

2012-09-09 Thread Jasper Frumau
But that is another issue On Sat, Sep 8, 2012 at 2:50 PM, Ryan Schmidt ryandes...@macports.orgwrote: On Sep 8, 2012, at 02:11, Jasper Frumau wrote: During an upgrade I got stuck at building gtk2. See here the main log: tail -n 20 /opt/local/var/macports/logs

GTK2 Build Error

2012-09-08 Thread Jasper Frumau
During an upgrade I got stuck at building gtk2. See here the main log: tail -n 20 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gtk2/gtk2/main.log :info:build libtool: link: ar cru .libs/im-ipa.a imipa.o :info:build libtool: link: ranlib

Python 2.7 installation errors

2012-09-07 Thread Jasper Frumau
I was upgrading all ports and got stuck at Python 2.7: --- Staging python27 into destroot Error: org.macports.destroot for port python27 returned: command execution failed Please see the log file for port python27 for details:

Re: Python 2.7 installation errors

2012-09-07 Thread Jasper Frumau
Well, activated python27 as it was not active, then did a clean to make the upgrade run again. All working again now.. On Sat, Sep 8, 2012 at 11:19 AM, Jasper Frumau jasperfru...@gmail.comwrote: I was upgrading all ports and got stuck at Python 2.7: --- Staging python27 into destroot Error

Re: Python 2.7 installation errors

2012-09-07 Thread Jasper Frumau
: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python27/python27/main.log On Sat, Sep 8, 2012 at 12:12 PM, Jasper Frumau jasperfru...@gmail.comwrote: Well, activated python27 as it was not active, then did a clean to make the upgrade run again

Re: Python 2.7 installation errors

2012-09-07 Thread Jasper Frumau
/main.log Error: The following dependencies were not installed: python27 Error: Unable to upgrade port: 1 To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets On Sat, Sep 8, 2012 at 12:23 PM, Jasper Frumau jasperfru...@gmail.comwrote: Hmm, still more

Re: Python 2.7 installation errors

2012-09-07 Thread Jasper Frumau
Did a sudo port deactivate py27-xml as suggested here: https://trac.macports.org/ticket/32090 and now it is continuing again. The saga continues On Sat, Sep 8, 2012 at 12:32 PM, Jasper Frumau jasperfru...@gmail.comwrote: Some more data here using sudo port -v upgrade outdated. Seems

Re: Why can't I select the Mountain Lion Python 2.7?

2012-08-09 Thread Jasper Frumau
PS: I'm increasingly becoming more opposed to mailing lists - they require so much setup. Is this community also active on http://stackoverflow.com/questions/tagged/macports ? I find Stack Overflow to be a much more natural place for these sorts of QAs, with mailing lists being reserved

Upgrade of MacPorts fails

2012-07-31 Thread Jasper Frumau
Just upgraded xCode to the latest version and upgraded to Mountain Lion. Wanted to upgrade MacPorts now as well. Got stuck: sudo port -d selfupdate Password: DEBUG: Copying /Users/jasper/Library/Preferences/com.apple.dt.Xcode.plist to /opt/local/var/macports/home/Library/Preferences DEBUG:

Re: Upgrade of MacPorts fails

2012-07-31 Thread Jasper Frumau
Yeah, just realized this starting up XCode and reading about it here and there. Slipper my mind. Will install it again and retry. Thanks! Sent from my iPhone On 31 Jul 2012, at 16:41, Clemens Lang c...@macports.org wrote: Hi, On Tue, Jul 31, 2012 at 03:13:11PM +0700, Jasper Frumau wrote

Re: Upgrade of MacPorts fails

2012-07-31 Thread Jasper Frumau
again or sime ports will fail. Am 31.07.2012 um 10:13 schrieb Jasper Frumau jasperfru...@gmail.com: Just upgraded xCode to the latest version and upgraded to Mountain Lion. Wanted to upgrade MacPorts now as well. Got stuck: sudo port -d selfupdate Password: DEBUG: Copying /Users/jasper

Re: Upgrade of MacPorts fails

2012-07-31 Thread Jasper Frumau
On Tue, Jul 31, 2012 at 6:59 PM, FritzS - gmx fri...@gmx.net wrote: Am 31.07.2012 um 10:58 schrieb Dominik Reichardt domi...@gmail.com: Second, since you updated Xcode as well you need to accept the xcode license again or sime ports will fail. And don't forget to install the Xcode Command

Port upgrade outdated no longer plays nice

2012-06-11 Thread Jasper Frumau
Just checked the ticket #34599 that was related to mine and decided to do a selfupdate and sudo port upgrade outdated and I got this: jaspersmbp:wpscan jasper$ sudo port selfupdate --- Updating MacPorts base sources using rsync MacPorts base version 2.1.1 installed, MacPorts base version 2.1.1

Re: Port upgrade outdated no longer plays nice

2012-06-11 Thread Jasper Frumau
in the last couple of years, just because an update was done to a port doesn't mean it is instantly available on a selfupdate. So you probably need to wait a bit longer. I could be wrong though ;) Maybe I will have to wait a little longer, yeah.. Dom Am 11.06.2012 um 13:07 schrieb Jasper Frumau

Re: Port upgrade outdated no longer plays nice

2012-06-11 Thread Jasper Frumau
On Tue, Jun 12, 2012 at 1:58 AM, Lawrence Velázquez larry.velazq...@gmail.com wrote: On Jun 11, 2012, at 7:07 a.m., Jasper Frumau wrote: Just checked the ticket #34599 that was related to mine and decided to do a selfupdate and sudo port upgrade outdated and I got this: jaspersmbp:wpscan

Re: Port upgrade outdated no longer plays nice

2012-06-11 Thread Jasper Frumau
Sent from my iPhone On Jun 12, 2012, at 3:29, Ryan Schmidt ryandes...@macports.org wrote: On Jun 11, 2012, at 13:58, Lawrence Velázquez wrote: On Jun 11, 2012, at 7:07 a.m., Jasper Frumau wrote: Just checked the ticket #34599 that was related to mine and decided to do a selfupdate

Re: Ruby 1.9

2012-06-10 Thread Jasper Frumau
I checked gem: $ which gem /usr/bin/gem Seems to be Apple's installed gem. I wanted to add an alias to .bash_profile for it and did so. All of the sudden all my command line commands such as mate and port would no longer work. I had to deactivate .bash_profile, .bash_login and .bash_history.

Re: telepathy-gabble error

2012-06-10 Thread Jasper Frumau
Did a selfupdate, removed telepathy-gabble and reinstalled it. It picked up the latest libnice which got built. Then many other ports had to be rebuilt. All running again. Thanks! On Sun, Jun 10, 2012 at 10:55 AM, Ryan Schmidt ryandes...@macports.orgwrote: On Jun 9, 2012, at 20:46, Jasper

Ports upgrade hangs on evolution-data-server

2012-06-10 Thread Jasper Frumau
Been rev-upgrading for a few hours now and have hit several snags for which I have already gotten help. Here is the latest: --- Computing dependencies for gnome-panel --- Dependencies to be installed: evolution-data-server --- Configuring evolution-data-server Error: org.macports.configure for

Re: Ruby 1.9

2012-06-09 Thread Jasper Frumau
On Fri, Jun 8, 2012 at 11:08 PM, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: rb-rubygems @1.3.7_0+ruby (active) So your gems are ruby are presumably 1.8.7 and your binary is ruby 1.9.3. Yes , I uninstalled rubygems and added rb-rubygems + ruby19 jaspersmbp:wpscan jasper$ sudo port

telepathy-gabble error

2012-06-09 Thread Jasper Frumau
Rebuilding many ports that apparently were broken ( again) I got stuck at building telepathy-gabble (Jabber/XMPP connection manager): Error: org.macports.build for port telepathy-gabble returned: command execution failed Please see the log file for port telepathy-gabble for details:

Ruby 1.9

2012-06-08 Thread Jasper Frumau
How can I make Ruby port 1.9 default instead of ruby 1.8.7? FYI jaspersmbp:etc jasper$ ruby --version ruby 1.8.7 (2012-02-08 patchlevel 358) [i686-darwin11] port installed | grep ruby rb-rubygems @1.3.7_0+ruby (active) ruby @1.8.7-p358_0+thread_hooks (active) ruby19 @1.9.3-p194_1+doc

Re: Ruby 1.9

2012-06-08 Thread Jasper Frumau
README file or http://code.google.com/p/wpscan/ Is gems perhaps not connected to rb19 ? On Fri, Jun 8, 2012 at 9:49 PM, Jasper Frumau jasperfru...@gmail.comwrote: How can I make Ruby port 1.9 default instead of ruby 1.8.7? FYI jaspersmbp:etc jasper$ ruby --version ruby 1.8.7 (2012-02-08

Re: Ruby 1.9

2012-06-08 Thread Jasper Frumau
On Fri, Jun 8, 2012 at 10:50 PM, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: Is gems perhaps not connected to rb19 ? See if they match up: alias ruby which gem alias ruby alias ruby='/opt/local/bin/ruby1.9' jaspersmbp:wpscan jasper$ which gem /opt/local/bin/gem But this does not

Re: web server admin / control panel

2012-05-21 Thread Jasper Frumau
Thanks. Will look into them On Mon, May 21, 2012 at 4:04 PM, Bjarne D Mathiesen macint...@mathiesen.info wrote: Jasper Frumau wrote: What tool does MacPorts offer to administer my MacPorts LAMP? I would love to have a Cpanel like tool to manage vhosts, user rights and or create databases

Re: Atlas compiling causes havoc

2012-05-20 Thread Jasper Frumau
(comma-separated, applies to HTTP, HTTPS, # and FTP, but not rsync): #proxy_skipinternal1, internal2, internal3 On Sun, May 20, 2012 at 1:26 PM, vincent habchi vi...@macports.org wrote: On 20 mai 2012, at 08:03, Jasper Frumau jasperfru...@gmail.com wrote: I have been trying

Re: Atlas compiling causes havoc

2012-05-20 Thread Jasper Frumau
Thanks for that. On Sun, May 20, 2012 at 2:23 PM, Daniel J. Luke dl...@geeklair.net wrote: On May 20, 2012, at 2:03 AM, Jasper Frumau wrote: The terminal was using 1.5 GB memory!! Restarting the terminal made the terminal go wild and use ± 1.7 GB to 2 GB memory and freeze on me. Terminal

Re: Atlas compiling causes havoc

2012-05-20 Thread Jasper Frumau
On Sun, May 20, 2012 at 2:20 PM, Vincent Habchi vi...@macports.org wrote: Jasper, MacPorts config is: […] That’s not a configuration problem, it is just a matter of what exactly the port upgrade has done. Try to update manually (port -v install atlas +gcc45). Will do that tonight.

Re: Atlas compiling causes havoc

2012-05-20 Thread Jasper Frumau
Going through all this Ryan. Thanks for all this! On Sun, May 20, 2012 at 2:41 PM, Ryan Schmidt ryandes...@macports.orgwrote: On May 20, 2012, at 01:03, Jasper Frumau wrote: My question is. Do you think I can dump Atlas and all its dependencies? If you have no recollection of needing

Re: Atlas compiling causes havoc

2012-05-20 Thread Jasper Frumau
You may also want to use the leaves feature. Leaves are the ports MacPorts installed as dependencies but that you didn't specifically ask for. The opposite of leaves are the requested ports—the ones you actually sudo port installed by name. You can use: port installed requested I

Re: Atlas compiling causes havoc

2012-05-20 Thread Jasper Frumau
On Sun, May 20, 2012 at 3:21 PM, Vincent Habchi vi...@macports.org wrote: Jasper, I checked py25-numpy: […] You can build pyXX-numpy and pyXX-scipy without relying on Atlas. Just don’t select the +atlas variant. I’d interested in knowing what variant gives the best performance, by the

Re: Atlas compiling causes havoc

2012-05-20 Thread Jasper Frumau
Did that and removed Atlas. Now doing another sudo port upgrade outdated. Thanks again everyone! On Sun, May 20, 2012 at 3:23 PM, Vincent Habchi vi...@macports.org wrote: On 20 mai 2012, at 10:21, Jasper Frumau jasperfru...@gmail.com wrote: Could I force uninstall them and then install them

web server admin / control panel

2012-05-20 Thread Jasper Frumau
What tool does MacPorts offer to administer my MacPorts LAMP? I would love to have a Cpanel like tool to manage vhosts, user rights and or create databases. PHPMyAdmin does help with the database stuff, but for the other things I have to rely on the command line and or a text editor.

Error Upgrading Atlas

2012-05-19 Thread Jasper Frumau
I fixed one port issue - iso-code registry issue - and continued upgrading the outdated ports. Now I got stuck at Atlas with these errors: UNKNOWN COMPILER '/opt/local/bin/gcc-mp-4.4' for ICC: you must also supply flags! make[1]: *** [atlas_run] Error 1 make: *** [IRun_comp] Error 2 Assertion

Re: Error Upgrading Atlas

2012-05-19 Thread Jasper Frumau
I did a selfupdate and tried again. Still the same issue it seems: UNKNOWN COMPILER '/opt/local/bin/gcc-mp-4.4' for ICC: you must also supply flags! make[1]: *** [atlas_run] Error 1 make: *** [IRun_comp] Error 2 Assertion failed: (!system(ln)), function ProbeComp, file

Re: Error Upgrading Atlas

2012-05-19 Thread Jasper Frumau
How do I check the configuration. Never touched it before.. On Sat, May 19, 2012 at 6:05 PM, vincent habchi vi...@macports.org wrote: On 19 mai 2012, at 12:57, Jasper Frumau jasperfru...@gmail.com wrote: I did a selfupdate and tried again. Still the same issue it seems: UNKNOWN COMPILER

Re: Error Upgrading Atlas

2012-05-19 Thread Jasper Frumau
a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets On Sat, May 19, 2012 at 6:28 PM, Jasper Frumau jasperfru...@gmail.comwrote: How do I check the configuration. Never touched it before.. On Sat, May 19, 2012 at 6:05 PM, vincent habchi vi

Re: Error Upgrading Atlas

2012-05-19 Thread Jasper Frumau
it is running after the clean-up. Thanks! On Sat, May 19, 2012 at 7:08 PM, Vincent Habchi vi...@macports.org wrote: By the way, Atlas takes a long time to compile with clang (several hours). This is normal. Vincent ___ macports-users mailing list

Re: Xquartz 2.5.0

2012-05-15 Thread Jasper Frumau
myports.txt -bash: port: command not found On Tue, May 15, 2012 at 11:27 AM, Jasper Frumau jasperfru...@gmail.comwrote: I can start Xquartz 2.5.0 and open Gimp 2.8, but then it crashes on text editing xterm: fatal IO error 32 (Broken pipe) or KillClient on X server /tmp/launch-dzlStO

Re: Xquartz 2.5.0

2012-05-15 Thread Jasper Frumau
On Tue, May 15, 2012 at 6:25 PM, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: MacPorts is no longer working since I added Xquartz 2.5.0 I need help fixing this asap. I also upgraded to Lion + latest XCode. Last login: Tue May 15 16:44:59 on console You have new mail. jaspersmbp:~

Re: Xquartz 2.5.0

2012-05-15 Thread Jasper Frumau
Should I just do export PATH=/opt/local/bin:/opt/local/sbin:$PATH to fix the issue? On Tue, May 15, 2012 at 6:28 PM, Jasper Frumau jasperfru...@gmail.comwrote: On Tue, May 15, 2012 at 6:25 PM, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: MacPorts is no longer working since I

Re: Xquartz 2.5.0

2012-05-15 Thread Jasper Frumau
In .profile I already have # MacPorts Installer addition on 2009-10-20_at_13:11:20: adding an appropriate PATH variable for use with MacPorts. export PATH=/opt/local/bin:/opt/local/sbin:$PATH # Finished adapting your PATH environment variable for use with MacPorts. #Django path export

Re: Xquartz 2.5.0

2012-05-15 Thread Jasper Frumau
On Tue, May 15, 2012 at 6:43 PM, Chris Jones jon...@hep.phy.cam.ac.ukwrote: On 15/05/12 12:39, Jasper Frumau wrote: In .profile I already have # MacPorts Installer addition on 2009-10-20_at_13:11:20: adding an appropriate PATH variable for use with MacPorts. export PATH=/opt/local/bin

Re: Xquartz 2.5.0

2012-05-15 Thread Jasper Frumau
install rails You can then rerun your rails command. jaspersmbp:~ jasper$ echo $PATH /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin jaspersmbp:~ jasper$ so ... no joy as of yet.. On Tue, May 15, 2012 at 7:03 PM, Chris Jones jon...@hep.phy.cam.ac.ukwrote: On 15/05/12 13:00, Jasper

Re: Xquartz 2.5.0

2012-05-15 Thread Jasper Frumau
As in .profile: # MacPorts Installer addition on 2009-10-20_at_13:11:20: adding an appropriate PATH variable for use with MacPorts. export PATH=/opt/local/bin:/opt/local/sbin:$PATH # Finished adapting your PATH environment variable for use with MacPorts. #Django path export

Re: Xquartz 2.5.0

2012-05-15 Thread Jasper Frumau
On Tue, May 15, 2012 at 8:00 PM, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: As in .profile: # MacPorts Installer addition on 2009-10-20_at_13:11:20: adding an appropriate PATH variable for use with MacPorts. export PATH=/opt/local/bin:/opt/local/sbin:$PATH # Finished adapting

Re: Xquartz 2.5.0

2012-05-15 Thread Jasper Frumau
On Tue, May 15, 2012 at 8:17 PM, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: now when you open a new terminal does it print out the path? Nope: Last login: Tue May 15 20:06:52 on ttys000 You have new mail. jaspersmbp:~ jasper$ cat .profile # MacPorts Installer addition on

Re: Xquartz 2.5.0

2012-05-15 Thread Jasper Frumau
Hey we are getting somewhere. I renamed .bash_login and .bash_profile to the same filenames + killed, opened a new terminal and now I have: Last login: Tue May 15 20:22:37 on ttys000 You have new mail.

Re: Xquartz 2.5.0

2012-05-15 Thread Jasper Frumau
.bash_profile is empty, but .bash_login has: [[ -s $HOME/.rvm/scripts/rvm ]] source $HOME/.rvm/scripts/rvm # Load RVM into a shell session *as a function* Will check out and clean up .profile .bashrckilled // former .bashrc has also an RVM piece: PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH

Python27 update error

2012-05-15 Thread Jasper Frumau
While I was doing a general update of MacPorts on my Lion - newly upgraded - with the latest XCode I ran into this error: -- :info:destroot from pyexpat import * :info:destroot ImportError:

Re: Update fails at iso-codes

2012-05-15 Thread Jasper Frumau
jaspersmbp:~ jasper$ sudo port uninstall iso-codes @3.34_0 Password: an invalid entry was passed while executing $dependent name (procedure receipt_sqlite::list_dependents line 18) invoked from within ${macports::registry.format}::list_dependents $name $version $revision $variants

Re: Ruby 1.9.3 RVM

2012-05-14 Thread Jasper Frumau
::LoadError) from /opt/local/lib/ruby1.9/1.9.1/rubygems/dependency.rb:256:in `to_spec' from /opt/local/lib/ruby1.9/1.9.1/rubygems.rb:1231:in `gem' from /opt/local/bin/rails:22:in `main' Any ideas how to solve this? On Mon, May 14, 2012 at 3:50 PM, Jasper Frumau jasperfru...@gmail.comwrote: Just found

Xquartz 2.5.0

2012-05-14 Thread Jasper Frumau
I just installed Xquartz 2.5.0 http://xquartz.macosforge.org/trac/wiki/X112.5.0 and logged out and in. I did this as I was having issues with text manipulation in the Mac OSX Gimp package 2.8 and Photoshop CS5. After I did all this Gimp 2.8 did no longer run nor did MacPorts Gimp 2.6. I think I

Re: Xquartz 2.5.0

2012-05-14 Thread Jasper Frumau
I guess you are right. How to do this? There are many locations for launchagents: ~/Library/LaunchAgents #Per-user agents provided by the user.# /Library/LaunchAgents # Per-user agents provided by the administrator# /Library/LaunchDaemons #System wide daemons provided by the administrator#

Re: Xquartz 2.5.0

2012-05-14 Thread Jasper Frumau
this is the XQuartz I installed to hopefully get text editing to work in Gimp 2.8... I also found jaspersmbp:xserver jasper$ pwd /opt/X11/lib/X11/xserver jaspersmbp:xserver jasper$ ls Xquartz.plist but I am not sure if that is its equivalent.. On Tue, May 15, 2012 at 11:00 AM, Jasper Frumau jasperfru

Re: Xquartz 2.5.0

2012-05-14 Thread Jasper Frumau
2.5.0 be the default MacPorts / X11 apps... On Tue, May 15, 2012 at 11:18 AM, Jasper Frumau jasperfru...@gmail.comwrote: I did find one just now: jaspersmbp:LaunchAGents jasper$ cd /Library/LaunchAGents jaspersmbp:LaunchAGents jasper$ ls cn.com.zte.usbswapper.plist org.freedesktop.dbus

Ruby 1.9.3 RVM

2012-05-13 Thread Jasper Frumau
The latest Ruby version is 1.9.3 . The latest MacPorts version I have is 1.8.7. WIl there be an update soon? Is there a port for Ruby's RVM by any chance? ___ macports-users mailing list macports-users@lists.macosforge.org

Re: Google Fonts in Gimp

2012-05-11 Thread Jasper Frumau
On Fri, May 11, 2012 at 2:55 PM, Rainer Müller rai...@macports.org wrote: On 2012-05-11 03:52 , Jasper Frumau wrote: When I opened up Gimp again the added fonts were not there. Not sure how to run fc-cache. I did: To which folder did you add the files? /Users/jasper/Library/Fonts

Google Fonts in Gimp

2012-05-10 Thread Jasper Frumau
I added several fonts to my Mac's Font Book. They are however not loaded in the latest MacPorts Gimp, not even after restarting. A reload button for fonts in Gimp seems to be missing to. How can I get these fonts like Magra to load? ___ macports-users

Re: Google Fonts in Gimp

2012-05-10 Thread Jasper Frumau
Assuming the font files are located in a normal OS X font directory, perhaps fontconfig just needs to rebuild its index of fonts? You can rerun fc-cache manually, or deactivate and then reactivate the fontconfig port which should do it correctly for you. Thanks for this help. Did not think

Mosh errors

2012-04-28 Thread Jasper Frumau
I installed mosh as an alternative SSH. When I tried to connect to a server I got this: mosh m...@domain.com m...@domain.com's password: bash: mosh-server: command not found Connection to domain.com closed. /opt/local/bin/mosh: Did not find mosh server startup message. when I use ssh I can

Re: Mosh errors

2012-04-28 Thread Jasper Frumau
:46am, Jasper Frumau wrote: I installed mosh as an alternative SSH. When I tried to connect to a server I got this: mosh m...@domain.com m...@domain.com's password: bash: mosh-server: command not found Connection to domain.com closed. /opt/local/bin/mosh: Did not find mosh server startup

Re: Tor Vidalia Ports

2012-04-19 Thread Jasper Frumau
Never mind. sudo cat config and sudo gedit config did work. Somehow TextMate showed me a blank file, even when I was using sudo mate config . Not sure yet why. But I can edit the file using gedit On Thu, Apr 19, 2012 at 7:12 AM, Jasper Frumau jasperfru...@gmail.comwrote: It is not owned by root

Re: Tor Vidalia Ports

2012-04-17 Thread Jasper Frumau
. Is this a MacPorts config setup or am I looking in the wrong location? On Mon, Apr 16, 2012 at 8:29 PM, Jasper Frumau jasperfru...@gmail.com wrote: On Mon, Apr 16, 2012 at 3:25 PM, Daniel Ericsson de...@macports.org wrote: On 16 apr 2012, at 05:52, Jasper Frumau wrote: Now on my issues with tor

Re: Tor Vidalia Ports

2012-04-15 Thread Jasper Frumau
. On Thu, Apr 12, 2012 at 8:53 PM, Brandon Allbery allber...@gmail.comwrote: On Thu, Apr 12, 2012 at 06:56, Jasper Frumau jasperfru...@gmail.comwrote: Hi everyone, I have installed Tor $ sudo port info tor tor @0.2.2.35 (security) Variants: universal It does not seem to run

Re: Error Building Cairo

2012-04-10 Thread Jasper Frumau
Thanks Ryan. Hope to have a solution for this soon so I can move on again.. On Mon, Apr 9, 2012 at 5:31 PM, Ryan Schmidt ryandes...@macports.orgwrote: I'm not sure why it's trying to use the ghostscript library when it's not available. But you're at least partly suffering from...

Re: Error Building Cairo

2012-04-10 Thread Jasper Frumau
. After doing some more upgrading I managed to get all up and running. Also reactivated most if not all deactivated ports. If I do bump into another issue I will let you know On Tue, Apr 10, 2012 at 3:58 PM, Ryan Schmidt ryandes...@macports.orgwrote: On Apr 10, 2012, at 02:58, Jasper Frumau

Re: Error Building Cairo

2012-04-09 Thread Jasper Frumau
Here is the whole log http://pastebin.com/NkMMNzDT . Added it to pastebin as it is quite a bit.. On Mon, Apr 9, 2012 at 2:10 PM, Ryan Schmidt ryandes...@macports.orgwrote: On Apr 9, 2012, at 02:05, Jasper Frumau wrote: Deactived Ghostscript and cleaned Cairo. Tried again. Got stuck again

Re: Error Building Cairo

2012-04-09 Thread Jasper Frumau
It seems another package is the issue now.. On Mon, Apr 9, 2012 at 3:47 PM, Ryan Schmidt ryandes...@macports.orgwrote: Please sudo port clean cairo and try again. On Apr 9, 2012, at 03:34, Jasper Frumau wrote: Here is the whole log http://pastebin.com/NkMMNzDT . Added it to pastebin

Re: Error Building Cairo

2012-04-09 Thread Jasper Frumau
I deactivated Ghostscript after I got that recommendation to make Cairo built. It did get me further, but it sounds like this is all connected.. On Mon, Apr 9, 2012 at 4:46 PM, Ryan Schmidt ryandes...@macports.orgwrote: On Apr 9, 2012, at 04:14, Jasper Frumau wrote: Now I have

Re: Error Building Cairo

2012-04-08 Thread Jasper Frumau
On Mon, Apr 9, 2012 at 10:04 AM, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: I tried again with debug on and I got: ld: warning: in /opt/local/lib/libgs.dylib, file was built for unsupported file format which is not the architecture being linked (i386) Undefined symbols:

  1   2   3   >