Page 1 of 1

error emerging x11-libs/libdmx-1.0.2

Posted: Sat Dec 02, 2006 1:34 pm
by jeokeefx

Code: Select all

!!! ERROR: x11-libs/libdmx-1.0.2 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  ebuild.sh, line 1255:   Called x-modular_src_compile
  x-modular.eclass, line 333:   Called x-modular_src_make
  x-modular.eclass, line 328:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Trying to emerge xorg , and getting this error any ideas ?

Posted: Sat Dec 02, 2006 1:37 pm
by dopey
What were the error messages before that one?

Posted: Sat Dec 02, 2006 2:07 pm
by jeokeefx

Code: Select all

dmx.c:761: error: `screen' undeclared (first use in this function)
dmx.c:764: error: `dpy' undeclared (first use in this function)
dmx.c:764: error: `newId' undeclared (first use in this function)
dmx.c: At top level:
dmx.c:768: error: syntax error before "DMXAddConsoleInput"
dmx.c:768: error: syntax error before '*' token
dmx.c: In function `DMXAddConsoleInput':
dmx.c:771: error: syntax error before "attr"
dmx.c:775: error: `attr' undeclared (first use in this function)
dmx.c:779: error: `dpy' undeclared (first use in this function)
dmx.c:779: error: `newId' undeclared (first use in this function)
dmx.c: At top level:
dmx.c:783: error: syntax error before "DMXRemoveInput"
dmx.c:783: error: syntax error before '*' token
dmx.c: In function `DMXRemoveInput':
dmx.c:785: error: `XExtDisplayInfo' undeclared (first use in this function)
dmx.c:785: error: `dpy' undeclared (first use in this function)
dmx.c:786: error: syntax error before "rep"
dmx.c:787: error: `req' undeclared (first use in this function)
dmx.c:789: error: `False' undeclared (first use in this function)
dmx.c:795: error: `id' undeclared (first use in this function)
dmx.c:797: error: `xReply' undeclared (first use in this function)
dmx.c:797: error: syntax error before ')' token
dmx.c:797: error: `rep' undeclared (first use in this function)
dmx.c:797: error: `xFalse' undeclared (first use in this function)
dmx.c:804: error: `Success' undeclared (first use in this function)
dmx.c:804: error: `True' undeclared (first use in this function)
make[2]: *** [dmx.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/libdmx-1.0.2/work/libdmx-1.0.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libdmx-1.0.2/work/libdmx-1.0.2'
make: *** [all] Error 2

!!! ERROR: x11-libs/libdmx-1.0.2 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  ebuild.sh, line 1255:   Called x-modular_src_compile
  x-modular.eclass, line 333:   Called x-modular_src_make
  x-modular.eclass, line 328:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

Posted: Sun Dec 03, 2006 7:49 am
by dopey
Are there any errors before that? Usually errors of that nature are do to a missing header file. It seems the output you posted is still incomplete because it doesn't mention what caused all those other errors.