On Sat, 2010-02-13 at 16:21 +0200, Makis Tsimaras wrote: > Hello > > Am a sysadmin but am not a programmer. > I just tried to do an embedded build with no changes at all into > the ./scripts/Config script except to print the output to the screen. > > An error occurred during the building of the "gatling" package and > the building was aborted. > I disabled it from the "target/embedde/config.in" file and the build > continued......an error occurred again in the "strongswan" package > build,... i disabled it again and the building continued,....an error > then occurred in the "mininet" package building,... i disabled it but > the building then stopped after the "Searching for old lingering > files ..." section. > Something was missing.... > > > As a sysadmin and not a programmer is there anything i can do to > survive by continue using the T2 project to build custom linux > distributions? > > > Thanks in advance
Did you do a ./scripts/Config after disabling each time? You could also forcibly delete ... rm -rf package/<dir>/<offending package> And then do a ./scripts/Config before ./scripts/Build-Target --- Have fun ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] with a subject of: unsubscribe t2
