bugzilla-daemon at freedesktop.org
2013-Apr-29 11:01 UTC
[Nouveau] [Bug 64042] New: Mesalib Installation Error
https://bugs.freedesktop.org/show_bug.cgi?id=64042 Priority: medium Bug ID: 64042 Assignee: nouveau at lists.freedesktop.org Summary: Mesalib Installation Error Severity: normal Classification: Unclassified OS: All Reporter: andree.tago at gmail.com Hardware: Other Status: NEW Version: 7.10 Component: Drivers/DRI/nouveau Product: Mesa hello, I get the code source of Mesalib 7.11 and i configure this code export NOUVEAU_CFLAGS="-I/usr/include/drm/" export NOUVEAU_LIBS="-L/usr/local/lib/" ./confgure when i run make i get this errors : nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_pushbuf_flush' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_bo_pending' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_pushbuf_marker_undo' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_grobj_autobind' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_pushbuf_marker_emit' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_bo_unmap' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_channel_free' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_grobj_free' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_device_open_existing' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_pushbuf_emit_reloc' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_device_close' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_channel_alloc' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_bo_handle_get' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_bo_map' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_bo_new' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_bo_ref' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_bo_handle_ref' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_notifier_alloc' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_bo_new_tile' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_grobj_alloc' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_notifier_free' collect2: ld returned 1 exit status make[6]: *** [nouveau_vieux_dri.so] Error 1 make[6]: Leaving directory `/home/administrateur/Bureau/Mesa-7.11/src/mesa/drivers/dri/nouveau' Please Help Me -- 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/20130429/7850f68c/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Jun-20 00:53 UTC
[Nouveau] [Bug 64042] Mesalib Installation Error
https://bugs.freedesktop.org/show_bug.cgi?id=64042 Emil Velikov <emil.l.velikov at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Emil Velikov <emil.l.velikov at gmail.com> --- In order to build Mesa 7.11 you would need libdrm-nouveau 0.6 Two notes * In general you do not need to export either of those * I'm not too sure if the build system honors non default locations of headers and/or libraries Either way I would recommend working with mesa 9.0 or greater -- 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/20130620/c2bf510d/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Jun-20 00:54 UTC
[Nouveau] [Bug 64042] Mesalib Installation Error
https://bugs.freedesktop.org/show_bug.cgi?id=64042 --- Comment #2 from Emil Velikov <emil.l.velikov at gmail.com> --- *** Bug 64074 has been marked as a duplicate of this bug. *** -- 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/20130620/da77506e/attachment.html>