Bug 3479

Summary: /usr/sbin/drm-build fails due to space in variable
Product: DRI Reporter: Daniel Stone <daniel>
Component: DRM/otherAssignee: Default DRI bug account <dri-devel>
Status: RESOLVED NOTOURBUG QA Contact:
Severity: critical    
Priority: high    
Version: XFree86 4.4.0   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description FreeDesktop Bugzilla Database Corruption Fix User 2005-06-06 04:00:24 UTC
Linux version 2.6.11 (gcc version 3.3.5 (Debian 1:3.3.5-8)) #1 Thu Mar 3
13:33:29 CET 2005

Debian Package:

ii  drm-trunk-module-src    2005.02.08-1            Source for the DRI CVS trunk
DRM modules


Line 49 in /usr/sbin/drm-build:
--
my $build_loc = `readlink /lib/modules/$running_kernel/build`;
--

yields "/usr/src/linux-2.6.11 "
subsequent checks for .config fail because of space

Added following line after the above line:

--
chomp $build_loc;
--
Comment 1 Eric Anholt 2005-06-27 16:17:59 UTC
This script doesn't appear to be a part of X.Org, Mesa, or DRI CVS.  I also
couldn't find the package in debian.  Please submit the report to the maintainer
of the package.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.