Ticket #11 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

gnu-make detection fails on kubuntu 6.06

Reported by: rob Assigned to: somebody
Priority: major Milestone: 1.0
Component: build system Version: trunk
Keywords: make scan-tools.sh Cc:

Description

A fresh checkout of FreeWRT revision 176 fails to detect GNU Make 3.81beta4:

Cannot determine GNU make version number.
make: *** [.prereq_done] Fehler 1

System is Ubuntu 6.06 LTS (Kubuntu, Dapper Drake), where this make-version is the default.

Maybe changing line 82 of scan-tools.sh to something like this will help:

X=$(gmake --version 2>&1 | grep '^GNU Make' | sed 's/.*\([0-9]\.[0-9]*\).*/\1/')

(at least for make version <10 ;-)

Attachments

Change History

07/08/06 17:31:25 changed by anonymous

  • status changed from new to closed.
  • resolution set to fixed.

fixed in revision r178


Add/Change #11 (gnu-make detection fails on kubuntu 6.06)




Action