Ticket #21555 (closed defect: fixed)
awesome @3.3.4 fails to configure; missing dependencies?
| Reported by: | lhunath@… | Owned by: | milosh@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.0 |
| Keywords: | Cc: | macports.org@… | |
| Port: | awesome |
Description
---> Building awesome Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_awesome/work/awesome-3.3.4" && /usr/bin/nice -n 10 /usr/bin/make -j3 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 Command output: -- grep -> /usr/bin/grep -- git -> /usr/local/bin/git -- hostname -> /bin/hostname -- gperf -> /opt/local/bin/gperf -- asciidoc -> /opt/local/bin/asciidoc -- xmlto -> /opt/local/bin/xmlto -- gzip -> /usr/bin/gzip -- lua -> /opt/local/bin/lua -- luadoc not found. -- convert -> /opt/local/bin/convert -- Not generating luadoc. Missing: luadoc -- checking for modules 'glib-2.0;cairo;x11;pango>=1.19.3;pangocairo>=1.19.3;xcb-randr;xcb-xtest;xcb-xinerama;xcb-event>=0.3.6;xcb-aux>=0.3.0;xcb-atom>=0.3.0;xcb-keysyms>=0.3.4;xcb-icccm>=0.3.3;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' -- package 'libstartup-notification-1.0>=0.10' not found -- package 'imlib2' not found -- package 'libxdg-basedir>=1.0.0' not found CMake Error at /opt/local/share/cmake-2.6/Modules/FindPkgConfig.cmake:270 (message): A required package was not found Call Stack (most recent call first): /opt/local/share/cmake-2.6/Modules/FindPkgConfig.cmake:322 (_pkg_check_modules_internal) awesomeConfig.cmake:134 (pkg_check_modules) CMakeLists.txt:15 (include) CMake Error at awesomeConfig.cmake:157 (message): Call Stack (most recent call first): CMakeLists.txt:15 (include)
FWIW; this is on 10.6.1, SL.
Change History
comment:1 Changed 4 years ago by macsforever2000@…
- Owner changed from macports-tickets@… to milosh@…
comment:3 Changed 4 years ago by milosh@…
imlib2, startup-notifications and libxdg-basedir are declared as build dependencies, they should have been installed automatically. Are they installed?
comment:4 Changed 4 years ago by lhunath@…
$ port installed imlib2 startup-notifications libxdg-basedir None of the specified ports are installed.
The above was a result of port upgrade outdated. port clean awesome && port install awesome seems to correctly line up the dependencies before the awesome build.
Is there something wrong with running port upgrade outdated? Should I be running something else, or is this perhaps a bug in the way port handles dependency resolution during upgrades?
comment:6 in reply to: ↑ description Changed 3 years ago by lance@…
- Status changed from closed to reopened
- Resolution fixed deleted
Tested on 2 different 10.6.3 machines. One of which with a fresh install + install of xcode/macports + 'sudo port install awesome'.
This issue is still open as far as I can tell. :-(
Replying to lhunath@…:
---> Building awesome Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_awesome/work/awesome-3.3.4" && /usr/bin/nice -n 10 /usr/bin/make -j3 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 Command output: -- grep -> /usr/bin/grep -- git -> /usr/local/bin/git -- hostname -> /bin/hostname -- gperf -> /opt/local/bin/gperf -- asciidoc -> /opt/local/bin/asciidoc -- xmlto -> /opt/local/bin/xmlto -- gzip -> /usr/bin/gzip -- lua -> /opt/local/bin/lua -- luadoc not found. -- convert -> /opt/local/bin/convert -- Not generating luadoc. Missing: luadoc -- checking for modules 'glib-2.0;cairo;x11;pango>=1.19.3;pangocairo>=1.19.3;xcb-randr;xcb-xtest;xcb-xinerama;xcb-event>=0.3.6;xcb-aux>=0.3.0;xcb-atom>=0.3.0;xcb-keysyms>=0.3.4;xcb-icccm>=0.3.3;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' -- package 'libstartup-notification-1.0>=0.10' not found -- package 'imlib2' not found -- package 'libxdg-basedir>=1.0.0' not found CMake Error at /opt/local/share/cmake-2.6/Modules/FindPkgConfig.cmake:270 (message): A required package was not found Call Stack (most recent call first): /opt/local/share/cmake-2.6/Modules/FindPkgConfig.cmake:322 (_pkg_check_modules_internal) awesomeConfig.cmake:134 (pkg_check_modules) CMakeLists.txt:15 (include) CMake Error at awesomeConfig.cmake:157 (message): Call Stack (most recent call first): CMakeLists.txt:15 (include)FWIW; this is on 10.6.1, SL.

