Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 420452 Details for
Bug 569284
x11-plugins/wmcube-0.98 : misc.c:(.text+0x129): 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:wmcube-0.98:20151223-033334.log
x11-plugins:wmcube-0.98:20151223-033334.log (text/plain), 5.02 KB, created by
Toralf Förster
on 2015-12-23 07:36:55 UTC
(
hide
)
Description:
x11-plugins:wmcube-0.98:20151223-033334.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2015-12-23 07:36:55 UTC
Size:
5.02 KB
patch
obsolete
> * Package: x11-plugins/wmcube-0.98 > * Repository: gentoo > * Maintainer: desktop-dock > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux policykit userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking wmcube-0.98.tar.gz to /var/tmp/portage/x11-plugins/wmcube-0.98/work >>>> Source unpacked in /var/tmp/portage/x11-plugins/wmcube-0.98/work >>>> Preparing source in /var/tmp/portage/x11-plugins/wmcube-0.98/work/wmcube-0.98/wmcube ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/x11-plugins/wmcube-0.98/work/wmcube-0.98/wmcube ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/x11-plugins/wmcube-0.98/work/wmcube-0.98/wmcube ... >make -j1 'CFLAGS=-march=native -O2 -pipe' >gcc -march=native -O2 -pipe -I/usr/X11R6/share/include -c wmcube.c -o wmcube.o >wmcube.c: In function âloadobjâ: >wmcube.c:916:2: warning: ignoring return value of âfscanfâ, declared with attribute warn_unused_result [-Wunused-result] > fscanf(fp,"%s",tmp); > ^ >wmcube.c:924:2: warning: ignoring return value of âfscanfâ, declared with attribute warn_unused_result [-Wunused-result] > fscanf(fp,"%s",tmp); > ^ >wmcube.c:931:3: warning: ignoring return value of âfscanfâ, declared with attribute warn_unused_result [-Wunused-result] > fscanf(fp,"%f %f %f",&matrix[i][0],&matrix[i][1],&matrix[i][2]); > ^ >wmcube.c:941:3: warning: ignoring return value of âfscanfâ, declared with attribute warn_unused_result [-Wunused-result] > fscanf(fp,"%s",tmp); > ^ >wmcube.c:959:4: warning: ignoring return value of âfscanfâ, declared with attribute warn_unused_result [-Wunused-result] > fscanf(fp,"%d %d",&cline[i++],&cline[i++]); > ^ >wmcube.c:978:4: warning: ignoring return value of âfscanfâ, declared with attribute warn_unused_result [-Wunused-result] > fscanf(fp,"%d %d %d",&planes[i][0],&planes[i][1],&planes[i][2]); > ^ >gcc -march=native -O2 -pipe -I/usr/X11R6/share/include -c ../wmgeneral/wmgeneral.c -o ../wmgeneral/wmgeneral.o >gcc -march=native -O2 -pipe -I/usr/X11R6/share/include -c ../wmgeneral/misc.c -o ../wmgeneral/misc.o >In file included from ../wmgeneral/misc.c:24:0: >../wmgeneral/list.h:57:13: warning: inline function âlist_freeâ declared but never defined > INLINE void list_free(LinkedList* list); > ^ >../wmgeneral/list.h:55:19: warning: inline function âlist_findâ declared but never defined > INLINE LinkedList*list_find(LinkedList* list, void* elem); > ^ >../wmgeneral/list.h:53:13: warning: inline function âlist_mapcarâ declared but never defined > INLINE void list_mapcar(LinkedList* list, void(*function)(void*)); > ^ >../wmgeneral/list.h:51:20: warning: inline function âlist_remove_elemâ declared but never defined > INLINE LinkedList *list_remove_elem(LinkedList* list, void* elem); > ^ >../wmgeneral/list.h:49:13: warning: inline function âlist_remove_headâ declared but never defined > INLINE void list_remove_head(LinkedList** list); > ^ >../wmgeneral/list.h:47:14: warning: inline function âlist_nthâ declared but never defined > INLINE void* list_nth(int index, LinkedList* list); > ^ >../wmgeneral/list.h:45:12: warning: inline function âlist_lengthâ declared but never defined > INLINE int list_length(LinkedList* list); > ^ >../wmgeneral/list.h:43:20: warning: inline function âlist_consâ declared but never defined > INLINE LinkedList* list_cons(void* head, LinkedList* tail); > ^ >gcc -march=native -O2 -pipe -I/usr/X11R6/share/include -c ../wmgeneral/list.c -o ../wmgeneral/list.o >gcc -Wl,-O1 -Wl,--as-needed -o wmcube wmcube.o ../wmgeneral/wmgeneral.o ../wmgeneral/misc.o ../wmgeneral/list.o -lXext -L/usr/X11R6/lib -lXpm -lXext -lX11 -lm >../wmgeneral/misc.o: In function `parse_command': >misc.c:(.text+0x129): undefined reference to `list_cons' >misc.c:(.text+0x154): undefined reference to `list_length' >misc.c:(.text+0x195): undefined reference to `list_remove_head' >collect2: error: ld returned 1 exit status >Makefile:23: recipe for target 'wmcube' failed >make: *** [wmcube] Error 1 >emake failed > * ERROR: x11-plugins/wmcube-0.98::gentoo failed (compile phase): > * parallel make failed > * > * Call stack: > * ebuild.sh, line 133: Called src_compile > * environment, line 178: Called die > * The specific snippet of code: > * emake CFLAGS="${CFLAGS}" || die "parallel make failed" > * > * If you need support, post the output of `emerge --info '=x11-plugins/wmcube-0.98::gentoo'`, > * the complete build log and the output of `emerge -pqv '=x11-plugins/wmcube-0.98::gentoo'`. > * The complete build log is located at '/var/log/portage/x11-plugins:wmcube-0.98:20151223-033334.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/x11-plugins/wmcube-0.98/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/x11-plugins/wmcube-0.98/temp/environment'. > * Working directory: '/var/tmp/portage/x11-plugins/wmcube-0.98/work/wmcube-0.98/wmcube' > * S: '/var/tmp/portage/x11-plugins/wmcube-0.98/work/wmcube-0.98/wmcube'
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 569284
:
420448
|
420450
| 420452