New commits:
commit 15643b29c36df075c80da2f54aeab31e6f8acf04
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Revert "disk/e2fsprogs: version 1.44.0"
This reverts commit 8958132d3560c21e9cfca72ee32bfe26eb139592.
Breaks current, and latest, btrfs-progs: See https://bugzilla.kernel.org/show_bug.cgi?id=199071
convert/source-ext2.c: In function ‘ext2_xattr_check_entry’:
convert/source-ext2.c:425:13: error: ‘struct ext2_ext_attr_entry’ has no
member named ‘e_value_block’; did you mean ‘e_value_offs’?
if (entry->e_value_block != 0 || value_size > size ||
^~~~~~~~~~~~~
e_value_offs
make: *** [Makefile:282: convert/source-ext2.o] Error 1
commit a659ad504d0f6d9ac3687cb605dde5894e3f25e6
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
commit 50b3dc91c6de13e1c47a39f148147fdcbbdaf59a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
mutt: Current stable is 1.9.3
Remove and no longer apply 01-bug-fixes.patch
commit e408a7e880bc8955bee737c201d5ac5c700b5574
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
libguestfs: Updated to 1.36.13
commit 2f562eb289b4459e27d35d2aeee15563a08b5489
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
ncurses: Depend on pkgconfig and ask to install .pc files
PATCHLEVEL++
Pointing to aliens? Fixed .pc symlinks to /usr/share/pkgconfig/
Before DEPENDS and INSTALL fixes:
ls: cannot access '/usr/lib/pkgconfig/form*': No such file or directory
ls: cannot access '/usr/lib/pkgconfig/menu*': No such file or directory
ls: cannot access '/usr/lib/pkgconfig/panel*': No such file or directory
ls: cannot access '/usr/lib/pkgconfig/ncurses*': No such file or directory
-rw-r--r-- 1 root root 414 Mar 9 11:18 /usr/share/pkgconfig/formw.pc
-rw-r--r-- 1 root root 414 Mar 9 11:18 /usr/share/pkgconfig/menuw.pc
-rw-r--r-- 1 root root 446 Mar 9 11:18
/usr/share/pkgconfig/ncurses++w.pc
-rw-r--r-- 1 root root 405 Mar 9 11:18 /usr/share/pkgconfig/ncursesw.pc
-rw-r--r-- 1 root root 416 Mar 9 11:18 /usr/share/pkgconfig/panelw.pc
After fixes:
lrwxrwxrwx 1 root root 29 Mar 9 11:28 /usr/share/pkgconfig/form.pc ->
/usr/share/pkgconfig/formw.pc
-rw-r--r-- 1 root root 414 Mar 9 11:28 /usr/share/pkgconfig/formw.pc
lrwxrwxrwx 1 root root 29 Mar 9 11:28 /usr/share/pkgconfig/menu.pc ->
/usr/share/pkgconfig/menuw.pc
-rw-r--r-- 1 root root 414 Mar 9 11:28 /usr/share/pkgconfig/menuw.pc
lrwxrwxrwx 1 root root 32 Mar 9 11:28 /usr/share/pkgconfig/ncurses.pc
-> /usr/share/pkgconfig/ncursesw.pc
lrwxrwxrwx 1 root root 34 Mar 9 11:28
/usr/share/pkgconfig/ncurses++.pc -> /usr/share/pkgconfig/ncurses++w.pc
-rw-r--r-- 1 root root 446 Mar 9 11:28
/usr/share/pkgconfig/ncurses++w.pc
-rw-r--r-- 1 root root 405 Mar 9 11:28 /usr/share/pkgconfig/ncursesw.pc
lrwxrwxrwx 1 root root 30 Mar 9 11:28 /usr/share/pkgconfig/panel.pc ->
/usr/share/pkgconfig/panelw.pc
-rw-r--r-- 1 root root 416 Mar 9 11:28 /usr/share/pkgconfig/panelw.pc
for i in form menu ncurses++ ncurses panel; do
- ln -sf /usr/lib/pkgconfig/${i}w.pc /usr/lib/pkgconfig/${i}.pc
+ ln -sf /usr/share/pkgconfig/${i}w.pc /usr/share/pkgconfig/${i}.pc
done &&