Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 271169 Details for
Bug 364725
media-sound/mpc-0.20 - command.c:(.text+0x702): undefined reference to `mpd_status_get_mixrampdelay'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build error log
build.log (text/x-log), 9.97 KB, created by
of-war
on 2011-04-25 21:21:28 UTC
(
hide
)
Description:
build error log
Filename:
MIME Type:
Creator:
of-war
Created:
2011-04-25 21:21:28 UTC
Size:
9.97 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: media-sound/mpc-0.20 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: angelos@gentoo.org sound@gentoo.org >[32;01m * [39;49;00mUSE: amd64 elibc_glibc iconv kernel_linux multilib userland_GNU >[32;01m * [39;49;00mFEATURES: preserve-libs sandbox >>>> Unpacking source... >>>> Unpacking mpc-0.20.tar.bz2 to /var/tmp/portage/media-sound/mpc-0.20/work >>>> Source unpacked in /var/tmp/portage/media-sound/mpc-0.20/work >>>> Preparing source in /var/tmp/portage/media-sound/mpc-0.20/work/mpc-0.20 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/media-sound/mpc-0.20/work/mpc-0.20 ... >./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 --disable-dependency-tracking --enable-iconv >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 style of include used by make... GNU >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 dependency style of x86_64-pc-linux-gnu-gcc... none >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... -std=gnu99 >checking whether make sets $(MAKE)... (cached) yes >checking for x86_64-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 socket in -lsocket... no >checking for gethostbyname in -lnsl... yes >checking for LIBMPDCLIENT... yes >checking for iconv... yes >checking for nl_langinfo and CODESET... yes >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -std=gnu99 -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 locale.h usability... yes >checking locale.h presence... yes >checking for locale.h... yes >checking whether the C compiler accepts -Wall... yes >checking whether the C compiler accepts -Wextra... yes >checking whether the C compiler accepts -Wno-deprecated-declarations... yes >checking whether the C compiler accepts -Wmissing-prototypes... yes >checking whether the C compiler accepts -Wshadow... yes >checking whether the C compiler accepts -Wpointer-arith... yes >checking whether the C compiler accepts -Wstrict-prototypes... yes >checking whether the C compiler accepts -Wcast-qual... yes >checking whether the C compiler accepts -Wwrite-strings... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating config.h >config.status: executing depfiles commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/media-sound/mpc-0.20/work/mpc-0.20 ... >make -j5 >make all-am >make[1]: entrant dans le répertoire « /var/tmp/portage/media-sound/mpc-0.20/work/mpc-0.20 » >x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -march=core2 -O2 -pipe -c -o src_mpc-main.o `test -f 'src/main.c' || echo './'`src/main.c >x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -march=core2 -O2 -pipe -c -o src_mpc-list.o `test -f 'src/list.c' || echo './'`src/list.c >x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -march=core2 -O2 -pipe -c -o src_mpc-password.o `test -f 'src/password.c' || echo './'`src/password.c >x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -march=core2 -O2 -pipe -c -o src_mpc-status.o `test -f 'src/status.c' || echo './'`src/status.c >x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -march=core2 -O2 -pipe -c -o src_mpc-util.o `test -f 'src/util.c' || echo './'`src/util.c >x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -march=core2 -O2 -pipe -c -o src_mpc-command.o `test -f 'src/command.c' || echo './'`src/command.c >x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -march=core2 -O2 -pipe -c -o src_mpc-sticker.o `test -f 'src/sticker.c' || echo './'`src/sticker.c >src/command.c: In function âcmd_clearerrorâ: >src/command.c:66: attention : implicit declaration of function âmpd_run_clearerrorâ >src/command.c: In function âcmd_addâ: >src/command.c:102: attention : implicit declaration of function âmpd_connection_get_server_error_locationâ >src/command.c: In function âcmd_mixrampdbâ: >src/command.c:936: attention : implicit declaration of function âmpd_run_mixrampdbâ >src/command.c:943: attention : implicit declaration of function âmpd_status_get_mixrampdbâ >src/command.c:943: attention : format â%fâ expects type âdoubleâ, but argument 2 has type âintâ >src/command.c: In function âcmd_mixrampdelayâ: >src/command.c:958: attention : implicit declaration of function âmpd_run_mixrampdelayâ >src/command.c:966: attention : implicit declaration of function âmpd_status_get_mixrampdelayâ >src/command.c:966: attention : format â%fâ expects type âdoubleâ, but argument 2 has type âintâ >x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -march=core2 -O2 -pipe -c -o src_mpc-idle.o `test -f 'src/idle.c' || echo './'`src/idle.c >x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -march=core2 -O2 -pipe -c -o src_mpc-search.o `test -f 'src/search.c' || echo './'`src/search.c >x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -march=core2 -O2 -pipe -c -o src_mpc-options.o `test -f 'src/options.c' || echo './'`src/options.c >x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -march=core2 -O2 -pipe -c -o src_mpc-charset.o `test -f 'src/charset.c' || echo './'`src/charset.c >x86_64-pc-linux-gnu-gcc -std=gnu99 -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -march=core2 -O2 -pipe -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -o src/mpc src_mpc-main.o src_mpc-list.o src_mpc-password.o src_mpc-status.o src_mpc-util.o src_mpc-command.o src_mpc-sticker.o src_mpc-idle.o src_mpc-search.o src_mpc-options.o src_mpc-charset.o -lnsl -lmpdclient >src_mpc-command.o: In function `cmd_mixrampdelay': >command.c:(.text+0x702): undefined reference to `mpd_status_get_mixrampdelay' >command.c:(.text+0x750): undefined reference to `mpd_run_mixrampdelay' >src_mpc-command.o: In function `cmd_mixrampdb': >command.c:(.text+0x7b2): undefined reference to `mpd_status_get_mixrampdb' >command.c:(.text+0x800): undefined reference to `mpd_run_mixrampdb' >src_mpc-command.o: In function `cmd_add': >command.c:(.text+0x20be): undefined reference to `mpd_connection_get_server_error_location' >src_mpc-command.o: In function `cmd_clearerror': >command.c:(.text+0x217a): undefined reference to `mpd_run_clearerror' >collect2: ld a retourné 1 code d'état d'exécution >make[1]: *** [src/mpc] Erreur 1 >make[1]: quittant le répertoire « /var/tmp/portage/media-sound/mpc-0.20/work/mpc-0.20 » >make: *** [all] Erreur 2 >emake failed > [31;01m*[0m ERROR: media-sound/mpc-0.20 failed: > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 56: Called src_compile > [31;01m*[0m environment, line 273: Called _eapi2_src_compile > [31;01m*[0m ebuild.sh, line 699: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m emake || die "emake failed" > [31;01m*[0m > [31;01m*[0m If you need support, post the output of 'emerge --info =media-sound/mpc-0.20', > [31;01m*[0m the complete build log and the output of 'emerge -pqv =media-sound/mpc-0.20'. > [31;01m*[0m The complete build log is located at '/var/tmp/portage/media-sound/mpc-0.20/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/media-sound/mpc-0.20/temp/environment'. > [31;01m*[0m S: '/var/tmp/portage/media-sound/mpc-0.20/work/mpc-0.20'
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 364725
: 271169