Re: Bison 3

2014-02-03 Thread Akim Demaille

Le 26 janv. 2014 à 16:24, Akim Demaille akim.demai...@gmail.com a écrit :

 What is holding the inclusion of Bison 3 in the ports?
 http://trac.macports.org/ticket/41600 was opened two
 months ago.

Helloo!  Anybody out there?  How can I help?
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Error installing avr-libc

2014-02-03 Thread Dan Aldrich
Get this error trying to install avr-libc, is this conflicting with another 
macport app installed?

Thanks,
-d

sudo port install avr-libc
Password:
---  Computing dependencies for avr-libc
---  Cleaning avr-libc
---  Scanning binaries for linking errors: 100.0%
---  Found 16 broken file(s), matching files to ports
---  Found 3 broken port(s), determining rebuild order
---  Rebuilding in order
 gpredict @1.3 
 webkit-gtk3 @2.0.4 +video
 wxWidgets-devel @2.9.4 +sdl
---  Computing dependencies for gpredict
---  Cleaning gpredict
---  Computing dependencies for webkit-gtk3
---  Configuring webkit-gtk3
Error: webkit-gtk3 is not supported for this installation of MacPorts.  It 
requires libc++ be selected as your C++ runtime.  Please use webkit-gtk3-2.0 
instead
Error: org.macports.configure for port webkit-gtk3 returned: unsupported 
configuration
Please see the log file for port webkit-gtk3 for details:

/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_webkit-gtk/webkit-gtk3/main.log
Error: Unable to upgrade port: 1
Error rebuilding webkit-gtk3
while executing
error Error rebuilding $portname
(procedure revupgrade_scanandrebuild line 382)
invoked from within
revupgrade_scanandrebuild broken_port_counts $opts
(procedure macports::revupgrade line 5)
invoked from within
macports::revupgrade $opts
(procedure action_revupgrade line 2)
invoked from within
action_revupgrade $action $portlist $opts
(procedure action_target line 96)
invoked from within
$action_proc $action $portlist [array get global_options]
(procedure process_cmd line 93)
invoked from within
process_cmd $remaining_args
invoked from within
if { [llength $remaining_args]  0 } {

# If there are remaining arguments, process those as a command
set exit_status [process_cmd $remaining...
(file /opt/local/bin/port line 4857)


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


Re: Error installing avr-libc

2014-02-03 Thread Brandon Allbery
On Mon, Feb 3, 2014 at 12:51 PM, Dan Aldrich daldr...@earthlink.net wrote:

 Get this error trying to install avr-libc, is this conflicting with
 another macport app installed?

 sudo port install avr-libc
 Password:
 ---  Computing dependencies for avr-libc
 ---  Cleaning avr-libc


This is not an error, it is an indication that avr-libc is already
installed.


 ---  Scanning binaries for linking errors: 100.0%


Everything from here on is a sanity check that MacPorts runs on itself, and
is (usually) not directly related to what you otherwise asked it to do.


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


This is not related to avr-libc. It's actually a victim of Apple changing
the way C++ works with Xcode 5 and Mavericks, which has an effect even on
other releases.

It is telling you that a port that you already have installed (webkit-gtk3)
had to be changed to only work with Xcode 5.0.2 and later (clang's C++
runtime), and that if you are not running those then you must remove
webkit-gtk3 and install webkit-gtk3-2.0 instead (gcc's C++ runtime). If you
later upgrade your OS or Xcode, you will again have to remove
webkit-gtk3-2.0 and install webkit-gtk3.

-- 
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