Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 879834 Details for
Bug 920272
dev-libs/dmalloc-5.6.5-r1 - ld: libdmallocxx.a(append.o): relocation R_X86_64_PC32 against undefined symbol stdout can not be used when making a share
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-libs:dmalloc-5.6.5-r1:20231218-100538.log
dev-libs:dmalloc-5.6.5-r1:20231218-100538.log (text/plain), 17.93 KB, created by
Toralf Förster
on 2023-12-18 16:02:58 UTC
(
hide
)
Description:
dev-libs:dmalloc-5.6.5-r1:20231218-100538.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2023-12-18 16:02:58 UTC
Size:
17.93 KB
patch
obsolete
> * Package: dev-libs/dmalloc-5.6.5-r1:0 > * Repository: gentoo > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking dmalloc-5.6.5.tgz to /var/tmp/portage/dev-libs/dmalloc-5.6.5-r1/work >>>> Source unpacked in /var/tmp/portage/dev-libs/dmalloc-5.6.5-r1/work >>>> Preparing source in /var/tmp/portage/dev-libs/dmalloc-5.6.5-r1/work/dmalloc-5.6.5 ... > * Applying dmalloc-5.6.5-add-destdir-support.patch ... > [ ok ] > * Applying dmalloc-5.6.5-allow-overriding-ar-and-ld.patch ... > [ ok ] > * Applying dmalloc-5.6.5-set-soname-version.patch ... > [ ok ] > * Applying dmalloc-5.6.5-configure-c99.patch ... > [ ok ] > * Applying dmalloc-5.6.5-fix-cxx-check.patch ... > [ ok ] > * Running eautoreconf in '/var/tmp/portage/dev-libs/dmalloc-5.6.5-r1/work/dmalloc-5.6.5' ... > * Running 'aclocal --system-acdir=/var/tmp/portage/dev-libs/dmalloc-5.6.5-r1/temp/aclocal' ... > [ ok ] > * Running 'autoconf --force' ... > [ ok ] > * Running 'autoheader' ... > [ !! ] > * Running elibtoolize in: dmalloc-5.6.5/ >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-libs/dmalloc-5.6.5-r1/work/dmalloc-5.6.5 ... > * econf: updating dmalloc-5.6.5/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating dmalloc-5.6.5/config.sub with /usr/share/gnuconfig/config.sub >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --docdir=/usr/share/doc/dmalloc-5.6.5-r1 --htmldir=/usr/share/doc/dmalloc-5.6.5-r1/html --libdir=/usr/lib64 --enable-cxx --enable-shlib --disable-threads >configure: loading site script /usr/share/config.site >configure: loading site script /usr/share/config.site.d/80crossdev.conf >configure: configurations for the dmalloc library version 5.6.5 >configure: build utilities >checking for x86_64-pc-linux-gnu-gcc... x86_64-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 the compiler supports GNU C... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed >checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ >checking whether the compiler supports GNU C++... yes >checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes >checking for x86_64-pc-linux-gnu-g++ option to enable C++11 features... none needed >checking for a BSD-compatible install... /usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar >checking for x86_64-pc-linux-gnu-ld... x86_64-pc-linux-gnu-ld >checking for an ANSI C-conforming const... yes >checking for stdio.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for strings.h... yes >checking for sys/stat.h... yes >checking for sys/types.h... yes >checking for unistd.h... yes >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for stdarg.h... yes >checking for stdio.h... (cached) yes >checking for stdlib.h... (cached) yes >checking for string.h... (cached) yes >checking for strings.h... (cached) yes >checking for unistd.h... (cached) yes >checking for sys/types.h... (cached) yes >checking for sys/mman.h... yes >checking shared library link args... $(LD) -shared --whole-archive -soname $(@:5.6.5=5) -o $@.t >checking shared library extension... so >checking C++ support... enabled >checking thread support... disabled >checking shlib support... enabled >checking for size_t... yes >checking dmalloc size unsigned... yes >checking strdup macro... no >checking strndup macro... no >checking for mprotect... yes >checking mprotect works... yes >configure: important functionality >checking for mmap... yes >checking for munmap... yes >checking for sbrk... yes >checking mmap usage... yes >checking for getpagesize... yes >checking basic-block size... 12 >checking size of long... 8 >checking size of char *... 8 >checking size of long long... 8 >checking data-alignment size... 8 >checking pointer arithmatic type... unsigned long >checking for abort... yes >checking abort safe... yes >checking return type of signal handlers... void >checking for signal.h... yes >checking signal works... yes >checking for getenv... yes >checking getenv safe... no >checking for sys/cygwin.h... no >checking for w32api/windef.h... no >checking for w32api/winbase.h... no >checking for GetEnvironmentVariableA... no >configure: WARNING: Since getenv allocates memory, it is not safe for dmalloc to use. >configure: WARNING: You may want to add the following code to the front of main(): >configure: WARNING: #ifdef DMALLOC >configure: WARNING: dmalloc_debug_setup(getenv("DMALLOC_OPTIONS")); >configure: WARNING: #endif >checking constructor attribute... yes >checking destructor attribute... yes >checking return.h macros work... yes >checking if ident works... yes >configure: pthread particulars >checking for library containing pthread_mutex_init... none required >checking for pthread.h... yes >checking for pthreads.h... no >checking for pthread_mutex_init... yes >checking for pthread_mutex_lock... yes >checking for pthread_mutex_unlock... yes >checking pthread mutex type... pthread_mutex_t >checking pthread attribute initialization... 0 >configure: functions >checking for atexit... yes >checking for on_exit... yes >checking for fork... yes >checking for gethostname... yes >checking for getpid... yes >checking for getuid... yes >checking for time... yes >checking for ctime... yes >checking for vprintf... yes >checking for snprintf... yes >checking for vsnprintf... yes >checking for recalloc... no >checking for memalign... yes >checking for valloc... yes >checking for memcmp... yes >checking for memcpy... yes >checking for memmove... yes >checking for memset... yes >checking for strchr... yes >checking for strrchr... yes >checking for strlen... yes >checking for strnlen... yes >checking for strcmp... yes >checking for strcpy... yes >checking for strsep... yes >configure: various functions for argv files >checking for atoi... yes >checking for atol... yes >checking for getenv... (cached) yes >checking for strchr... (cached) yes >checking for strcmp... (cached) yes >checking for strcpy... (cached) yes >checking for strlen... (cached) yes >checking for strncmp... yes >checking for strncpy... yes >checking for strsep... (cached) yes >configure: various functions for argument checking >checking for atoi... (cached) yes >checking for atol... (cached) yes >checking for bcmp... yes >checking for bcopy... yes >checking for bzero... yes >checking for index... yes >checking for memccpy... yes >checking for memchr... yes >checking for memcmp... (cached) yes >checking for memcpy... (cached) yes >checking for memmove... (cached) yes >checking for memset... (cached) yes >checking for rindex... yes >checking for strdup... yes >checking for strndup... yes >checking for strcasecmp... yes >checking for strcat... yes >checking for strchr... (cached) yes >checking for strcmp... (cached) yes >checking for strcpy... (cached) yes >checking for strcspn... yes >checking for strlen... (cached) yes >checking for strncasecmp... yes >checking for strncat... yes >checking for strncmp... (cached) yes >checking for strncpy... (cached) yes >checking for strpbrk... yes >checking for strrchr... (cached) yes >checking for strspn... yes >checking for strstr... yes >checking for strtok... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating conf.h >config.status: executing dmalloc.h.2 commands >config.status: executing version.h commands >config.status: executing settings.h commands >configure: >configure: Please check-out Makefile and conf.h to make sure that >configure: sane configuration values were a result. >configure: >configure: You may want to change values in settings.h before >configure: running 'make'. >configure: >configure: To run the basic library tests, you can execute: >configure: make light >configure: or >configure: make heavy >configure: >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-libs/dmalloc-5.6.5-r1/work/dmalloc-5.6.5 ... >make -j4 >rm -f dmalloc.h dmalloc.h.t >rm -f dmalloc_rand.o >rm -f dmalloc_argv.o >x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -DHAVE_STDARG_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c dmalloc_rand.c -o ./dmalloc_rand.o >cat ./dmalloc.h.1 dmalloc.h.2 ./dmalloc.h.3 > dmalloc.h.t >x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -DHAVE_STDARG_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c dmalloc_argv.c -o ./dmalloc_argv.o >sed -e '1,/<<<<<<<</d' -e '/<<<<<<<</,$d' ./user_malloc.h >> dmalloc.h.t >cat ./dmalloc.h.4 >> dmalloc.h.t >sed -e '1,/<<<<<<<</d' -e '/<<<<<<<</,$d' -e '/^#if/d' -e '/^#endif/d' ./arg_check.h >> dmalloc.h.t >cat ./dmalloc.h.5 >> dmalloc.h.t >mv dmalloc.h.t dmalloc.h >rm -f append.o >rm -f arg_check.o >rm -f compat.o >x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -DHAVE_STDARG_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c arg_check.c -o ./arg_check.o >x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -DHAVE_STDARG_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c append.c -o ./append.o >x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -DHAVE_STDARG_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c compat.c -o ./compat.o >rm -f dmalloc_tab.o >x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -DHAVE_STDARG_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c dmalloc_tab.c -o ./dmalloc_tab.o >rm -f env.o >x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -DHAVE_STDARG_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c env.c -o ./env.o >rm -f heap.o >x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -DHAVE_STDARG_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c heap.c -o ./heap.o >rm -f chunk.o >x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -DHAVE_STDARG_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c chunk.c -o ./chunk.o >heap.c: In function âheap_extendâ: >heap.c:111:13: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 111 | (void)write(STDERR, str, len); > | ^~~~~~~~~~~~~~~~~~~~~~~ >rm -f error.o >x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -DHAVE_STDARG_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c error.c -o ./error.o >error.c: In function â_dmalloc_open_logâ: >error.c:257:11: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 257 | (void)write(STDERR, error_str, len); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >error.c: In function âbuild_logfile_pathâ: >error.c:226:11: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 226 | (void)write(STDERR, error_str, len); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >error.c: In function â_dmalloc_vmessageâ: >error.c:551:11: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 551 | (void)write(outfile_fd, message_str, len); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >error.c:556:11: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 556 | (void)write(STDERR, message_str, len); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >error.c: In function â_dmalloc_dieâ: >error.c:586:11: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 586 | (void)write(STDERR, error_str, len); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >error.c:591:13: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 591 | (void)write(STDERR, error_str, len); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >rm -f user_malloc.o >x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -DHAVE_STDARG_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c user_malloc.c -o ./user_malloc.o >rm -f dmalloc.o >x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -DHAVE_STDARG_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c dmalloc.c -o ./dmalloc.o >user_malloc.c: In function âdmalloc_mallocâ: >user_malloc.c:776:11: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 776 | (void)write(STDERR, mess, strlen(mess)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >user_malloc.c: In function âdmalloc_reallocâ: >user_malloc.c:877:11: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 877 | (void)write(STDERR, mess, strlen(mess)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >rm -f dmallocc.o >x86_64-pc-linux-gnu-g++ -O3 -pipe -march=native -fno-diagnostics-color -DHAVE_STDARG_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c ./dmallocc.cc -o ./dmallocc.o >rm -f dmalloc >x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o aout dmalloc.o dmalloc_argv.o compat.o env.o append.o -L. >mv aout dmalloc >ar cr libdmalloc.a append.o arg_check.o compat.o dmalloc_rand.o dmalloc_tab.o env.o heap.o chunk.o error.o user_malloc.o >ar cr libdmallocxx.a append.o arg_check.o compat.o dmalloc_rand.o dmalloc_tab.o env.o heap.o chunk.o error.o user_malloc.o dmallocc.o >x86_64-pc-linux-gnu-ranlib libdmalloc.a >x86_64-pc-linux-gnu-ranlib libdmallocxx.a >rm -f libdmallocxx.so.5.6.5 libdmallocxx.so.5.6.5.t >rm -f libdmalloc.so.5.6.5 libdmalloc.so.5.6.5.t >ld -shared --whole-archive -soname libdmallocxx.so.5 -o libdmallocxx.so.5.6.5.t libdmallocxx.a >ld -shared --whole-archive -soname libdmalloc.so.5 -o libdmalloc.so.5.6.5.t libdmalloc.a >ld: libdmallocxx.a(user_malloc.o): warning: relocation against `_dmalloc_lock_on' in read-only section `.text' >ld: libdmallocxx.a(append.o): relocation R_X86_64_PC32 against undefined symbol `stdout' can not be used when making a shared object; recompile with -fPIC >ld: final link failed: bad value >make: *** [Makefile:324: libdmallocxx.so.5.6.5] Error 1 >ld: libdmalloc.a(user_malloc.o): warning: relocation against `_dmalloc_lock_on' in read-only section `.text' >make: *** Waiting for unfinished jobs.... >ld: libdmalloc.a(append.o): relocation R_X86_64_PC32 against undefined symbol `stdout' can not be used when making a shared object; recompile with -fPIC >ld: final link failed: bad value >make: *** [Makefile:302: libdmalloc.so.5.6.5] Error 1 > * ERROR: dev-libs/dmalloc-5.6.5-r1::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-libs/dmalloc-5.6.5-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-libs/dmalloc-5.6.5-r1::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-libs:dmalloc-5.6.5-r1:20231218-100538.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-libs/dmalloc-5.6.5-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-libs/dmalloc-5.6.5-r1/temp/environment'. > * Working directory: '/var/tmp/portage/dev-libs/dmalloc-5.6.5-r1/work/dmalloc-5.6.5' > * S: '/var/tmp/portage/dev-libs/dmalloc-5.6.5-r1/work/dmalloc-5.6.5' >
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 920272
:
879833
| 879834 |
879835
|
879836
|
879837
|
879838
|
879839
|
879840
|
879841