Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139297 - emerge libXfixes-4.0.1 failed
Summary: emerge libXfixes-4.0.1 failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-05 05:39 UTC by baso
Modified: 2006-07-05 09:20 UTC (History)
0 users

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


Attachments
emerge --info (emerge_info.txt,8.62 KB, text/plain)
2006-07-05 05:40 UTC, baso
Details

Note You need to log in before you can comment on or make changes to this bug.
Description baso 2006-07-05 05:39:07 UTC
Cursor.c: In function 'XFixesHideCursor':
Cursor.c:246: error: 'xXFixesHideCursorReq' undeclared (first use in this function)
Cursor.c:246: error: (Each undeclared identifier is reported only once
Cursor.c:246: error: for each function it appears in.)
Cursor.c:246: error: 'req' undeclared (first use in this function)
Cursor.c:252: error: 'sz_xXFixesHideCursorReq' undeclared (first use in this function)
Cursor.c:252: error: expected expression before ')' token
Cursor.c:252: error: 'X_XFixesHideCursor' undeclared (first use in this function)
Cursor.c: In function 'XFixesShowCursor':
Cursor.c:264: error: 'xXFixesShowCursorReq' undeclared (first use in this function)
Cursor.c:264: error: 'req' undeclared (first use in this function)
Cursor.c:270: error: 'sz_xXFixesShowCursorReq' undeclared (first use in this function)
Cursor.c:270: error: expected expression before ')' token
Cursor.c:270: error: 'X_XFixesShowCursor' undeclared (first use in this function)
make[2]: *** [Cursor.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/libXfixes-4.0.1/work/libXfixes-4.0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libXfixes-4.0.1/work/libXfixes-4.0.1'
make: *** [all] Error 2

!!! ERROR: x11-libs/libXfixes-4.0.1 failed.
Call stack:
  ebuild.sh, line 1545:   Called dyn_compile
  ebuild.sh, line 940:   Called src_compile
  ebuild.sh, line 1254:   Called x-modular_src_compile
  x-modular.eclass, line 327:   Called x-modular_src_make
  x-modular.eclass, line 322:   Called die
Comment 1 baso 2006-07-05 05:40:09 UTC
Created attachment 90960 [details]
emerge --info
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2006-07-05 05:44:01 UTC
Emerge or re-emerge "x11-proto/fixesproto" and close this bug if it works.
Comment 3 baso 2006-07-05 05:53:43 UTC
emerge libXfixes solved re-emerging 11-proto/fixesproto, but a similar error remains for libXScrnSaver:

XScrnSaver.Tpo -c XScrnSaver.c  -fPIC -DPIC -o .libs/XScrnSaver.o
XScrnSaver.c: In function 'XScreenSaverSuspend':
XScrnSaver.c:448: error: 'xScreenSaverSuspendReq' undeclared (first use in this function)
XScrnSaver.c:448: error: (Each undeclared identifier is reported only once
XScrnSaver.c:448: error: for each function it appears in.)
XScrnSaver.c:448: error: 'req' undeclared (first use in this function)
XScrnSaver.c:453: error: 'sz_xScreenSaverSuspendReq' undeclared (first use in this function)
XScrnSaver.c:453: error: expected expression before ')' token
XScrnSaver.c:453: error: 'X_ScreenSaverSuspend' undeclared (first use in this function)
make[2]: *** [XScrnSaver.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/libXScrnSaver-1.1.0/work/libXScrnSaver-1.1.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libXScrnSaver-1.1.0/work/libXScrnSaver-1.1.0'
make: *** [all] Error 2

!!! ERROR: x11-libs/libXScrnSaver-1.1.0 failed.
Call stack:
  ebuild.sh, line 1545:   Called dyn_compile
  ebuild.sh, line 940:   Called src_compile
  ebuild.sh, line 1254:   Called x-modular_src_compile
  x-modular.eclass, line 327:   Called x-modular_src_make
  x-modular.eclass, line 322:   Called die
Comment 4 Donnie Berkholz (RETIRED) gentoo-dev 2006-07-05 09:08:41 UTC
Can you emerge x11-proto/scrnsaverproto again?
Comment 5 baso 2006-07-05 09:20:04 UTC
Solved.