Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 345716 Details for
Bug 466130
dev-db/redis-2.4.10 - zmalloc.c:101:53: error: called object ‘JEMALLOC_P(&malloc_usable_size)’ is not a function
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 9.64 KB, created by
Ivan Baidakou (dmol)
on 2013-04-16 17:18:46 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Ivan Baidakou (dmol)
Created:
2013-04-16 17:18:46 UTC
Size:
9.64 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: dev-db/redis-2.4.10 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: robbat2@gentoo.org lu_zero@gentoo.org,djc@gentoo.org,bugs@bergstroem.nu,proxy-maint@gentoo.org >[32;01m * [39;49;00mUSE: abi_x86_64 amd64 elibc_glibc jemalloc kernel_linux multilib userland_GNU >[32;01m * [39;49;00mFEATURES: ccache sandbox >>>> Unpacking source... >>>> Unpacking redis-2.4.10.tar.gz to /tmp/portage/dev-db/redis-2.4.10/work >>>> Source unpacked in /tmp/portage/dev-db/redis-2.4.10/work >>>> Preparing source in /tmp/portage/dev-db/redis-2.4.10/work/redis-2.4.10 ... > [32;01m*[0m Applying redis-2.4.3-shared.patch ... >[A[207C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying redis-2.4.4-tcmalloc.patch ... >[A[207C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running autoconf ... >[A[207C [34;01m[ [32;01mok[34;01m ][0m >>>> Source prepared. >>>> Configuring source in /tmp/portage/dev-db/redis-2.4.10/work/redis-2.4.10 ... > * econf: updating redis-2.4.10/deps/jemalloc/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating redis-2.4.10/deps/jemalloc/config.guess with /usr/share/gnuconfig/config.guess >./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 --libdir=/usr/lib64 >checking whether to build with debug information... no >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 we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking how to run the C preprocessor... x86_64-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 arpa/inet.h usability... yes >checking arpa/inet.h presence... yes >checking for arpa/inet.h... yes >checking fcntl.h usability... yes >checking fcntl.h presence... yes >checking for fcntl.h... yes >checking for inttypes.h... (cached) yes >checking limits.h usability... yes >checking limits.h presence... yes >checking for limits.h... yes >checking netdb.h usability... yes >checking netdb.h presence... yes >checking for netdb.h... yes >checking netinet/in.h usability... yes >checking netinet/in.h presence... yes >checking for netinet/in.h... yes >checking for stdlib.h... (cached) yes >checking for string.h... (cached) yes >checking sys/socket.h usability... yes >checking sys/socket.h presence... yes >checking for sys/socket.h... yes >checking sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking for unistd.h... (cached) yes >checking for stdbool.h that conforms to C99... yes >checking for _Bool... yes >checking for inline... inline >checking for int16_t... yes >checking for int32_t... yes >checking for off_t... yes >checking for pid_t... yes >checking for size_t... yes >checking for ssize_t... yes >checking for uint16_t... yes >checking for uint32_t... yes >checking for error_at_line... 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 for working strcoll... yes >checking for working strtod... yes >checking for dup2... yes >checking for gethostbyname... yes >checking for gettimeofday... yes >checking for inet_ntoa... yes >checking for memchr... yes >checking for memmove... yes >checking for memset... yes >checking for select... yes >checking for socket... yes >checking for strcasecmp... yes >checking for strchr... yes >checking for strerror... yes >checking for strstr... yes >checking for strtol... yes >configure: creating ./config.status >config.status: creating src/Makefile >config.status: creating deps/linenoise/Makefile >config.status: creating deps/hiredis/Makefile >config.status: creating Makefile >>>> Source configured. >>>> Compiling source in /tmp/portage/dev-db/redis-2.4.10/work/redis-2.4.10 ... >make -j3 JEMALLOC_SHARED=yes >cd src && make all >make[1]: Entering directory `/tmp/portage/dev-db/redis-2.4.10/work/redis-2.4.10/src' > [34mCC[0m [33manet.o[0m > [34mCC[0m [33mae.o[0m >[32;1mMAKE[0m [37;1mhiredis[0m >make[2]: Entering directory `/tmp/portage/dev-db/redis-2.4.10/work/redis-2.4.10/deps/hiredis' >x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -Os -pipe -fomit-frame-pointer -march=amdfam10 -mno-3dnow -mcx16 -mpopcnt -mssse3 -msse4a -Wall -W -Wstrict-prototypes -Wwrite-strings net.c >x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -Os -pipe -fomit-frame-pointer -march=amdfam10 -mno-3dnow -mcx16 -mpopcnt -mssse3 -msse4a -Wall -W -Wstrict-prototypes -Wwrite-strings hiredis.c >x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -Os -pipe -fomit-frame-pointer -march=amdfam10 -mno-3dnow -mcx16 -mpopcnt -mssse3 -msse4a -Wall -W -Wstrict-prototypes -Wwrite-strings sds.c >x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -Os -pipe -fomit-frame-pointer -march=amdfam10 -mno-3dnow -mcx16 -mpopcnt -mssse3 -msse4a -Wall -W -Wstrict-prototypes -Wwrite-strings async.c > [34mCC[0m [33mredis-benchmark.o[0m > [34mCC[0m [33msds.o[0m > [34mCC[0m [33madlist.o[0m >ar rcs libhiredis.a net.o hiredis.o sds.o async.o > [34mCC[0m [33mzmalloc.o[0m >make[2]: Leaving directory `/tmp/portage/dev-db/redis-2.4.10/work/redis-2.4.10/deps/hiredis' >[32;1mMAKE[0m [37;1mlinenoise[0m >make[2]: Entering directory `/tmp/portage/dev-db/redis-2.4.10/work/redis-2.4.10/deps/linenoise' >x86_64-pc-linux-gnu-gcc -c -Wall -W -Os -g linenoise.c > [34mCC[0m [33mredis-cli.o[0m >redis-cli.c: In function âcliReadReplyâ: >redis-cli.c:465:11: warning: ignoring return value of âfwriteâ, declared with attribute warn_unused_result [-Wunused-result] >x86_64-pc-linux-gnu-gcc -c -Wall -W -Os -g example.c >zmalloc.c:55:0: warning: "malloc" redefined [enabled by default] >/usr/include/jemalloc/jemalloc.h:100:0: note: this is the location of the previous definition >zmalloc.c:56:0: warning: "calloc" redefined [enabled by default] >/usr/include/jemalloc/jemalloc.h:101:0: note: this is the location of the previous definition >zmalloc.c:57:0: warning: "realloc" redefined [enabled by default] >/usr/include/jemalloc/jemalloc.h:104:0: note: this is the location of the previous definition >zmalloc.c:58:0: warning: "free" redefined [enabled by default] >/usr/include/jemalloc/jemalloc.h:105:0: note: this is the location of the previous definition >zmalloc.c: In function âzmallocâ: >zmalloc.c:97:5: warning: implicit declaration of function âjmallocâ [-Wimplicit-function-declaration] >zmalloc.c:97:17: warning: initialization makes pointer from integer without a cast [enabled by default] >zmalloc.c:101:5: warning: implicit declaration of function âJEMALLOC_Pâ [-Wimplicit-function-declaration] >zmalloc.c:101:53: error: called object âJEMALLOC_P(&malloc_usable_size)â is not a function >zmalloc.c: In function âzcallocâ: >zmalloc.c:111:5: warning: implicit declaration of function âjcallocâ [-Wimplicit-function-declaration] >zmalloc.c:111:17: warning: initialization makes pointer from integer without a cast [enabled by default] >zmalloc.c:115:53: error: called object âJEMALLOC_P(&malloc_usable_size)â is not a function >zmalloc.c: In function âzreallocâ: >zmalloc.c:133:45: error: called object âJEMALLOC_P(&malloc_usable_size)â is not a function >zmalloc.c:134:5: warning: implicit declaration of function âjreallocâ [-Wimplicit-function-declaration] >zmalloc.c:134:12: warning: assignment makes pointer from integer without a cast [enabled by default] >zmalloc.c:138:53: error: called object âJEMALLOC_P(&malloc_usable_size)â is not a function >zmalloc.c: In function âzfreeâ: >zmalloc.c:175:53: error: called object âJEMALLOC_P(&malloc_usable_size)â is not a function >zmalloc.c:176:5: warning: implicit declaration of function âjfreeâ [-Wimplicit-function-declaration] >make[1]: *** [zmalloc.o] Error 1 >make[1]: *** Waiting for unfinished jobs.... >x86_64-pc-linux-gnu-gcc -Wall -W -Os -g -o linenoise_example linenoise.o example.o >make[2]: Leaving directory `/tmp/portage/dev-db/redis-2.4.10/work/redis-2.4.10/deps/linenoise' >make[1]: Leaving directory `/tmp/portage/dev-db/redis-2.4.10/work/redis-2.4.10/src' >make: *** [all] Error 2 > [31;01m*[0m ERROR: dev-db/redis-2.4.10 failed (compile phase): > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=dev-db/redis-2.4.10'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-db/redis-2.4.10'`. > [31;01m*[0m The complete build log is located at '/tmp/portage/dev-db/redis-2.4.10/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/tmp/portage/dev-db/redis-2.4.10/temp/environment'. > [31;01m*[0m Working directory: '/tmp/portage/dev-db/redis-2.4.10/work/redis-2.4.10' > [31;01m*[0m S: '/tmp/portage/dev-db/redis-2.4.10/work/redis-2.4.10'
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 466130
: 345716