Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 71541 Details for
Bug 110585
Nestra 0.66-7 fails to build due to broken/missing include path in makefile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
stderr output of emerge when attempting 'emerge nestra'
nestra_emerge_output.txt (text/plain), 17.17 KB, created by
Kyle Hokanson
on 2005-10-26 20:13:51 UTC
(
hide
)
Description:
stderr output of emerge when attempting 'emerge nestra'
Filename:
MIME Type:
Creator:
Kyle Hokanson
Created:
2005-10-26 20:13:51 UTC
Size:
17.17 KB
patch
obsolete
>Calculating dependencies >>> Unpacking source... >>>> Unpacking nestra-0.66.tar.gz to /var/tmp/portage/nestra-0.66-r1/work >tar: A lone zero block at 480 >>>> Unpacking nestra_0.66-7.diff.gz to /var/tmp/portage/nestra-0.66-r1/work > [32;01m*[0m Applying nestra_0.66-7.diff ... >[A[123G [34;01m[ [32;01mok[34;01m ][0m >>>> Source unpacked. >i686-pc-linux-gnu-gcc -march=k8 -O2 -pipe -fomit-frame-pointer -m32 comptbl.c -o comptbl >i686-pc-linux-gnu-gcc -march=k8 -O2 -pipe -fomit-frame-pointer -m32 -c x86.S >comptbl.c: In function `main': >comptbl.c:29: warning: return type of 'main' is not `int' >i686-pc-linux-gnu-gcc -march=k8 -O2 -pipe -fomit-frame-pointer -m32 -c dynrec.c >i686-pc-linux-gnu-gcc -march=k8 -O2 -pipe -fomit-frame-pointer -m32 -c d6502.c >i686-pc-linux-gnu-gcc -march=k8 -O2 -pipe -fomit-frame-pointer -m32 -c io.c >i686-pc-linux-gnu-gcc -march=k8 -O2 -pipe -fomit-frame-pointer -m32 -c mapper.c >i686-pc-linux-gnu-gcc -march=k8 -O2 -pipe -fomit-frame-pointer -m32 -c x11.c >x11.c:4:22: X11/Xlib.h: No such file or directory >x11.c:5:24: X11/keysym.h: No such file or directory >x11.c:6:23: X11/Xutil.h: No such file or directory >x11.c:15: error: parse error before '*' token >x11.c:15: warning: data definition has no type or storage class >x11.c:16: error: parse error before '*' token >x11.c:16: warning: data definition has no type or storage class >x11.c:17: error: parse error before "rootwindow" >x11.c:17: warning: data definition has no type or storage class >x11.c:19: error: parse error before "colormap" >x11.c:19: warning: data definition has no type or storage class >x11.c:20: error: parse error before "ev" >x11.c:20: warning: data definition has no type or storage class >x11.c:22: error: parse error before "gc" >x11.c:22: warning: data definition has no type or storage class >x11.c:23: error: parse error before "addgc" >x11.c:23: warning: data definition has no type or storage class >x11.c:24: error: parse error before "backgroundgc" >x11.c:24: warning: data definition has no type or storage class >x11.c:25: error: parse error before "color1gc" >x11.c:25: warning: data definition has no type or storage class >x11.c:26: error: parse error before "spritesolidcolorgc" >x11.c:26: warning: data definition has no type or storage class >x11.c:27: error: parse error before "planegc" >x11.c:27: warning: data definition has no type or storage class >x11.c:29: error: parse error before "sizehints" >x11.c:29: warning: data definition has no type or storage class >x11.c:30: error: parse error before "GCValues" >x11.c:30: warning: data definition has no type or storage class >x11.c:31: error: parse error before "windowattrib" >x11.c:31: warning: data definition has no type or storage class >x11.c:34: error: parse error before "color" >x11.c:34: warning: data definition has no type or storage class >x11.c:38: error: parse error before "background" >x11.c:38: warning: data definition has no type or storage class >x11.c:39: error: parse error before "bgplane1" >x11.c:39: warning: data definition has no type or storage class >x11.c:40: error: parse error before "tilecache1" >x11.c:40: warning: data definition has no type or storage class >x11.c:41: error: parse error before "layout" >x11.c:41: warning: data definition has no type or storage class >x11.c:42: error: parse error before '*' token >x11.c:42: warning: data definition has no type or storage class >x11.c:44: error: parse error before '*' token >x11.c:44: warning: data definition has no type or storage class >x11.c: In function `InitDisplay': >x11.c:113: warning: assignment makes pointer from integer without a cast >x11.c:116: warning: assignment makes pointer from integer without a cast >x11.c:131: error: request for member `red' in something not a structure or union >x11.c:132: error: request for member `green' in something not a structure or union >x11.c:133: error: request for member `blue' in something not a structure or union >x11.c:134: error: request for member `flags' in something not a structure or union >x11.c:134: error: `DoRed' undeclared (first use in this function) >x11.c:134: error: (Each undeclared identifier is reported only once >x11.c:134: error: for each function it appears in.) >x11.c:134: error: `DoGreen' undeclared (first use in this function) >x11.c:134: error: `DoBlue' undeclared (first use in this function) >x11.c:137: error: request for member `pixel' in something not a structure or union >x11.c:146: error: request for member `red' in something not a structure or union >x11.c:147: error: request for member `green' in something not a structure or union >x11.c:148: error: request for member `blue' in something not a structure or union >x11.c:149: error: request for member `flags' in something not a structure or union >x11.c:155: error: request for member `pixel' in something not a structure or union >x11.c:171: error: request for member `function' in something not a structure or union >x11.c:171: error: `GXor' undeclared (first use in this function) >x11.c:172: error: `GCFunction' undeclared (first use in this function) >x11.c:173: error: request for member `function' in something not a structure or union >x11.c:173: error: `GXand' undeclared (first use in this function) >x11.c:179: error: request for member `function' in something not a structure or union >x11.c:185: error: request for member `function' in something not a structure or union >x11.c:185: error: `GXcopy' undeclared (first use in this function) >x11.c:194: error: request for member `flags' in something not a structure or union >x11.c:194: error: `PMinSize' undeclared (first use in this function) >x11.c:194: error: `PMaxSize' undeclared (first use in this function) >x11.c:194: error: `PResizeInc' undeclared (first use in this function) >x11.c:194: error: `PAspect' undeclared (first use in this function) >x11.c:194: error: `PBaseSize' undeclared (first use in this function) >x11.c:195: error: request for member `min_width' in something not a structure or union >x11.c:196: error: request for member `min_height' in something not a structure or union >x11.c:197: error: request for member `max_width' in something not a structure or union >x11.c:198: error: request for member `max_height' in something not a structure or union >x11.c:199: error: request for member `width_inc' in something not a structure or union >x11.c:200: error: request for member `height_inc' in something not a structure or union >x11.c:201: error: request for member `min_aspect' in something not a structure or union >x11.c:202: error: request for member `min_aspect' in something not a structure or union >x11.c:203: error: request for member `max_aspect' in something not a structure or union >x11.c:204: error: request for member `max_aspect' in something not a structure or union >x11.c:205: error: request for member `base_width' in something not a structure or union >x11.c:206: error: request for member `base_height' in something not a structure or union >x11.c:226: error: request for member `function' in something not a structure or union >x11.c:226: error: `GXnor' undeclared (first use in this function) >x11.c:228: error: request for member `function' in something not a structure or union >x11.c:230: error: request for member `function' in something not a structure or union >x11.c:230: error: `GXxor' undeclared (first use in this function) >x11.c:237: error: `XYBitmap' undeclared (first use in this function) >x11.c:237: warning: assignment makes pointer from integer without a cast >x11.c:238: warning: assignment makes pointer from integer without a cast >x11.c:240: error: `KeyPressMask' undeclared (first use in this function) >x11.c:240: error: `KeyReleaseMask' undeclared (first use in this function) >x11.c:240: error: `ExposureMask' undeclared (first use in this function) >x11.c:240: error: `FocusChangeMask' undeclared (first use in this function) >x11.c:240: error: `KeymapStateMask' undeclared (first use in this function) >x11.c:247: error: `ZPixmap' undeclared (first use in this function) >x11.c:247: warning: assignment makes pointer from integer without a cast >x11.c:249: warning: assignment makes pointer from integer without a cast >x11.c: In function `HandleKeyboard': >x11.c:255: error: `KeySym' undeclared (first use in this function) >x11.c:255: error: parse error before "keysym" >x11.c:257: error: request for member `type' in something not a structure or union >x11.c:257: error: `KeyPress' undeclared (first use in this function) >x11.c:257: error: `keysym' undeclared (first use in this function) >x11.c:257: error: `XK_Escape' undeclared (first use in this function) >x11.c:263: error: `XK_Return' undeclared (first use in this function) >x11.c:264: error: request for member `type' in something not a structure or union >x11.c:266: error: request for member `type' in something not a structure or union >x11.c:266: error: `KeyRelease' undeclared (first use in this function) >x11.c:269: error: `XK_Tab' undeclared (first use in this function) >x11.c:270: error: request for member `type' in something not a structure or union >x11.c:272: error: request for member `type' in something not a structure or union >x11.c:275: error: `XK_Up' undeclared (first use in this function) >x11.c:276: error: request for member `type' in something not a structure or union >x11.c:278: error: request for member `type' in something not a structure or union >x11.c:281: error: `XK_Down' undeclared (first use in this function) >x11.c:282: error: request for member `type' in something not a structure or union >x11.c:284: error: request for member `type' in something not a structure or union >x11.c:287: error: `XK_Left' undeclared (first use in this function) >x11.c:288: error: request for member `type' in something not a structure or union >x11.c:290: error: request for member `type' in something not a structure or union >x11.c:293: error: `XK_Right' undeclared (first use in this function) >x11.c:294: error: request for member `type' in something not a structure or union >x11.c:296: error: request for member `type' in something not a structure or union >x11.c:299: error: `XK_Z' undeclared (first use in this function) >x11.c:300: error: `XK_z' undeclared (first use in this function) >x11.c:301: error: `XK_X' undeclared (first use in this function) >x11.c:302: error: `XK_x' undeclared (first use in this function) >x11.c:303: error: `XK_D' undeclared (first use in this function) >x11.c:304: error: `XK_d' undeclared (first use in this function) >x11.c:305: error: `XK_Shift_L' undeclared (first use in this function) >x11.c:306: error: request for member `type' in something not a structure or union >x11.c:308: error: request for member `type' in something not a structure or union >x11.c:311: error: `XK_A' undeclared (first use in this function) >x11.c:312: error: `XK_a' undeclared (first use in this function) >x11.c:313: error: `XK_C' undeclared (first use in this function) >x11.c:314: error: `XK_c' undeclared (first use in this function) >x11.c:315: error: `XK_space' undeclared (first use in this function) >x11.c:316: error: request for member `type' in something not a structure or union >x11.c:318: error: request for member `type' in something not a structure or union >x11.c:324: error: request for member `type' in something not a structure or union >x11.c:327: error: `XK_F1' undeclared (first use in this function) >x11.c:330: error: `XK_F2' undeclared (first use in this function) >x11.c:333: error: `XK_F3' undeclared (first use in this function) >x11.c:336: error: `XK_F4' undeclared (first use in this function) >x11.c:339: error: `XK_F5' undeclared (first use in this function) >x11.c:342: error: `XK_F6' undeclared (first use in this function) >x11.c:345: error: `XK_F9' undeclared (first use in this function) >x11.c:348: error: `XK_Pause' undeclared (first use in this function) >x11.c:351: error: `XK_grave' undeclared (first use in this function) >x11.c:357: error: `XK_1' undeclared (first use in this function) >x11.c:363: error: `XK_2' undeclared (first use in this function) >x11.c:369: error: `XK_3' undeclared (first use in this function) >x11.c:375: error: `XK_4' undeclared (first use in this function) >x11.c:381: error: `XK_5' undeclared (first use in this function) >x11.c:387: error: `XK_6' undeclared (first use in this function) >x11.c:393: error: `XK_7' undeclared (first use in this function) >x11.c:399: error: `XK_8' undeclared (first use in this function) >x11.c:405: error: `XK_0' undeclared (first use in this function) >x11.c: In function `UpdateDisplay': >x11.c:414: error: `Window' undeclared (first use in this function) >x11.c:414: error: parse error before "root" >x11.c:448: error: request for member `type' in something not a structure or union >x11.c:451: error: request for member `type' in something not a structure or union >x11.c:451: error: `DestroyNotify' undeclared (first use in this function) >x11.c:452: error: request for member `type' in something not a structure or union >x11.c:452: error: `FocusIn' undeclared (first use in this function) >x11.c:453: error: request for member `type' in something not a structure or union >x11.c:453: error: `FocusOut' undeclared (first use in this function) >x11.c:454: error: request for member `type' in something not a structure or union >x11.c:454: error: `KeyPress' undeclared (first use in this function) >x11.c:454: error: request for member `type' in something not a structure or union >x11.c:454: error: `KeyRelease' undeclared (first use in this function) >x11.c:455: error: request for member `type' in something not a structure or union >x11.c:455: error: `KeymapNotify' undeclared (first use in this function) >x11.c:455: error: `XKeymapEvent' undeclared (first use in this function) >x11.c:455: error: parse error before ')' token >x11.c:456: error: request for member `type' in something not a structure or union >x11.c:456: error: `Expose' undeclared (first use in this function) >x11.c:470: error: request for member `type' in something not a structure or union >x11.c:474: error: `root' undeclared (first use in this function) >x11.c: In function `UpdateDisplay_orig': >x11.c:524: error: `Window' undeclared (first use in this function) >x11.c:524: error: parse error before "root" >x11.c:564: error: request for member `type' in something not a structure or union >x11.c:567: error: request for member `type' in something not a structure or union >x11.c:567: error: `DestroyNotify' undeclared (first use in this function) >x11.c:568: error: request for member `type' in something not a structure or union >x11.c:568: error: `FocusIn' undeclared (first use in this function) >x11.c:569: error: request for member `type' in something not a structure or union >x11.c:569: error: `FocusOut' undeclared (first use in this function) >x11.c:570: error: request for member `type' in something not a structure or union >x11.c:570: error: `KeyPress' undeclared (first use in this function) >x11.c:570: error: request for member `type' in something not a structure or union >x11.c:570: error: `KeyRelease' undeclared (first use in this function) >x11.c:571: error: request for member `type' in something not a structure or union >x11.c:571: error: `KeymapNotify' undeclared (first use in this function) >x11.c:571: error: `XKeymapEvent' undeclared (first use in this function) >x11.c:571: error: parse error before ')' token >x11.c:572: error: request for member `type' in something not a structure or union >x11.c:572: error: `Expose' undeclared (first use in this function) >x11.c:586: error: request for member `type' in something not a structure or union >x11.c:590: error: `root' undeclared (first use in this function) >x11.c: In function `dobackground': >x11.c:623: error: `Pixmap' undeclared (first use in this function) >x11.c:623: error: parse error before "plane1" >x11.c:631: error: `plane1' undeclared (first use in this function) >x11.c:631: error: `plane2' undeclared (first use in this function) >x11.c:631: error: `plane3' undeclared (first use in this function) >x11.c:631: error: `bgplane' undeclared (first use in this function) >x11.c: In function `update_colors': >x11.c:1084: error: request for member `pixel' in something not a structure or union >x11.c:1085: error: request for member `red' in something not a structure or union >x11.c:1086: error: request for member `green' in something not a structure or union >x11.c:1087: error: request for member `blue' in something not a structure or union >x11.c:1088: error: request for member `flags' in something not a structure or union >x11.c:1088: error: `DoRed' undeclared (first use in this function) >x11.c:1088: error: `DoGreen' undeclared (first use in this function) >x11.c:1088: error: `DoBlue' undeclared (first use in this function) >x11.c:1116: error: request for member `pixel' in something not a structure or union >x11.c:1117: error: request for member `red' in something not a structure or union >x11.c:1118: error: request for member `green' in something not a structure or union >x11.c:1119: error: request for member `blue' in something not a structure or union >x11.c:1120: error: request for member `flags' in something not a structure or union >i686-pc-linux-gnu-gcc -march=k8 -O2 -pipe -fomit-frame-pointer -m32 -c fb.c >make: *** [x11.o] Error 1 >make: *** Waiting for unfinished jobs.... > >!!! ERROR: games-emulation/nestra-0.66-r1 failed. >!!! Function games_src_compile, Line 166, Exitcode 2 >!!! emake failed >!!! If you need support, post the topmost build error, NOT this status message. > > ...done! >>>> emerge (1 of 1) games-emulation/nestra-0.66-r1 to / >>>> md5 files ;-) nestra-0.66-r1.ebuild >>>> md5 files ;-) files/digest-nestra-0.66-r1 >>>> md5 src_uri ;-) nestra-0.66.tar.gz >>>> md5 src_uri ;-) nestra_0.66-7.diff.gz
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 110585
: 71541 |
71542
|
71543
|
71544
|
71557
|
71559