On Fri, Jul 8, 2016 at 3:36 PM, Mark A. Yoder <[email protected]> wrote: > Robert: > I uncovered an minor bug when upgrading to 4.4.12-ti-r32 > > apt-get install linux-image-4.4.12-ti-r32 > Reading package lists... Done > Building dependency tree > Reading state information... Done > Suggested packages: > linux-firmware-image-4.4.12-ti-r32 > The following NEW packages will be installed: > linux-image-4.4.12-ti-r32 > 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. > Need to get 22.2 MB of archives. > After this operation, 79.3 MB of additional disk space will be used. > Get:1 http://repos.rcn-ee.com/debian/ jessie/main linux-image-4.4.12-ti-r32 > armhf 1jessie [22.2 MB] > Fetched 22.2 MB in 46s (473 kB/s) > Selecting previously unselected package linux-image-4.4.12-ti-r32. > (Reading database ... 62740 files and directories currently installed.) > Preparing to unpack .../linux-image-4.4.12-ti-r32_1jessie_armhf.deb ... > Unpacking linux-image-4.4.12-ti-r32 (1jessie) ... > Setting up linux-image-4.4.12-ti-r32 (1jessie) ... > update-initramfs: Generating /boot/initrd.img-4.4.12-ti-r32 > zz-uenv_txt: Updating /boot/uEnv.txt [uname_r=4.4.12-ti-r32] > sed: -e expression #1, char 23: unterminated `s' command > run-parts: /etc/kernel/postinst.d/zz-uenv_txt exited with return code 1 > dpkg: error processing package linux-image-4.4.12-ti-r32 (--configure): > subprocess installed post-installation script returned error exit status 1 > Errors were encountered while processing: > linux-image-4.4.12-ti-r32 > E: Sub-process /usr/bin/dpkg returned an error code (1) > > Prior to running apt-get I had added a line to /boot/uEnv.txt > > #Docs: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0 > > # uname_r=4.4.12-ti-r31 > uname_r=4.4.12-ti-r31
This is the script we are dealing with: https://github.com/rcn-ee/repos/blob/master/bb-bb-customizations/suite/jessie/debian/zz-uenv_txt#L11-L23 the # before the first uname_r should have already been removed via grep.. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYjLSLcDgG3wfOq-tkqyD9iYQcpD_2tj2MMNQ20FAyrF1g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
