Re: webkit error

2013-12-04 Thread Ryan Schmidt
On Dec 4, 2013, at 05:16, David Epstein wrote:

 I'm using MacOsX 10.8.5 with Macports base version 2.2.1. There seem to be 
 tickets related to webkit-gtk, but I'm too ignorant to understand whether 
 they are saying anything relevant to me.
 
 On giving the command
 sudo port upgrade outdated
 first a whole lot of installation and upgrading was done. At the end I got 
 the following error message:.
 
 Error: webkit-gtk is not supported for this installation of MacPorts.  It 
 requires libc++ be selected as your C++ runtime.  Please use webkit-gtk-2.0 
 instead
 Error: org.macports.configure for port webkit-gtk returned: unsupported 
 configuration
 Please see the log file for port webkit-gtk for details:

 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_webkit-gtk/webkit-gtk/main.log
 Error: Unable to upgrade port: 1
 To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets
 
 I then tried the following command
 sudo port install webkit-gtk-2.0
 and got
 ---  Computing dependencies for webkit-gtk-2.0
 Error: Unable to execute port: Can't install webkit-gtk-2.0 because 
 conflicting ports are installed: webkit-gtk
 
 I don't use any of this, but presumably programs, that I do use, need these 
 packages. 

Presumably. Let’s find out for sure. What’s the output of:

port installed depends:webkit-gtk

Maybe webkit-gtk-2.0 is sufficient for those ports.

 Should I ignore these error messages, or try to do something about them?

You cannot ignore these errors; you must resolve the problem.

 What is libc++ and what is C++ runtime?

A C++ runtime is a library that programs that were written in C++ use. libc++ 
is the default C++ runtime on Mavericks and later, and libstdc++ is the default 
on Mountain Lion and earlier.

 Should I select libc++ as my C++ runtime”?

Probably not.

 How do I do this?

Install MacPorts base from trunk and edit the relevant setting in 
macports.conf. I don’t recommend this.

 Would other programs continue to work if I did this?

You would have to uninstall and reinstall all ports, and hope that none of them 
use any of the operating system’s C++ libraries. I don’t recommend this.



___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


wine .NET framework

2013-12-04 Thread Mark Brethen
Has anyone installed a .NET package for wine? I've looked at the wine site and 
it appears there are two ways to go about this: 1) let wine install Mono 
automatically; or 2) Use winetricks to install MS .NET framework (there is a 
port of winetricks available). What's recommended?

Thanks,


Mark




___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: webkit error

2013-12-04 Thread David Epstein
On 4 Dec 2013, at 12:06, Ryan Schmidt ryandes...@macports.org wrote:

 On Dec 4, 2013, at 05:16, David Epstein wrote:
 
 I'm using MacOsX 10.8.5 with Macports base version 2.2.1. There seem to be 
 tickets related to webkit-gtk, but I'm too ignorant to understand whether 
 they are saying anything relevant to me.
 
 On giving the command
 sudo port upgrade outdated
 first a whole lot of installation and upgrading was done. At the end I got 
 the following error message:.
 
 Error: webkit-gtk is not supported for this installation of MacPorts.  It 
 requires libc++ be selected as your C++ runtime.  Please use webkit-gtk-2.0 
 instead
 Error: org.macports.configure for port webkit-gtk returned: unsupported 
 configuration
 Please see the log file for port webkit-gtk for details:
   
 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_webkit-gtk/webkit-gtk/main.log
 Error: Unable to upgrade port: 1
 To report a bug, follow the instructions in the guide:
   http://guide.macports.org/#project.tickets
 
 I then tried the following command
 sudo port install webkit-gtk-2.0
 and got
 ---  Computing dependencies for webkit-gtk-2.0
 Error: Unable to execute port: Can't install webkit-gtk-2.0 because 
 conflicting ports are installed: webkit-gtk
 
 I don't use any of this, but presumably programs, that I do use, need these 
 packages. 
 
 Presumably. Let’s find out for sure. What’s the output of:
 
 port installed depends:webkit-gtk

I get

H2:~% port installed depends webkit-gtk
The following ports are currently installed:
  webkit-gtk @2.0.4_1+video (active)

Does this mean that I have no other ports that depend on webkit-gtk?
Maybe I installed a port X that needed webkit-gtk at the time of installation, 
but an upgraded version of X no longer needs webkit-gtk.
I am very about what I install, and normally only install programs that I 
actually need and use.

 Maybe webkit-gtk-2.0 is sufficient for those ports.
 
 Should I ignore these error messages, or try to do something about them?
 
 You cannot ignore these errors; you must resolve the problem.
 
 What is libc++ and what is C++ runtime?
 
 A C++ runtime is a library that programs that were written in C++ use. libc++ 
 is the default C++ runtime on Mavericks and later, and libstdc++ is the 
 default on Mountain Lion and earlier.
 
Thanks for the explanation.

 Should I select libc++ as my C++ runtime”?
 
 Probably not.
 
 How do I do this?
 
 Install MacPorts base from trunk and edit the relevant setting in 
 macports.conf. I don’t recommend this.
 
 Would other programs continue to work if I did this?
 
 You would have to uninstall and reinstall all ports, and hope that none of 
 them use any of the operating system’s C++ libraries. I don’t recommend this.
 
 
 

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: webkit error

2013-12-04 Thread Ryan Schmidt

On Dec 4, 2013, at 06:48, David Epstein wrote:

 On 4 Dec 2013, at 12:06, Ryan Schmidt wrote:
 
 On Dec 4, 2013, at 05:16, David Epstein wrote:
 
 I don't use any of this, but presumably programs, that I do use, need these 
 packages. 
 
 Presumably. Let’s find out for sure. What’s the output of:
 
 port installed depends:webkit-gtk
 
 I get
 
 H2:~% port installed depends webkit-gtk
 The following ports are currently installed:
  webkit-gtk @2.0.4_1+video (active)

No:

port installed depends:webkit-gtk


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: webkit error

2013-12-04 Thread David Epstein
On 4 Dec 2013, at 13:08, Ryan Schmidt ryandes...@macports.org wrote:

 
 On Dec 4, 2013, at 06:48, David Epstein wrote:
 
 On 4 Dec 2013, at 12:06, Ryan Schmidt wrote:
 
 On Dec 4, 2013, at 05:16, David Epstein wrote:
 
 I don't use any of this, but presumably programs, that I do use, need 
 these packages. 
 
 Presumably. Let’s find out for sure. What’s the output of:
 
 port installed depends:webkit-gtk
 
 I get
 
 H2:~% port installed depends webkit-gtk
 The following ports are currently installed:
 webkit-gtk @2.0.4_1+video (active)
 
 No:
 
 port installed depends:webkit-gtk

Sorry: now I get

H2:~% port installed depends:webkit-gtk
The following ports are currently installed:
  gimp2 @2.8.6_3+help_browser+python27
  gimp2 @2.8.8_0+help_browser+python27
  gimp2 @2.8.10_0+help_browser+python27 (active)



___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: webkit error

2013-12-04 Thread Ryan Schmidt
On Dec 4, 2013, at 08:02, David Epstein wrote:

 On 4 Dec 2013, at 13:08, Ryan Schmidt wrote:
 
 On Dec 4, 2013, at 06:48, David Epstein wrote:
 
 On 4 Dec 2013, at 12:06, Ryan Schmidt wrote:
 
 On Dec 4, 2013, at 05:16, David Epstein wrote:
 
 I don't use any of this, but presumably programs, that I do use, need 
 these packages. 
 
 Presumably. Let’s find out for sure. What’s the output of:
 
 port installed depends:webkit-gtk
 
 I get
 
 H2:~% port installed depends webkit-gtk
 The following ports are currently installed:
 webkit-gtk @2.0.4_1+video (active)
 
 No:
 
 port installed depends:webkit-gtk
 
 Sorry: now I get
 
 H2:~% port installed depends:webkit-gtk
 The following ports are currently installed:
  gimp2 @2.8.6_3+help_browser+python27
  gimp2 @2.8.8_0+help_browser+python27
  gimp2 @2.8.10_0+help_browser+python27 (active)

Ok, so gimp2 is the only port you have installed that needs webkit-gtk. From 
“port -v deps gimp2” I see that it does not have a hard dependency on 
“port:webkit-gtk”, but rather on “path:lib/pkgconfig/webkit-1.0.pc:webkit-gtk”, 
which webkit-gtk-2.0 can also satisfy. So the solution is:

sudo port -f deactivate webkit-gtk
sudo port install webkit-gtk-2.0


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: webkit error

2013-12-04 Thread Ryan Schmidt

On Dec 4, 2013, at 05:16, David Epstein wrote:

 Error: webkit-gtk is not supported for this installation of MacPorts.  It 
 requires libc++ be selected as your C++ runtime.  Please use webkit-gtk-2.0 
 instead

Jeremy, this message is confusing for users. Instead of printing this message, 
could “replaced_by webkit-gtk-2.0” be used (in the conditional) so that users 
who need to switch to that port will have it done for them automatically?


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: webkit error

2013-12-04 Thread David Epstein
On 4 Dec 2013, at 14:31, Ryan Schmidt ryandes...@macports.org wrote:

 On Dec 4, 2013, at 08:02, David Epstein wrote:
 
 On 4 Dec 2013, at 13:08, Ryan Schmidt wrote:
 
 On Dec 4, 2013, at 06:48, David Epstein wrote:
 
 On 4 Dec 2013, at 12:06, Ryan Schmidt wrote:
 
 On Dec 4, 2013, at 05:16, David Epstein wrote:
 
 I don't use any of this, but presumably programs, that I do use, need 
 these packages. 
 
 Presumably. Let’s find out for sure. What’s the output of:
 
 port installed depends:webkit-gtk
 
 I get
 
 H2:~% port installed depends webkit-gtk
 The following ports are currently installed:
 webkit-gtk @2.0.4_1+video (active)
 
 No:
 
 port installed depends:webkit-gtk
 
 Sorry: now I get
 
 H2:~% port installed depends:webkit-gtk
 The following ports are currently installed:
 gimp2 @2.8.6_3+help_browser+python27
 gimp2 @2.8.8_0+help_browser+python27
 gimp2 @2.8.10_0+help_browser+python27 (active)
 
 Ok, so gimp2 is the only port you have installed that needs webkit-gtk. From 
 “port -v deps gimp2” I see that it does not have a hard dependency on 
 “port:webkit-gtk”, but rather on 
 “path:lib/pkgconfig/webkit-1.0.pc:webkit-gtk”, which webkit-gtk-2.0 can also 
 satisfy. So the solution is:
 
 sudo port -f deactivate webkit-gtk
 sudo port install webkit-gtk-2.0

thanks a lot. That worked fine. Then I did the following

sudo port -vy upgrade outdated
Password:
---  Computing dependencies for gimp2.
For gimp2: skipping org.macports.main (dry run)
.. and skipping org.macports.archivefetch
.. and skipping org.macports.fetch
.. and skipping org.macports.checksum
.. and skipping org.macports.extract
.. and skipping org.macports.patch
.. and skipping org.macports.configure
.. and skipping org.macports.build
.. and skipping org.macports.destroot
.. and skipping org.macports.install
.. and skipping org.macports.main
.. and skipping org.macports.clean
Skipping deactivate gimp2 @2.8.10_0+help_browser+python27 (dry run)
Skipping activate gimp2 @2.8.10_1+help_browser+python27 (dry run)

So, should I run
 sudo port upgrade outdated?

 I tried
port search gimp2@2.8.10_0+help_browser+python27
and got the report No match, which puzzles me. Why is it wanting to 
deactivate a port that isn't there?

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: webkit error

2013-12-04 Thread Jeremy Lavergne
Search is run against name and description only. You've included 
variants and versions in that search string.


Perhaps you're after port echo?

David Epstein wrote:

I tried
port searchgimp2@2.8.10_0+help_browser+python27
and got the report No match, which puzzles me. Why is it wanting to 
deactivate a port that isn't there?

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: webkit error

2013-12-04 Thread Brandon Allbery
On Wed, Dec 4, 2013 at 10:42 AM, David Epstein
david.epst...@warwick.ac.ukwrote:

  I tried
 port search gimp2@2.8.10_0+help_browser+python27
 and got the report No match, which puzzles me. Why is it wanting to
 deactivate a port that isn't there?


search looks at package descriptions, not package names, and would not show
variants. Perhaps you wanted `port installed gimp2@2.8.10_0
+help_browser+python27`?

-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: webkit error

2013-12-04 Thread Ryan Schmidt

On Dec 4, 2013, at 09:42, David Epstein wrote:

 sudo port -vy upgrade outdated
 Password:
 ---  Computing dependencies for gimp2.
 For gimp2: skipping org.macports.main (dry run)
.. and skipping org.macports.archivefetch
.. and skipping org.macports.fetch
.. and skipping org.macports.checksum
.. and skipping org.macports.extract
.. and skipping org.macports.patch
.. and skipping org.macports.configure
.. and skipping org.macports.build
.. and skipping org.macports.destroot
.. and skipping org.macports.install
.. and skipping org.macports.main
.. and skipping org.macports.clean
 Skipping deactivate gimp2 @2.8.10_0+help_browser+python27 (dry run)
 Skipping activate gimp2 @2.8.10_1+help_browser+python27 (dry run)
 
 So, should I run
 sudo port upgrade outdated?

Yes, if you want to upgrade your outdated ports.

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: webkit error

2013-12-04 Thread Jeremy Huddleston Sequoia

On Dec 4, 2013, at 06:43, Ryan Schmidt ryandes...@macports.org wrote:

 
 On Dec 4, 2013, at 05:16, David Epstein wrote:
 
 Error: webkit-gtk is not supported for this installation of MacPorts.  It 
 requires libc++ be selected as your C++ runtime.  Please use webkit-gtk-2.0 
 instead
 
 Jeremy, this message is confusing for users. Instead of printing this 
 message, could “replaced_by webkit-gtk-2.0” be used (in the conditional) so 
 that users who need to switch to that port will have it done for them 
 automatically?
  
I thought that replaced_by is more reserved for a deprecated port.  I hadn't 
seen it used to instruct users to a compatible fallback version.  Feel free to 
make the change if it works and will help users.

--Jeremy



smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


port selfupdate failing

2013-12-04 Thread Gustavo Seabra
Hi,

I am having trouble installing macports on an iMac at work running OSX
Mavericks. After the installation from the dmg, I try to run the port self
update command and get the messages below. I have already googled for
answers, but found nothing that works. Most of the answers relate to being
behind some proxy, but checking with http://amibehindaproxy.com; or 
http://www.lagado.com/proxy-test; both say I'm not behind a proxy.

I'd really appreciate any suggestions.

Thank you,
Gustavo.

$ sudo port -d selfupdate

Password:

DEBUG: Copying /Users/seabra/Library/Preferences/com.apple.dt.Xcode.plist
to /opt/local/var/macports/home/Library/Preferences

DEBUG: MacPorts sources location: /opt/local/var/macports/sources/
rsync.macports.org/release/tarballs

---  Updating MacPorts base sources using rsync

rsync: failed to connect to rsync.macports.org: Operation timed out (60)

rsync error: error in socket IO (code 10) at
/SourceCache/rsync/rsync-42/rsync/clientserver.c(105) [receiver=2.6.9]

Command failed: /usr/bin/rsync -rtzv --delete-after rsync://
rsync.macports.org/release/tarballs/base.tar/opt/local/var/macports/sources/
rsync.macports.org/release/tarballs

Exit code: 10

DEBUG: Error synchronizing MacPorts sources: command execution failed

while executing

macports::selfupdate [array get global_options] base_updated

Error: Error synchronizing MacPorts sources: command execution failed

To report a bug, follow the instructions in the guide:

http://guide.macports.org/#project.tickets

Error: /opt/local/bin/port: port selfupdate failed: Error synchronizing
MacPorts sources: command execution failed

$
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: port selfupdate failing

2013-12-04 Thread Jeremy Lavergne
When you say nothing works did you try the answers you had discounted 
for proxies? Your ISP could be blocking ports or you're still behind a 
clever proxy.


That is, have you tried syncing over svn instead?

http://trac.macports.org/wiki/howto/SyncingWithSVN

Gustavo Seabra wrote:

I am having trouble installing macports on an iMac at work running OSX
Mavericks. After the installation from the dmg, I try to run the port
self update command and get the messages below. I have already googled
for answers, but found nothing that works. Most of the answers relate to
being behind some proxy, but checking with http://amibehindaproxy.com;
or http://www.lagado.com/proxy-test; both say I'm not behind a proxy.

I'd really appreciate any suggestions.

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: port selfupdate failing

2013-12-04 Thread Gustavo Seabra
Hi Jeremy,

Thanks. I have tried so many things I don't even remember all of them. I
have also tried the svn syncing you mention, but in step 3 there one
needs to configure svn to work with a proxy. Since I cannot find a proxy
here, I had to stop there.

Gustavo Seabra http://goo.gl/7Cphf
Professor Adjunto, Departamento de Química Fundamental
Coordenador, CENAPAD-PE
Universidade Federal de Pernambuco
Fone: +55-81-2126-7450


On Wed, Dec 4, 2013 at 6:03 PM, Jeremy Lavergne
jer...@lavergne.gotdns.orgwrote:

 When you say nothing works did you try the answers you had discounted
 for proxies? Your ISP could be blocking ports or you're still behind a
 clever proxy.

 That is, have you tried syncing over svn instead?

 http://trac.macports.org/wiki/howto/SyncingWithSVN


 Gustavo Seabra wrote:

 I am having trouble installing macports on an iMac at work running OSX
 Mavericks. After the installation from the dmg, I try to run the port
 self update command and get the messages below. I have already googled
 for answers, but found nothing that works. Most of the answers relate to
 being behind some proxy, but checking with http://amibehindaproxy.com;
 or http://www.lagado.com/proxy-test; both say I'm not behind a proxy.

 I'd really appreciate any suggestions.


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: port selfupdate failing

2013-12-04 Thread Jeremy Lavergne
In your case, skip step three. You won't be telling svn to go through a 
proxy.


Gustavo Seabra wrote:

Thanks. I have tried so many things I don't even remember all of them. I
have also tried the svn syncing you mention, but in step 3 there one
needs to configure svn to work with a proxy. Since I cannot find a proxy
here, I had to stop there.

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: port selfupdate failing

2013-12-04 Thread Jeremy Lavergne

Hmm, can you share the contents of:
/opt/local/etc/macports/sources.conf

Gustavo Seabra wrote:

Steps 1 and 2 worked just fine. skipping step 3 I get the message below
(basically, nothing changes.)

I attach my sources.conf file here, in case it helps.

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: port selfupdate failing

2013-12-04 Thread Ryan Schmidt
On Dec 4, 2013, at 15:34, Gustavo Seabra wrote:

 Steps 1 and 2 worked just fine. skipping step 3 I get the message below 
 (basically, nothing changes.)
 
 I attach my sources.conf file here, in case it helps.
 
 Thanks!
 Gustavo.
 
 $ sudo port -d selfupdate
 DEBUG: Copying /Users/seabra/Library/Preferences/com.apple.dt.Xcode.plist to 
 /opt/local/var/macports/home/Library/Preferences
 DEBUG: MacPorts sources location: 
 /opt/local/var/macports/sources/rsync.macports.org/release/tarballs
 ---  Updating MacPorts base sources using rsync
 rsync: failed to connect to rsync.macports.org: Operation timed out (60)
 rsync error: error in socket IO (code 10) at 
 /SourceCache/rsync/rsync-42/rsync/clientserver.c(105) [receiver=2.6.9]
 Command failed: /usr/bin/rsync -rtzv --delete-after 
 rsync://rsync.macports.org/release/tarballs/base.tar 
 /opt/local/var/macports/sources/rsync.macports.org/release/tarballs
 Exit code: 10
 DEBUG: Error synchronizing MacPorts sources: command execution failed
 while executing
 macports::selfupdate [array get global_options] base_updated
 Error: Error synchronizing MacPorts sources: command execution failed
 To report a bug, follow the instructions in the guide:
 http://guide.macports.org/#project.tickets
 Error: /opt/local/bin/port: port selfupdate failed: Error synchronizing 
 MacPorts sources: command execution failed
 $

The error messages tell us rsync communications are not working on your 
network. Has this always been the case, or did selfupdate used to work? Did 
something recently change about your network? If you have one, have you spoken 
with your network administrator?

It's normal that editing sources.conf would not fix this because that only 
affects port sync, not port selfupdate. If you cannot make rsync work on 
your network, then you cannot use selfupdate and must use sync, and when a new 
version on MacPorts base is released, you must install it using the installer 
package we post on our web site. 


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: port selfupdate failing

2013-12-04 Thread Gustavo Seabra
Thanks,

I attached it to the last email, but it seems the server has stripped it.
Hre it goes inline.

Gustavo.


 Begin sources.conf 

# $Id: sources.conf 107099 2013-06-18 04:43:14Z lar...@macports.org $

# MacPorts system-wide configuration file for ports tree sources.
#
# To change how MacPorts fetches base, see rsync_server and rsync_dir in
# macports.conf.

# To add a local source, add a file:// entry.
#
#   Example: file:///Users/landonf/misc/MacPorts/ports
#
# To prevent a source from synchronizing when `port sync` is used,
# append [nosync] at the end.
#
#   Example: file:///Users/landonf/misc/MacPorts/ports [nosync]
#
# Note that MacPorts parses source URLs in order; when a port appears in
# multiple sources, it installs the first occurrence. For local sources
# to shadow remote ones, file:// URLs must come before other URLs.

# A list of rsync mirrors is available at
# https://trac.macports.org/wiki/Mirrors#Portfiles.
#
# If an rsync:// URL points to a .tar file, a signed .rmd160 file must
# exist in the same directory on the server and will be used to verify
# its integrity.
#
# For proper functionality of various resources (port groups, mirror
# sites, etc.), the primary MacPorts source must always be tagged
# [default], even if switched from the default rsync:// URL.

# EDITED TO USE SUBVERSION INSTEAD OF RSYNC,
# SINCE RSYNC DOESN'T SEEM TO WORK AT UFPE
# rsync://rsync.macports.org/release/tarballs/ports.tar [default]
file:///opt/local/var/macports/sources/svn.macports.org/trunk/dports/[default]


 End   sources.conf 


On Wed, Dec 4, 2013 at 6:36 PM, Jeremy Lavergne
jer...@lavergne.gotdns.orgwrote:

 Hmm, can you share the contents of:
 /opt/local/etc/macports/sources.conf


 Gustavo Seabra wrote:

 Steps 1 and 2 worked just fine. skipping step 3 I get the message below
 (basically, nothing changes.)

 I attach my sources.conf file here, in case it helps.


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: gimp-app installs but doesn't work on Mavericks

2013-12-04 Thread Christopher Jones
Hi,

Works just fine here on OSX10.9.

Have you reinstalled your X11 server (Xquartz) since updating ? Can you run 
something basic like ‘xclock’ and see your X11 server start up and the clock 
appear ?

There is a niggle in the Mavericks updater that makes this necessary.

Chris

On 4 Dec 2013, at 11:58pm, Mark Brethen mark.bret...@gmail.com wrote:

 I updated macports for mavericks and new xcode + command line tools. I'm 
 currently reinstalling ports. The gimp-app built with no errors but when I 
 try to launch the app it fails with console showing: 
 com.apple.launchd.peruser.501[176]: (org.gimp.GIMP.100704[11772]) Exited 
 with code: 1
 
 
 Mark
 
 
 
 
 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-users



smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users