Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130430 - emerge libXp-1.0.0 failed
Summary: emerge libXp-1.0.0 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-04-18 23:05 UTC by anonjoe
Modified: 2018-03-11 20:11 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 anonjoe 2006-04-18 23:05:11 UTC
emerge libXp

[...]

XpAttr.c:44:37: X11/extensions/Printstr.h: No such file or directory
XpAttr.c:57: error: syntax error before "XPContext"
XpAttr.c: In function 'XpGetAttributes":

[...] 

XpAttr.c:127: error: syntax error before ')' token
XpAttr.c:127: error: `X_PrintGetOneAttribute' undeclared (first use in this function)
XpAttr.c:130: error: `type' undeclared (first use in this function)
XpAttr.c:131: error: `print_context' undeclared (first use in this function)
XpAttr.c:132: error: `attribute_name' undeclared (first use in this function)
XpAttr.c:140: error: `rep' undeclared (first use in this function)
XpAttr.c: At top level:
XpAttr.c:172: error: syntax error before "XPContext"
XpAttr.c: In function `XpSetAttributes':
XpAttr.c:178: error: `xPrintSetAttributesReq' undeclared (first use in this function)
XpAttr.c:178: error: `req' undeclared (first use in this function)
XpAttr.c:179: error: `dpy' undeclared (first use in this function)
XpAttr.c:182: error: `XP_DONT_CHECK' undeclared (first use in this function)
XpAttr.c:187: error: `sz_xPrintSetAttributesReq' undeclared (first use in this function)
XpAttr.c:187: error: syntax error before ')' token
XpAttr.c:187: error: `X_PrintSetAttributes' undeclared (first use in this function)
XpAttr.c:191: error: `print_context' undeclared (first use in this function)
XpAttr.c:192: error: `type' undeclared (first use in this function)
XpAttr.c:193: error: `replacement_rule' undeclared (first use in this function)
XpAttr.c:198: error: `pool' undeclared (first use in this function)
make[2]: *** [XpAttr.lo] Erreur 1
make[2]: Leaving directory `/var/tmp/portage/libXp-1.0.0/work/libXp-1.0.0/src'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/var/tmp/portage/libXp-1.0.0/work/libXp-1.0.0'
make: *** [all] Erreur 2

!!! ERROR: x11-libs/libXp-1.0.0 failed.
Call stack:
  ebuild.sh, line 1532:   Called dyn_compile
  ebuild.sh, line 929:   Called src_compile
  ebuild.sh, line 1242:   Called x-modular_src_compile
  x-modular.eclass, line 304:   Called x-modular_src_make
  x-modular.eclass, line 299:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2006-04-19 09:25:30 UTC
Do you have printproto installed?

Please paste the last full compilation line as well.
Comment 2 anonjoe 2006-04-19 10:16:03 UTC
yes, but I tried to emerge again printproto, and now all seems ok.

Thank you.