Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144425 - libX11-1.0.3 won't compile due to XF86Bigfont
Summary: libX11-1.0.3 won't compile due to XF86Bigfont
Status: RESOLVED DUPLICATE of bug 133671
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-19 08:50 UTC by A. Person
Modified: 2006-08-19 10:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description A. Person 2006-08-19 08:50:08 UTC
Trying to emerge libX11-1.0.3 fails with this:

Font.c:50:40: X11/extensions/xf86bigfstr.h: No such file or directory
Font.c: In function `_XF86BigfontCodes':
Font.c:371: error: `XF86BIGFONTNAME' undeclared (first use in this function)
Font.c:371: error: (Each undeclared identifier is reported only once
Font.c:371: error: for each function it appears in.)
Font.c:387: error: `xXF86BigfontQueryVersionReply' undeclared (first use in this function)
Font.c:387: error: syntax error before "reply"
Font.c:388: error: syntax error before '*' token
Font.c:392: error: `sz_xXF86BigfontQueryVersionReq' undeclared (first use in this function)
Font.c:392: error: `req' undeclared (first use in this function)
Font.c:392: error: `xXF86BigfontQueryVersionReq' undeclared (first use in this function)
Font.c:392: error: syntax error before ')' token
Font.c:392: error: `X_XF86BigfontQueryVersion' undeclared (first use in this function)
Font.c:396: error: `reply' undeclared (first use in this function)
Font.c:397: error: `sz_xXF86BigfontQueryVersionReply' undeclared (first use in this function)
Font.c: In function `_XF86BigfontQueryFont':
Font.c:441: error: `xXF86BigfontQueryFontReply' undeclared (first use in this function)
Font.c:441: error: syntax error before "reply"
Font.c:442: error: syntax error before '*' token
Font.c:462: error: `sz_xXF86BigfontQueryFontReq' undeclared (first use in this function)
Font.c:462: error: `req' undeclared (first use in this function)
Font.c:462: error: `xXF86BigfontQueryFontReq' undeclared (first use in this function)
Font.c:462: error: syntax error before ')' token
Font.c:462: error: `X_XF86BigfontQueryFont' undeclared (first use in this function)
Font.c:467: error: `XF86Bigfont_CAP_LocalShm' undeclared (first use in this function)
Font.c:467: error: `XF86Bigfont_FLAGS_Shm' undeclared (first use in this function)
Font.c:483: error: `reply' undeclared (first use in this function)
Font.c:484: error: `sz_xXF86BigfontQueryFontReply' undeclared (first use in this function)
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-08-19 09:02:17 UTC
(Re)emerge x11-proto/xf86bigfontproto. 
Comment 2 A. Person 2006-08-19 10:55:03 UTC
I remerged xf86bigfontproto and now I'm getting this error trying to update libX11:

OpenDis.c:38:38: X11/extensions/bigreqstr.h: No such file or directory
OpenDis.c: In function `XOpenDisplay':
OpenDis.c:642: error: `xBigReqEnableReq' undeclared (first use in this function)
OpenDis.c:642: error: (Each undeclared identifier is reported only once
OpenDis.c:642: error: for each function it appears in.)
OpenDis.c:642: error: `breq' undeclared (first use in this function)
OpenDis.c:643: error: `xBigReqEnableReply' undeclared (first use in this function)
OpenDis.c:643: error: syntax error before "brep"
OpenDis.c:652: error: `XBigReqExtensionName' undeclared (first use in this function)
OpenDis.c:677: error: `sz_xBigReqEnableReq' undeclared (first use in this function)
OpenDis.c:677: error: syntax error before ')' token
OpenDis.c:677: error: `X_BigReqEnable' undeclared (first use in this function)
OpenDis.c:680: error: `brep' undeclared (first use in this function)
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-08-19 10:57:32 UTC
Re-emerge x11-proto/bigreqsproto

*** This bug has been marked as a duplicate of 133671 ***