pkgsrc-WIP-review archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: wip/awesome make fail



hi

2012/4/27 Matt Danielson <matthewd%fastmail.us@localhost>:
> On 04/26/12 10:13, OBATA Akio wrote:
>>>> I updated pkgsrc-wip a few hours ago.
>>>> make fail wip/awesome.
>>>> I got "execinfo.h: No such file or directory" .
>>>
>>> Patch it not to use execinfo.h.
>>
>> It should be fixed by 3.4.10 release:
>>    http://awesome.naquadah.org/changelogs/v3.4.10
>>
>> Update to 3.4.11?
> I updated to 3.4.10, (I've been running this at home for months).  To
> update to 3.4.11 requires xcb-util>=0.3.8.
>
> Please review my changes, and let me know if I missed something.

I update pkgsrc-wip a few minites ago.
but still fail.
What is wrong procedure?

this is the complete log.

% cd /usr/pkgsrc/wip
% cvs update -dP
% cd awesome
% make clean
% make

=> Bootstrap dependency digest>=20010302: found digest-20111104
=> Checksum SHA1 OK for awesome-3.4.10.tar.xz
=> Checksum RMD160 OK for awesome-3.4.10.tar.xz
===> Installing dependencies for awesome-3.4.10
==========================================================================
The following variables will affect the build process of this package,
awesome-3.4.10.  Their current value is shown below:

        * GIFLIB_IMPLEMENTATION = giflib
        * JPEG_DEFAULT = jpeg

Based on these variables, the following variables have been set:

        * JPEGBASE (defined, but empty)
        * JPEG_TYPE = jpeg
        * TERMCAP_TYPE = termcap

You may want to abort the process now with CTRL-C and change their value
before continuing.  Be sure to run `/usr/bin/make clean' after
the changes.
==========================================================================
=> Build dependency ImageMagick-[0-9]*: found ImageMagick-6.7.6.6
=> Build dependency asciidoc>=8.3.0: found asciidoc-8.6.5
=> Build dependency xmlto-[0-9]*: found xmlto-0.0.23nb1
=> Build dependency docbook-xml-[0-9]*: found docbook-xml-4.5
=> Build dependency bash-[0-9]*: found bash-4.2nb1
=> Build dependency cmake>=2.8.1nb1: found cmake-2.8.7
=> Build dependency gmake>=3.81: found gmake-3.82nb2
=> Build dependency pkg-config>=0.19: found pkg-config-0.25nb1
=> Build dependency xz>=4.999.9betanb1: found xz-5.0.3
=> Build dependency gperf>=3.0.1: found gperf-3.0.4
=> Build dependency kbproto>=1.0.2: found kbproto-1.0.5
=> Build dependency xproto>=7.0.9: found xproto-7.0.18
=> Build dependency xcb-proto>=1.4: found xcb-proto-1.6
=> Build dependency renderproto>=0.9.3nb1: found renderproto-0.11
=> Build dependency dri2proto>=2.0: found dri2proto-2.3
=> Build dependency glproto>=1.4.6: found glproto-1.4.14
=> Build dependency damageproto>=1.1.0: found damageproto-1.2.0
=> Build dependency fixesproto>=3.0.0: found fixesproto-5.0
=> Build dependency xextproto>=7.0: found xextproto-7.1.2
=> Build dependency inputproto>=1.4: found inputproto-2.0
=> Build dependency xf86vidmodeproto>=2.3: found xf86vidmodeproto-2.3
=> Build dependency xf86driproto>=2.0.3: found xf86driproto-2.1.0
=> Build dependency checkperms>=1.1: found checkperms-1.11
=> Full dependency libev>=4.01: found libev-4.04
=> Full dependency imlib2>=1.4.5nb1: found imlib2-1.4.5nb1
=> Full dependency lua>=5.1.4nb1: found lua-5.1.4nb3
=> Full dependency pango>=1.29.4nb3: found pango-1.29.4nb3
=> Full dependency libxdg-basedir>=1.0.2: found libxdg-basedir-1.1.1nb1
=> Full dependency xcb-util>=0.3.3: found xcb-util-0.3.6
=> Full dependency startup-notification>=0.8nb1: found startup-notification-0.12
===> Overriding tools for awesome-3.4.10
===> Extracting for awesome-3.4.10
===> Patching for awesome-3.4.10
=> Applying pkgsrc patches for awesome-3.4.10
===> Creating toolchain wrappers for awesome-3.4.10
src=/usr/pkg/lib/pkgconfig/fixesproto.pc
dst=/usr/pkgsrc/wip/awesome/work/.buildlink/lib/pkgconfig/fixesext.pc;
 /bin/mkdir -p /usr/pkgsrc/wip/awesome/work/.buildlink/lib/pkgconfig;
if test -f ${src}; then  /bin/ln -sf ${src} ${dst};  fi
===> Configuring for awesome-3.4.10
=> Fixing pathnames
=> Fixing pathnames for libev
=> Replacing bash interpreter in build-utils/gperf.sh.
=> Fixing CMAKE_MODULE_PATH in CMakeLists.txt
INFO: [subst.mk:cmake] Nothing changed in ./CMakeLists.txt.
=> Checking for portability problems in extracted files
WARNING: [check-portability.awk] => Found $RANDOM:
WARNING: [check-portability.awk] utils/awsetbg:         elif [ -z
"$RANDOM" ]; then
WARNING: [check-portability.awk] utils/awsetbg:
randomnumber="$RANDOM"

Explanation:
===========================================================================
The variable $RANDOM is not required for a POSIX-conforming shell, and
many implementations of /bin/sh do not support it. It should therefore
not be used in shell programs that are meant to be portable across a
large number of POSIX-like systems.
===========================================================================

-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
CMake Warning (dev) at
/usr/pkg/share/cmake-2.8/Modules/Platform/NetBSD.cmake:13 (INCLUDE):
  File /usr/pkg/share/cmake-2.8/Modules/Platform/NetBSD.cmake includes
  /usr/pkgsrc/wip/awesome/work/.buildlink/cmake-Modules/Platform/UnixPaths.cmake
  (found via CMAKE_MODULE_PATH) which shadows
  /usr/pkg/share/cmake-2.8/Modules/Platform/UnixPaths.cmake.  This may cause
  errors later on .

  Policy CMP0017 is not set: Prefer files from the CMake module directory
  when including from there.  Run "cmake --help-policy CMP0017" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.
Call Stack (most recent call first):
  /usr/pkg/share/cmake-2.8/Modules/CMakeSystemSpecificInformation.cmake:36
(INCLUDE)

This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at
/usr/pkg/share/cmake-2.8/Modules/Platform/NetBSD.cmake:13 (INCLUDE):
  File /usr/pkg/share/cmake-2.8/Modules/Platform/NetBSD.cmake includes
  /usr/pkgsrc/wip/awesome/work/.buildlink/cmake-Modules/Platform/UnixPaths.cmake
  (found via CMAKE_MODULE_PATH) which shadows
  /usr/pkg/share/cmake-2.8/Modules/Platform/UnixPaths.cmake.  This may cause
  errors later on .

  Policy CMP0017 is not set: Prefer files from the CMake module directory
  when including from there.  Run "cmake --help-policy CMP0017" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.
Call Stack (most recent call first):
  /usr/pkg/share/cmake-2.8/Modules/CMakeCInformation.cmake:68 (INCLUDE)

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Check for working C compiler: /usr/pkgsrc/wip/awesome/work/.wrapper/bin/cc
-- Check for working C compiler:
/usr/pkgsrc/wip/awesome/work/.wrapper/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
CMake Warning (dev) at
/usr/pkg/share/cmake-2.8/Modules/Platform/NetBSD.cmake:13 (INCLUDE):
  File /usr/pkg/share/cmake-2.8/Modules/Platform/NetBSD.cmake includes
  /usr/pkgsrc/wip/awesome/work/.buildlink/cmake-Modules/Platform/UnixPaths.cmake
  (found via CMAKE_MODULE_PATH) which shadows
  /usr/pkg/share/cmake-2.8/Modules/Platform/UnixPaths.cmake.  This may cause
  errors later on .

  Policy CMP0017 is not set: Prefer files from the CMake module directory
  when including from there.  Run "cmake --help-policy CMP0017" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.
Call Stack (most recent call first):
  /usr/pkg/share/cmake-2.8/Modules/CMakeCXXInformation.cmake:67 (INCLUDE)

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Check for working CXX compiler: /usr/pkgsrc/wip/awesome/work/.wrapper/bin/c++
-- Check for working CXX compiler:
/usr/pkgsrc/wip/awesome/work/.wrapper/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- cat -> /usr/pkgsrc/wip/awesome/work/.tools/bin/cat
-- ln -> /usr/pkgsrc/wip/awesome/work/.tools/bin/ln
-- grep -> /usr/pkgsrc/wip/awesome/work/.tools/bin/grep
-- git -> /usr/pkg/bin/git
-- hostname -> /usr/pkgsrc/wip/awesome/work/.tools/bin/hostname
-- gperf -> /usr/pkg/bin/gperf
-- asciidoc -> /usr/pkg/bin/asciidoc
-- xmlto -> /usr/pkg/bin/xmlto
-- gzip -> /usr/bin/gzip
-- lua -> /usr/pkg/bin/lua
-- luadoc not found.
-- convert -> /usr/pkg/bin/convert
-- Found Doxygen: /usr/pkg/bin/doxygen
-- Found Lua51:
/usr/pkgsrc/wip/awesome/work/.buildlink/lib/liblua.so;/lib/libm.so
-- Not generating luadoc. Missing: luadoc
-- checking for module 'xcb>=1.4'
--   found xcb, version 1.7
-- 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-aux>=0.3.0;xcb-atom>=0.3.0;xcb-keysyms>=0.3.4;xcb-icccm>=0.3.6;xcb-image>=0.3.0;cairo-xcb;libstartup-notification-1.0>=0.10;xproto>=7.0.15;imlib2;libxdg-basedir>=1.0.0'
--   found glib-2.0, version 2.30.3
--   found cairo, version 1.10.2
--   found x11, version 1.3.5
--   found pango, version 1.29.4
--   found pangocairo, version 1.29.4
--   found xcb-randr, version 1.7
--   found xcb-xtest, version 1.7
--   found xcb-xinerama, version 1.7
--   found xcb-shape, version 1.7
--   found xcb-aux, version 0.3.6
--   found xcb-atom, version 0.3.6
--   found xcb-keysyms, version 0.3.6
--   found xcb-icccm, version 0.3.6
--   found xcb-image, version 0.3.6
--   found cairo-xcb, version 1.10.2
--   found libstartup-notification-1.0, version 0.12
--   found xproto, version 7.0.18
--   found imlib2, version 1.4.5
--   found libxdg-basedir, version 1.1.1
-- Looking for backtrace_symbols
-- Looking for backtrace_symbols - not found
-- checking for execinfo -- found
-- checking for __builtin_clz -- yes
-- Configuring lib/awful/layout/suit/magnifier.lua
-- Configuring lib/awful/layout/suit/max.lua
-- Configuring lib/awful/layout/suit/tile.lua
-- Configuring lib/awful/layout/suit/spiral.lua
-- Configuring lib/awful/layout/suit/fair.lua
-- Configuring lib/awful/layout/suit/init.lua
-- Configuring lib/awful/layout/suit/floating.lua
-- Configuring lib/awful/layout/init.lua
-- Configuring lib/awful/widget/common.lua
-- Configuring lib/awful/widget/graph.lua
-- Configuring lib/awful/widget/progressbar.lua
-- Configuring lib/awful/widget/prompt.lua
-- Configuring lib/awful/widget/tasklist.lua
-- Configuring lib/awful/widget/layout/horizontal.lua
-- Configuring lib/awful/widget/layout/default.lua
-- Configuring lib/awful/widget/layout/vertical.lua
-- Configuring lib/awful/widget/layout/init.lua
-- Configuring lib/awful/widget/button.lua
-- Configuring lib/awful/widget/init.lua
-- Configuring lib/awful/widget/textclock.lua
-- Configuring lib/awful/widget/taglist.lua
-- Configuring lib/awful/widget/launcher.lua
-- Configuring lib/awful/widget/layoutbox.lua
-- Configuring lib/awful/screen.lua
-- Configuring lib/awful/menu.lua
-- Configuring lib/awful/wibox.lua
-- Configuring lib/awful/hooks.lua
-- Configuring lib/awful/prompt.lua
-- Configuring lib/awful/dbus.lua
-- Configuring lib/awful/remote.lua
-- Configuring lib/awful/titlebar.lua
-- Configuring lib/awful/util.lua
-- Configuring lib/awful/startup_notification.lua
-- Configuring lib/awful/key.lua
-- Configuring lib/awful/completion.lua
-- Configuring lib/awful/placement.lua
-- Configuring lib/awful/button.lua
-- Configuring lib/awful/init.lua
-- Configuring lib/awful/tag.lua
-- Configuring lib/awful/mouse/finder.lua
-- Configuring lib/awful/mouse/init.lua
-- Configuring lib/awful/tooltip.lua
-- Configuring lib/awful/rules.lua
-- Configuring lib/awful/autofocus.lua
-- Configuring lib/awful/client.lua
-- Configuring lib/naughty.lua
-- Configuring lib/beautiful.lua
-- Configuring themes/sky//theme.lua
-- Configuring themes/default//theme.lua
-- Configuring themes/zenburn//theme.lua
-- Configuring config.h
-- Configuring awesomerc.lua
-- Configuring awesome-version-internal.h
-- Configuring awesome.doxygen
-- Configuring done
-- Generating done
-- Build files have been written to: /usr/pkgsrc/wip/awesome/work/awesome-3.4.10
=> Rewrite cmake Dependencies files
===> Building for awesome-3.4.10
Scanning dependencies of target generated_sources
[  1%] Generating atoms-intern.h
[  2%] Generating atoms-extern.h
[  3%] Generating common/tokenize.c
[  3%] Generating common/tokenize.h
[  3%] Built target generated_sources
Scanning dependencies of target awesome
[  3%] Building C object CMakeFiles/awesome.dir/awesome.c.o
[  4%] Building C object CMakeFiles/awesome.dir/client.c.o
[  5%] Building C object CMakeFiles/awesome.dir/strut.c.o
[  6%] Building C object CMakeFiles/awesome.dir/dbus.c.o
[  7%] Building C object CMakeFiles/awesome.dir/root.c.o
[  8%] Building C object CMakeFiles/awesome.dir/event.c.o
[  9%] Building C object CMakeFiles/awesome.dir/property.c.o
[ 10%] Building C object CMakeFiles/awesome.dir/ewmh.c.o
[ 11%] Building C object CMakeFiles/awesome.dir/key.c.o
[ 12%] Building C object CMakeFiles/awesome.dir/keygrabber.c.o
[ 13%] Building C object CMakeFiles/awesome.dir/mousegrabber.c.o
[ 13%] Building C object CMakeFiles/awesome.dir/banning.c.o
[ 14%] Building C object CMakeFiles/awesome.dir/luaa.c.o
[ 15%] Building C object CMakeFiles/awesome.dir/spawn.c.o
[ 16%] Building C object CMakeFiles/awesome.dir/hooks.c.o
[ 17%] Building C object CMakeFiles/awesome.dir/mouse.c.o
[ 18%] Building C object CMakeFiles/awesome.dir/button.c.o
[ 19%] Building C object CMakeFiles/awesome.dir/screen.c.o
[ 20%] Building C object CMakeFiles/awesome.dir/stack.c.o
[ 21%] Building C object CMakeFiles/awesome.dir/selection.c.o
[ 22%] Building C object CMakeFiles/awesome.dir/wibox.c.o
[ 23%] Building C object CMakeFiles/awesome.dir/systray.c.o
[ 23%] Building C object CMakeFiles/awesome.dir/tag.c.o
[ 24%] Building C object CMakeFiles/awesome.dir/titlebar.c.o
[ 25%] Building C object CMakeFiles/awesome.dir/widget.c.o
[ 26%] Building C object CMakeFiles/awesome.dir/window.c.o
[ 27%] Building C object CMakeFiles/awesome.dir/image.c.o
[ 28%] Building C object CMakeFiles/awesome.dir/draw.c.o
/usr/pkgsrc/wip/awesome/work/awesome-3.4.10/draw.c: In function 'draw_iso2utf8':
/usr/pkgsrc/wip/awesome/work/awesome-3.4.10/draw.c:79: warning:
passing argument 2 of 'iconv' from incompatible pointer type
[ 29%] Building C object CMakeFiles/awesome.dir/font.c.o
[ 30%] Building C object CMakeFiles/awesome.dir/color.c.o
[ 31%] Building C object CMakeFiles/awesome.dir/timer.c.o
[ 32%] Building C object CMakeFiles/awesome.dir/common/buffer.c.o
[ 33%] Building C object CMakeFiles/awesome.dir/common/atoms.c.o
[ 33%] Building C object CMakeFiles/awesome.dir/common/util.c.o
[ 34%] Building C object CMakeFiles/awesome.dir/common/version.c.o
[ 35%] Building C object CMakeFiles/awesome.dir/common/xembed.c.o
[ 36%] Building C object CMakeFiles/awesome.dir/common/xutil.c.o
[ 37%] Building C object CMakeFiles/awesome.dir/common/xcursor.c.o
[ 38%] Building C object CMakeFiles/awesome.dir/common/backtrace.c.o
/usr/pkgsrc/wip/awesome/work/awesome-3.4.10/common/backtrace.c:26:22:
error: execinfo.h: No such file or directory
/usr/pkgsrc/wip/awesome/work/awesome-3.4.10/common/backtrace.c: In
function 'backtrace_get':
/usr/pkgsrc/wip/awesome/work/awesome-3.4.10/common/backtrace.c:44:
warning: implicit declaration of function 'backtrace'
/usr/pkgsrc/wip/awesome/work/awesome-3.4.10/common/backtrace.c:45:
warning: implicit declaration of function 'backtrace_symbols'
/usr/pkgsrc/wip/awesome/work/awesome-3.4.10/common/backtrace.c:45:
warning: assignment makes pointer from integer without a cast
gmake[2]: *** [CMakeFiles/awesome.dir/common/backtrace.c.o] エラー 1
gmake[1]: *** [CMakeFiles/awesome.dir/all] エラー 2
gmake: *** [all] エラー 2
*** Error code 2

Stop.
make: stopped in /usr/pkgsrc/wip/awesome
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/wip/awesome

-- 
みわ
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
pkgsrc-wip-review mailing list
pkgsrc-wip-review%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-review


Home | Main Index | Thread Index | Old Index