Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 155753 Details for
Bug 225149
x11-misc/matchbox-keyboard-0.1 does not check if cairo was build with IUSE="X"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
matchbox-keyboard-0.1.log
x11-misc:matchbox-keyboard-0.1:20080606-215635.log (text/plain), 6.72 KB, created by
Marek Miller
on 2008-06-06 22:11:23 UTC
(
hide
)
Description:
matchbox-keyboard-0.1.log
Filename:
MIME Type:
Creator:
Marek Miller
Created:
2008-06-06 22:11:23 UTC
Size:
6.72 KB
patch
obsolete
>>>> Unpacking source... >>>> Unpacking matchbox-keyboard-0.1.tar.bz2 to /tmp/portage/tmpdir/portage/x11-misc/matchbox-keyboard-0.1/work >>>> Source unpacked. >>>> Compiling source in /tmp/portage/tmpdir/portage/x11-misc/matchbox-keyboard-0.1/work/matchbox-keyboard-0.1 ... >./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-debug --enable-cairo --build=i686-pc-linux-gnu >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether to enable maintainer-specific portions of Makefiles... no >checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether i686-pc-linux-gnu-gcc accepts -g... yes >checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed >checking for style of include used by make... GNU >checking dependency style of i686-pc-linux-gnu-gcc... gcc3 >checking for dirent.h that defines DIR... yes >checking for library containing opendir... none required >checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E >checking for egrep... grep -E >checking for ANSI C header files... yes >checking for an ANSI C-conforming const... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking for pid_t... yes >checking whether time.h and sys/time.h may both be included... yes >checking for working alloca.h... yes >checking for alloca... yes >checking whether closedir returns void... no >checking for unistd.h... (cached) yes >checking vfork.h usability... no >checking vfork.h presence... no >checking for vfork.h... no >checking for fork... yes >checking for vfork... yes >checking for working fork... yes >checking for working vfork... (cached) yes >checking sys/select.h usability... yes >checking sys/select.h presence... yes >checking for sys/select.h... yes >checking sys/socket.h usability... yes >checking sys/socket.h presence... yes >checking for sys/socket.h... yes >checking types of arguments for select... int,fd_set *,struct timeval * >checking return type of signal handlers... void >checking whether lstat dereferences a symlink specified with a trailing slash... yes >checking whether stat accepts an empty string... no >checking for i686-pc-linux-gnu-pkg-config... no >checking for pkg-config... /usr/bin/pkg-config >checking pkg-config is at least version 0.9.0... yes >checking for FAKEKEY... yes >checking for CAIRO... yes >checking expat.h usability... yes >checking expat.h presence... yes >checking for expat.h... yes >checking for XML_ParserCreate... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating src/Makefile >config.status: creating layouts/Makefile >config.status: creating examples/Makefile >config.status: creating config.h >config.status: executing depfiles commands > > Matchbox-keyboard 0.1 > ========================= > > prefix: /usr > source code location: . > compiler: i686-pc-linux-gnu-gcc > > Building with Debug: no > Building with Cairo: yes > Building Examples: no > >make all-recursive >make[1]: Entering directory `/tmp/portage/tmpdir/portage/x11-misc/matchbox-keyboard-0.1/work/matchbox-keyboard-0.1' >Making all in src >make[2]: Entering directory `/tmp/portage/tmpdir/portage/x11-misc/matchbox-keyboard-0.1/work/matchbox-keyboard-0.1/src' >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/matchbox-keyboard\" -DPREFIX=\"/usr\" -g -Wall -fno-strict-aliasing -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -O2 -march=pentium-m -pipe -fomit-frame-pointer -g -ggdb -MT matchbox-keyboard.o -MD -MP -MF ".deps/matchbox-keyboard.Tpo" -c -o matchbox-keyboard.o matchbox-keyboard.c; \ > then mv -f ".deps/matchbox-keyboard.Tpo" ".deps/matchbox-keyboard.Po"; else rm -f ".deps/matchbox-keyboard.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/matchbox-keyboard\" -DPREFIX=\"/usr\" -g -Wall -fno-strict-aliasing -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -O2 -march=pentium-m -pipe -fomit-frame-pointer -g -ggdb -MT matchbox-keyboard-layout.o -MD -MP -MF ".deps/matchbox-keyboard-layout.Tpo" -c -o matchbox-keyboard-layout.o matchbox-keyboard-layout.c; \ > then mv -f ".deps/matchbox-keyboard-layout.Tpo" ".deps/matchbox-keyboard-layout.Po"; else rm -f ".deps/matchbox-keyboard-layout.Tpo"; exit 1; fi >In file included from matchbox-keyboard.h:567In file included from matchbox-keyboard.h:567, > from matchbox-keyboard-layout.c:20: >matchbox-keyboard-ui-cairo-backend.h:26:30: error: cairo/cairo-xlib.h: No such file or directory >, > from matchbox-keyboard.c:20: >matchbox-keyboard-ui-cairo-backend.h:26:30: error: cairo/cairo-xlib.h: No such file or directory >make[2]: *** [matchbox-keyboard-layout.o] Error 1 >make[2]: *** Waiting for unfinished jobs.... >make[2]: *** [matchbox-keyboard.o] Error 1 >make[2]: Leaving directory `/tmp/portage/tmpdir/portage/x11-misc/matchbox-keyboard-0.1/work/matchbox-keyboard-0.1/src' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/tmp/portage/tmpdir/portage/x11-misc/matchbox-keyboard-0.1/work/matchbox-keyboard-0.1' >make: *** [all] Error 2 > [31;01m*[0m > [31;01m*[0m ERROR: x11-misc/matchbox-keyboard-0.1 failed. > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 49: Called src_compile > [31;01m*[0m environment, line 383: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m emake || die "Compilation failed" > [31;01m*[0m The die message: > [31;01m*[0m Compilation failed > [31;01m*[0m > [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant. > [31;01m*[0m A complete build log is located at '/var/log/portage/x11-misc:matchbox-keyboard-0.1:20080606-215635.log'. > [31;01m*[0m The ebuild environment file is located at '/tmp/portage/tmpdir/portage/x11-misc/matchbox-keyboard-0.1/temp/environment'. > [31;01m*[0m
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 225149
: 155753 |
155755
|
155763