Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 420730 Details for
Bug 569686
x11-plugins/wminet-3.0.0 : misc.c:(.text+0x189): undefined reference to `list_cons'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
x11-plugins:wminet-3.0.0:20151224-202419.log
x11-plugins:wminet-3.0.0:20151224-202419.log (text/plain), 8.89 KB, created by
Toralf Förster
on 2015-12-25 10:15:29 UTC
(
hide
)
Description:
x11-plugins:wminet-3.0.0:20151224-202419.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2015-12-25 10:15:29 UTC
Size:
8.89 KB
patch
obsolete
> * Package: x11-plugins/wminet-3.0.0 > * Repository: gentoo > * Maintainer: desktop-dock > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux pie ssp userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking wminet-3.0.0.tar.gz to /var/tmp/portage/x11-plugins/wminet-3.0.0/work >>>> Source unpacked in /var/tmp/portage/x11-plugins/wminet-3.0.0/work >>>> Compiling source in /var/tmp/portage/x11-plugins/wminet-3.0.0/work/wminet-3.0.0 ... >./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 >loading site script /usr/share/config.site >creating cache ./config.cache >checking for a BSD compatible install... /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking whether make sets ${MAKE}... yes >checking for working aclocal... found >checking for working autoconf... found >checking for working automake... found >checking for working autoheader... found >checking for working makeinfo... found >checking for mawk... no >checking for gawk... gawk >checking for gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler (x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed) works... yes >checking whether the C compiler (x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed) is a cross-compiler... no >checking whether we are using GNU C... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for a BSD compatible install... /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c >checking whether ln -s works... yes >checking for main in -lX11... yes >checking for main in -lXext... yes >checking for main in -lXpm... yes >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for X... libraries /usr/lib64, headers >checking for dirent.h that defines DIR... yes >checking for opendir in -ldir... no >checking for ANSI C header files... yes >checking for sys/wait.h that is POSIX.1 compatible... yes >checking for unistd.h... yes >checking for working const... yes >checking for pid_t... yes >checking for strcspn... yes >checking for strdup... yes >checking for strspn... yes >checking for strstr... yes >checking for strtod... yes >updating cache ./config.cache >creating ./config.status >creating Makefile >creating src/Makefile >make -j1 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' >Making all in src >make[1]: Entering directory '/var/tmp/portage/x11-plugins/wminet-3.0.0/work/wminet-3.0.0/src' >x86_64-pc-linux-gnu-gcc -DPACKAGE=\"wminet\" -DVERSION=\"3.0.0\" -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXPM=1 -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRCSPN=1 -DHAVE_STRDUP=1 -DHAVE_STRSPN=1 -DHAVE_STRSTR=1 -DHAVE_STRTOD=1 -I. -I. -I/usr/X11R6/include -I/usr/local/include -march=native -O2 -pipe -c misc.c >In file included from misc.c:24:0: >list.h:57:13: warning: inline function âlist_freeâ declared but never defined > INLINE void list_free(LinkedList* list); > ^ >list.h:55:19: warning: inline function âlist_findâ declared but never defined > INLINE LinkedList*list_find(LinkedList* list, void* elem); > ^ >list.h:53:13: warning: inline function âlist_mapcarâ declared but never defined > INLINE void list_mapcar(LinkedList* list, void(*function)(void*)); > ^ >list.h:51:20: warning: inline function âlist_remove_elemâ declared but never defined > INLINE LinkedList *list_remove_elem(LinkedList* list, void* elem); > ^ >list.h:49:13: warning: inline function âlist_remove_headâ declared but never defined > INLINE void list_remove_head(LinkedList** list); > ^ >list.h:47:14: warning: inline function âlist_nthâ declared but never defined > INLINE void* list_nth(int index, LinkedList* list); > ^ >list.h:45:12: warning: inline function âlist_lengthâ declared but never defined > INLINE int list_length(LinkedList* list); > ^ >list.h:43:20: warning: inline function âlist_consâ declared but never defined > INLINE LinkedList* list_cons(void* head, LinkedList* tail); > ^ >x86_64-pc-linux-gnu-gcc -DPACKAGE=\"wminet\" -DVERSION=\"3.0.0\" -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXPM=1 -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRCSPN=1 -DHAVE_STRDUP=1 -DHAVE_STRSPN=1 -DHAVE_STRSTR=1 -DHAVE_STRTOD=1 -I. -I. -I/usr/X11R6/include -I/usr/local/include -march=native -O2 -pipe -c list.c >x86_64-pc-linux-gnu-gcc -DPACKAGE=\"wminet\" -DVERSION=\"3.0.0\" -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXPM=1 -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRCSPN=1 -DHAVE_STRDUP=1 -DHAVE_STRSPN=1 -DHAVE_STRSTR=1 -DHAVE_STRTOD=1 -I. -I. -I/usr/X11R6/include -I/usr/local/include -march=native -O2 -pipe -c wmgeneral.c >x86_64-pc-linux-gnu-gcc -DPACKAGE=\"wminet\" -DVERSION=\"3.0.0\" -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXPM=1 -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRCSPN=1 -DHAVE_STRDUP=1 -DHAVE_STRSPN=1 -DHAVE_STRSTR=1 -DHAVE_STRTOD=1 -I. -I. -I/usr/X11R6/include -I/usr/local/include -march=native -O2 -pipe -c wminet.c >wminet.c: In function âread_configâ: >wminet.c:182:22: warning: format â%sâ expects argument of type âchar *â, but argument 3 has type âchar (*)[32]â [-Wformat=] > if ( sscanf( buf, "%s %s", &left, &right ) == 2 ) { > ^ >wminet.c:182:22: warning: format â%sâ expects argument of type âchar *â, but argument 4 has type âchar (*)[32]â [-Wformat=] >wminet.c:248:22: warning: format â%sâ expects argument of type âchar *â, but argument 3 has type âchar (*)[32]â [-Wformat=] > sscanf( buf, "%s %s", &left, &right ); > ^ >wminet.c:248:22: warning: format â%sâ expects argument of type âchar *â, but argument 4 has type âchar (*)[32]â [-Wformat=] >wminet.c:294:12: warning: format â%dâ expects argument of type âintâ, but argument 5 has type âlong unsigned intâ [-Wformat=] > printf( "%d: %d %s %d %d %d %d %d %d %d %d %d %d\n", i, inet[i].type, inet[i > ^ >wminet.c:294:12: warning: format â%dâ expects argument of type âintâ, but argument 6 has type âlong unsigned intâ [-Wformat=] >wminet.c:294:12: warning: format â%dâ expects argument of type âintâ, but argument 9 has type âlong unsigned intâ [-Wformat=] >wminet.c:294:12: warning: format â%dâ expects argument of type âintâ, but argument 10 has type âlong unsigned intâ [-Wformat=] >wminet.c: In function âblit_stringâ: >wminet.c:508:7: warning: implicit declaration of function âtoupperâ [-Wimplicit-function-declaration] > c = toupper( name[i] ); > ^ >wminet.c: In function âread_statsâ: >wminet.c:378:4: warning: ignoring return value of âfgetsâ, declared with attribute warn_unused_result [-Wunused-result] > fgets( buf, sizeof(buf), fp ); > ^ >wminet.c:405:4: warning: ignoring return value of âfgetsâ, declared with attribute warn_unused_result [-Wunused-result] > fgets( buf, sizeof(buf), fp ); > ^ >wminet.c:432:4: warning: ignoring return value of âfgetsâ, declared with attribute warn_unused_result [-Wunused-result] > fgets( buf, sizeof(buf), fp ); > ^ >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o wminet misc.o list.o wmgeneral.o wminet.o -lXpm -lXext -lX11 >misc.o: In function `parse_command': >misc.c:(.text+0x189): undefined reference to `list_cons' >misc.c:(.text+0x1b2): undefined reference to `list_length' >misc.c:(.text+0x1f5): undefined reference to `list_remove_head' >collect2: error: ld returned 1 exit status >Makefile:157: recipe for target 'wminet' failed >make[1]: *** [wminet] Error 1 >make[1]: Leaving directory '/var/tmp/portage/x11-plugins/wminet-3.0.0/work/wminet-3.0.0/src' >Makefile:111: recipe for target 'all-recursive' failed >make: *** [all-recursive] Error 1 >emake failed > * ERROR: x11-plugins/wminet-3.0.0::gentoo failed (compile phase): > * emake failed. > * > * Call stack: > * ebuild.sh, line 133: Called src_compile > * environment, line 751: Called die > * The specific snippet of code: > * emake LDFLAGS="${LDFLAGS}" || die "emake failed." > * > * If you need support, post the output of `emerge --info '=x11-plugins/wminet-3.0.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=x11-plugins/wminet-3.0.0::gentoo'`. > * The complete build log is located at '/var/log/portage/x11-plugins:wminet-3.0.0:20151224-202419.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/x11-plugins/wminet-3.0.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/x11-plugins/wminet-3.0.0/temp/environment'. > * Working directory: '/var/tmp/portage/x11-plugins/wminet-3.0.0/work/wminet-3.0.0' > * S: '/var/tmp/portage/x11-plugins/wminet-3.0.0/work/wminet-3.0.0'
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 569686
:
420726
|
420728
| 420730