#26229 closed defect (invalid)
awesome build failed
Reported by: | armundle@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | sewebster@…, victor.poughon@… | |
Port: | awesome |
Description
info:build Running cmake… :info:build -- cat -> /opt/local/bin/cat :info:build -- ln -> /opt/local/bin/ln :info:build -- grep -> /usr/bin/grep :info:build -- git -> /usr/local/bin/git :info:build -- hostname -> /bin/hostname :info:build -- gperf -> /opt/local/bin/gperf :info:build -- asciidoc not found. :info:build -- xmlto not found. :info:build -- gzip -> /opt/local/bin/gzip :info:build -- lua -> /opt/local/bin/lua :info:build -- luadoc not found. :info:build -- convert -> /opt/local/bin/convert :info:build -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) :info:build -- Not generating manpages. Missing: asciidoc xmlto :info:build -- Not generating luadoc. Missing: luadoc :info:build -- checking for modules 'glib-2.0;cairo;x11;pango>=1.19.3;pangocairo>=1.19.3;xcb-randr;xcb-xtest;xcb-xinerama;xcb-shape;xcb-event>=0.3.6;xcb-aux>=0.3.0;xcb-atom>=0.3.0;xcb-keysyms>=0.3.4;xcb-icccm>=0.3.6;xcb-image>=0.3.0;xcb-property>=0.3.0;cairo-xcb;libstartup-notification-1.0>=0.10;xproto>=7.0.15;imlib2;libxdg-basedir>=1.0.0' :info:build -- package 'cairo-xcb' not found :info:build CMake Error at /opt/local/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message): :info:build A required package was not found :info:build Call Stack (most recent call first): :info:build /opt/local/share/cmake-2.8/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal) :info:build awesomeConfig.cmake:134 (pkg_check_modules) :info:build CMakeLists.txt:15 (include) :info:build :info:build :info:build CMake Error at awesomeConfig.cmake:158 (message): :info:build Call Stack (most recent call first): :info:build CMakeLists.txt:15 (include) :info:build :info:build :info:build -- Configuring incomplete, errors occurred! :info:build make: *** [cmake] Error 1 :info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_awesome/work/awesome-3.4.4" && /usr/bin/make -j2 all CMAKE_ARGS=" -DCMAKE_INSTALL_PREFIX=/opt/local -DPREFIX=/opt/local -DAWESOME_DOC_PATH=/opt/local/share/doc/awesome -DAWESOME_MAN_PATH=/opt/local/share/man -DAWESOME_XSESSION_PATH=/opt/local/share/xsessions -DSYSCONFDIR=/opt/local/etc -DXDG_CONFIG_HOME=/opt/local/etc/xdg" " returned error 2 :error:build Target org.macports.build returned: shell command failed :debug:build Backtrace: shell command failed while executing "command_exec build" (procedure "portbuild::build_main" line 8) invoked from within "$procedure $targetname" :info:build Warning: the following items did not execute (for awesome): org.macports.activate org.macports.build org.macports.destroot org.macports.install :notice:build Log for awesome is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_awesome/main.log
Change History (8)
comment:1 Changed 14 years ago by sewebster@…
comment:4 Changed 14 years ago by armundle@…
{{{The following ports are currently installed:
cairo @1.8.10_0 (active) cairo @1.8.10_0+macosx}}}
This is the output.
comment:5 Changed 14 years ago by sewebster@…
(You need to put the curly braces on separate lines before and after for it to work.)
You need to install cairo with the x11_xcb variant. Maybe:
sudo port upgrade --enforce-variants cairo +x11_xcb sudo port clean awesome sudo port install awesome
comment:6 Changed 14 years ago by armundle@…
Thanks, got it installed.
On an unrelated note, how to run awesome on mac os x?
comment:7 Changed 14 years ago by mf2k (Frank Schima)
Cc: | armundle@… removed |
---|---|
Port: | awesome added |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Do you have cairo installed with the x11_xcb variant? What is the output of
port installed cairo
? You should have cc'ed the maintainer so that they would look at the bug (as per the ticket guidelines...)