Hi, On Tue, Feb 04, 2014 at 05:36:48PM +0200, Bilal TAŞ wrote: > I'm trying install ptxdist-2012.03.0 on ubuntu 13.04 X64 I see this error. > > ./configure [...] > checking for sed... /usr/bin/sed > checking sed version... configure: error: we need at least GNU sed 4.x > > but I checked sed was installed /usr/bin and version sed (GNU sed) 4.2.2
The check for the sed fails for newer sed versions have a different version string. This was fixed in ptxdist-2013.01.0. If you need to use older versions, then you need to backport the relveant fix (git commit "2a89985 configure.ac: change regex for sed version") Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list [email protected]
