| Summary: | nvidia-drivers should not install any lib32 support on no-multilib setup | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jory A. Pratt <anarchy> |
| Component: | Current packages | Assignee: | Doug Goldstein (RETIRED) <cardoe> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ricmm |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Jory A. Pratt
2009-04-07 13:56:06 UTC
Cardoe this should work, problem with depending on amd64 as the useflag to control a multilib install is no-multilib has amd64 useflag enabled by default as well. If this is not acceptable let me know and I will look for another solution to the problem!
--- nvidia-drivers-180.51.ebuild~ 2009-05-11 20:27:43.658131373 -0500
+++ nvidia-drivers-180.51.ebuild 2009-05-11 20:50:03.789126344 -0500
@@ -274,7 +274,7 @@
done
ABI=${OABI}
unset OABI
- elif use amd64 ; then
+ elif use multilib ; then
src_install-libs lib32 $(get_multilibdir)
src_install-libs lib $(get_libdir)
Doug, this would also work, and I prefer this way makes the code much easier to maintain. I see no reason that a non-multilib profile should every be used to control this anyways.
--- nvidia-drivers-180.51.ebuild~ 2009-05-06 11:37:05.000000000 -0500
+++ nvidia-drivers-180.51.ebuild 2009-05-11 21:27:09.961149392 -0500
@@ -274,12 +274,6 @@
done
ABI=${OABI}
unset OABI
- elif use amd64 ; then
- src_install-libs lib32 $(get_multilibdir)
- src_install-libs lib $(get_libdir)
-
- rm -rf "${D}"/usr/$(get_multilibdir)/opengl/nvidia/include
- rm -rf "${D}"/usr/$(get_multilibdir)/opengl/nvidia/extensions
else
src_install-libs
fi
Doug any news on this would be helpful. Doug could you comment as to weather we are gonna get this fixed or not anytime soon please. Fixed in latest version. |