Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 274112 - x11-drivers/nvidia-drivers-180.60 tries to read module-config from wrong file
Summary: x11-drivers/nvidia-drivers-180.60 tries to read module-config from wrong file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-14 13:24 UTC by René 'Necoro' Neumann
Modified: 2009-08-03 03:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
nvidia-drivers-180.60.ebuild.diff (nvidia-drivers-180.60.ebuild.diff,515 bytes, patch)
2009-06-14 13:25 UTC, René 'Necoro' Neumann
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description René 'Necoro' Neumann 2009-06-14 13:24:47 UTC
The current nvidia-drivers-180.60 ebuild has a 'sed' call which modifies the /etc/modprobe.d/nvidia.conf - but the call is wrong atm, as it looks for the wrong file

A short grep revealed, that the issue exists for some other versions too (though not all):

necoro@Zakarumiy nvidia-drivers % grep 169.07 * 
[...]
nvidia-drivers-173.14.15.ebuild:			-e 's:VIDEOGID:'${VIDEOGROUP}':' "${FILESDIR}"/nvidia-169.07 > \
nvidia-drivers-173.14.18.ebuild:			-e 's:VIDEOGID:'${VIDEOGROUP}':' "${FILESDIR}"/nvidia-169.07 > \
nvidia-drivers-180.29.ebuild:			-e 's:VIDEOGID:'${VIDEOGROUP}':' "${FILESDIR}"/nvidia-169.07 > \
nvidia-drivers-180.60.ebuild:			-e 's:VIDEOGID:'${VIDEOGROUP}':' "${FILESDIR}"/nvidia-169.07 > \
Comment 1 René 'Necoro' Neumann 2009-06-14 13:25:25 UTC
Created attachment 194641 [details, diff]
nvidia-drivers-180.60.ebuild.diff

Fixing the wrong file-name
Comment 2 SpanKY gentoo-dev 2009-06-14 13:58:56 UTC
ive restored files/nvidia-169.07 instead as it isnt the same as files/nvidia

not sure how Doug wants to go though
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2009-08-03 03:46:22 UTC
Yeah I screwed up. Mike fixed it.