Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 419588 Details for
Bug 568622
x11-plugins/wmpop3lb-2.4.2-r2 : 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:wmpop3lb-2.4.2-r2:20151218-032335.log
x11-plugins:wmpop3lb-2.4.2-r2:20151218-032335.log (text/plain), 6.39 KB, created by
Toralf Förster
on 2015-12-18 11:02:52 UTC
(
hide
)
Description:
x11-plugins:wmpop3lb-2.4.2-r2:20151218-032335.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2015-12-18 11:02:52 UTC
Size:
6.39 KB
patch
obsolete
> * Package: x11-plugins/wmpop3lb-2.4.2-r2 > * Repository: gentoo > * Maintainer: desktop-dock > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking wmpop3lb2.4.2.tar.gz to /var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r2/work >>>> Source unpacked in /var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r2/work >>>> Preparing source in /var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r2/work/wmpop3lb2.4.2 ... > * Applying wmpop3lb-2.4.2-fix-RECV-and-try-STAT-if-LAST-wont-work.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r2/work/wmpop3lb2.4.2 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r2/work/wmpop3lb2.4.2 ... >make -j1 -C wmpop3 >make: Entering directory '/var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r2/work/wmpop3lb2.4.2/wmpop3' >cc -I/usr/X11R6/share/include -march=native -O2 -pipe -c -Wall wmpop3.c -o wmpop3.o >wmpop3.c: In function âdeleteoldtmpfilesâ: >wmpop3.c:87:7: warning: the address of âtempdirâ will always evaluate as âtrueâ [-Waddress] > if (tempdir) { > ^ >wmpop3.c:89:7: warning: ignoring return value of âchdirâ, declared with attribute warn_unused_result [-Wunused-result] > chdir(tempdir); > ^ >wmpop3.c: In function âwritemailstofileâ: >wmpop3.c:467:8: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write(fd, pc->mailseparator, strlen(pc->mailseparator)); > ^ >wmpop3.c:473:8: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write(fd, TXT_SEPARATOR, strlen(TXT_SEPARATOR)); > ^ >wmpop3.c: In function âwmCheckMail_routineâ: >wmpop3.c:1236:9: warning: ânbnewmailâ may be used uninitialized in this function [-Wmaybe-uninitialized] > spawn_command(i, pc->mailclient, nbnewmail, > ^ >cc -I/usr/X11R6/share/include -march=native -O2 -pipe -c -Wall Pop3Client.c -o Pop3Client.o >Pop3Client.c: In function âpop3VerifStatsâ: >Pop3Client.c:262:7: warning: variable âsizeâ set but not used [-Wunused-but-set-variable] > int size; > ^ >Pop3Client.c: In function âpop3DeleteMailâ: >Pop3Client.c:611:7: warning: variable âsizeâ set but not used [-Wunused-but-set-variable] > int size; > ^ >Pop3Client.c: In function âpop3Quitâ: >Pop3Client.c:642:9: warning: variable âsizeâ set but not used [-Wunused-but-set-variable] > int size; > ^ >Pop3Client.c: In function âpop3WriteOneMailâ: >Pop3Client.c:501:7: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write (dest_fd, buf, strlen(buf)); > ^ >Pop3Client.c:527:2: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write (dest_fd, buf, strlen(buf)); > ^ >Pop3Client.c:555:2: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write (dest_fd, buf, strlen(buf)); > ^ >cc -I/usr/X11R6/share/include -march=native -O2 -pipe -c -Wall ../wmgeneral/wmgeneral.c -o ../wmgeneral/wmgeneral.o >cc -I/usr/X11R6/share/include -march=native -O2 -pipe -c -Wall ../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); > ^ >cc -I/usr/X11R6/share/include -march=native -O2 -pipe -c -Wall ../wmgeneral/list.c -o ../wmgeneral/list.o >cc -Wl,-O1 -Wl,--as-needed -o wmpop3lb wmpop3.o Pop3Client.o ../wmgeneral/wmgeneral.o ../wmgeneral/misc.o ../wmgeneral/list.o -lXext -L/usr/X11R6/lib -lXpm -lXext -lX11 >../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:15: recipe for target 'wmpop3lb' failed >make: *** [wmpop3lb] Error 1 >make: Leaving directory '/var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r2/work/wmpop3lb2.4.2/wmpop3' >emake failed > * ERROR: x11-plugins/wmpop3lb-2.4.2-r2::gentoo failed (compile phase): > * parallel make failed > * > * Call stack: > * ebuild.sh, line 133: Called src_compile > * environment, line 1932: Called die > * The specific snippet of code: > * emake -C wmpop3 || die "parallel make failed" > * > * If you need support, post the output of `emerge --info '=x11-plugins/wmpop3lb-2.4.2-r2::gentoo'`, > * the complete build log and the output of `emerge -pqv '=x11-plugins/wmpop3lb-2.4.2-r2::gentoo'`. > * The complete build log is located at '/var/log/portage/x11-plugins:wmpop3lb-2.4.2-r2:20151218-032335.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r2/temp/environment'. > * Working directory: '/var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r2/work/wmpop3lb2.4.2' > * S: '/var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r2/work/wmpop3lb2.4.2'
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 568622
:
419584
|
419586
| 419588