Ronny Standtke <[email protected]> (30/11/2008):
> Package: module-assistant
> Version: 0.10.11.0
> Severity: important

First, BTS 101: export LANG=C

Thanks. :)

> # module-assistant --non-inter --quiet auto-install madwifi -l 2.6.26-1-686

I guess the problem here could be the use of --non-inter.

> debian:~# module-assistant --non-inter --quiet auto-install madwifi -l 
> 2.6.26-1-686
> Getting source for kernel version: 2.6.26-1-686
> Kernel-Header verfügbar in /lib/modules/2.6.26-1-686/build
> Erstelle symbolischen Link...
> apt-get-y install build-essential 
^^^^^^^^^^^

Where apt-get -y install build-essential would be needed.

Relevant parts of the code:
| $ grep -n 'withecho.*apt-get' module-assistant
| 583:         withecho($sudo, "apt-get", ($opt_noninter?"-y":undef), 
"install", "$kheaders-$todo");
| 599:      withecho($sudo, "apt-get". ($opt_noninter?"-y":undef), "install", 
"build-essential");
| 1014:      $ret += withecho($sudo, "apt-get", 
$opt_noninter?"-fy":"-f","install");
| 1218:   return 0 if withecho($sudo, "apt-get", ($opt_noninter?"-y":undef), 
"install", "$ksource-$knmbr");
| 1221:      return 0 if withecho($sudo, "apt-get", ($opt_noninter?"-y":undef), 
"install", "$kheaders-$kvers");

I'll try and look into this later.

Mraw,
KiBi.

Attachment: signature.asc
Description: Digital signature

Reply via email to