Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#51233 closed defect (duplicate)

codeblocks installation fails on El Capitan 10.11.4

Reported by: lucbouge (Luc Bougé) Owned by: mojca (Mojca Miklavec)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: codeblocks

Description

My Mac has been reformatted to El Capitan 10.11.4 a few weeks ago. The whole disk has been erased and everything has been reinstalled: Xcode, MacPorts, all the ports.

I did not modify the configuration files in directory /opt/local/etc/macports/, and everything went fine, except for codeblocks.

As far as I can see, there is a compatibility problem with wxWidgets 3.0. I include the log.

Luc.

Attachments (2)

main.log (3.2 MB) - added by lucbouge (Luc Bougé) 8 years ago.
main.2.log (3.2 MB) - added by ougengxin@… 8 years ago.

Change History (8)

Changed 8 years ago by lucbouge (Luc Bougé)

Attachment: main.log added

comment:1 Changed 8 years ago by lucbouge (Luc Bougé)

I tried to investigate the connection with wxWidgets. I below include an excerpt which may be relevant. Luc.

$ sudo port select --list wxWidgets
Available versions for wxWidgets:
        none (active)
        wxWidgets-3.0
        wxWidgets-3.0-libcxx

$ sudo port install wxWidgets-3.0
--->  Computing dependencies for wxWidgets-3.0
--->  Cleaning wxWidgets-3.0
--->  Scanning binaries for linking errors
--->  No broken files found.  

$ sudo port select wxWidgets-3.0
Warning: Unable to get active selected version: The specified group 'wxWidgets-3.0' does not exist.
Error: The 'list' command failed: The specified group 'wxWidgets-3.0' does not exist.

comment:2 Changed 8 years ago by mf2k (Frank Schima)

Keywords: Failure El Capitan removed
Owner: changed from macports-tickets@… to mojca@…
Port: codeblocks added; Codeblocks removed
Summary: Codeblocks installation fails on El Capitan 10.11.4codeblocks installation fails on El Capitan 10.11.4

In the future, please Cc the port maintainers (port info --maintainers codeblocks), if any.

comment:3 Changed 8 years ago by mojca (Mojca Miklavec)

Resolution: duplicate
Status: newclosed
Version: 2.3.4

See https://sourceforge.net/p/codeblocks/tickets/322/ for the upstream report.

I will merge this ticket with #43214.

The select command you used for selecting wxWidgets is wrong. It should be

sudo port select wxWidgets wxWidgets-3.0

but it doesn't have anything to do with the build failure. Why do you have wxWidgets-3.0-libcxx installed? Or did you just inherit it from migration from 10.8 or earlier?

Changed 8 years ago by ougengxin@…

Attachment: main.2.log added

comment:4 Changed 8 years ago by ougengxin@…

Hi @mojca,

has this issue been solved? I am having the same error. Would like to know the solution if it has been solved. Thanks!

OSX 10.11.5 wxWidgets-3.0

man.log attached.

comment:5 Changed 8 years ago by ougengxin@…

Cc: ougengxin@… added

Cc Me!

comment:6 Changed 8 years ago by ougengxin@…

Cc: ougengxin@… removed

Cc Me!

Note: See TracTickets for help on using tickets.