Opened 12 years ago
Last modified 12 years ago
#36008 closed defect
kdelibs4: Building failure — at Version 1
Reported by: | sevendump@… | Owned by: | sharky@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | michaelld@… | |
Port: | kdelibs4 |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
I'm trying to install Krusader (KDE File manager) on Mac OS 10.7.4. The process ends with an error when building kdelibs4.
sudo port install krusader ---> Computing dependencies for krusader ---> Dependencies to be installed: kde4-runtime kdelibs4 libssh openslp oxygen-icons qimageblitz ---> Building kdelibs4 Error: org.macports.build for port kdelibs4 returned: command execution failed Error: Failed to install kdelibs4 Please see the log file for port kdelibs4 for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs4/kdelibs4/main.log Error: The following dependencies were not installed: kde4-runtime kdelibs4 libssh openslp oxygen-icons qimageblitz To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port krusader failed
Change History (2)
Changed 12 years ago by sevendump@…
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | michaelld@… added |
---|---|
Description: | modified (diff) |
Owner: | changed from macports-tickets@… to sharky@… |
Port: | kdelibs4 added |
Priority: | High → Normal |
Note: See
TracTickets for help on using
tickets.
The log shows that this was not a clean build attempt, so you should "sudo port clean kdelibs4". But it also shows you are building with clang, which is known not to work if you're using Xcode 4.4+; see #34378 for the workaround. Let us know if that helps.