Mageia Bugzilla – Attachment 3141 Details for
Bug 8178
dmalloc may be used to build Ardour
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
build log
build.txt (text/plain), 16.95 KB, created by
Barry Jackson
on 2012-11-22 23:52:53 CET
(
hide
)
Description:
build log
Filename:
MIME Type:
Creator:
Barry Jackson
Created:
2012-11-22 23:52:53 CET
Size:
16.95 KB
patch
obsolete
>Installing /home/baz/rpmbuild/SRPMS/dmalloc-5.5.2-7.mga3.src.rpm >Executing(%prep): /bin/sh -e /home/baz/rpmbuild/tmp/rpm-tmp.25wuNi >+ umask 022 >+ cd /home/baz/rpmbuild/BUILD >+ '[' 1 -eq 1 ']' >+ '[' 1 -eq 1 ']' >+ '[' 1 -eq 1 ']' >+ cd /home/baz/rpmbuild/BUILD >+ rm -rf dmalloc-5.5.2 >+ /usr/bin/gzip -dc /home/baz/rpmbuild/SOURCES/dmalloc-5.5.2.tgz >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd dmalloc-5.5.2 >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ chmod -R o+rX . >+ exit 0 >Executing(%build): /bin/sh -e /home/baz/rpmbuild/tmp/rpm-tmp.sEi0UA >+ umask 022 >+ cd /home/baz/rpmbuild/BUILD >+ cd dmalloc-5.5.2 >+ '[' 1 -eq 1 ']' >+ '[' 1 -eq 1 ']' >++ sed s/-O2/-O0/ >+ export 'CFLAGS=-O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables' >+ CFLAGS='-O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables' >+ CFLAGS='-O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables' >+ export CFLAGS >+ CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables' >+ export CXXFLAGS >+ FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables' >+ export FFLAGS >+ LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' >+ export LDFLAGS >+ CONFIGURE_TOP=. >+ /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool >Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) >+ /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool >+ /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking >+ /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . >+ /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib >+ '[' -f ./configure.in -o -f ./configure.ac ']' >+ CONFIGURE_XPATH='--x-includes=/usr/include --x-libraries=/usr/lib' >+ ./configure --build=i586-mageia-linux-gnu --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --x-includes=/usr/include --x-libraries=/usr/lib --enable-threads >configure: configurations for the dmalloc library >configure: build utilities >checking for gcc... 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 gcc accepts -g... yes >checking for gcc option to accept ANSI C... none needed >checking for g++... g++ >checking whether we are using the GNU C++ compiler... yes >checking whether g++ accepts -g... yes >configure: WARNING: could not find C++ compiler >checking for a BSD-compatible install... /bin/install -c >checking for ranlib... ranlib >checking for an ANSI C-conforming const... yes >checking how to run the C preprocessor... gcc -E >checking for egrep... 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 stdarg.h usability... yes >checking stdarg.h presence... yes >checking for stdarg.h... yes >checking for stdlib.h... (cached) yes >checking for string.h... (cached) yes >checking for unistd.h... (cached) yes >checking for sys/types.h... (cached) yes >checking sys/mman.h usability... yes >checking sys/mman.h presence... yes >checking for sys/mman.h... yes >checking shared library link args... ld -shared --whole-archive -soname $@ -o $@.t >checking shared library extension... so >checking C++ support... disabled >checking thread support... enabled >checking shlib support... disabled >checking for size_t... yes >checking dmalloc size unsigned... yes >checking strdup macro... no >checking for mprotect... yes >checking mprotect works... yes >configure: important functionality >checking for mmap... yes >checking for sbrk... yes >checking mmap usage... yes >checking for getpagesize... yes >checking basic-block size... 12 >checking for long... yes >checking size of long... 4 >checking data-alignment size... 8 >checking for abort... yes >checking abort safe... yes >checking return type of signal handlers... void >checking signal works... checking signal.h usability... yes >checking signal.h presence... yes >checking for signal.h... yes >yes >checking for getenv... yes >checking getenv safe... yes >checking sys/cygwin.h usability... no >checking sys/cygwin.h presence... no >checking for sys/cygwin.h... no >checking w32api/windef.h usability... no >checking w32api/windef.h presence... no >checking for w32api/windef.h... no >checking for w32api/winbase.h... no >checking for GetEnvironmentVariableA... no >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 pthread.h usability... yes >checking pthread.h presence... yes >checking for pthread.h... yes >checking pthreads.h usability... no >checking pthreads.h presence... no >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 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 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 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: >+ make heavy >rm -f dmalloc.h dmalloc.h.t >cat ./dmalloc.h.1 dmalloc.h.2 ./dmalloc.h.3 > dmalloc.h.t >mv dmalloc.h.t dmalloc.h >rm -f dmalloc_t.o >gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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_t.c -o ./dmalloc_t.o >In file included from /usr/include/stdio.h:27:0, > from dmalloc_t.c:29: >/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] >rm -f dmalloc_argv.o >gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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 >In file included from /usr/include/ctype.h:26:0, > from dmalloc_argv.c:22: >/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] >rm -f arg_check.o >gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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 >In file included from /usr/include/string.h:25:0, > from arg_check.c:33: >/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] >rm -f compat.o >gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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 >In file included from /usr/include/stdio.h:27:0, > from compat.c:29: >/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] >rm -f dmalloc_rand.o >gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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 >rm -f dmalloc_tab.o >gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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 >In file included from /usr/include/stdlib.h:24:0, > from dmalloc_tab.c:32: >/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] >rm -f env.o >gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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 >In file included from /usr/include/stdlib.h:24:0, > from env.c:32: >/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] >rm -f heap.o >gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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 >In file included from /usr/include/unistd.h:25:0, > from heap.c:30: >/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] >rm -f chunk.o >gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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 >In file included from /usr/include/ctype.h:26:0, > from chunk.c:29: >/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] >rm -f error.o >gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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 >In file included from /usr/include/fcntl.h:25:0, > from error.c:29: >/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] >rm -f malloc.o >gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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 malloc.c -o ./malloc.o >In file included from /usr/include/stdio.h:27:0, > from malloc.c:30: >/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] >ar cr libdmalloc.a arg_check.o compat.o dmalloc_rand.o dmalloc_tab.o env.o heap.o chunk.o error.o malloc.o >ranlib libdmalloc.a >rm -f dmalloc_t >gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o aout dmalloc_t.o dmalloc_argv.o libdmalloc.a >mv aout dmalloc_t >rm -f dmalloc_fc_t.o >gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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_fc_t.c -o ./dmalloc_fc_t.o >In file included from /usr/include/stdio.h:27:0, > from dmalloc_fc_t.c:24: >/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] >rm -f dmalloc_fc_t >gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o aout dmalloc_fc_t.o dmalloc_argv.o libdmalloc.a >mv aout dmalloc_fc_t >./dmalloc_fc_t -s >make: *** [light] Segmentation fault >error: Bad exit status from /home/baz/rpmbuild/tmp/rpm-tmp.sEi0UA (%build) > > >RPM build errors: > Bad exit status from /home/baz/rpmbuild/tmp/rpm-tmp.sEi0UA (%build)
Installing /home/baz/rpmbuild/SRPMS/dmalloc-5.5.2-7.mga3.src.rpm Executing(%prep): /bin/sh -e /home/baz/rpmbuild/tmp/rpm-tmp.25wuNi + umask 022 + cd /home/baz/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/baz/rpmbuild/BUILD + rm -rf dmalloc-5.5.2 + /usr/bin/gzip -dc /home/baz/rpmbuild/SOURCES/dmalloc-5.5.2.tgz + STATUS=0 + '[' 0 -ne 0 ']' + cd dmalloc-5.5.2 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + chmod -R o+rX . + exit 0 Executing(%build): /bin/sh -e /home/baz/rpmbuild/tmp/rpm-tmp.sEi0UA + umask 022 + cd /home/baz/rpmbuild/BUILD + cd dmalloc-5.5.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' ++ sed s/-O2/-O0/ + export 'CFLAGS=-O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables' + CFLAGS='-O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables' + CFLAGS='-O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables' + export FFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + CONFIGURE_TOP=. + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib + '[' -f ./configure.in -o -f ./configure.ac ']' + CONFIGURE_XPATH='--x-includes=/usr/include --x-libraries=/usr/lib' + ./configure --build=i586-mageia-linux-gnu --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --x-includes=/usr/include --x-libraries=/usr/lib --enable-threads configure: configurations for the dmalloc library configure: build utilities checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes configure: WARNING: could not find C++ compiler checking for a BSD-compatible install... /bin/install -c checking for ranlib... ranlib checking for an ANSI C-conforming const... yes checking how to run the C preprocessor... gcc -E checking for egrep... 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 stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/types.h... (cached) yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking shared library link args... ld -shared --whole-archive -soname $@ -o $@.t checking shared library extension... so checking C++ support... disabled checking thread support... enabled checking shlib support... disabled checking for size_t... yes checking dmalloc size unsigned... yes checking strdup macro... no checking for mprotect... yes checking mprotect works... yes configure: important functionality checking for mmap... yes checking for sbrk... yes checking mmap usage... yes checking for getpagesize... yes checking basic-block size... 12 checking for long... yes checking size of long... 4 checking data-alignment size... 8 checking for abort... yes checking abort safe... yes checking return type of signal handlers... void checking signal works... checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes yes checking for getenv... yes checking getenv safe... yes checking sys/cygwin.h usability... no checking sys/cygwin.h presence... no checking for sys/cygwin.h... no checking w32api/windef.h usability... no checking w32api/windef.h presence... no checking for w32api/windef.h... no checking for w32api/winbase.h... no checking for GetEnvironmentVariableA... no 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 pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking pthreads.h usability... no checking pthreads.h presence... no 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 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 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 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: + make heavy rm -f dmalloc.h dmalloc.h.t cat ./dmalloc.h.1 dmalloc.h.2 ./dmalloc.h.3 > dmalloc.h.t mv dmalloc.h.t dmalloc.h rm -f dmalloc_t.o gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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_t.c -o ./dmalloc_t.o In file included from /usr/include/stdio.h:27:0, from dmalloc_t.c:29: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] rm -f dmalloc_argv.o gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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 In file included from /usr/include/ctype.h:26:0, from dmalloc_argv.c:22: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] rm -f arg_check.o gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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 In file included from /usr/include/string.h:25:0, from arg_check.c:33: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] rm -f compat.o gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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 In file included from /usr/include/stdio.h:27:0, from compat.c:29: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] rm -f dmalloc_rand.o gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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 rm -f dmalloc_tab.o gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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 In file included from /usr/include/stdlib.h:24:0, from dmalloc_tab.c:32: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] rm -f env.o gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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 In file included from /usr/include/stdlib.h:24:0, from env.c:32: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] rm -f heap.o gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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 In file included from /usr/include/unistd.h:25:0, from heap.c:30: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] rm -f chunk.o gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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 In file included from /usr/include/ctype.h:26:0, from chunk.c:29: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] rm -f error.o gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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 In file included from /usr/include/fcntl.h:25:0, from error.c:29: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] rm -f malloc.o gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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 malloc.c -o ./malloc.o In file included from /usr/include/stdio.h:27:0, from malloc.c:30: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] ar cr libdmalloc.a arg_check.o compat.o dmalloc_rand.o dmalloc_tab.o env.o heap.o chunk.o error.o malloc.o ranlib libdmalloc.a rm -f dmalloc_t gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o aout dmalloc_t.o dmalloc_argv.o libdmalloc.a mv aout dmalloc_t rm -f dmalloc_fc_t.o gcc -O0 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_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_fc_t.c -o ./dmalloc_fc_t.o In file included from /usr/include/stdio.h:27:0, from dmalloc_fc_t.c:24: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] rm -f dmalloc_fc_t gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o aout dmalloc_fc_t.o dmalloc_argv.o libdmalloc.a mv aout dmalloc_fc_t ./dmalloc_fc_t -s make: *** [light] Segmentation fault error: Bad exit status from /home/baz/rpmbuild/tmp/rpm-tmp.sEi0UA (%build) RPM build errors: Bad exit status from /home/baz/rpmbuild/tmp/rpm-tmp.sEi0UA (%build)
View Attachment As Raw
Actions:
View
Attachments on
bug 8178
:
3137
| 3141