Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 397266 Details for
Bug 541084
=app-cdr/mirage2iso-0.4 fails to build with libmirage-3.0.3: mirage.h: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The build log
build.log (text/plain), 5.66 KB, created by
Andreas Proteus
on 2015-02-22 19:35:22 UTC
(
hide
)
Description:
The build log
Filename:
MIME Type:
Creator:
Andreas Proteus
Created:
2015-02-22 19:35:22 UTC
Size:
5.66 KB
patch
obsolete
> * Package: app-cdr/mirage2iso-0.4 > * Repository: gentoo > * Maintainer: mgorny@gentoo.org > * Upstream: mgorny@gentoo.org https://bitbucket.org/mgorny/mirage2iso/issues/ > * USE: abi_x86_32 elibc_glibc kernel_linux userland_GNU x86 > * FEATURES: preserve-libs sandbox userpriv usersandbox > * Running elibtoolize in: mirage2iso-0.4/ >>>> Working in BUILD_DIR: "/var/tmp/portage/app-cdr/mirage2iso-0.4/work/mirage2iso-0.4_build" >configure: loading site script /usr/share/config.site >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >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 ISO C89... none needed >checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... 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 minix/config.h usability... no >checking minix/config.h presence... no >checking for minix/config.h... no >checking whether it is safe to define __EXTENSIONS__... yes >checking for i686-pc-linux-gnu-pkg-config... /usr/bin/i686-pc-linux-gnu-pkg-config >checking pkg-config is at least version 0.9.0... yes >checking for GLIB... yes >checking for LIBMIRAGE... yes >checking for special C compiler options needed for large files... no >checking for _FILE_OFFSET_BITS value needed for large files... 64 >checking for posix_fallocate... yes >checking build system type... i686-pc-linux-gnu >checking host system type... i686-pc-linux-gnu >checking POSIX termios... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating tests/Makefile >config.status: creating mirage-config.h >>>> Working in BUILD_DIR: "/var/tmp/portage/app-cdr/mirage2iso-0.4/work/mirage2iso-0.4_build" >make all-recursive >make[1]: Entering directory '/var/tmp/portage/app-cdr/mirage2iso-0.4/work/mirage2iso-0.4_build' >Making all in tests >make[2]: Entering directory '/var/tmp/portage/app-cdr/mirage2iso-0.4/work/mirage2iso-0.4_build/tests' >make[2]: Nothing to be done for 'all'. >make[2]: Leaving directory '/var/tmp/portage/app-cdr/mirage2iso-0.4/work/mirage2iso-0.4_build/tests' >make[2]: Entering directory '/var/tmp/portage/app-cdr/mirage2iso-0.4/work/mirage2iso-0.4_build' >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/var/tmp/portage/app-cdr/mirage2iso-0.4/work/mirage2iso-0.4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/libmirage-3.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -march=core2 -O2 -pipe -fomit-frame-pointer -fno-stack-protector -c -o mirage2iso-mirage2iso.o `test -f 'mirage2iso.c' || echo '/var/tmp/portage/app-cdr/mirage2iso-0.4/work/mirage2iso-0.4/'`mirage2iso.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/var/tmp/portage/app-cdr/mirage2iso-0.4/work/mirage2iso-0.4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/libmirage-3.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -march=core2 -O2 -pipe -fomit-frame-pointer -fno-stack-protector -c -o mirage2iso-mirage-password.o `test -f 'mirage-password.c' || echo '/var/tmp/portage/app-cdr/mirage2iso-0.4/work/mirage2iso-0.4/'`mirage-password.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/var/tmp/portage/app-cdr/mirage2iso-0.4/work/mirage2iso-0.4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/libmirage-3.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -march=core2 -O2 -pipe -fomit-frame-pointer -fno-stack-protector -c -o mirage2iso-mirage-wrapper.o `test -f 'mirage-wrapper.c' || echo '/var/tmp/portage/app-cdr/mirage2iso-0.4/work/mirage2iso-0.4/'`mirage-wrapper.c >/var/tmp/portage/app-cdr/mirage2iso-0.4/work/mirage2iso-0.4/mirage-wrapper.c:18:20: fatal error: mirage.h: No such file or directory > #include <mirage.h> > ^ >compilation terminated. >Makefile:377: recipe for target 'mirage2iso-mirage-wrapper.o' failed >make[2]: *** [mirage2iso-mirage-wrapper.o] Error 1 >make[2]: *** Waiting for unfinished jobs.... >make[2]: Leaving directory '/var/tmp/portage/app-cdr/mirage2iso-0.4/work/mirage2iso-0.4_build' >Makefile:389: recipe for target 'all-recursive' failed >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory '/var/tmp/portage/app-cdr/mirage2iso-0.4/work/mirage2iso-0.4_build' >Makefile:255: recipe for target 'all' failed >make: *** [all] Error 2 > * ERROR: app-cdr/mirage2iso-0.4::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-cdr/mirage2iso-0.4::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-cdr/mirage2iso-0.4::gentoo'`. > * The complete build log is located at '/var/tmp/portage/app-cdr/mirage2iso-0.4/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-cdr/mirage2iso-0.4/temp/environment'. > * Working directory: '/var/tmp/portage/app-cdr/mirage2iso-0.4/work/mirage2iso-0.4_build' > * S: '/var/tmp/portage/app-cdr/mirage2iso-0.4/work/mirage2iso-0.4'
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 541084
: 397266 |
397268
|
397420