Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 627070 Details for
Bug 715378
x11-plugins/wmtz-0.7_p20150816 : wmtz.c:(.text+<snip>): undefined reference to display
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
x11-plugins:wmtz-0.7_p20150816:20200329-224254.log
x11-plugins:wmtz-0.7_p20150816:20200329-224254.log (text/plain), 5.26 KB, created by
Toralf Förster
on 2020-03-30 07:13:05 UTC
(
hide
)
Description:
x11-plugins:wmtz-0.7_p20150816:20200329-224254.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-03-30 07:13:05 UTC
Size:
5.26 KB
patch
obsolete
> * Package: x11-plugins/wmtz-0.7_p20150816 > * Repository: gentoo > * Maintainer: voyageur@gentoo.org > * USE: abi_x86_64 amd64 elibc_musl kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking wmtz-0.7_p20150816.tar.gz to /var/tmp/portage/x11-plugins/wmtz-0.7_p20150816/work >>>> Source unpacked in /var/tmp/portage/x11-plugins/wmtz-0.7_p20150816/work >>>> Preparing source in /var/tmp/portage/x11-plugins/wmtz-0.7_p20150816/work/wmtz-0.7_p20150816/wmtz ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/x11-plugins/wmtz-0.7_p20150816/work/wmtz-0.7_p20150816/wmtz ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/x11-plugins/wmtz-0.7_p20150816/work/wmtz-0.7_p20150816/wmtz ... >make -j1 CC=x86_64-gentoo-linux-musl-gcc 'FLAGS=-O2 -pipe -march=native' LIBDIR=-L/usr/lib >x86_64-gentoo-linux-musl-gcc -I/usr/X11R6/include -O2 -pipe -march=native -c -Wall wmtz.c -o wmtz.o >wmtz.c: In function âwmtz_routineâ: >wmtz.c:440:43: warning: â%sâ directive output may be truncated writing up to 63 bytes into a region of size 10 [-Wformat-truncation=] > 440 | snprintf(blitstr, STRSIZE, "%s%02i.%02i",buf,hour,clk->tm_min); > | ^~ ~~~ >wmtz.c:440:42: note: directive argument in the range [-2147483624, 2147483623] > 440 | snprintf(blitstr, STRSIZE, "%s%02i.%02i",buf,hour,clk->tm_min); > | ^~~~~~~~~~~~~ >wmtz.c:440:15: note: âsnprintfâ output between 6 and 87 bytes into a destination of size 10 > 440 | snprintf(blitstr, STRSIZE, "%s%02i.%02i",buf,hour,clk->tm_min); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >wmtz.c:412:43: warning: â%sâ directive output may be truncated writing up to 63 bytes into a region of size 10 [-Wformat-truncation=] > 412 | snprintf(blitstr, STRSIZE, "%s%02i.%02i", buf, > | ^~ ~~~ >wmtz.c:412:15: note: âsnprintfâ output between 6 and 87 bytes into a destination of size 10 > 412 | snprintf(blitstr, STRSIZE, "%s%02i.%02i", buf, > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 413 | clk->tm_hour, clk->tm_min); > | ~~~~~~~~~~~~~~~~~~~~~~~~~~ >wmtz.c:392:43: warning: â%sâ directive output may be truncated writing up to 63 bytes into a region of size 10 [-Wformat-truncation=] > 392 | snprintf(blitstr, STRSIZE, "%s%02i.%02i",buf,hour,clk->tm_min); > | ^~ ~~~ >wmtz.c:392:15: note: âsnprintfâ output between 6 and 87 bytes into a destination of size 10 > 392 | snprintf(blitstr, STRSIZE, "%s%02i.%02i",buf,hour,clk->tm_min); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >wmtz.c:353:40: warning: âsnprintfâ output truncated before the last format character [-Wformat-truncation=] > 353 | snprintf(blitstr, STRSIZE, "%10f", jd ); > | ^ >wmtz.c:353:8: note: âsnprintfâ output between 11 and 318 bytes into a destination of size 10 > 353 | snprintf(blitstr, STRSIZE, "%10f", jd ); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-gentoo-linux-musl-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o wmtz wmtz.o -lXext -L/usr/lib -lXpm -lXext -lX11 -lm -ldockapp >/usr/lib/gcc/x86_64-gentoo-linux-musl/9.3.0/../../../../x86_64-gentoo-linux-musl/bin/ld: wmtz.o: warning: relocation against `display' in read-only section `.text' >/usr/lib/gcc/x86_64-gentoo-linux-musl/9.3.0/../../../../x86_64-gentoo-linux-musl/bin/ld: wmtz.o: in function `wmtz_routine': >wmtz.c:(.text+0x136d): undefined reference to `display' >/usr/lib/gcc/x86_64-gentoo-linux-musl/9.3.0/../../../../x86_64-gentoo-linux-musl/bin/ld: wmtz.c:(.text+0x1381): undefined reference to `display' >/usr/lib/gcc/x86_64-gentoo-linux-musl/9.3.0/../../../../x86_64-gentoo-linux-musl/bin/ld: wmtz.c:(.text+0x13d8): undefined reference to `display' >/usr/lib/gcc/x86_64-gentoo-linux-musl/9.3.0/../../../../x86_64-gentoo-linux-musl/bin/ld: wmtz.c:(.text+0x1400): undefined reference to `display' >/usr/lib/gcc/x86_64-gentoo-linux-musl/9.3.0/../../../../x86_64-gentoo-linux-musl/bin/ld: warning: creating a DT_TEXTREL in object >collect2: error: ld returned 1 exit status >make: *** [Makefile:12: wmtz] Error 1 > * ERROR: x11-plugins/wmtz-0.7_p20150816::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=x11-plugins/wmtz-0.7_p20150816::gentoo'`, > * the complete build log and the output of `emerge -pqv '=x11-plugins/wmtz-0.7_p20150816::gentoo'`. > * The complete build log is located at '/var/log/portage/x11-plugins:wmtz-0.7_p20150816:20200329-224254.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/x11-plugins/wmtz-0.7_p20150816/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/x11-plugins/wmtz-0.7_p20150816/temp/environment'. > * Working directory: '/var/tmp/portage/x11-plugins/wmtz-0.7_p20150816/work/wmtz-0.7_p20150816/wmtz' > * S: '/var/tmp/portage/x11-plugins/wmtz-0.7_p20150816/work/wmtz-0.7_p20150816/wmtz'
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 715378
:
627062
|
627064
|
627066
|
627068
| 627070