Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 420310 Details for
Bug 569206
media-video/ushare-1.1a-r6 : cfgparser.c:(.text+0x8c9): undefined reference to `display_headers'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-video:ushare-1.1a-r6:20151222-161405.log
media-video:ushare-1.1a-r6:20151222-161405.log (text/plain), 16.31 KB, created by
Toralf Förster
on 2015-12-22 16:37:36 UTC
(
hide
)
Description:
media-video:ushare-1.1a-r6:20151222-161405.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2015-12-22 16:37:36 UTC
Size:
16.31 KB
patch
obsolete
> * Package: media-video/ushare-1.1a-r6 > * Repository: gentoo > * Maintainer: hwoarang@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux nls userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking ushare-1.1a.tar.bz2 to /var/tmp/portage/media-video/ushare-1.1a-r6/work >>>> Source unpacked in /var/tmp/portage/media-video/ushare-1.1a-r6/work >>>> Preparing source in /var/tmp/portage/media-video/ushare-1.1a-r6/work/ushare-1.1a ... > * Applying various patches (bugfixes/updates) ... > * 01_all_ushare_build_system.patch ... > [ ok ] > * 02_all_ushare_build_warnings.patch ... > [ ok ] > * 03_all_ushare_mp4_video_mime.patch ... > [ ok ] > * 04_all_ushare_upnp_build_fix.patch ... > [ ok ] > * 05_all_missing_headers.patch ... > [ ok ] > * Skipping 06_all_ushare_disable_sysconf.patch due to EPATCH_EXCLUDE ... > * 07_all_drop_optimizations.patch ... > [ ok ] > * Done with patching >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/media-video/ushare-1.1a-r6/work/ushare-1.1a ... >Checking for compiler available... >Checking for locales ... >Checking for ifaddrs ... >Checking for langinfo ... >Checking for iconv ... >Checking for libixml ... >Checking for libthreadutil ... >Checking for libupnp >= 1.4.2 ... > >uShare: configure is OK > version 1.2.0 > using libupnp 1.6.19 >configuration: > install prefix /usr > configuration dir /etc > locales dir ${PREFIX}/share/locale > NLS support yes > DLNA support no > C compiler x86_64-pc-linux-gnu-gcc > STRIP strip > make make > CPU x86_64 () > install sysconf yes > developer options no > debug symbols no > strip symbols no > optimize yes > > CFLAGS -march=native -O2 -pipe -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp > LDFLAGS -Wl,-O1 -Wl,--as-needed > extralibs -lixml -lthreadutil -lpthread -lupnp -pthread > >Creating config.mak ... >Creating config.h ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/media-video/ushare-1.1a-r6/work/ushare-1.1a ... >make -j1 >for subdir in po scripts src ; do \ > make -C $subdir all; \ >done >make[1]: Entering directory '/var/tmp/portage/media-video/ushare-1.1a-r6/work/ushare-1.1a/po' >make fr.gmo de.gmo >make[2]: Entering directory '/var/tmp/portage/media-video/ushare-1.1a-r6/work/ushare-1.1a/po' >make[2]: 'fr.gmo' is up to date. >make[2]: 'de.gmo' is up to date. >make[2]: Leaving directory '/var/tmp/portage/media-video/ushare-1.1a-r6/work/ushare-1.1a/po' >touch stamp-po >make[1]: Leaving directory '/var/tmp/portage/media-video/ushare-1.1a-r6/work/ushare-1.1a/po' >make[1]: Entering directory '/var/tmp/portage/media-video/ushare-1.1a-r6/work/ushare-1.1a/scripts' >make[1]: Nothing to be done for 'all'. >make[1]: Leaving directory '/var/tmp/portage/media-video/ushare-1.1a-r6/work/ushare-1.1a/scripts' >make[1]: Entering directory '/var/tmp/portage/media-video/ushare-1.1a-r6/work/ushare-1.1a/src' >x86_64-pc-linux-gnu-gcc -I.. -MM -march=native -O2 -pipe cds.c cms.c msr.c http.c presentation.c metadata.c mime.c services.c buffer.c util_iconv.c content.c cfgparser.c trace.c redblack.c osdep.c ctrl_telnet.c ushare.c 1>.depend >x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -march=native -O2 -pipe -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -o cds.o cds.c >cds.c: In function âdidl_add_valueâ: >cds.c:271:24: warning: format â%lldâ expects argument of type âlong long intâ, but argument 4 has type âoff_t {aka long int}â [-Wformat=] > buffer_appendf (out, " %s=\"%lld\"", param, value); > ^ >cds.c: In function âcds_browseâ: >cds.c:485:43: warning: variable âsort_criteriaâ set but not used [-Wunused-but-set-variable] > int result_count = 0, index, count, id, sort_criteria; > ^ >cds.c: In function âcds_searchâ: >cds.c:805:43: warning: variable âsort_criteriaâ set but not used [-Wunused-but-set-variable] > int result_count = 0, index, count, id, sort_criteria; > ^ >In file included from cds.c:28:0: >cds.c: At top level: >ushare.h:130:13: warning: inline function âdisplay_headersâ declared but never defined > inline void display_headers (void); > ^ >x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -march=native -O2 -pipe -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -o cms.o cms.c >In file included from cms.c:27:0: >ushare.h:130:13: warning: inline function âdisplay_headersâ declared but never defined > inline void display_headers (void); > ^ >x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -march=native -O2 -pipe -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -o msr.o msr.c >In file included from msr.c:24:0: >ushare.h:130:13: warning: inline function âdisplay_headersâ declared but never defined > inline void display_headers (void); > ^ >x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -march=native -O2 -pipe -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -o http.o http.c >In file included from http.c:42:0: >http.c: In function âhttp_seekâ: >trace.h:52:28: warning: format â%lldâ expects argument of type âlong long intâ, but argument 3 has type âoff_t {aka long int}â [-Wformat=] > print_log (ULOG_VERBOSE, (s), ##str); \ > ^ >http.c:309:5: note: in expansion of macro âlog_verboseâ > log_verbose ("Attempting to seek to %lld (was at %lld) in %s\n", > ^ >trace.h:52:28: warning: format â%lldâ expects argument of type âlong long intâ, but argument 4 has type âoff_t {aka long int}â [-Wformat=] > print_log (ULOG_VERBOSE, (s), ##str); \ > ^ >http.c:309:5: note: in expansion of macro âlog_verboseâ > log_verbose ("Attempting to seek to %lld (was at %lld) in %s\n", > ^ >trace.h:52:28: warning: format â%lldâ expects argument of type âlong long intâ, but argument 3 has type âoff_t {aka long int}â [-Wformat=] > print_log (ULOG_VERBOSE, (s), ##str); \ > ^ >http.c:314:5: note: in expansion of macro âlog_verboseâ > log_verbose ("Attempting to seek by %lld from %lld in %s\n", > ^ >trace.h:52:28: warning: format â%lldâ expects argument of type âlong long intâ, but argument 4 has type âoff_t {aka long int}â [-Wformat=] > print_log (ULOG_VERBOSE, (s), ##str); \ > ^ >http.c:314:5: note: in expansion of macro âlog_verboseâ > log_verbose ("Attempting to seek by %lld from %lld in %s\n", > ^ >trace.h:52:28: warning: format â%lldâ expects argument of type âlong long intâ, but argument 3 has type âoff_t {aka long int}â [-Wformat=] > print_log (ULOG_VERBOSE, (s), ##str); \ > ^ >http.c:319:5: note: in expansion of macro âlog_verboseâ > log_verbose ("Attempting to seek by %lld from end (was at %lld) in %s\n", > ^ >trace.h:52:28: warning: format â%lldâ expects argument of type âlong long intâ, but argument 4 has type âoff_t {aka long int}â [-Wformat=] > print_log (ULOG_VERBOSE, (s), ##str); \ > ^ >http.c:319:5: note: in expansion of macro âlog_verboseâ > log_verbose ("Attempting to seek by %lld from end (was at %lld) in %s\n", > ^ >http.c: At top level: >trace.h:32:13: warning: inline function âstart_logâ declared but never defined > inline void start_log (void); > ^ >In file included from services.h:27:0, > from http.c:35: >ushare.h:130:13: warning: inline function âdisplay_headersâ declared but never defined > inline void display_headers (void); > ^ >x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -march=native -O2 -pipe -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -o presentation.o presentation.c >In file included from metadata.h:29:0, > from presentation.c:30: >ushare.h:130:13: warning: inline function âdisplay_headersâ declared but never defined > inline void display_headers (void); > ^ >x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -march=native -O2 -pipe -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -o metadata.o metadata.c >In file included from metadata.c:38:0: >trace.h:32:13: warning: inline function âstart_logâ declared but never defined > inline void start_log (void); > ^ >In file included from metadata.h:29:0, > from metadata.c:34: >ushare.h:130:13: warning: inline function âdisplay_headersâ declared but never defined > inline void display_headers (void); > ^ >x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -march=native -O2 -pipe -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -o mime.o mime.c >In file included from mime.c:26:0: >ushare.h:130:13: warning: inline function âdisplay_headersâ declared but never defined > inline void display_headers (void); > ^ >x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -march=native -O2 -pipe -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -o services.o services.c >In file included from services.c:32:0: >trace.h:32:13: warning: inline function âstart_logâ declared but never defined > inline void start_log (void); > ^ >In file included from services.c:27:0: >ushare.h:130:13: warning: inline function âdisplay_headersâ declared but never defined > inline void display_headers (void); > ^ >x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -march=native -O2 -pipe -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -o buffer.o buffer.c >x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -march=native -O2 -pipe -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -o util_iconv.o util_iconv.c >x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -march=native -O2 -pipe -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -o content.o content.c >x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -march=native -O2 -pipe -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -o cfgparser.o cfgparser.c >In file included from cfgparser.c:32:0: >trace.h:32:13: warning: inline function âstart_logâ declared but never defined > inline void start_log (void); > ^ >In file included from cfgparser.h:24:0, > from cfgparser.c:30: >ushare.h:130:13: warning: inline function âdisplay_headersâ declared but never defined > inline void display_headers (void); > ^ >x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -march=native -O2 -pipe -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -o trace.o trace.c >In file included from trace.c:28:0: >ushare.h:130:13: warning: inline function âdisplay_headersâ declared but never defined > inline void display_headers (void); > ^ >x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -march=native -O2 -pipe -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -o redblack.o redblack.c >redblack.c: In function ârbinitâ: >redblack.c:143:7: warning: variable âcâ set but not used [-Wunused-but-set-variable] > char c; > ^ >x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -march=native -O2 -pipe -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -o osdep.o osdep.c >x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -march=native -O2 -pipe -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -o ctrl_telnet.o ctrl_telnet.c >ctrl_telnet.c: In function âctrl_telnet_stopâ: >ctrl_telnet.c:205:11: warning: variable âtmpâ set but not used [-Wunused-but-set-variable] > ssize_t tmp; > ^ >In file included from ctrl_telnet.c:27:0: >ctrl_telnet.c: At top level: >trace.h:32:13: warning: inline function âstart_logâ declared but never defined > inline void start_log (void); > ^ >x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -march=native -O2 -pipe -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -o ushare.o ushare.c >In file included from ushare.c:72:0: >trace.h:32:13: warning: inline function âstart_logâ declared but never defined > inline void start_log (void); > ^ >x86_64-pc-linux-gnu-gcc cds.o cms.o msr.o http.o presentation.o metadata.o mime.o services.o buffer.o util_iconv.o content.o cfgparser.o trace.o redblack.o osdep.o ctrl_telnet.o ushare.o -Wl,-O1 -Wl,--as-needed -lixml -lthreadutil -lpthread -lupnp -pthread -o ushare >cfgparser.o: In function `parse_command_line': >cfgparser.c:(.text+0x8c9): undefined reference to `display_headers' >cfgparser.c:(.text+0x911): undefined reference to `display_headers' >ushare.o: In function `main': >ushare.c:(.text.startup+0x27c): undefined reference to `start_log' >collect2: error: ld returned 1 exit status >Makefile:68: recipe for target 'ushare' failed >make[1]: *** [ushare] Error 1 >make[1]: Leaving directory '/var/tmp/portage/media-video/ushare-1.1a-r6/work/ushare-1.1a/src' >Makefile:22: recipe for target 'all' failed >make: *** [all] Error 2 > * ERROR: media-video/ushare-1.1a-r6::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=media-video/ushare-1.1a-r6::gentoo'`, > * the complete build log and the output of `emerge -pqv '=media-video/ushare-1.1a-r6::gentoo'`. > * The complete build log is located at '/var/log/portage/media-video:ushare-1.1a-r6:20151222-161405.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-video/ushare-1.1a-r6/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/media-video/ushare-1.1a-r6/temp/environment'. > * Working directory: '/var/tmp/portage/media-video/ushare-1.1a-r6/work/ushare-1.1a' > * S: '/var/tmp/portage/media-video/ushare-1.1a-r6/work/ushare-1.1a'
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 569206
:
420306
|
420308
| 420310