Re: Error updating macports

2014-05-25 Thread Ted Kord
Hi Ryan Sorry for the late reply. I just updated to the latest version of MacPorts: 2.3.0. Then: sudo port clean cgal sudo port upgrade outdated I still get: --- Configuring cgal Error: org.macports.configure for port cgal returned: configure failure: command execution failed Please see

Re: Error updating macports

2014-05-25 Thread Ryan Schmidt
On May 25, 2014, at 3:59 PM, Ted Kord teddy.k...@gmail.com wrote: Hi Ryan Sorry for the late reply. I just updated to the latest version of MacPorts: 2.3.0. Then: sudo port clean cgal sudo port upgrade outdated I still get: --- Configuring cgal Error: org.macports.configure

Error updating macports

2014-05-17 Thread Ted Kord
Hi, I get an error during cgal configuration: --- Configuring cgal Error: org.macports.configure for port cgal returned: configure failure: command execution failed Please see the log file for port cgal for details:

Re: Error updating macports

2014-05-17 Thread Ryan Schmidt
On May 17, 2014, at 07:14, Ted Kord wrote: I get an error during cgal configuration: --- Configuring cgal Error: org.macports.configure for port cgal returned: configure failure: command execution failed Please see the log file for port cgal for details:

Re: Error updating macports on lion

2013-08-02 Thread Mark Brethen
That worked, thanks. On my installation, the following ports are dependent on webkit-gtk: gimp2 gimp-app ufraw xsane I'll have to stick with the older gimp2 until the webkit-gtk problems are resolved. On Aug 2, 2013, at 12:41 AM, Lawrence Velázquez wrote: sudo port upgrade

Re: Error updating macports on lion

2013-08-02 Thread Ryan Schmidt
On Aug 2, 2013, at 06:11, Mark Brethen wrote: I'll have to stick with the older gimp2 until the webkit-gtk problems are resolved. The problems should now be resolved so you should be able to sudo port selfupdate and try again. ___ macports-users

Re: Error updating macports on lion

2013-08-02 Thread Mark Brethen
I can't roll back to 2.7.1, I'll have to install it. What's the best way to do this? On Aug 2, 2013, at 10:34 AM, Jeremy Huddleston Sequoia wrote: Just roll back bison to 2.7.1, and you'll be fine. On Aug 2, 2013, at 4:11, Mark Brethen mark.bret...@gmail.com wrote: That worked, thanks.

Re: Error updating macports on lion

2013-08-02 Thread Ryan Schmidt
On Aug 2, 2013, at 18:32, Mark Brethen wrote: I can't roll back to 2.7.1, I'll have to install it. What's the best way to do this? You can install previous versions of ports. The InstallingOlderPort wiki page tells you how to do so. However, for this case, you no longer need to do that,

Re: Error updating macports on lion

2013-08-02 Thread Jeremy Huddleston Sequoia
sudo port sync sudo port -v -s upgrade webkit-gtk On Aug 2, 2013, at 16:32, Mark Brethen mark.bret...@gmail.com wrote: I can't roll back to 2.7.1, I'll have to install it. What's the best way to do this? On Aug 2, 2013, at 10:34 AM, Jeremy Huddleston Sequoia wrote: Just roll back

Error updating macports on lion

2013-08-01 Thread Mark Brethen
Hi everyone, I'm doing a macports update but I get this error: --- Building webkit-gtk Error: org.macports.build for port webkit-gtk returned: command execution failed Please see the log file for port webkit-gtk for details:

Re: Error updating macports on lion

2013-08-01 Thread Lawrence Velázquez
On Aug 1, 2013, at 8:22 PM, Mark Brethen mark.bret...@gmail.com wrote: I'm doing a macports update but I get this error: --- Building webkit-gtk Error: org.macports.build for port webkit-gtk returned: command execution failed Please see the log file for port webkit-gtk for details:

Re: Error updating macports on lion

2013-08-01 Thread Mark Brethen
This doesn't work. I even tried variations of this and it still tries to update webkit-gtk. On Aug 1, 2013, at 7:27 PM, Lawrence Velázquez wrote: For now, you should be able to avoid trying to update webkit-gtk with something like this. % sudo port upgrade outdated and not \(

Re: Error updating macports on lion

2013-08-01 Thread Ryan Schmidt
On Aug 2, 2013, at 00:14, Mark Brethen wrote: This doesn't work. I even tried variations of this and it still tries to update webkit-gtk. You can also just update individual ports that you need right away. e.g. sudo port upgrade subversion Or you can just wait until the webkit-gtk problems

Re: Error updating macports on lion

2013-08-01 Thread Lawrence Velázquez
On Aug 2, 2013, at 1:14 AM, Mark Brethen mark.bret...@gmail.com wrote: This doesn't work. I even tried variations of this and it still tries to update webkit-gtk. Try rdependentof instead of dependentof. That is: % sudo port upgrade outdated and not \( webkit-gtk or

Re: Error updating macports

2013-06-30 Thread Ryan Schmidt
On Jun 29, 2013, at 15:23, Ted Kord wrote: I checked the log and it was an error to do with harfbuzz-icu. So, I installed that with no problems This was solved in the webkit-gtk port by adding a dependency on harfbuzz-icu: https://trac.macports.org/changeset/107446 but now when I do

Re: Error updating macports

2013-06-30 Thread Ted Kord
Many thanks. TK On 30 June 2013 09:22, Ryan Schmidt ryandes...@macports.org wrote: On Jun 29, 2013, at 15:23, Ted Kord wrote: I checked the log and it was an error to do with harfbuzz-icu. So, I installed that with no problems This was solved in the webkit-gtk port by adding a

Re: Error updating macports

2013-06-29 Thread Brandon Allbery
On Sat, Jun 29, 2013 at 4:01 PM, Ted Kord teddy.k...@gmail.com wrote: --- Configuring webkit-gtk Error: org.macports.configure for port webkit-gtk returned: configure failure: command execution failed Please see the log file for port webkit-gtk for details:

Re: Error updating macports

2013-06-29 Thread Ted Kord
I checked the log and it was an error to do with harfbuzz-icu. So, I installed that with no problems but now when I do sudo port -u upgrade outdated I get Error: No ports matched the given expression. I don't believe the update's complete yet. On 29 June 2013 21:06, Brandon Allbery