| Summary: | xf86-video-psb missing "psb_reg.h" and "psb_drm.h" | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Ray <rmahangoe> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | major | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
*** This bug has been marked as a duplicate of bug 285274 *** |
ERROR: x11-drivers/xf86-video-psb-0.31.0_p11 failed. Reproducible: Always Steps to Reproduce: 1. emerge xf86-video-psb Actual Results: ERROR: x11-drivers/xf86-video-psb-0.31.0_p11 failed. In file included from psb_lvds.c:35: psb_lvds.h:3:21: error: psb_reg.h: No such file or directory psb_driver.c:39:21: error: psb_reg.h: No such file or directory psb_accel.c:44:21: error: psb_reg.h: No such file or directory In file included from psb_driver.h:68, from psb_lvds.h:5, from psb_lvds.c:35: psb_dri.h:37:21: error: psb_drm.h: No such file or directory In file included from psb_driver.h:68, from psb_buffers.c:36: psb_dri.h:37:21: error: psb_drm.h: No such file or directory In file included from psb_driver.h:68, from psb_accel.c:46: psb_dri.h:37:21: error: psb_drm.h: No such file or directory In file included from psb_driver.h:68, from psb_driver.c:40: psb_dri.h:37:21: error: psb_drm.h: No such file or directory psb_lvds.c: In function 'psbLVDSModeFixup':make[1]: *** [psb_accel.lo] Error 1 psb_lvds.c:486: warning: suggest parentheses around && within || psb_lvds.c: In function 'psbGetLidStatus': psb_lvds.c:603: warning: unused variable 'pDevice' psb_driver.c: In function 'psbPreInit': psb_driver.c:828: error: 'PSB_PACKAGE_VERSION' undeclared (first use in this function) psb_driver.c:828: error: (Each undeclared identifier is reported only once psb_driver.c:828: error: for each function it appears in.) psb_driver.c: In function 'psbDeviceInit': psb_driver.c:1078: warning: passing argument 2 of 'pci_device_cfg_read_u32' from incompatible pointer type psb_driver.c:1118: warning: format '%08x' expects type 'unsigned int', but argument 4 has type 'long unsigned int' psb_driver.c:1154: warning: format '%08x' expects type 'unsigned int', but argument 5 has type 'long unsigned int' psb_driver.c:1154: warning: format '%08x' expects type 'unsigned int', but argument 6 has type 'long unsigned int' psb_driver.c:1232: warning: passing argument 2 of 'pci_device_cfg_read_u32' from incompatible pointer type make[1]: *** [psb_lvds.lo] Error 1 psb_driver.c: In function 'psbEngineHang': psb_driver.c:2275: error: 'PSB_CR_BIF_FAULT' undeclared (first use in this function) psb_driver.c:2276: error: 'PSB_CR_BIF_INT_STAT' undeclared (first use in this function) make[1]: *** [psb_driver.lo] Error 1 make[1]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-psb-0.31.0_p11/work/xserver-xorg-video-psb-0.31.0/src' make: *** [install-recursive] Error 1 Expected Results: missing "psb_reg.h" and "psb_drm.h" exist in the original source. after i take those 2 file from the original sources and put it in /var/tmp/portage/x11-drivers/xf86-video-psb-0.31.0_p11/work/xserver-xorg-video-psb-0.31.0/src/ compiling was ok, but X crashed.