Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 907131 Details for
Bug 942410
x11-wm/wmii-3.9.2-r8 - ../.../dat.h: error: type of cursor does not match original declaration [-Werror=lto-type-mismatch]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
x11-wm:wmii-3.9.2-r8:20241028-003439.log
x11-wm:wmii-3.9.2-r8:20241028-003439.log (text/plain), 14.66 KB, created by
Toralf Förster
on 2024-10-28 18:16:51 UTC
(
hide
)
Description:
x11-wm:wmii-3.9.2-r8:20241028-003439.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-10-28 18:16:51 UTC
Size:
14.66 KB
patch
obsolete
> * Package: x11-wm/wmii-3.9.2-r8:0 > * Repository: gentoo > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking wmii+ixp-3.9.2.tbz to /var/tmp/portage/x11-wm/wmii-3.9.2-r8/work >>>> Source unpacked in /var/tmp/portage/x11-wm/wmii-3.9.2-r8/work >>>> Preparing source in /var/tmp/portage/x11-wm/wmii-3.9.2-r8/work/wmii+ixp-3.9.2 ... > * Applying wmii-3.9.2-libdir.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/x11-wm/wmii-3.9.2-r8/work/wmii+ixp-3.9.2 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/x11-wm/wmii-3.9.2-r8/work/wmii+ixp-3.9.2 ... > * Please use append-cppflags for preprocessor flags >make -O -j4 STATIC= -j1 PREFIX=/usr DOC=/usr/share/doc/wmii-3.9.2-r8 ETC=/etc LIBDIR=/usr/lib64 'CC=x86_64-pc-linux-gnu-gcc -c' LD=x86_64-pc-linux-gnu-gcc 'AR=x86_64-pc-linux-gnu-ar crs' LIBIXP=/usr/lib64/libixp.so >MAKE all libbio/ >make[1]: Entering directory '/var/tmp/portage/x11-wm/wmii-3.9.2-r8/work/wmii+ixp-3.9.2/libbio' >CC libbio/bbuffered.o >CC libbio/bfildes.o >CC libbio/bflush.o >CC libbio/bgetc.o >CC libbio/bgetd.o >CC libbio/bgetrune.o >CC libbio/binit.o >CC libbio/boffset.o >CC libbio/bprint.o >CC libbio/bvprint.o >CC libbio/bputc.o >CC libbio/bputrune.o >CC libbio/brdline.o >CC libbio/brdstr.o >CC libbio/bread.o >CC libbio/bseek.o >CC libbio/bwrite.o >AR lib/libbio.a >make[1]: Leaving directory '/var/tmp/portage/x11-wm/wmii-3.9.2-r8/work/wmii+ixp-3.9.2/libbio' >MAKE all libfmt/ >make[1]: Entering directory '/var/tmp/portage/x11-wm/wmii-3.9.2-r8/work/wmii+ixp-3.9.2/libfmt' >CC libfmt/dofmt.o >CC libfmt/dorfmt.o >CC libfmt/errfmt.o >CC libfmt/fltfmt.o >CC libfmt/fmt.o >CC libfmt/fmtfd.o >CC libfmt/fmtfdflush.o >CC libfmt/fmtlock.o >CC libfmt/fmtprint.o >CC libfmt/fmtquote.o >CC libfmt/fmtrune.o >CC libfmt/fmtstr.o >CC libfmt/fmtvprint.o >CC libfmt/fprint.o >CC libfmt/print.o >CC libfmt/runefmtstr.o >CC libfmt/runeseprint.o >CC libfmt/runesmprint.o >CC libfmt/runesnprint.o >CC libfmt/runesprint.o >CC libfmt/runevseprint.o >CC libfmt/runevsmprint.o >libfmt/runevsmprint.c:41:17: warning: pointer âs_26â may be used after âreallocâ [-Wuse-after-free] > 41 | free(s); > | ^~~~~~~ >libfmt/runevsmprint.c:36:20: note: call to âreallocâ here > 36 | f->start = realloc(s, sizeof(Rune)*n); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ >libfmt/runevsmprint.c:45:49: warning: pointer âs_26â may be used after âreallocâ [-Wuse-after-free] > 45 | f->to = (Rune*)f->start + ((Rune*)f->to - s); > | ^ >libfmt/runevsmprint.c:36:20: note: call to âreallocâ here > 36 | f->start = realloc(s, sizeof(Rune)*n); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ >CC libfmt/runevsnprint.o >CC libfmt/seprint.o >CC libfmt/smprint.o >CC libfmt/snprint.o >CC libfmt/sprint.o >CC libfmt/strtod.o >CC libfmt/vfprint.o >CC libfmt/vseprint.o >CC libfmt/vsmprint.o >libfmt/vsmprint.c:41:17: warning: pointer âs_24â may be used after âreallocâ [-Wuse-after-free] > 41 | free(s); > | ^~~~~~~ >libfmt/vsmprint.c:36:20: note: call to âreallocâ here > 36 | f->start = realloc(s, n); > | ^~~~~~~~~~~~~ >libfmt/vsmprint.c:45:49: warning: pointer âs_24â may be used after âreallocâ [-Wuse-after-free] > 45 | f->to = (char*)f->start + ((char*)f->to - s); > | ~~~~~~~~~~~~~~^~~~ >libfmt/vsmprint.c:36:20: note: call to âreallocâ here > 36 | f->start = realloc(s, n); > | ^~~~~~~~~~~~~ >CC libfmt/vsnprint.o >CC libfmt/charstod.o >CC libfmt/pow10.o >CC libfmt/nan64.o >AR lib/libfmt.a >make[1]: Leaving directory '/var/tmp/portage/x11-wm/wmii-3.9.2-r8/work/wmii+ixp-3.9.2/libfmt' >MAKE all libregexp/ >make[1]: Entering directory '/var/tmp/portage/x11-wm/wmii-3.9.2-r8/work/wmii+ixp-3.9.2/libregexp' >CC libregexp/regcomp.o >libregexp/regcomp.c:259:24: warning: pointer âpp_51(D)â may be used after âreallocâ [-Wuse-after-free] > 259 | return pp; > | ^~ >libregexp/regcomp.c:257:15: note: call to âreallocâ here > 257 | npp = realloc(pp, size); > | ^~~~~~~~~~~~~~~~~ >libregexp/regcomp.c:260:28: warning: pointer âpp_51(D)â may be used after âreallocâ [-Wuse-after-free] > 260 | diff = (char *)npp - (char *)pp; > | ~~~~~~~~~~~~^~~~~~~~~~~~ >libregexp/regcomp.c:257:15: note: call to âreallocâ here > 257 | npp = realloc(pp, size); > | ^~~~~~~~~~~~~~~~~ >CC libregexp/regerror.o > 13 | write(2, buf, strlen(buf)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ >CC libregexp/regexec.o >CC libregexp/regsub.o >CC libregexp/regaux.o >CC libregexp/rregexec.o >CC libregexp/rregsub.o >AR lib/libregexp9.a >make[1]: Leaving directory '/var/tmp/portage/x11-wm/wmii-3.9.2-r8/work/wmii+ixp-3.9.2/libregexp' >MAKE all libutf/ >make[1]: Entering directory '/var/tmp/portage/x11-wm/wmii-3.9.2-r8/work/wmii+ixp-3.9.2/libutf' >CC libutf/rune.o >CC libutf/runestrcat.o >CC libutf/runestrchr.o >CC libutf/runestrcmp.o >CC libutf/runestrcpy.o >CC libutf/runestrdup.o >CC libutf/runestrlen.o >CC libutf/runestrecpy.o >CC libutf/runestrncat.o >CC libutf/runestrncmp.o >CC libutf/runestrncpy.o >CC libutf/runestrrchr.o >CC libutf/runestrstr.o >CC libutf/runetype.o >CC libutf/utfecpy.o >CC libutf/utflen.o >CC libutf/utfnlen.o >CC libutf/utfrrune.o >CC libutf/utfrune.o >CC libutf/utfutf.o >AR lib/libutf.a >make[1]: Leaving directory '/var/tmp/portage/x11-wm/wmii-3.9.2-r8/work/wmii+ixp-3.9.2/libutf' >MAKE all doc/ >MAKE all man/ >MAKE all cmd/ >make[1]: Entering directory '/var/tmp/portage/x11-wm/wmii-3.9.2-r8/work/wmii+ixp-3.9.2/cmd' >CC cmd/util.o > 126 | write(2, buf, strlen(buf)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ >FILTER cmd/wihack.sh >FILTER cmd/wmii.rc.rc >FILTER cmd/wmii.sh.sh >CC cmd/wmii9menu.o >In file included from cmd/wmii9menu.c:48: >../include/util.h:65:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 65 | if(!argv0) argv0=*argv; argv++, argc--; \ > | ^~ >cmd/wmii9menu.c:127:9: note: in expansion of macro âARGBEGINâ > 127 | ARGBEGIN{ > | ^~~~~~~~ >../include/util.h:65:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 65 | if(!argv0) argv0=*argv; argv++, argc--; \ > | ^~~~ >cmd/wmii9menu.c:127:9: note: in expansion of macro âARGBEGINâ > 127 | ARGBEGIN{ > | ^~~~~~~~ >CC cmd/clientutil.o >MAKE all cmd/wmii/ >make[2]: Entering directory '/var/tmp/portage/x11-wm/wmii-3.9.2-r8/work/wmii+ixp-3.9.2/cmd/wmii' >CC cmd/wmii/area.o >CC cmd/wmii/bar.o >cmd/wmii/bar.c:146:20: warning: the comparison will always evaluate as âtrueâ for the address of âtextâ will never be NULL [-Waddress] > 146 | if(b->text && strlen(b->text)) > | ^ >In file included from cmd/wmii/bar.c:4: >cmd/wmii/dat.h:150:17: note: âtextâ declared here > 150 | char text[256]; > | ^~~~ >CC cmd/wmii/client.o >cmd/wmii/client.c:213:16: warning: variable âfâ set but not used [-Wunused-but-set-variable] > 213 | Frame *f; > | ^ >cmd/wmii/client.c:848:22: warning: variable âcrâ set but not used [-Wunused-but-set-variable] > 848 | Rectangle r, cr; > | ^~ >CC cmd/wmii/column.o >cmd/wmii/column.c:121:15: warning: variable âaâ set but not used [-Wunused-but-set-variable] > 121 | Area *a; > | ^ >cmd/wmii/column.c:295:21: warning: variable âafterâ set but not used [-Wunused-but-set-variable] > 295 | int before, after; > | ^~~~~ >cmd/wmii/column.c:295:13: warning: variable âbeforeâ set but not used [-Wunused-but-set-variable] > 295 | int before, after; > | ^~~~~~ >CC cmd/wmii/div.o >CC cmd/wmii/error.o >CC cmd/wmii/event.o >CC cmd/wmii/ewmh.o >CC cmd/wmii/float.o >CC cmd/wmii/frame.o >CC cmd/wmii/fs.o > 188 | write(2, buf, n); > | ^~~~~~~~~~~~~~~~ >CC cmd/wmii/geom.o >CC cmd/wmii/key.o >cmd/wmii/key.c:133:17: warning: âXKeycodeToKeysymâ is deprecated [-Wdeprecated-declarations] > 133 | sym = XKeycodeToKeysym(display, e.xkey.keycode, 0); > | ^~~ >In file included from ../../include/x11.h:7, > from cmd/wmii/dat.h:18, > from cmd/wmii/key.c:5: >/usr/include/X11/Xlib.h:1683:15: note: declared here > 1683 | extern KeySym XKeycodeToKeysym( > | ^~~~~~~~~~~~~~~~ >cmd/wmii/key.c:163:22: warning: variable âiâ set but not used [-Wunused-but-set-variable] > 163 | volatile int i; /* shut up ken */ > | ^ >CC cmd/wmii/layout.o >cmd/wmii/layout.c:150:15: warning: variable âvâ set but not used [-Wunused-but-set-variable] > 150 | View *v; > | ^ >cmd/wmii/layout.c:203:15: warning: variable âvâ set but not used [-Wunused-but-set-variable] > 203 | View *v; > | ^ >CC cmd/wmii/main.o >In file included from cmd/wmii/dat.h:15, > from cmd/wmii/main.c:6: >../../include/util.h:65:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 65 | if(!argv0) argv0=*argv; argv++, argc--; \ > | ^~ >cmd/wmii/main.c:358:9: note: in expansion of macro âARGBEGINâ > 358 | ARGBEGIN{ > | ^~~~~~~~ >../../include/util.h:65:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 65 | if(!argv0) argv0=*argv; argv++, argc--; \ > | ^~~~ >cmd/wmii/main.c:358:9: note: in expansion of macro âARGBEGINâ > 358 | ARGBEGIN{ > | ^~~~~~~~ > 275 | read(fd[0], buf, 1); > | ^~~~~~~~~~~~~~~~~~~ >CC cmd/wmii/map.o >CC cmd/wmii/message.o >CC cmd/wmii/mouse.o >CC cmd/wmii/print.o >CC cmd/wmii/root.o >CC cmd/wmii/rule.o >CC cmd/wmii/printevent.o >CC cmd/wmii/screen.o >CC cmd/wmii/_util.o > 89 | write(p[1], &errno, sizeof errno); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >CC cmd/wmii/view.o >CC cmd/wmii/xdnd.o >CC cmd/wmii/x11.o > 1121 | system(sxprint("DISPLAY=%s wiwarp %d %d", real, pt.x, pt.y)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >CC cmd/wmii/xext.o >LD cmd/wmii/wmii.out >lto-wrapper: warning: using serial compilation of 3 LTRANS jobs >lto-wrapper: note: see the â-fltoâ option documentation for more information >make[2]: Leaving directory '/var/tmp/portage/x11-wm/wmii-3.9.2-r8/work/wmii+ixp-3.9.2/cmd/wmii' >MAKE all cmd/menu/ >make[2]: Entering directory '/var/tmp/portage/x11-wm/wmii-3.9.2-r8/work/wmii+ixp-3.9.2/cmd/menu' >CC cmd/menu/main.o >In file included from cmd/menu/dat.h:10, > from cmd/menu/main.c:7: >../../include/util.h:65:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 65 | if(!argv0) argv0=*argv; argv++, argc--; \ > | ^~ >cmd/menu/main.c:238:9: note: in expansion of macro âARGBEGINâ > 238 | ARGBEGIN{ > | ^~~~~~~~ >../../include/util.h:65:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 65 | if(!argv0) argv0=*argv; argv++, argc--; \ > | ^~~~ >cmd/menu/main.c:238:9: note: in expansion of macro âARGBEGINâ > 238 | ARGBEGIN{ > | ^~~~~~~~ > 151 | write(1, input.string, input.pos - input.string); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 152 | write(1, "\n", 1); > | ^~~~~~~~~~~~~~~~~ > 153 | write(1, input.pos, input.end - input.pos); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 154 | write(1, "\n", 1); > | ^~~~~~~~~~~~~~~~~ >CC cmd/menu/caret.o >CC cmd/menu/history.o >CC cmd/menu/event.o >cmd/menu/event.c:159:20: warning: variable âsel_screenâ set but not used [-Wunused-but-set-variable] > 159 | static int sel_screen; > | ^~~~~~~~~~ >CC cmd/menu/menu.o >cmd/menu/menu.c:233:21: warning: variable âpadâ set but not used [-Wunused-but-set-variable] > 233 | int height, pad; > | ^~~ >CC cmd/menu/keys.o >CC cmd/menu/bindings.o >LD cmd/menu/wimenu.out >../wmii/dat.h:382:17: error: type of âcursorâ does not match original declaration [-Werror=lto-type-mismatch] > 382 | EXTERN Cursor cursor[CurLast]; > | ^ >dat.h:82:17: note: array types have different bounds > 82 | EXTERN Cursor cursor[1]; > | ^ >dat.h:82:17: note: âcursorâ was previously declared here >../wmii/fns.h:215:9: error: type of âinit_screensâ does not match original declaration [-Werror=lto-type-mismatch] > 215 | void init_screens(void); > | ^ >main.c:193:1: note: type mismatch in parameter 1 > 193 | init_screens(int screen_hint) { > | ^ >main.c:193:1: note: type âintâ should match type âvoidâ >main.c:193:1: note: âinit_screensâ was previously declared here >lto1: some warnings being treated as errors >lto-wrapper: fatal error: x86_64-pc-linux-gnu-gcc returned 1 exit status >compilation terminated. >/usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: error: lto-wrapper failed >collect2: error: ld returned 1 exit status >make[2]: *** [../../mk/one.mk:25: wimenu.out] Error 1 >make[2]: Leaving directory '/var/tmp/portage/x11-wm/wmii-3.9.2-r8/work/wmii+ixp-3.9.2/cmd/menu' >make[1]: *** [../mk/dir.mk:16: dall] Error 2 >make[1]: Leaving directory '/var/tmp/portage/x11-wm/wmii-3.9.2-r8/work/wmii+ixp-3.9.2/cmd' >make: *** [mk/dir.mk:16: dall] Error 2 > * ERROR: x11-wm/wmii-3.9.2-r8::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=x11-wm/wmii-3.9.2-r8::gentoo'`, > * the complete build log and the output of `emerge -pqv '=x11-wm/wmii-3.9.2-r8::gentoo'`. > * The complete build log is located at '/var/log/portage/x11-wm:wmii-3.9.2-r8:20241028-003439.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/x11-wm/wmii-3.9.2-r8/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/x11-wm/wmii-3.9.2-r8/temp/environment'. > * Working directory: '/var/tmp/portage/x11-wm/wmii-3.9.2-r8/work/wmii+ixp-3.9.2' > * S: '/var/tmp/portage/x11-wm/wmii-3.9.2-r8/work/wmii+ixp-3.9.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 942410
:
907123
|
907124
|
907125
|
907126
|
907127
|
907128
|
907129
|
907130
| 907131