(Forwarding to the 'list' - accidently clicked 'Reply' instead of 'Reply all') -------- Forwarded Message -------- Subject: Re: Core-upgrade-2.21-121 Date: Fri, 8 Jun 2018 10:32:34 +0200 From: Matthias Fischer Organization: None To: Michael Tremer Hi, On 07.06.2018 23:09, Michael Tremer wrote: > Hey, > > On Thu, 2018-06-07 at 22:02 +0200, Matthias Fischer wrote: >> Hi, >> >> First ("just for the records"): >> I'm taking some days off. Until 24.06.2018 you can find me here (from >> time to time): https://www.utersum.de/?page_id=89 ;-) > > Have a nice holiday. Thanks! - I hope we will. >> Second: >> I made a clean build from current 'next' today and noticed that >> 'ROOTFILES' starts with a blank line. I don't know if this could cause >> us any troubles!? > > It shouldn't have been empty. But as far as I know the builds are fine. Confirmed. I built current 'next' this night. No errors. >> Third: >> It's BIG. 'core-upgrade-2.21-121.ipfire' has now ~103 MB. I'm hoping >> that this won't cause any troubles, too. > > Yes, it is huuuuuge. And that *will* cause problems. I have no idea why > though. The kernel and firmware themselves shouldn't be that large and > there is barely anything else in it. Unless I have added something that> shouldn't be in there. As far as I can see its the 'firmware'. Just an idea: perhaps we should adjust "$ROOTSPACE" from 'update.sh' accordingly? ... # Check diskspace on root ROOTSPACE=`df / -Pk | sed "s| * | |g" | cut -d" " -f4 | tail -n 1` if [ $ROOTSPACE -lt 100000 ]; then exit_with_error "ERROR cannot update because not enough free space on root." 2 exit 2 fi ... > >> Fourth: >> "./make.sh gettoolchain" gives me: >> >> ... >> Jun 7 19:57:57: Load toolchain image for i586 >> Jun 7 19:57:57: error downloading ipfire-2.21-toolchain-20180606-i586 toolchain for i586 machine >> ... > > I will upload that one shortly. Thanks. :-) Building the complete toolchain from scratch took 12:30h on first run. New record... Best, Matthias