bugzilla-daemon at freedesktop.org
2013-Feb-06 14:52 UTC
[Nouveau] [Bug 60369] New: src/nouveau_exa.c:142:31: error: 'CREATE_PIXMAP_USAGE_SHARED' undeclared (first use in this function)
https://bugs.freedesktop.org/show_bug.cgi?id=60369 Priority: medium Bug ID: 60369 CC: airlied at freedesktop.org Assignee: nouveau at lists.freedesktop.org Summary: src/nouveau_exa.c:142:31: error: 'CREATE_PIXMAP_USAGE_SHARED' undeclared (first use in this function) QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: fabio.ped at libero.it Hardware: x86 (IA32) Status: NEW Version: git Component: Driver/nouveau Product: xorg Compiling on Ubuntu 12.04 leads to this error: make[3]: Entering directory `/build/buildd/xserver-xorg-video-nouveau-1.0.6+git1302061522.e8f222~gd~p/build/src' CC nouveau_exa.lo ../../src/nouveau_exa.c: In function 'nouveau_exa_create_pixmap': ../../src/nouveau_exa.c:142:31: error: 'CREATE_PIXMAP_USAGE_SHARED' undeclared (first use in this function) ../../src/nouveau_exa.c:142:31: note: each undeclared identifier is reported only once for each function it appears in make[3]: *** [nouveau_exa.lo] Error 1 Full log here: https://launchpadlibrarian.net/130533746/buildlog_ubuntu-precise-i386.xserver-xorg-video-nouveau_1%3A1.0.6%2Bgit1302061522.e8f222~gd~p_FAILEDTOBUILD.txt.gz Compiles fine on Ubuntu 12.10. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130206/a7f59e11/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Feb-07 00:49 UTC
[Nouveau] [Bug 60369] src/nouveau_exa.c:142:31: error: 'CREATE_PIXMAP_USAGE_SHARED' undeclared (first use in this function)
https://bugs.freedesktop.org/show_bug.cgi?id=60369 Dave Airlie <airlied at freedesktop.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Dave Airlie <airlied at freedesktop.org> --- just pushed a fix, try again, reopen if it has another issue, thanks for testing. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130207/54c08439/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Feb-07 08:45 UTC
[Nouveau] [Bug 60369] src/nouveau_exa.c:142:31: error: 'CREATE_PIXMAP_USAGE_SHARED' undeclared (first use in this function)
https://bugs.freedesktop.org/show_bug.cgi?id=60369 Fabio Pedretti <fabio.ped at libero.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #2 from Fabio Pedretti <fabio.ped at libero.it> --- Thanks, that one is fixed, there is another issue later on however: CC drmmode_display.lo ../../src/drmmode_display.c: In function 'drmmode_set_mode_major': ../../src/drmmode_display.c:349:22: error: 'struct _rrCrtc' has no member named 'scanout_pixmap' ../../src/drmmode_display.c: In function 'drmmode_set_scanout_pixmap': ../../src/drmmode_display.c:550:23: error: 'struct _rrCrtc' has no member named 'scanout_pixmap' ../../src/drmmode_display.c:551:4: warning: implicit declaration of function 'PixmapStopDirtyTracking' [-Wimplicit-function-declaration] ../../src/drmmode_display.c:551:44: error: 'struct _rrCrtc' has no member named 'scanout_pixmap' ../../src/drmmode_display.c:566:2: warning: implicit declaration of function 'PixmapStartDirtyTracking' [-Wimplicit-function-declaration] ../../src/drmmode_display.c:546:27: warning: unused variable 'drmmode_crtc' [-Wunused-variable] ../../src/drmmode_display.c: At top level: ../../src/drmmode_display.c:582:2: error: unknown field 'set_scanout_pixmap' specified in initializer ../../src/drmmode_display.c:582:2: warning: initialization from incompatible pointer type [enabled by default] ../../src/drmmode_display.c:582:2: warning: (near initialization for 'drmmode_crtc_funcs.shadow_allocate') [enabled by default] Full log here: https://launchpadlibrarian.net/130610608/buildlog_ubuntu-precise-amd64.xserver-xorg-video-nouveau_1%3A1.0.6%2Bgit1302070927.61a277~gd~p_FAILEDTOBUILD.txt.gz -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130207/1100109a/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Feb-10 23:58 UTC
[Nouveau] [Bug 60369] src/nouveau_exa.c:142:31: error: 'CREATE_PIXMAP_USAGE_SHARED' undeclared (first use in this function)
https://bugs.freedesktop.org/show_bug.cgi?id=60369 Dave Airlie <airlied at freedesktop.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Dave Airlie <airlied at freedesktop.org> --- okay try again :-) -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130210/8759546e/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Feb-11 13:32 UTC
[Nouveau] [Bug 60369] src/nouveau_exa.c:142:31: error: 'CREATE_PIXMAP_USAGE_SHARED' undeclared (first use in this function)
https://bugs.freedesktop.org/show_bug.cgi?id=60369 --- Comment #4 from Fabio Pedretti <fabio.ped at libero.it> --- It's OK now, thanks! -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130211/5a048ab4/attachment.html>
Possibly Parallel Threads
- [PATCH xf86-video-nouveau] Properly cleanup fb for reverse-prime-offload
- [PATCH] adapt to HAS_DIRTYTRACKING_DRAWABLE_SRC changes
- [PATCH xserver] Make PixmapDirtyUpdateRec::src a DrawablePtr
- Compilation error in nouveau_exa.c
- nouveau xorg driver - compile error