On Tue, Jul 16, 2019 at 03:50:58PM -0700, Brian C. Lane wrote: > I actually have a patchset that I can run the README-release steps on. > > The changes are here: > > https://github.com/bcl/parted/pull/6 >
I went ahead and merged this today, and then proceeded almost to the point of releasing 3.2.152 alpha, but then I discovered that it is coredumping on i686 (thanks to the Fedora scratch build I did). I suspect something is up with the alignment changes, but haven't tracked them down yet. Hopefully next week -- unless someone else wants to tackle it. + dev=loop-file + dd if=/dev/null of=loop-file bs=1 seek=2M 0+0 records in 0+0 records out 0 bytes copied, 5.454e-05 s, 0.0 kB/s + parted -s loop-file mklabel gpt + compare /dev/null out + compare_dev_null_ /dev/null out + test 2 = 2 + test x/dev/null = x/dev/null + test -s out + return 0 + return 0 + parted -s loop-file disk_set pmbr_boot on corrupted size vs. prev_size ./t0209-gpt-pmbr_boot.sh: line 32: 21939 Aborted (core dumped) parted -s $dev disk_set pmbr_boot on + parted -m -s loop-file u s p + grep 'loop-file:.*:gpt::pmbr_boot;' out + cat out BYT; /builddir/build/BUILD/parted-3.2.152/tests/gt-t0209-gpt-pmbr_boot.sh.42wV/loop-file:4096s:file:512:512:gpt::; + fail=1 + Exit 1 -- Brian C. Lane (PST8PDT) - weldr.io - lorax - parted
