From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org Subject: [Bug 64042] New: Mesalib Installation Error Date: Mon, 29 Apr 2013 11:01:27 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1855433781==" Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nouveau-bounces+gcfxn-nouveau=m.gmane.org-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Errors-To: nouveau-bounces+gcfxn-nouveau=m.gmane.org-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org List-Id: nouveau.vger.kernel.org --===============1855433781== Content-Type: multipart/alternative; boundary="1367233287.f5257a0.18437"; charset="us-ascii" --1367233287.f5257a0.18437 Date: Mon, 29 Apr 2013 11:01:27 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=64042 Priority: medium Bug ID: 64042 Assignee: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Summary: Mesalib Installation Error Severity: normal Classification: Unclassified OS: All Reporter: andree.tago-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org 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. --1367233287.f5257a0.18437 Date: Mon, 29 Apr 2013 11:01:27 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
Priority medium
Bug ID 64042
Assignee nouveau@lists.freedesktop.org
Summary Mesalib Installation Error
Severity normal
Classification Unclassified
OS All
Reporter andree.tago@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.
--1367233287.f5257a0.18437-- --===============1855433781== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Nouveau mailing list Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org http://lists.freedesktop.org/mailman/listinfo/nouveau --===============1855433781==--