[Mesa-dev] [Bug 54326] When building 32 bit on 64 bit, build ends at libgbm saying it can't find 32 bit libkms.so

2012-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54326

Alexandre Demers  changed:

   What|Removed |Added

Summary|When building 32 bit on 64  |When building 32 bit on 64
   |bit, build ends saying it   |bit, build ends at libgbm
   |can't find 32 bit libkms.so |saying it can't find 32 bit
   ||libkms.so

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 54326] When building 32 bit on 64 bit, build ends at libgbm saying it can't find 32 bit libkms.so

2012-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54326

--- Comment #3 from Alexandre Demers  2012-09-06 
23:49:00 UTC ---
Changing 
libgbm_la_LIBADD = $(LIBUDEV_LIBS) $(LIBKMS_LIBS) $(DLOPEN_LIBS)
 to 
libgbm_la_LIBADD = $(LIBUDEV_LIBS) $(DLOPEN_LIBS)
-L/usr/lib32/i386-linux-gnu/libkms.so
 in Makefile.am fixes the build. So $(LIBKMS_LIBS) is not defined properly in a
previous script it seems.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 54326] When building 32 bit on 64 bit, build ends at libgbm saying it can't find 32 bit libkms.so

2012-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54326

--- Comment #4 from Alexandre Demers  2012-09-06 
23:54:13 UTC ---
Created attachment 66753
  --> https://bugs.freedesktop.org/attachment.cgi?id=66753
Makefile shows many libs located under 64bit folder instead of 32

Many paths point to 64bit libraries:
LIBDRM_CFLAGS = -I/usr/include/x86_64-linux-gnu
-I/usr/include/x86_64-linux-gnu/libdrm  
LIBDRM_LIBS = -L/usr/lib/i386-linux-gnu/ -ldrm
LIBDRM_XORG_CFLAGS = -I/usr/include/x86_64-linux-gnu
-I/usr/include/x86_64-linux-gnu/libdrm  
LIBDRM_XORG_LIBS = -L/usr/lib/x86_64-linux-gnu -ldrm  
LIBKMS_CFLAGS = -I/usr/include/x86_64-linux-gnu/libkms  
LIBKMS_LIBS = -L/usr/lib/x86_64-linux-gnu -lkms  
LIBKMS_XORG_CFLAGS = -I/usr/include/x86_64-linux-gnu/libkms  
LIBKMS_XORG_LIBS = -L/usr/lib/x86_64-linux-gnu -lkms  

However,
LIBUDEV_CFLAGS =  
LIBUDEV_LIBS = -ludev -lrt  
are correctly dynamically found and
LIB_DIR = i386-linux-gnu
points to the good lib folder.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev