Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 285294 - xf86-video-psb missing "psb_reg.h" and "psb_drm.h"
Summary: xf86-video-psb missing "psb_reg.h" and "psb_drm.h"
Status: RESOLVED DUPLICATE of bug 285288
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-17 10:41 UTC by Ray
Modified: 2009-09-17 11:14 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 Ray 2009-09-17 10:41:45 UTC
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.
Comment 1 Sebastian Luther (few) 2009-09-17 11:14:54 UTC

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